/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@charset "UTF-8";
/* main layout */
/* Components react */
/* Components react */
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
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; }

.row > div {
  box-sizing: border-box; }

@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%; }

.order-1 {
  -ms-flex-order: 1;
      order: 1; }

.order-2 {
  -ms-flex-order: 2;
      order: 2; }

.order-3 {
  -ms-flex-order: 3;
      order: 3; }

.order-4 {
  -ms-flex-order: 4;
      order: 4; }

.order-5 {
  -ms-flex-order: 5;
      order: 5; }

.order-6 {
  -ms-flex-order: 6;
      order: 6; }

.order-7 {
  -ms-flex-order: 7;
      order: 7; }

.order-8 {
  -ms-flex-order: 8;
      order: 8; }

.order-9 {
  -ms-flex-order: 9;
      order: 9; }

.order-10 {
  -ms-flex-order: 10;
      order: 10; }

.order-11 {
  -ms-flex-order: 11;
      order: 11; }

.order-12 {
  -ms-flex-order: 12;
      order: 12; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
        order: 12; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12; } }

.flex-row {
  -ms-flex-direction: row !important;
      flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
      align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
      align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
      align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
      align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

html {
  height: 100%; }

body {
  background-color: #fafafa;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  height: 100%; }

strong, b {
  font-weight: 600; }

.is-hidden {
  display: none; }

.noScroll {
  overflow-y: scroll;
  position: fixed;
  height: 100vh;
  width: 100%; }

.text-center, .payment-nav-content, .payment-page-title, .confirmation-order-msg {
  text-align: center; }

.text-left {
  text-align: left; }

.main-wrapper {
  min-height: 100%;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  overflow: hidden; }

.main-content {
  background-color: #fafafa;
  min-height: calc(100vh - 62px);
  padding: 72px 0 0; }

.main-overlay {
  background: rgba(10, 10, 10, 0.75);
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 15; }

body {
  background-color: #fff;
  font-family: 'Roboto';
  font-weight: 400; }

.main-content {
  background-color: #fff; }

.blue {
  color: #15d0ec; }

.responsive-images {
  max-width: 100%; }

.text-center, .payment-nav-content, .payment-page-title, .confirmation-order-msg {
  text-align: center !important; }

.clear {
  clear: both; }

.hide-mobile {
  display: none !important; }
  @media (min-width: 992px) {
    .hide-mobile {
      display: block !important; } }

.hide-desktop {
  display: block !important; }
  @media (min-width: 768px) {
    .hide-desktop {
      display: none !important; } }

.main-overlay.is-hidden {
  display: block;
  pointer-events: none;
  background-color: rgba(10, 10, 10, 0);
  transition: all 1s; }

.main-overlay {
  background-color: rgba(10, 10, 10, 0.75);
  transition: all 1s; }

.noScroll {
  position: static; }

.hero__subtitle.home_news {
  font-size: 1.4rem;
  margin-top: 3rem; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 16px !important; } }

.button {
  border: 1px solid #15d0ec;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  min-width: 50%;
  margin: 0 auto;
  background-color: #15d0ec;
  font-size: 14px;
  color: #fff;
  height: auto;
  line-height: 12px;
  min-height: 46px;
  padding: 15px;
  text-align: center;
  transition: all 0.2s ease; }
  .button--geoloc {
    min-height: 49px;
    padding: 10px 20px;
    width: auto; }
    @media (min-width: 768px) {
      .button--geoloc {
        position: absolute;
        right: 0;
        top: 0; } }
  .button--geoloc__result {
    position: absolute;
    bottom: -25px;
    left: 50%;
    padding: 20px 35px;
    text-transform: uppercase;
    transform: translateX(-50%);
    width: auto;
    text-decoration: none; }
  .button:hover {
    background-color: #fff;
    border-color: #000;
    color: #000; }
  .button.button--secondary {
    background-color: #fff;
    color: #15d0ec;
    text-decoration: none; }
    .button.button--secondary:hover {
      background-color: #15d0ec;
      color: #fff; }

.button {
  border-radius: 25px;
  background-color: #15d0ec;
  border-color: #15d0ec; }
  .button:hover {
    background-color: #24b2c9;
    border-color: #24b2c9;
    color: #fff; }
  .button.button--secondary {
    background-color: #fff;
    border: 0;
    color: #15d0ec; }
    .button.button--secondary:hover {
      background-color: transparent;
      color: #24b2c9; }

/* icons svg */
.icon {
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat; }

.icon--user {
  background-image: url(/compiled/user.843dd53b89a5de3ed5bcb4e97f0feb69.svg);
  height: 24px;
  width: 20px; }

.icon--mobile-menu {
  background-image: url(/compiled/mobile-menu.4dd7a5cf3d4381da390f62afb1cde6a2.svg);
  display: block;
  height: 25px;
  width: 25px; }
  @media (min-width: 992px) {
    .icon--mobile-menu {
      display: none; } }

.icon--geoloc {
  background-image: url(/compiled/geoloc.98d41f9adc8d02feb0b49f586821b7bb.svg);
  float: left;
  height: 35px;
  width: 25px; }

.icon--close {
  background-image: url(/compiled/close.ec088a8c48212f6616d70a74e9e6719d.svg);
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px; }

.icon--close--white {
  background-image: url(/compiled/close-white.9ac5dc221925fac2d5d90d78300f0c05.svg);
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px; }

.icon--dinner {
  background-image: url(/compiled/dinner.01f256eb7250615459ad3538aecdb465.svg);
  height: 66px;
  margin-bottom: 20px;
  width: 79px; }

.icon--hat {
  background-image: url(/compiled/hat.76fe89c545800873eb56f7fb8e786020.svg);
  height: 71px;
  margin-bottom: 20px;
  width: 85px; }

.icon--phone {
  background-image: url(/compiled/phone.7dc737f6d4913b6fa32f17db4870ce86.svg);
  height: 72px;
  margin-bottom: 20px;
  width: 45px; }

.icon--check {
  background-image: url(/compiled/check.9b502d53493caf1298d338247a6d64df.svg);
  height: 70px;
  margin-bottom: 40px;
  width: 70px;
  border-radius: 50%;
  background-color: #fff;
  border: 3px solid #000;
  box-shadow: 0 1px 2px 3px #bbb; }
  @media (min-width: 768px) {
    .icon--check {
      height: 100px;
      width: 100px; } }

.icon--cross {
  background-image: url(/compiled/close-white.9ac5dc221925fac2d5d90d78300f0c05.svg);
  height: 70px;
  margin-bottom: 40px;
  width: 70px;
  border-radius: 50%;
  background-color: #df1717;
  border: 3px solid #df1717;
  box-shadow: 0 1px 2px 3px #bbb; }
  @media (min-width: 768px) {
    .icon--cross {
      height: 100px;
      width: 100px; } }

.icon--mobile-menu {
  background-image: url(/compiled/mobile-menu.737fa8355b1d3265ad659cbd80247880.svg); }

.icon--check {
  background-image: url(/compiled/check-blue.d5b43ccfbc48e2ff9315d34a8d9d91d2.svg);
  border-color: #15d0ec; }

.icon--bike,
.icon--clock,
.icon--favorite {
  display: inline-block;
  margin: 0 auto; }

.icon--bike {
  background-image: url(/compiled/bike.ad1fd32c6646cbc3f2a610c102f015ac.svg);
  height: 135px;
  width: 155px; }

.icon--clock {
  background-image: url(/compiled/clock.eae5e59e4190b914c1c643e4269e7fae.svg);
  height: 135px;
  width: 155px; }

.icon--favorite {
  background-image: url(/compiled/favorite.fe32422d08f9cd550b8f77b2f349bc5e.svg);
  height: 135px;
  width: 155px; }

.icon--user {
  background-image: url(/compiled/user.2ddf79a7b0f44356c1d37f733d4d70dd.svg);
  height: 27px;
  width: 28px; }

.icon--hour {
  background-image: url(/compiled/clock-small.2495d7e2926c0af71890415b7e18951f.svg);
  height: 35px;
  vertical-align: middle;
  width: 30px; }

.icon--geoloc {
  background-image: url(/compiled/geoloc.8cd90184b75d765c6650e8ea1af2a950.svg);
  float: none;
  height: 45px;
  vertical-align: middle;
  width: 40px; }

.icon--close {
  background-image: url(/compiled/cross.c3b21a9fc1cb206b17ae151610ef9958.svg); }

.Icon {
  display: inline-block;
  height: 2em;
  width: 2em;
  vertical-align: middle;
  position: relative; }
  .Icon-blue.Icon-bold {
    stroke-width: 2px; }
  .Icon-blue-primary {
    fill: #1e5bc6; }
  .Icon-blue-medium {
    fill: #283b6d; }
  .Icon-gray {
    fill: #666; }
  .Icon-error {
    fill: #f15145; }
  .Icon-white {
    fill: #fff; }

.main-header {
  background-color: #fafafa;
  box-shadow: 0 1px 2px #bbb;
  box-sizing: border-box;
  left: 0;
  padding: 0 0 0 10px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10; }
  .main-header .wrapper-header {
    -ms-flex-align: center;
        align-items: center;
    min-height: 72px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .main-header .wrapper-header:before {
      content: '';
      min-height: 72px; }
  .main-header #search-bar {
    display: none;
    width: 30%; }
    @media (min-width: 768px) {
      .main-header #search-bar {
        display: block; } }

.header__logo__img {
  width: 100%;
  max-width: 160px; }

.header__account {
  cursor: pointer;
  display: none;
  padding: 0 10px 0 20px;
  position: relative; }
  .header__account a {
    min-width: 80px; }
  @media (min-width: 768px) {
    .header__account {
      padding: 0 30px 0 50px; } }
  @media (min-width: 992px) {
    .header__account {
      display: -ms-inline-flexbox;
      display: inline-flex; } }

.header__account__label {
  -ms-flex-align: center;
      align-items: center;
  color: #000;
  font-size: 14px;
  text-decoration: none; }
  .header__account__label .icon--user {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
  @media (min-width: 992px) {
    .header__account__label {
      display: -ms-flexbox;
      display: flex; } }

.header__address {
  display: none;
  width: 15%;
  min-width: 280px;
  padding: 0 10px 0 50px;
  position: relative; }
  .header__address .icon--geoloc {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
  @media (min-width: 992px) {
    .header__address {
      display: block; } }

.header__address--text {
  color: #999;
  font-size: 13px; }

.header__logo {
  display: none;
  width: 40%;
  max-width: 160px; }
  @media (min-width: 768px) {
    .header__logo {
      display: block;
      text-align: left; } }

.wynd-marketplace-search-bar {
  width: 50%;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .wynd-marketplace-search-bar {
      width: 45%; } }

/* specific home header */
.header--secondary {
  padding-right: 40px; }
  .header--secondary .header__logo {
    display: block; }
  .header--secondary .header__account {
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .header--secondary .account__label {
    display: none; }
    @media (min-width: 768px) {
      .header--secondary .account__label {
        display: block; } }
  .header--secondary .icon--user {
    left: initial;
    right: 0; }
    @media (min-width: 768px) {
      .header--secondary .icon--user {
        left: 0;
        right: initial; } }
  .header--secondary .icon--mobile-menu {
    display: none; }

.header--checkout {
  padding-right: 40px; }
  .header--checkout .header__logo {
    width: 100%;
    display: block;
    text-align: center;
    max-width: none; }
  .header--checkout .header__account {
    min-width: 130px; }
  .header--checkout .account-button-wrapper {
    position: absolute;
    right: 0; }

.main-header {
  background-color: #fff;
  box-shadow: 0 6px 30px -10px rgba(102, 102, 102, 0.8);
  display: -ms-flexbox;
  display: flex; }
  .main-header .header__logo {
    display: none;
    -ms-flex: 1;
        flex: 1;
    margin: 0 auto;
    max-width: 119px; }
    @media (min-width: 992px) {
      .main-header .header__logo {
        display: block;
        margin: 0;
        max-width: 100%;
        width: 100%; } }
  .main-header .header__address--label {
    color: #666;
    font-size: 16px;
    font-weight: 500; }
  .main-header .header__address--text {
    font-size: 12px;
    color: #666; }
  .main-header .header__address--picto {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    height: 100%;
    width: 38px; }
    .main-header .header__address--picto svg {
      width: 38px; }
      .main-header .header__address--picto svg #Shape {
        fill: #666; }
  .main-header .wrapper-header:before {
    display: none; }
  .main-header.header--secondary {
    padding: 0 10px; }
    @media (min-width: 768px) {
      .main-header.header--secondary {
        padding: 0 40px; } }
    .main-header.header--secondary .header__logo {
      display: block;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
      @media (min-width: 768px) {
        .main-header.header--secondary .header__logo {
          position: relative;
          left: inherit;
          transform: none; } }
    .main-header.header--secondary .header__account {
      position: absolute;
      top: 20px;
      left: 0; }
      @media (min-width: 768px) {
        .main-header.header--secondary .header__account {
          left: 10px; } }
      @media (min-width: 992px) {
        .main-header.header--secondary .header__account {
          left: inherit;
          right: 10px; } }
      .main-header.header--secondary .header__account span {
        display: none; }
        @media (min-width: 992px) {
          .main-header.header--secondary .header__account span {
            display: block; } }
  .main-header.header--checkout {
    padding: 0; }
    .main-header.header--checkout .header__logo {
      display: block;
      margin: auto; }
  .main-header.header--logo-only .header__logo {
    display: block;
    max-width: none;
    text-align: left;
    margin-left: 20px; }
  .main-header.header--profile .account-button-wrapper {
    padding: 0 20px;
    text-align: right; }
  .main-header.header--profile .header__logo {
    display: block; }
  .main-header.header--profile .icon--mobile-menu {
    margin-right: 55px; }
  @media (min-width: 768px) {
    .main-header.header--profile .icon--mobile-menu {
      margin-right: 145px; } }

@media (min-width: 768px) {
  .header__account {
    padding: 0 10px 0 20px; } }

.header__account__label {
  color: #666;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px; }
  .header__account__label svg {
    height: 30px;
    margin-right: 18px;
    width: 30px; }
  .header__account__label span {
    margin-top: 5px;
    width: 100%; }

.wynd-marketplace-search-bar {
  width: 80%; }
  @media (min-width: 992px) {
    .wynd-marketplace-search-bar {
      width: 30%; } }
  @media (min-width: 1200px) {
    .wynd-marketplace-search-bar {
      width: 40%; } }

.main-footer {
  background-color: #000;
  height: auto;
  text-align: center;
  position: relative;
  width: 100%;
  z-index: 8; }
  @media (min-width: 992px) {
    .main-footer {
      height: 72px; } }

.footer__list {
  box-sizing: border-box;
  display: inherit;
  margin: 0 auto;
  max-width: 80%;
  padding: 20px 40px; }
  @media (min-width: 992px) {
    .footer__list {
      -ms-flex-align: center;
          align-items: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; } }

.footer__logo {
  max-height: 35px; }

.footer__list--item {
  font-size: 13px;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .footer__list--item {
      margin-bottom: 0; } }

.footer__list--link {
  color: #999;
  text-decoration: none; }

.main-footer {
  background-color: #004ec6;
  height: auto; }
  .main-footer .footer__list {
    max-width: 710px;
    padding: 13px 40px; }
    .main-footer .footer__list .footer__logo {
      height: 40px; }
    .main-footer .footer__list .footer__list--link {
      color: #fff;
      cursor: pointer;
      font-size: 12px;
      font-weight: 300; }

.nav__mobile {
  background-color: #fafafa;
  left: 0;
  padding-top: 30px;
  position: fixed;
  top: 0;
  width: 80%;
  z-index: 20;
  height: 100vh;
  overflow: auto;
  padding-bottom: 120px; }
  .nav__mobile .header__account {
    padding: 0 30px 0 50px; }

.nav__mobile__logo {
  margin-bottom: 20px;
  text-align: center; }

.nav__mobile__content .header__account__label {
  display: block; }

.nav__mobile__content .header__address {
  display: block;
  width: auto; }

.nav__mobile__content .header__address--text {
  color: #000;
  font-size: 16px;
  line-height: 20px; }

.nav__mobile__list {
  width: 100%; }

.nav__mobile__item {
  border-bottom: 1px solid #000;
  padding: 20px 0 20px 20px; }
  .nav__mobile__item .header__account {
    display: -ms-inline-flexbox;
    display: inline-flex; }

.nav__mobile {
  padding-top: 0;
  background-color: #283b6d;
  left: 0;
  transition: left 1s; }
  .nav__mobile.is-hidden {
    display: block;
    left: -100%;
    transition: left 1s; }
  .nav__mobile .icon--close {
    background-image: url(/compiled/cross-white.ce56efc0f86e76eee80ee868ef4c4952.svg);
    top: 18px;
    right: 18px; }
  .nav__mobile .header__account {
    padding: 0; }
    .nav__mobile .header__account__label span {
      color: #fff; }
    .nav__mobile .header__account__label #icons {
      fill: #fff; }
  .nav__mobile__logo {
    padding: 0 20px;
    text-align: left; }
    .nav__mobile__logo img {
      width: 50%; }
  .nav__mobile__list {
    background-color: #4096ff; }
  .nav__mobile .header__address--label {
    color: #fff; }
  .nav__mobile .header__address span {
    color: #fff; }
  .nav__mobile .header__address--picto {
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: -5px; }
    .nav__mobile .header__address--picto svg {
      width: 42px; }
      .nav__mobile .header__address--picto svg #Shape {
        fill: #fff; }

.form {
  color: #000; }
  .form__title {
    display: block;
    font-size: 18px;
    margin-bottom: 30px; }
  .form__description {
    font-size: 10px;
    line-height: 12px;
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase; }
  .form__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    width: 100%; }
  .form__buttons {
    margin-bottom: 30px; }
    .form__buttons__back {
      margin-bottom: 30px;
      text-align: center; }
      @media (min-width: 768px) {
        .form__buttons__back {
          margin-bottom: 0;
          text-align: right; } }
    .form__buttons__order {
      text-align: center; }
      @media (min-width: 768px) {
        .form__buttons__order {
          text-align: left; } }
  .form__link {
    color: #15d0ec; }
    .form__link:hover {
      text-decoration: none; }
  .form .error input[type="text"] {
    border: 1px solid #df1717; }
  .form .error input[type="checkbox"] + label,
  .form .error input[type="radio"] + label {
    color: #df1717; }
  .form__error-wrapper {
    color: #df1717;
    font-size: 12px; }
  .form input[type="text"],
  .form input[type="password"],
  .form input[type="email"],
  .form input[type="tel"],
  .form select,
  .form textarea {
    border-radius: 5px;
    padding: 15px 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    margin: 0 0 5px;
    width: 100%;
    background-color: #fefefe;
    outline: none; }
  .form select {
    height: 40px; }
  .form label {
    display: block;
    text-align: left;
    margin-bottom: 10px; }
  .form .input__image {
    margin-left: 40px; }
    .form .input__image:first-child {
      margin-left: 0; }
  .form .checkbox__label {
    cursor: pointer;
    display: inline-block;
    padding: 5px 0 0 35px;
    position: relative;
    text-align: left; }
  .form input[type=checkbox] + label:before {
    background: #fff;
    border: 1px solid #000;
    border-radius: 15px;
    content: "";
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    height: 24px;
    width: 24px; }
  .form input[type=checkbox],
  .form input[type=radio] + label:before {
    margin: 0;
    opacity: 0; }
  .form input[type=radio]:checked + label:before {
    bottom: -10px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 10px inset;
    border-color: #000 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute; }
  .form input[type=radio]:checked + label:after,
  .form input[type=checkbox]:checked + label:after {
    border: 0;
    background-color: #000;
    background-image: url(/compiled/check-white.0697a0b5bdc27a372cc802a521c5272f.svg);
    background-size: 100%;
    border-radius: 15px;
    content: "";
    bottom: -40px;
    left: 50%;
    line-height: 1;
    position: absolute;
    height: 24px;
    width: 24px;
    transform: translateX(-50%); }
  .form input[type=checkbox]:checked + label:after {
    bottom: inherit;
    top: 0;
    left: 0;
    transform: none; }
  .form textarea {
    height: 123px;
    box-sizing: border-box; }
  .form__error {
    color: #df1717;
    display: block;
    font-size: 13px;
    text-align: left; }
  .form__group {
    font-size: 14px;
    margin-bottom: 20px;
    position: relative;
    width: 100%; }
    .form__group > div {
      padding: 0 10px 5px 0; }
    .form__group .form__error-wrapper {
      width: 100%; }
  .form--geoloc {
    margin-top: 20px;
    position: relative; }
  .form--login {
    margin-top: 20px; }
  .form--checkout {
    margin: 0 auto; }
    @media (min-width: 992px) {
      .form--checkout {
        max-width: 90%; } }
  .form--login--checkout {
    text-align: left; }
  .form--payment {
    padding: 50px 0; }
    .form--payment .form__group {
      line-height: 22px;
      margin-bottom: 40px;
      text-align: left; }
      @media (min-width: 768px) {
        .form--payment .form__group {
          text-align: center; } }
    .form--payment .form__buttons,
    .form--payment .form__error {
      text-align: center; }
  .form input:disabled,
  .form input[readonly],
  .form button:disabled,
  .form button[readonly],
  .form textarea:disabled,
  .form textarea[readonly] {
    padding-right: 60px;
    padding-left: 60px;
    cursor: not-allowed;
    opacity: 0.3; }
  .form input:disabled[type='submit'],
  .form input[readonly][type='submit'],
  .form button:disabled[type='submit'],
  .form button[readonly][type='submit'] {
    background: #e0e0e0 url(/compiled/loader.1d410de1f88e43a4fb1574c90cdbb98f.svg) no-repeat calc(100% - 10px) center; }
  .form .is-disabled {
    background-color: #e0e0e0;
    cursor: not-allowed;
    opacity: 0.3; }

.form {
  /* trick pour éviter les soucis vis à vis des customed checkbox */ }
  .form input[type="email"],
  .form input[type="password"],
  .form input[type="tel"],
  .form input[type="text"],
  .form textarea {
    box-shadow: inset 0 1px 2px rgba(64, 150, 255, 0.1);
    border-radius: 25px;
    height: 50px;
    padding: 10px 15px; }
    .form input[type="email"]:focus,
    .form input[type="password"]:focus,
    .form input[type="tel"]:focus,
    .form input[type="text"]:focus,
    .form textarea:focus {
      border-color: #233363; }
    .form input[type="email"].form-error,
    .form input[type="password"].form-error,
    .form input[type="tel"].form-error,
    .form input[type="text"].form-error,
    .form textarea.form-error {
      background-color: rgba(241, 81, 69, 0.1);
      border-color: #f15145; }
  .form input[type=checkbox],
  .form input[type=radio] {
    left: 0;
    position: absolute;
    top: 0; }
  .form input[type=checkbox] + label:before {
    background: #fff;
    border-color: #666;
    height: 28px;
    width: 28px; }
  .form input[type=checkbox]:checked + label:before {
    border: 0; }
  .form input[type=radio]:checked + label:before {
    border-color: #15d0ec transparent transparent;
    opacity: 1; }
  .form input[type=checkbox]:checked + label:after,
  .form input[type=radio]:checked + label:after {
    background-color: #15d0ec;
    height: 28px;
    width: 28px; }
  @media (min-width: 992px) {
    .form--row--center {
      max-width: 80%;
      margin: auto; } }
  .form__group {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left; }
    .form__group--hidden {
      display: none; }
    .form__group > div {
      padding: inherit; }
  .form .checkbox__label {
    font-size: 14px;
    padding-top: 0; }
  .form__group,
  .form .checkbox__label {
    color: #233363;
    line-height: 25px;
    padding-top: 2px; }
  .form__group--checkbox {
    margin: 20px 0;
    text-align: left; }
  .form--register .form__group--checkbox {
    margin: 0 0 20px; }
  .form--register .checkbox__label {
    color: #233363; }
  .form--register button:disabled[type=submit] {
    background: #15d0ec;
    opacity: .5; }
  .form--profile-adress {
    display: none; }
  .form input[type="submit"] {
    display: inline-block;
    background-color: #15d0ec;
    border: none;
    min-width: auto;
    -webkit-appearance: none;
    -moz-appearance: none; }
  .form input[type=checkbox] + label:before {
    border: solid 1px #666; }
  .form input[type=checkbox]:checked + label:after,
  .form input[type=radio]:checked + label:after {
    border: none;
    background-color: #15d0ec;
    bottom: -37px; }
  .form--checkout {
    border-bottom: 1px solid #ddd;
    max-width: 100%;
    margin-bottom: 50px; }
    .form--checkout--register .paiement-label {
      color: black; }
    .form--checkout--register input:disabled[type="submit"].disabled {
      background: 0;
      background-color: #15d0ec;
      color: white;
      padding-left: inherit;
      padding-right: inherit; }
  .form--login .button {
    display: inherit;
    margin: 0 auto;
    width: 100%; }
  .form--login .text_center {
    margin-top: 25px; }
  .form--login .form__group:nth-child(3) {
    margin: 30px 0; }
  .form--login input:disabled[type="submit"].disabled {
    background: 0;
    background-color: #15d0ec;
    color: white; }
  .form--payment .form__group {
    text-align: center; }
  .form--payment .checkbox__label {
    text-align: center;
    padding-right: 15px;
    padding-left: 35px; }
    @media (min-width: 768px) {
      .form--payment .checkbox__label {
        padding-right: 0; } }
  .form--payment input[type=checkbox] + label:before {
    left: 15px; }
    @media (min-width: 768px) {
      .form--payment input[type=checkbox] + label:before {
        left: 0; } }
  .form--payment input[type=checkbox]:checked + label:after {
    left: 15px; }
    @media (min-width: 768px) {
      .form--payment input[type=checkbox]:checked + label:after {
        left: 0; } }
  .form--recovery .form__group {
    margin-bottom: 0; }
  .form--recovery .button {
    float: right;
    font-weight: 200;
    min-width: inherit;
    width: 30%; }
  .form--recovery input[type="text"] {
    float: left;
    height: 46px;
    width: 66.67%; }
  .form textarea {
    color: #666; }
  .form .is-disabled,
  .form button:disabled,
  .form button[readonly],
  .form input:disabled,
  .form input[readonly],
  .form textarea:disabled,
  .form textarea[readonly] {
    background-color: #e5e5e5;
    opacity: 1; }
  .form__error {
    color: #f15145;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5; }
    .form__error.is-hidden {
      display: none; }
    .form__error--hidden {
      display: none; }

.checkout__forms .tabs .tab {
  width: 50%; }
  @media (min-width: 768px) {
    .checkout__forms .tabs .tab {
      width: auto; } }

.profile .tabs .tab {
  width: 50%;
  vertical-align: top;
  height: 60px; }
  @media (min-width: 768px) {
    .profile .tabs .tab {
      width: auto;
      height: auto;
      vertical-align: inherit; } }

.noScroll .form--row--center {
  max-width: 100%; }

/*===============================
=            Choices            =
===============================*/
.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px; }
  .choices:focus {
    outline: none; }
  .choices:last-child {
    margin-bottom: 0; }
  .choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
    background-color: #eaeaea;
    cursor: not-allowed;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .choices.is-disabled .choices__item {
    cursor: not-allowed; }

.choices[data-type*="select-one"] {
  cursor: pointer; }
  .choices[data-type*="select-one"] .choices__inner {
    padding-bottom: 7.5px; }
  .choices[data-type*="select-one"] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #FFFFFF;
    margin: 0; }
  .choices[data-type*="select-one"] .choices__button {
    background-image: url(/compiled/cross-inverse.46980de878e36e449f6e472cb2f9bd24.svg);
    padding: 0;
    background-size: 8px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: .5; }
    .choices[data-type*="select-one"] .choices__button:hover, .choices[data-type*="select-one"] .choices__button:focus {
      opacity: 1; }
    .choices[data-type*="select-one"] .choices__button:focus {
      box-shadow: 0px 0px 0px 2px #00bcd4; }
  .choices[data-type*="select-one"]:after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #383c3f transparent transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none; }
  .choices[data-type*="select-one"].is-open:after {
    border-color: transparent transparent #383c3f transparent;
    margin-top: -7.5px; }
  .choices[data-type*="select-one"][dir="rtl"]:after {
    left: 11.5px;
    right: auto; }
  .choices[data-type*="select-one"][dir="rtl"] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0; }

.choices[data-type*="select-multiple"] .choices__inner, .choices[data-type*="text"] .choices__inner {
  cursor: text; }

.choices[data-type*="select-multiple"] .choices__button, .choices[data-type*="text"] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(/compiled/cross.26f0a45f7da51fd7483bfa5552e71381.svg);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: .75; }
  .choices[data-type*="select-multiple"] .choices__button:hover, .choices[data-type*="select-multiple"] .choices__button:focus, .choices[data-type*="text"] .choices__button:hover, .choices[data-type*="text"] .choices__button:focus {
    opacity: 1; }

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden; }
  .is-focused .choices__inner, .is-open .choices__inner {
    border-color: #b7b7b7; }
  .is-open .choices__inner {
    border-radius: 2.5px 2.5px 0 0; }
  .is-flipped.is-open .choices__inner {
    border-radius: 0 0 2.5px 2.5px; }

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none; }

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%; }
  [dir="rtl"] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px; }
  .choices__list--single .choices__item {
    width: 100%; }

.choices__list--multiple {
  display: inline; }
  .choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #00bcd4;
    border: 1px solid #00a5bb;
    color: #FFFFFF;
    word-break: break-all; }
    .choices__list--multiple .choices__item[data-deletable] {
      padding-right: 5px; }
    [dir="rtl"] .choices__list--multiple .choices__item {
      margin-right: 0;
      margin-left: 3.75px; }
    .choices__list--multiple .choices__item.is-highlighted {
      background-color: #00a5bb;
      border: 1px solid #008fa1; }
    .is-disabled .choices__list--multiple .choices__item {
      background-color: #aaaaaa;
      border: 1px solid #919191; }

.choices__list--dropdown {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #ffff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all; }
  .choices__list--dropdown.is-active {
    display: block; }
  .is-open .choices__list--dropdown {
    border-color: #b7b7b7; }
  .is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: .25rem .25rem 0 0; }
  .choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position; }
  .choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px; }
    [dir="rtl"] .choices__list--dropdown .choices__item {
      text-align: right; }
  @media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable {
      padding-right: 100px; }
      .choices__list--dropdown .choices__item--selectable:after {
        content: attr(data-select-text);
        font-size: 12px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%); }
      [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px; }
        [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
          right: auto;
          left: 10px; } }
  .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2; }
    .choices__list--dropdown .choices__item--selectable.is-highlighted:after {
      opacity: .5; }

.choices__item {
  cursor: default; }

.choices__item--selectable {
  cursor: pointer; }

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: .5; }

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray; }

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }
  .choices__button:focus {
    outline: none; }

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px; }
  .choices__input:focus {
    outline: 0; }
  [dir="rtl"] .choices__input {
    padding-right: 2px;
    padding-left: 0; }

.choices__placeholder {
  opacity: .5; }

/*=====  End of Choices  ======*/
.choices[data-type*="select-one"]:after {
  right: 21px; }

.choices__list--dropdown .choices__list {
  max-height: 270px; }

.choices__list--single .choices__item {
  overflow: hidden;
  text-overflow: ellipsis; }

.choices__list--dropdown .choices__item--selectable {
  padding-right: 10px; }

.hero {
  background-image: url("https://via.placeholder.com/1200x224");
  background-size: cover;
  background-position: center;
  padding: 50px 20px 45px;
  position: relative; }
  @media (min-width: 768px) {
    .hero {
      padding: 50px 0; } }
  .hero__title, .hero__subtitle {
    color: #fff;
    display: block;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 25px;
    text-align: center; }
    @media (min-width: 768px) {
      .hero__title, .hero__subtitle {
        font-size: 32px;
        line-height: 30px; } }
  .hero__subtitle {
    font-size: 16px;
    line-height: 26px; }

.hero {
  background: transparent;
  font-weight: 300;
  padding: 60px 0 0;
  margin-bottom: 80px; }
  @media (min-width: 768px) {
    .hero {
      margin-bottom: 0; } }
  .hero__title {
    font-size: 22px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .hero__title {
        font-size: 32px;
        margin-bottom: 25px; } }
  .hero__subtitle {
    display: block;
    font-size: 22px; }
    @media (min-width: 768px) {
      .hero__subtitle {
        font-size: 32px; } }
    .hero__subtitle span {
      font-weight: 500; }
  .hero sup {
    line-height: 10px;
    vertical-align: top; }

.modale {
  background-color: #fff;
  left: 50%;
  max-height: calc(100vh - 200px);
  position: absolute;
  top: 100px;
  width: 90%;
  transform: translateX(-50%);
  z-index: 20;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 768px) {
    .modale {
      width: 60%;
      max-height: calc(100vh - 120px); } }
  @media (min-width: 992px) {
    .modale {
      width: 40%; } }
  .modale__title {
    color: #38393b;
    display: block;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center; }
  .modale__content {
    padding: 20px; }
    @media (min-width: 768px) {
      .modale__content {
        padding: 40px; } }
  .modale__content--text {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px; }
  .modale__link {
    color: #15d0ec;
    cursor: pointer;
    font-size: 14px;
    text-decoration: underline; }
    .modale__link:hover {
      text-decoration: none; }

.modale {
  max-height: 100%;
  opacity: 1 !important;
  top: 72px;
  transition: top 0.75s, opacity 1s; }
  @media (min-width: 992px) {
    .modale {
      overflow-y: hidden;
      top: 40px; } }
  @media (min-width: 768px) {
    .modale {
      max-width: 47rem;
      width: 90%; } }
  .modale__title {
    color: #233363;
    font-size: 24px;
    font-weight: 800;
    line-height: 33px;
    margin-bottom: 40px; }
  .modale__content {
    display: table;
    padding: 0; }
    @media (min-width: 576px) {
      .modale__content {
        width: 100%; } }
    .modale__content--text {
      color: #233363;
      font-size: 16px;
      line-height: 26px; }
  .modale__detail {
    display: table-cell;
    float: left;
    padding: 45px 45px 30px; }
    @media (min-width: 576px) {
      .modale__detail {
        width: 100%; } }
    .modale__detail .content--rgpd {
      margin-top: 34px;
      text-align: justify;
      line-height: inherit; }
      @media (min-width: 992px) {
        .modale__detail .content--rgpd {
          width: 110%;
          margin-left: -4%; } }
  .modale__illu {
    background-image: url(/compiled/signup.b3aa5a56dcfda1c0bbfa86045b38aecf.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    height: 650px;
    width: 50%; }
    @media (min-width: 768px) {
      .modale__illu {
        display: table-cell; } }
  .modale__button {
    width: 100%; }
  .modale__link {
    font-size: 15px;
    font-weight: 300; }
  .modale--register .modale__title, .modale--login .modale__title {
    margin-bottom: 40px; }
  .modale--register .modale__content--text, .modale--login .modale__content--text {
    margin: 0 0 40px; }
  .modale--register .modale__detail, .modale--login .modale__detail {
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 768px) {
      .modale--register .modale__detail, .modale--login .modale__detail {
        padding-left: 60px;
        padding-right: 60px; } }
    .modale--register .modale__detail--icon, .modale--login .modale__detail--icon {
      position: absolute;
      right: 15px;
      top: 10px; }
  .modale.is-hidden {
    display: block;
    pointer-events: none;
    top: -30%;
    opacity: 0 !important; }

.slots {
  margin: 0 auto;
  max-width: 100%; }
  @media (min-width: 768px) {
    .slots {
      max-width: 80%; } }
  .slots .slots__title {
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px; }
  .slots .slots__label {
    background-color: #fff;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    line-height: 50px;
    padding: 25px 0;
    text-align: center;
    width: 100%;
    margin-bottom: 0; }
    .slots .slots__label.small {
      line-height: 12px;
      padding: 10px 0; }
  .slots .slots__delivery--hours--wrapper {
    position: relative;
    min-height: 300px; }
  .slots .slots__delivery--date {
    border-bottom: 1px solid #ddd;
    margin: 0 0 50px;
    padding: 0 25px 20px;
    text-align: center;
    position: relative; }
    .slots .slots__delivery--date:last-child {
      border: 0;
      margin-bottom: 0; }
    .slots .slots__delivery--date__string {
      display: block;
      font-weight: 300;
      line-height: 35px; }
    .slots .slots__delivery--date__number {
      display: block;
      font-size: 22px;
      font-weight: 400;
      line-height: 35px; }
    .slots .slots__delivery--date__item {
      display: inline-block;
      margin: 0 0px 50px;
      padding: 0;
      position: relative;
      text-align: center;
      width: 100%; }
      @media (min-width: 768px) {
        .slots .slots__delivery--date__item {
          margin: 0 20px 50px;
          width: 50%; } }
      @media (min-width: 992px) {
        .slots .slots__delivery--date__item {
          width: 18%; } }
      .slots .slots__delivery--date__item input[type=radio]:checked + .slots__label {
        background-color: #000;
        color: #fff; }
      .slots .slots__delivery--date__item input[type=radio]:disabled + .slots__label {
        background-color: #e5e5e5;
        cursor: not-allowed;
        opacity: 0.3; }
      .slots .slots__delivery--date__item .slots__label {
        box-shadow: 0 4px 7px 0 #bbb;
        margin-bottom: 0;
        text-align: center; }

.swiper-container .slots__delivery--date__item {
  width: 100%;
  margin: 20px 0 50px;
  padding: 0 10px;
  box-sizing: border-box;
  display: block; }

.slots__title {
  font-size: 16px; }

.slots .slots__label {
  color: #666; }

.slots .slots__delivery--date__number {
  font-size: 24px; }

.slots .slots__delivery--date__item {
  margin: 0 0 50px;
  width: 40%; }
  .slots .slots__delivery--date__item:nth-child(odd) {
    padding-right: .625rem; }
  .slots .slots__delivery--date__item:nth-child(even) {
    padding-left: .625rem; }
  @media (min-width: 992px) {
    .slots .slots__delivery--date__item {
      margin: 0 20px 50px;
      width: 18%; }
      .slots .slots__delivery--date__item:nth-child(1n) {
        padding-left: 0;
        padding-right: 0; } }
  .slots .slots__delivery--date__item input[type=radio]:checked + .slots__label {
    background-color: #15d0ec; }

.slots__delivery--hours--wrapper .slots__delivery--date__item {
  width: 100%;
  margin: 0 0 50px; }
  .slots__delivery--hours--wrapper .slots__delivery--date__item:nth-child(1n) {
    padding: 0 10px; }

.slots__delivery--hours--wrapper .swiper-button-prev,
.slots__delivery--hours--wrapper .swiper-button-next {
  top: calc(50% - 25px);
  transform: translateY(-50%); }

.tabs .tab {
  background-color: #ddd;
  border-top: 4px solid transparent;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-radius: 5px 5px 0 0;
  color: #000;
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  width: 100%; }
  @media (min-width: 768px) {
    .tabs .tab {
      padding: 20px;
      width: auto; } }
  .tabs .tab.is-selected {
    background-color: #fff;
    border-top-color: #000;
    color: #000; }
  .tabs .tab__detail {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
    margin-top: -1px;
    padding: 10px;
    text-align: center; }
    .tabs .tab__detail .form {
      width: 100%; }
      @media (min-width: 768px) {
        .tabs .tab__detail .form {
          margin: 20px auto 0;
          padding: 20px;
          width: 70%; } }

.tabs {
  margin: 0 auto;
  max-width: 100%; }
  .tabs .tab {
    border-radius: 0;
    font-size: .85rem;
    padding: 20px 10px; }
    @media (min-width: 768px) {
      .tabs .tab {
        padding: 10px; } }
    .tabs .tab:hover {
      background-color: #fff;
      border-right: 1px solid #fff;
      border-left: 1px solid #e5e5e5; }
    .tabs .tab.is-selected {
      color: #0a0a0a;
      border-left: 1px solid #e5e5e5;
      border-right: 1px solid #e5e5e5;
      border-top-color: #15d0ec; }
    .tabs .tab__detail {
      padding: 1rem;
      font-size: initial; }
      .tabs .tab__detail .form {
        width: 100%; }
        @media (min-width: 768px) {
          .tabs .tab__detail .form {
            padding: 0 .9375rem;
            width: 100%; } }
        .tabs .tab__detail .form .form-group {
          text-align: left; }
        .tabs .tab__detail .form .checkbox__label a {
          color: #15d0ec;
          text-decoration: none; }

.responsive-table {
  width: 100%; }
  .responsive-table td {
    display: block;
    font-size: 14px;
    padding: 10px;
    text-align: left; }
    @media (min-width: 768px) {
      .responsive-table td {
        display: table-cell;
        font-size: 16px;
        padding: 15px; } }
  .responsive-table thead {
    background-color: #f8f8f7;
    border: 1px solid #f2f2f2; }
    .responsive-table thead tr {
      display: none; }
      @media (min-width: 768px) {
        .responsive-table thead tr {
          display: table-row;
          text-align: left; } }
      .responsive-table thead tr th {
        padding: 15px; }
  .responsive-table tr:nth-child(even) td {
    background-color: #f7f7f8; }

.responsive-table thead tr th {
  font-weight: bold; }

.responsive-table tbody tr {
  border: 1px solid #f2f2f2;
  line-height: 3; }
  @media (min-width: 768px) {
    .responsive-table tbody tr {
      line-height: 2; } }
  .responsive-table tbody tr td {
    text-align: center;
    line-height: 30px; }
    @media (min-width: 768px) {
      .responsive-table tbody tr td {
        text-align: left;
        line-height: inherit; } }
    .responsive-table tbody tr td .responsive-table__title {
      display: inline;
      font-weight: bold;
      color: #000;
      line-height: 18px; }
      @media (min-width: 768px) {
        .responsive-table tbody tr td .responsive-table__title {
          display: none; } }
  .responsive-table tbody tr td:nth-child(1) {
    background-color: #15d0ec;
    color: #fff;
    font-size: 17px; }
    @media (min-width: 768px) {
      .responsive-table tbody tr td:nth-child(1) {
        background-color: inherit;
        color: inherit;
        font-weight: inherit;
        font-size: inherit; } }
    .responsive-table tbody tr td:nth-child(1) .responsive-table__title {
      color: #fff;
      font-weight: inherit; }
  @media (min-width: 768px) {
    .responsive-table tbody tr:nth-child(even) td {
      background-color: #f7f7f8; } }
  .responsive-table tbody tr td:nth-child(2) .responsive-table__title,
  .responsive-table tbody tr td:nth-child(3) .responsive-table__title {
    display: block; }
    @media (min-width: 768px) {
      .responsive-table tbody tr td:nth-child(2) .responsive-table__title,
      .responsive-table tbody tr td:nth-child(3) .responsive-table__title {
        display: none; } }
  .responsive-table tbody tr td:nth-child(5) {
    font-weight: bold; }
    .responsive-table tbody tr td:nth-child(5) .responsive-table__title {
      font-weight: normal; }
  .responsive-table tbody tr td:nth-child(6) a,
  .responsive-table tbody tr td:nth-child(7) a {
    border: 1px solid #15d0ec;
    border-radius: 30px;
    font-weight: bold;
    display: inline-block;
    padding: 2px 25px;
    color: #000;
    text-decoration: none;
    margin: 5px 0 15px; }
    @media (min-width: 768px) {
      .responsive-table tbody tr td:nth-child(6) a,
      .responsive-table tbody tr td:nth-child(7) a {
        margin: 0;
        padding: 0 10px; } }

.responsive-table tbody .responsive-table_order--status_delivering td:nth-child(5),
.responsive-table tbody .responsive-table_order--status_delivered td:nth-child(5) {
  color: #34d18b; }

.responsive-table tbody .responsive-table_order--status_cancelled td:nth-child(5),
.responsive-table tbody .responsive-table_order--status_aborted td:nth-child(5),
.responsive-table tbody .responsive-table_order--status_error_delivery td:nth-child(5) {
  color: #ffae00; }

.swiper-wrapper {
  box-sizing: border-box; }

.swiper-button-prev, .swiper-button-next {
  height: 26px;
  cursor: pointer;
  z-index: 9;
  opacity: .5;
  transition: opacity .35s linear 0s;
  width: 32px; }
  .swiper-button-prev:hover, .swiper-button-next:hover {
    opacity: 1; }

.swiper-button-next {
  background-image: url(/compiled/right-arrow.b469c0f461554c9a22e29f4ddb046de7.svg);
  right: -10px; }

.swiper-button-prev {
  background-image: url(/compiled/left-arrow.24c19cd7f24cebf9a1689c67393535dc.svg);
  left: -10px; }

.flash-bag-catcher-wrapper {
  position: fixed;
  top: 100px;
  right: 30px;
  z-index: 999; }

@keyframes FLASHBAG {
  0% {
    opacity: 0;
    top: 0; }
  15% {
    opacity: 0;
    top: 0; }
  45% {
    opacity: 1;
    top: 0; }
  100% {
    opacity: 1;
    top: 0; } }

@keyframes FLASHBAGDOWN {
  0% {
    opacity: 1;
    top: 0; }
  100% {
    opacity: 0;
    top: -50px; } }
  .flash-bag-catcher-wrapper .flash-bag-catcher {
    width: 250px;
    padding: 15px 25px 15px 15px;
    animation: FLASHBAG 4s;
    animation-delay: 5s;
    animation-fill-mode: forwards;
    position: relative;
    background-color: #79b200;
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
    opacity: 0;
    text-transform: uppercase;
    font-weight: bold; }
    .flash-bag-catcher-wrapper .flash-bag-catcher:nth-child(1) {
      animation-delay: 0.25s; }
    .flash-bag-catcher-wrapper .flash-bag-catcher:nth-child(2) {
      animation-delay: 0.5s; }
    .flash-bag-catcher-wrapper .flash-bag-catcher:nth-child(3) {
      animation-delay: 0.75s; }
    .flash-bag-catcher-wrapper .flash-bag-catcher:nth-child(4) {
      animation-delay: 1s; }
    .flash-bag-catcher-wrapper .flash-bag-catcher:nth-child(5) {
      animation-delay: 1.25s; }
    .flash-bag-catcher-wrapper .flash-bag-catcher:nth-child(6) {
      animation-delay: 1.5s; }
    .flash-bag-catcher-wrapper .flash-bag-catcher:nth-child(7) {
      animation-delay: 1.75s; }
    .flash-bag-catcher-wrapper .flash-bag-catcher:nth-child(8) {
      animation-delay: 2s; }
    .flash-bag-catcher-wrapper .flash-bag-catcher:nth-child(9) {
      animation-delay: 2.25s; }
    .flash-bag-catcher-wrapper .flash-bag-catcher:nth-child(10) {
      animation-delay: 2.5s; }
    .flash-bag-catcher-wrapper .flash-bag-catcher:nth-child(11) {
      animation-delay: 2.75s; }
    .flash-bag-catcher-wrapper .flash-bag-catcher:nth-child(12) {
      animation-delay: 3s; }
    .flash-bag-catcher-wrapper .flash-bag-catcher:nth-child(13) {
      animation-delay: 3.25s; }
    .flash-bag-catcher-wrapper .flash-bag-catcher:nth-child(14) {
      animation-delay: 3.5s; }
    .flash-bag-catcher-wrapper .flash-bag-catcher:nth-child(15) {
      animation-delay: 3.75s; }
    .flash-bag-catcher-wrapper .flash-bag-catcher:nth-child(16) {
      animation-delay: 4s; }
    .flash-bag-catcher-wrapper .flash-bag-catcher:nth-child(17) {
      animation-delay: 4.25s; }
    .flash-bag-catcher-wrapper .flash-bag-catcher:nth-child(18) {
      animation-delay: 4.5s; }
    .flash-bag-catcher-wrapper .flash-bag-catcher:nth-child(19) {
      animation-delay: 4.75s; }
    .flash-bag-catcher-wrapper .flash-bag-catcher__cross {
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -8.5px;
      fill: #fff;
      width: 15px;
      height: 15px;
      cursor: pointer; }
      .flash-bag-catcher-wrapper .flash-bag-catcher__cross:hover {
        fill: #567f00; }
    .flash-bag-catcher-wrapper .flash-bag-catcher.disabled {
      opacity: 1;
      pointer-events: none;
      animation: FLASHBAGDOWN 1s;
      animation-delay: 0s;
      animation-fill-mode: forwards; }
    .flash-bag-catcher-wrapper .flash-bag-catcher.error {
      background-color: #df1717; }
      .flash-bag-catcher-wrapper .flash-bag-catcher.error .flash-bag-catcher__cross:hover {
        fill: #b11212; }
    .flash-bag-catcher-wrapper .flash-bag-catcher:hover {
      box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 5px; }

.flash-bag-catcher-wrapper .flash-bag-catcher {
  border-radius: 30px;
  font-weight: normal;
  padding: 20px;
  width: 270px; }
  .flash-bag-catcher-wrapper .flash-bag-catcher__cross {
    right: 20px; }
  .flash-bag-catcher-wrapper .flash-bag-catcher.disabled {
    display: none; }

.cookiebanner-close {
  color: #bbb8ae; }

.cookiebanner {
  position: relative !important; }
  .cookiebanner > span {
    font-size: 0.6875rem !important; }
    @media screen and (min-width: 40em) {
      .cookiebanner > span {
        font-size: 0.9375rem !important; } }

.is--cookie {
  height: auto;
  transition: transform .3s ease;
  display: initial;
  padding: 0; }

.cookiebanner {
  background: #4096ff !important;
  bottom: 0 !important;
  color: white !important;
  font-family: inherit !important;
  font-weight: 100;
  padding: 15px 30px !important;
  position: fixed !important; }

.home {
  background-color: #fff;
  padding-bottom: 40px; }
  .home #homeGeoloc {
    min-height: 55px; }
  .home .auto-complete input {
    border-radius: 5px;
    padding: 15px 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    margin: 0 0 5px;
    width: 100%;
    background-color: #fefefe;
    outline: none; }
  .home .auto-complete__search_button {
    right: 10px; }
  .home .auto-complete .geoloc-btn {
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -13px;
    right: 45px; }
  .home__searchbar {
    background-color: rgba(255, 255, 255, 0.93);
    box-shadow: 0 5px 6px #bbb;
    margin: -30px auto 0px;
    padding: 20px;
    text-align: center;
    width: 90%;
    position: relative;
    z-index: 2; }
    .home__searchbar > p {
      padding-bottom: 10px; }
    @media (min-width: 768px) {
      .home__searchbar {
        text-align: left;
        width: 50%; } }
    .home__searchbar .icon--geoloc {
      float: none;
      position: absolute;
      right: 0; }
      @media (min-width: 768px) {
        .home__searchbar .icon--geoloc {
          right: 80px; } }
    .home__searchbar .geoloc__edit {
      color: #6f7175;
      cursor: pointer;
      display: none;
      font-size: 12px;
      position: absolute;
      right: 20px;
      top: 20px;
      text-decoration: underline; }
    .home__searchbar .geoloc__result {
      display: none;
      margin-top: 30px; }
    .home__searchbar .geoloc__result--detail {
      box-shadow: 0 0 8px #bbb;
      height: auto;
      margin-bottom: 50px;
      padding: 20px 20px 50px;
      position: relative;
      background-color: #fff; }
      @media (min-width: 992px) {
        .home__searchbar .geoloc__result--detail {
          min-height: 320px;
          height: 320px;
          margin-bottom: 40px;
          padding-bottom: 20px; } }
    .home__searchbar .geoloc__result--detail__thumb {
      display: block;
      margin-bottom: 20px;
      width: 100%; }
    .home__searchbar .geoloc__result--detail__desc {
      display: block;
      line-height: 22px;
      margin-bottom: 10px;
      text-align: left; }
    .home__searchbar .geoloc__result--detail__dist {
      color: #b5bac0;
      display: block;
      font-size: 14px;
      text-align: left; }
    .home__searchbar.is-active {
      padding: 20px 10px 10px;
      text-align: center;
      width: 90%; }
      @media (min-width: 768px) {
        .home__searchbar.is-active {
          padding: 20px 50px 70px;
          width: 80%; } }
      .home__searchbar.is-active .icon--geoloc {
        display: none; }
      .home__searchbar.is-active .form--geoloc {
        margin: 20px auto 0;
        width: 90%; }
        .home__searchbar.is-active .form--geoloc .button--geoloc {
          display: none; }
        @media (min-width: 768px) {
          .home__searchbar.is-active .form--geoloc {
            width: 60%; } }
      .home__searchbar.is-active .geoloc__result {
        display: block; }
      .home__searchbar.is-active .geoloc__edit {
        display: block; }
  .home__steps {
    margin: 0 auto;
    max-width: 80%;
    text-align: center;
    position: relative;
    z-index: 2; }
    .home__steps__title {
      background-color: #fff;
      display: inline-block;
      font-size: 24px;
      margin: 0 auto 30px;
      padding: 0 20px; }
    .home__steps__hr {
      background-color: #000;
      border: 0;
      height: 1px;
      line-height: 1px;
      margin: 0 auto -15px; }
    .home__steps__detail {
      background-color: #fff;
      box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
      height: 250px;
      line-height: 24px;
      margin-bottom: 40px;
      padding: 30px 20px 0; }
      .home__steps__detail__title {
        color: #38393b;
        display: block;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 10px;
        text-align: center; }

@media (min-width: 768px) {
  .home:after {
    background-image: url("https://via.placeholder.com/1200x224");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 320px;
    display: inline-block;
    z-index: 1; } }

.home {
  position: relative; }
  .home:before {
    content: "";
    background: #fff url(/compiled/bg-home.71fc416152f1997bcd56054cfe6cc8c9.jpg) no-repeat top center;
    background-size: cover;
    height: 190px;
    padding-bottom: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    @media (min-width: 992px) {
      .home:before {
        height: 560px; } }
  .home__searchbar {
    box-shadow: none;
    margin: 0 auto;
    background-color: transparent; }
    .home__searchbar.is-active {
      width: 100%; }
      @media (min-width: 992px) {
        .home__searchbar.is-active {
          padding: 20px 10px 10px; } }
    .home__searchbar .geoloc__result {
      margin-top: 10px; }
      @media (min-width: 992px) {
        .home__searchbar .geoloc__result {
          margin-top: 30px; } }
    .home__searchbar #user_address {
      display: none; }
  .home__steps {
    display: table;
    max-width: 100%;
    border-spacing: 0; }
    @media (min-width: 768px) {
      .home__steps {
        border-spacing: 30px; } }
    .home__steps__title {
      font-weight: 300; }
    .home__steps__detail {
      display: block;
      font-weight: 300;
      height: auto;
      margin-bottom: 20px;
      padding: 20px 10px;
      text-align: center;
      width: 100%; }
      @media (min-width: 768px) {
        .home__steps__detail {
          display: table-cell;
          width: 33.33%; } }
      @media (min-width: 992px) {
        .home__steps__detail {
          padding: 45px 30px 30px; } }
      .home__steps__detail--note {
        color: #666;
        font-size: 13px;
        line-height: 20px;
        padding-bottom: 80px;
        text-align: center;
        width: 100%; }
  .home__app {
    background-color: #f7f7f7;
    padding: 25px 25px 45px;
    display: none; }
    @media (min-width: 992px) {
      .home__app {
        display: block; } }
    .home__app__title {
      display: block;
      font-size: 25px;
      font-weight: 800;
      margin-bottom: 15px;
      text-align: center; }
      @media (min-width: 768px) {
        .home__app__title {
          text-align: left; } }
    .home__app__content {
      line-height: 24px;
      margin-bottom: 20px;
      text-align: center; }
      @media (min-width: 768px) {
        .home__app__content {
          text-align: left; } }
      @media (min-width: 992px) {
        .home__app__content {
          margin-bottom: 0; } }
    .home__app__picto {
      margin-top: 30px;
      max-width: 100%; }
      .home__app__picto--devices {
        margin-top: 15px;
        max-width: 100%; }
    .home__app__detail {
      margin: 0 auto;
      width: 100%;
      max-width: 1450px; }
  .home__legales {
    border: 3px solid #000;
    margin: 0 auto;
    max-width: 100%;
    padding: 5px 15px; }
    @media (min-width: 768px) {
      .home__legales {
        max-width: 70%;
        padding: 5px 0 5px 30px;
        margin-bottom: 20px; } }
    .home__legales__illu {
      float: left;
      margin: 22px 10px;
      width: 50px; }
      @media (min-width: 768px) {
        .home__legales__illu {
          margin: 3px 20px 3px 0;
          width: 80px; } }
    .home__legales__content {
      font-size: 13px;
      width: 100%; }
      @media (min-width: 768px) {
        .home__legales__content {
          width: 93%; } }
      .home__legales__content strong {
        display: block;
        font-size: 16px;
        line-height: 20px; }
      .home__legales__content--note {
        clear: both;
        display: block;
        font-size: 12px;
        float: right;
        margin-top: 3px; }
        @media (min-width: 992px) {
          .home__legales__content--note {
            margin-top: -8px; } }

@media (min-width: 768px) {
  .home:after {
    display: none; } }

.products-list-layout {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: calc(100vh - 134px); }
  .products-list-layout__nav-bar {
    display: none; }
    @media (min-width: 992px) {
      .products-list-layout__nav-bar {
        width: 25%;
        display: block; } }
  .products-list-layout__list-products {
    width: 100%; }
    @media (min-width: 992px) {
      .products-list-layout__list-products {
        width: 75%; } }

.checkout {
  padding: 50px 0; }
  .checkout__steps {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center; }
  .checkout__separator {
    background-color: #000;
    border: 0;
    height: 50px;
    margin-bottom: 30px; }
  .checkout__forms {
    border: 1px solid #ddd;
    margin: 0 auto;
    max-width: 90%;
    padding: 30px 20px; }
    @media (min-width: 768px) {
      .checkout__forms {
        max-width: 70%;
        padding: 40px 20px; } }
  .checkout .slots__delivery--date .swiper-container {
    min-height: 232px; }

.checkout {
  padding-bottom: 0; }
  .checkout__separator {
    background-color: #15d0ec;
    width: auto; }
  .checkout__forms {
    max-width: 100%; }
    @media (min-width: 768px) {
      .checkout__forms {
        max-width: 95%; } }
  .checkout__error {
    color: red;
    text-align: center;
    margin: 50px;
    background: #fee;
    border: 1px solid #f88;
    padding: 15px;
    border-radius: 10px; }
  .checkout .form--login--checkout .form-toggle {
    max-height: 1000px;
    overflow: hidden;
    padding: 0;
    transition: all 1s; }
  .checkout .form--login--checkout .form-toggle.is-hidden {
    display: block;
    max-height: 0;
    transform-origin: center 0;
    overflow: hidden; }
  .checkout .tabs {
    font-size: 0; }

.payment {
  color: #1e244d; }
  .payment .button {
    text-decoration: none; }
  .payment-nav {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem; }
    .payment-nav-content {
      padding: 1.5rem 0; }
      .payment-nav-content a img {
        height: 30px; }
  .payment-page-title {
    padding-top: 1em; }
    .payment-page-title h5 {
      font-size: 1.25rem;
      font-weight: 400;
      color: #1e244d; }
  .payment-confirm__wrapper {
    border: 1px solid #eee;
    height: 530px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0; }
  .payment-confirm__content {
    clear: both;
    max-width: 75rem;
    margin: 1.5rem auto 4rem; }
    .payment-confirm__content--thumb {
      display: block; }
      .payment-confirm__content--thumb--msg {
        bottom: 3em;
        color: #fff;
        line-height: 1.5;
        position: absolute;
        text-align: center;
        width: inherit;
        left: 4em; }
    .payment-confirm__content--info {
      float: right;
      padding: 2em .625rem 4.5em;
      text-align: center;
      width: 100%;
      margin: auto; }
      @media (min-width: 768px) {
        .payment-confirm__content--info {
          width: 49%; } }
      .payment-confirm__content--info--title {
        display: block;
        margin: 2.5em 0; }
      .payment-confirm__content--info .stat {
        font-size: 1.2rem; }
      .payment-confirm__content--info p {
        margin-bottom: 1rem; }
        .payment-confirm__content--info p.space {
          margin-bottom: 1.5rem; }
        .payment-confirm__content--info p.buttons {
          margin-top: 2.7em; }
  .payment-confirm__title {
    display: block;
    font-size: 1.25rem;
    margin-top: -1em;
    margin-bottom: 3em;
    text-align: center; }
  .payment-confirm__infos {
    color: #666;
    font-weight: 300;
    line-height: 1.6;
    margin-top: 4em;
    text-align: center; }

.confirmation-order {
  margin-top: 4em;
  margin-bottom: 4em; }
  .confirmation-order-msg {
    bottom: 3em;
    color: #fff;
    position: absolute;
    width: 100%; }

.centered {
  margin-left: auto;
  margin-right: auto; }

.info-support {
  margin-top: 30px; }

.profile {
  position: relative;
  margin: 4rem auto;
  max-width: 90%; }
  @media (min-width: 768px) {
    .profile {
      max-width: 70%; } }
  .profile__link--back {
    color: #000;
    display: inline-block;
    margin-top: 30px;
    text-decoration: underline; }
    .profile__link--back:hover {
      text-decoration: none; }
  .profile__link--order {
    color: #000;
    font-weight: 700;
    text-decoration: none; }
    .profile__link--order:hover {
      text-decoration: underline; }
  .profile .signout {
    position: absolute;
    right: 10px;
    top: -30px; }
    @media (min-width: 768px) {
      .profile .signout {
        right: 5px;
        top: -25px; } }
    @media (min-width: 992px) {
      .profile .signout {
        right: 5px;
        top: 20px; } }
    .profile .signout a {
      color: #666; }

.profile {
  max-width: 75rem;
  margin-top: 4rem;
  margin-bottom: 4em; }
  .profile .profile__link--back {
    margin-top: 50px;
    color: #666; }
  .profile .tabs {
    font-size: 0; }
  .profile input[type="submit"] {
    position: relative;
    bottom: -15px; }
  .profile .signout a {
    margin-left: 30px; }
  @media (min-width: 768px) {
    .profile .signout {
      top: 10px; } }

.recovery {
  line-height: 22px;
  margin: 0 auto;
  max-width: 90%;
  padding: 30px 20px;
  text-align: center; }
  @media (min-width: 768px) {
    .recovery {
      max-width: 60%;
      padding: 40px 20px; } }
  @media (min-width: 992px) {
    .recovery {
      max-width: 40%; } }
  .recovery__title {
    display: block;
    font-size: 24px;
    margin-bottom: 40px;
    text-align: center; }

.recovery {
  background-color: #fbfbfb;
  border: 1px solid #ccc;
  margin-top: 130px;
  padding: 50px; }
  @media (min-width: 992px) {
    .recovery {
      max-width: 33%; } }
  .recovery__title {
    margin-bottom: 10px;
    font-weight: 800;
    text-align: left; }

.contact {
  padding: 50px 0; }
  .contact__content {
    margin: 0 auto 30px;
    max-width: 90%; }
    @media (min-width: 768px) {
      .contact__content {
        max-width: 70%; } }
    .contact__content--detail {
      line-height: 24px;
      margin-bottom: 30px; }
  .contact__title {
    display: block;
    font-size: 30px;
    margin-bottom: 40px;
    text-align: center; }
  .contact__subtitle {
    display: block;
    font-size: 20px;
    margin-bottom: 20px; }

.contact {
  background-color: #f7f7f7;
  padding: 24px 0 20px; }
  .contact__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 8px;
    text-align: left; }
  .contact__detail {
    font-size: 16px;
    line-height: 25px; }
  .contact__link {
    color: #15d0ec;
    text-decoration: none; }
    .contact__link:hover {
      color: #24b2c9; }
  .contact__content {
    margin: 0 4%;
    max-width: 100%; }
    .contact__content--detail a {
      color: #15d0ec;
      text-decoration: none; }
  .contact__subtitle {
    font-size: 16px;
    margin-bottom: 10px; }

.legales {
  padding: 50px 0; }
  .legales__content {
    margin: 0 auto 30px;
    max-width: 90%; }
    @media (min-width: 768px) {
      .legales__content {
        max-width: 70%; } }
    .legales__content--detail {
      line-height: 24px;
      margin-bottom: 30px; }
    .legales__content p {
      font-size: inherit;
      line-height: 1.6;
      margin-bottom: 1rem;
      text-rendering: optimizeLegibility; }
    .legales__content ul {
      margin-left: 1.25rem;
      list-style-type: disc;
      margin-bottom: 1rem; }
      .legales__content ul li {
        font-size: inherit;
        line-height: 1.6; }
    .legales__content a {
      color: #000; }
  .legales__title {
    display: block;
    font-size: 30px;
    margin-bottom: 40px;
    text-align: center; }
  .legales__subtitle {
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
    text-decoration: underline; }
  .legales__link {
    color: #000; }

.legales {
  padding: 1.5em; }
  .legales__title {
    text-align: left;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: .5rem; }
  .legales__content {
    margin: 0 4%;
    max-width: 100%; }
    .legales__content p {
      color: #0a0a0a; }
    .legales__content a {
      color: #15d0ec;
      text-decoration: none; }

.personal-data {
  padding: 50px 0; }
  .personal-data__content {
    margin: 0 auto 30px;
    max-width: 90%; }
    @media (min-width: 768px) {
      .personal-data__content {
        max-width: 70%; } }
    .personal-data__content--detail {
      line-height: 24px;
      margin-bottom: 30px; }
  .personal-data__title {
    display: block;
    font-size: 30px;
    margin-bottom: 40px;
    text-align: center; }
  .personal-data__subtitle {
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
    text-decoration: underline;
    text-transform: uppercase; }
    .personal-data__subtitle--content {
      display: block;
      font-size: 16px;
      margin-bottom: 10px; }
  .personal-data__link {
    color: #000;
    text-align: underline; }
    .personal-data__link:hover {
      text-decoration: none; }

.personal-data {
  background: #f7f7f7;
  padding: 25px 0; }
  .personal-data__title {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: left; }
  .personal-data__content {
    margin: 0 4%;
    max-width: 100%; }
  .personal-data p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 18px; }
  .personal-data ul {
    list-style-type: disc;
    margin-bottom: 18px;
    padding-left: 20px; }
    .personal-data ul li {
      line-height: 25px;
      margin-bottom: 10px; }
  .personal-data a {
    color: #15d0ec;
    text-decoration: none; }
    .personal-data a:hover {
      color: #24b2c9; }

.faq__title {
  display: block;
  font-size: 30px;
  margin-bottom: 40px;
  text-align: center; }

.oldbrowser {
  font-size: 14px; }
  .oldbrowser__content {
    margin: 7vh auto;
    max-width: 95%;
    color: #282f63;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 992px) {
      .oldbrowser__content {
        width: 60%; } }
    .oldbrowser__content--title {
      -ms-flex: 3;
          flex: 3;
      text-align: center;
      background-size: cover;
      color: #fff;
      margin-bottom: -77px; }
      .oldbrowser__content--title span {
        top: -75px;
        height: 75px;
        line-height: 25px;
        position: relative;
        display: block; }
      .oldbrowser__content--title img {
        width: 100%; }
    .oldbrowser__content--text {
      text-align: center;
      line-height: 13px;
      font-size: 10px;
      padding-bottom: 40px;
      -ms-flex: 4;
          flex: 4;
      border: 1px solid #ccc;
      border-left: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
      @media (min-width: 768px) {
        .oldbrowser__content--text {
          line-height: 20px;
          font-size: 14px; } }
      .oldbrowser__content--text svg {
        margin: 0 auto;
        width: 50%;
        height: auto; }
  .oldbrowser__link {
    text-align: center; }
    .oldbrowser__link a {
      color: #282f63; }

.main-content.error-page .title {
  color: black; }

.main-content.error-page .description {
  color: black; }

.main-content.error-page .content {
  margin: 200px auto; }

.main-content.error-page + div,
.main-content.error-page + footer {
  display: none; }

.main-content.error-page {
  background: #4096ff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  font-family: sans-serif;
  -ms-flex-pack: justify;
      justify-content: space-between;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 100%; }
  .main-content.error-page .footer-error {
    background: url(/compiled/road-404.6961255cd5ea37f419a0066dc2763150.svg) no-repeat;
    background-position: center bottom;
    height: 200px;
    width: 100%; }
  .main-content.error-page .title {
    color: #fff;
    font-size: 10rem;
    line-height: 1.4;
    font-weight: 400;
    width: 100%; }
  .main-content.error-page .description {
    font-size: inherit;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility;
    color: #fff; }
  .main-content.error-page .content {
    margin: 200px auto; }
  .main-content.error-page .header-error {
    position: absolute;
    top: 2em;
    width: 100%; }
  .main-content.error-page .button {
    background: #fff;
    box-shadow: 0 9px 30px -10px rgba(138, 138, 138, 0.8);
    color: #4096ff;
    text-decoration: none;
    border-radius: 30px;
    display: inline-block;
    padding: 1em 2em;
    margin-top: 2em;
    transition: all .3s ease-in-out;
    cursor: pointer;
    border: 1px solid transparent; }
  .main-content.error-page .button:hover {
    border: 1px solid #fff;
    background: #4096ff;
    color: #fff; }
  @media only screen and (max-width: 400px) {
    .main-content.error-page .title {
      font-size: 1.5em;
      margin: 0 0 0.3em; } }

.payment {
  color: #1e244d; }
  .payment .button {
    text-decoration: none; }
  .payment-nav {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem; }
    .payment-nav-content {
      padding: 1.5rem 0; }
      .payment-nav-content a img {
        height: 30px; }
  .payment-page-title {
    padding-top: 1em; }
    .payment-page-title h5 {
      font-size: 1.25rem;
      font-weight: 400;
      color: #1e244d; }
  .payment-confirm__wrapper {
    border: 1px solid #eee;
    height: 530px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0; }
  .payment-confirm__content {
    clear: both;
    max-width: 75rem;
    margin: 1.5rem auto 4rem; }
    .payment-confirm__content--thumb {
      display: block; }
      .payment-confirm__content--thumb--msg {
        bottom: 3em;
        color: #fff;
        line-height: 1.5;
        position: absolute;
        text-align: center;
        width: inherit;
        left: 4em; }
    .payment-confirm__content--info {
      float: right;
      padding: 2em .625rem 4.5em;
      text-align: center;
      width: 100%;
      margin: auto; }
      @media (min-width: 768px) {
        .payment-confirm__content--info {
          width: 49%; } }
      .payment-confirm__content--info--title {
        display: block;
        margin: 2.5em 0; }
      .payment-confirm__content--info .stat {
        font-size: 1.2rem; }
      .payment-confirm__content--info p {
        margin-bottom: 1rem; }
        .payment-confirm__content--info p.space {
          margin-bottom: 1.5rem; }
        .payment-confirm__content--info p.buttons {
          margin-top: 2.7em; }
  .payment-confirm__title {
    display: block;
    font-size: 1.25rem;
    margin-top: -1em;
    margin-bottom: 3em;
    text-align: center; }
  .payment-confirm__infos {
    color: #666;
    font-weight: 300;
    line-height: 1.6;
    margin-top: 4em;
    text-align: center; }

.confirmation-order {
  margin-top: 4em;
  margin-bottom: 4em; }
  .confirmation-order-msg {
    bottom: 3em;
    color: #fff;
    position: absolute;
    width: 100%; }

.centered {
  margin-left: auto;
  margin-right: auto; }

.info-support {
  margin-top: 30px; }

.content--rgpd {
  font-size: 13px;
  text-align: left;
  color: #233363;
  line-height: 25px;
  margin: 1em; }
  .content--rgpd .bold {
    font-weight: bold; }
  .content--rgpd .personnal-data {
    color: #15d0ec; }
  .content--rgpd .form {
    position: relative; }
    .content--rgpd .form .checkbox__label {
      font-size: 13px;
      padding: 0; }
      .content--rgpd .form .checkbox__label:before {
        left: -45px;
        position: absolute; }
    .content--rgpd .form .checkbox-custom:checked + .checkbox__label:after {
      left: -45px;
      position: absolute; }
  .content--rgpd .form.form--rgpd {
    margin: 0; }
  .content--rgpd p {
    margin-bottom: 10px; }
  .content--rgpd .info-checked {
    display: none;
    position: relative;
    margin-top: 10px; }
    .content--rgpd .info-checked:before {
      background-color: #faf7f5;
      border: 1px solid #d9d9d9;
      border-bottom: 0;
      border-right: 0;
      content: '';
      height: 22px;
      position: absolute;
      top: -12px;
      width: 22px; }
    .content--rgpd .info-checked:before {
      left: 43px;
      transform: rotate(45deg); }
  .content--rgpd input:checked ~ .info-checked {
    display: block;
    border: 1px solid #d9d9d9;
    padding: 2em;
    border-radius: 10px;
    background-color: #faf7f5; }
  .content--rgpd label {
    margin-left: 2.5em;
    position: relative; }
  .content--rgpd input {
    width: 40px;
    height: 40px;
    z-index: 2;
    cursor: pointer; }

@font-face {
  font-family: 'icons';
  src: url(/compiled/icons.7ca7f6243eb390b1aad0f56b4e1650bf.eot);
  src: url(/compiled/icons.7ca7f6243eb390b1aad0f56b4e1650bf.eot?#iefix) format("eot"), url(/compiled/icons.cc1605334e384ff6878c8b8a6b2e8604.woff) format("woff"), url(/compiled/icons.2d51b0b81d1c0ef8b34f0f0c13236a9e.ttf) format("truetype"); }

.fonticone {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 24px; }

.fonticone:before {
  font-family: "icons";
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  font-weight: normal;
  text-decoration: none;
  text-transform: none; }

.fonticone--0_select:before {
  content: "\EA20"; }

.fonticone--0_select2:before {
  content: "\EA01"; }

.fonticone--1_checkSquared:before {
  content: "\EA1E"; }

.fonticone--1_checkSquared2:before {
  content: "\EA02"; }

.fonticone--1_chevron-left-circle:before {
  content: "\EA21"; }

.fonticone--1_chevron-left-circle2:before {
  content: "\EA03"; }

.fonticone--1_chevron-right-circle:before {
  content: "\EA23"; }

.fonticone--1_chevron-right-circle2:before {
  content: "\EA04"; }

.fonticone--1_cross-circle:before {
  content: "\EA2D"; }

.fonticone--1_cross-circle2:before {
  content: "\EA05"; }

.fonticone--2_heart:before {
  content: "\EA41"; }

.fonticone--2_heart2:before {
  content: "\EA06"; }

.fonticone--3_heartFull:before {
  content: "\EA42"; }

.fonticone--3_heartFull2:before {
  content: "\EA07"; }

.fonticone--5-stars:before {
  content: "\EA08"; }

.fonticone--CarrefourClignote:before {
  content: "\EA09"; }

.fonticone--_arrow:before {
  content: "\EA0A"; }

.fonticone--add-to-cart:before {
  content: "\EA0B"; }

.fonticone--alert:before {
  content: "\EA0C"; }

.fonticone--arrow-right-round:before {
  content: "\EA0D"; }

.fonticone--arrow:before {
  content: "\EA0E"; }

.fonticone--arrowCurve:before {
  content: "\EA0F"; }

.fonticone--arrowCurveBottom:before {
  content: "\EA10"; }

.fonticone--arrowCurveLeft:before {
  content: "\EA11"; }

.fonticone--arrowCurveLeftThin:before {
  content: "\EA12"; }

.fonticone--arrowSimple:before {
  content: "\EA13"; }

.fonticone--basket-frequent:before {
  content: "\EA14"; }

.fonticone--basket-heart:before {
  content: "\EA15"; }

.fonticone--basket:before {
  content: "\EA16"; }

.fonticone--book:before {
  content: "\EA17"; }

.fonticone--calendar:before {
  content: "\EA18"; }

.fonticone--car:before {
  content: "\EA19"; }

.fonticone--cash:before {
  content: "\EA1A"; }

.fonticone--cellphone:before {
  content: "\EA1B"; }

.fonticone--chat:before {
  content: "\EA1C"; }

.fonticone--check:before {
  content: "\EA1D"; }

.fonticone--chevron-down-circle:before {
  content: "\EA1F"; }

.fonticone--chevron-left:before {
  content: "\EA22"; }

.fonticone--chevron-right:before {
  content: "\EA24"; }

.fonticone--chevron-up-circle:before {
  content: "\EA25"; }

.fonticone--chevron-up:before {
  content: "\EA26"; }

.fonticone--chief:before {
  content: "\EA27"; }

.fonticone--coach-arrow-lm:before {
  content: "\EA28"; }

.fonticone--coach-arrow-tr:before {
  content: "\EA29"; }

.fonticone--coins:before {
  content: "\EA2A"; }

.fonticone--computer:before {
  content: "\EA2B"; }

.fonticone--confirm:before {
  content: "\EA2C"; }

.fonticone--cross-circleBold:before {
  content: "\EA2E"; }

.fonticone--devices:before {
  content: "\EA2F"; }

.fonticone--document:before {
  content: "\EA30"; }

.fonticone--download:before {
  content: "\EA31"; }

.fonticone--drive:before {
  content: "\EA32"; }

.fonticone--email:before {
  content: "\EA33"; }

.fonticone--eye-open:before {
  content: "\EA34"; }

.fonticone--facebook-circle:before {
  content: "\EA35"; }

.fonticone--faq:before {
  content: "\EA36"; }

.fonticone--favorite-heartless:before {
  content: "\EA37"; }

.fonticone--feather:before {
  content: "\EA38"; }

.fonticone--fid-card:before {
  content: "\EA39"; }

.fonticone--france:before {
  content: "\EA44"; }

.fonticone--france2:before {
  content: "\EA3A"; }

.fonticone--free:before {
  content: "\EA3B"; }

.fonticone--fruit:before {
  content: "\EA3C"; }

.fonticone--gift:before {
  content: "\EA3D"; }

.fonticone--googleplus-circle:before {
  content: "\EA3E"; }

.fonticone--headphone-line:before {
  content: "\EA3F"; }

.fonticone--headphone:before {
  content: "\EA40"; }

.fonticone--help:before {
  content: "\EA43"; }

.fonticone--house:before {
  content: "\EA45"; }

.fonticone--idea:before {
  content: "\EA46"; }

.fonticone--ids:before {
  content: "\EA47"; }

.fonticone--instagram-circle:before {
  content: "\EA48"; }

.fonticone--list:before {
  content: "\EA49"; }

.fonticone--lists_clock:before {
  content: "\EA4A"; }

.fonticone--lists_comands:before {
  content: "\EA4B"; }

.fonticone--lists_connected-devices:before {
  content: "\EA4C"; }

.fonticone--lists_economies:before {
  content: "\EA4D"; }

.fonticone--lists_mic:before {
  content: "\EA4E"; }

.fonticone--lists_subscriptions:before {
  content: "\EA4F"; }

.fonticone--lists_trash:before {
  content: "\EA50"; }

.fonticone--livraison-express:before {
  content: "\EA51"; }

.fonticone--location-inline:before {
  content: "\EA52"; }

.fonticone--location:before {
  content: "\EA53"; }

.fonticone--lock:before {
  content: "\EA54"; }

.fonticone--memo:before {
  content: "\EA55"; }

.fonticone--menu:before {
  content: "\EA56"; }

.fonticone--menuAnimaux:before {
  content: "\EA57"; }

.fonticone--menuBioEcologie:before {
  content: "\EA58"; }

.fonticone--menuBoissons:before {
  content: "\EA59"; }

.fonticone--menuCharcuterie:before {
  content: "\EA5B"; }

.fonticone--menuCharcuterie2:before {
  content: "\EA5A"; }

.fonticone--menuCremerie:before {
  content: "\EA5C"; }

.fonticone--menuEntretienBazar:before {
  content: "\EA5D"; }

.fonticone--menuEpicerieSalee:before {
  content: "\EA5E"; }

.fonticone--menuEpicerieSucree:before {
  content: "\EA5F"; }

.fonticone--menuFruitetLegumes:before {
  content: "\EA60"; }

.fonticone--menuHygieneBeaute:before {
  content: "\EA61"; }

.fonticone--menuMonde-Bebe:before {
  content: "\EA62"; }

.fonticone--menuPainPatisserie:before {
  content: "\EA63"; }

.fonticone--menuParapharmacie:before {
  content: "\EA64"; }

.fonticone--menuSurgeles:before {
  content: "\EA65"; }

.fonticone--menuTraiteur:before {
  content: "\EA66"; }

.fonticone--menuViandePoisson:before {
  content: "\EA67"; }

.fonticone--mobile:before {
  content: "\EA68"; }

.fonticone--moins-circle:before {
  content: "\EA69"; }

.fonticone--money-box:before {
  content: "\EA6A"; }

.fonticone--more:before {
  content: "\EA6B"; }

.fonticone--ok-circle:before {
  content: "\EA6C"; }

.fonticone--ooshop:before {
  content: "\EA6D"; }

.fonticone--payCheck:before {
  content: "\EA6E"; }

.fonticone--pedestrian:before {
  content: "\EA6F"; }

.fonticone--pencil:before {
  content: "\EA70"; }

.fonticone--phone:before {
  content: "\EA71"; }

.fonticone--picto_objet-connecte_v1:before {
  content: "\EA72"; }

.fonticone--pikit-list:before {
  content: "\EA73"; }

.fonticone--pikit:before {
  content: "\EA74"; }

.fonticone--pikit_battery_0:before {
  content: "\EA75"; }

.fonticone--pikit_battery_100:before {
  content: "\EA76"; }

.fonticone--pikit_battery_25:before {
  content: "\EA77"; }

.fonticone--pikit_battery_50:before {
  content: "\EA78"; }

.fonticone--pikit_battery_75:before {
  content: "\EA79"; }

.fonticone--pikit_cog:before {
  content: "\EA7A"; }

.fonticone--pikit_time_full:before {
  content: "\EA7B"; }

.fonticone--pikit_time_linear:before {
  content: "\EA7C"; }

.fonticone--pin:before {
  content: "\EA7D"; }

.fonticone--pinterest-circle:before {
  content: "\EA7E"; }

.fonticone--play:before {
  content: "\EA7F"; }

.fonticone--plus-circle:before {
  content: "\EA80"; }

.fonticone--plus:before {
  content: "\EA81"; }

.fonticone--preparation:before {
  content: "\EA82"; }

.fonticone--promo:before {
  content: "\EA83"; }

.fonticone--reload:before {
  content: "\EA84"; }

.fonticone--search:before {
  content: "\EA85"; }

.fonticone--sound:before {
  content: "\EA86"; }

.fonticone--star:before {
  content: "\EA87"; }

.fonticone--suggestion:before {
  content: "\EA88"; }

.fonticone--target:before {
  content: "\EA89"; }

.fonticone--tel:before {
  content: "\EA8A"; }

.fonticone--thumb-up:before {
  content: "\EA8B"; }

.fonticone--time:before {
  content: "\EA8C"; }

.fonticone--trash:before {
  content: "\EA8D"; }

.fonticone--truck:before {
  content: "\EA8E"; }

.fonticone--twitter-circle:before {
  content: "\EA8F"; }

.fonticone--underline:before {
  content: "\EA90"; }

.fonticone--user:before {
  content: "\EA91"; }

.fonticone--validate-circle:before {
  content: "\EA92"; }

.fonticone--voucher:before {
  content: "\EA93"; }

.fonticone--youtube-circle:before {
  content: "\EA94"; }

.fonticone--maison:before {
  content: "\E900"; }

/* menuParapharmacie */
.fonticone--menuParapharmacie:before {
  content: "\EA64"; }

/* Fruit et légumes */
.fonticone--R01:before {
  content: "\EA63"; }

/* Viandes et poissons */
.fonticone--R02:before {
  content: "\EA6A"; }

/* Pains et pâtisseries */
.fonticone--R03:before {
  content: "\EA66"; }

/* Crèmerie */
.fonticone--R04:before {
  content: "\EA5F"; }

/* Traiteur */
.fonticone--R05:before {
  content: "\EA69"; }

/* Surgelés */
.fonticone--R06:before {
  content: "\EA68"; }

/* Epicerie salée */
.fonticone--R07:before {
  content: "\EA61"; }

/* Epicerie sucrée */
.fonticone--R08:before {
  content: "\EA62"; }

/* Boissons et cave à vins */
.fonticone--R09:before {
  content: "\EA5C"; }

/* Boissons sans alcool */
.fonticone--R18:before {
  content: "\EA5C"; }

/* Bio et écologie */
.fonticone--R10:before {
  content: "\EA5B"; }

/* Monde de bébé */
.fonticone--R11:before {
  content: "\EA65"; }

/* Hygiène et beauté */
.fonticone--R12:before {
  content: "\EA64"; }

/* Maison, loisir, textile */
.fonticone--R13:before {
  content: "\EA57"; }

/* Animaux */
.fonticone--R14:before {
  content: "\EA5A"; }

/* Charcuterie */
.fonticone--R15:before {
  content: "\EA5D"; }

/* Prêt à déguster */
.fonticone--R16:before {
  content: "\EA86"; }

/* Entretien et nettoyage */
.fonticone--R17:before {
  content: "\EA60"; }

/* Produits de fête */
.fonticone--R19:before {
  content: "\EA3D"; }

/*# sourceMappingURL=main-b6903ea0b50fda81b96385ba428e7ae504d36c51.d6dc62b2fc5f99505cce.css.map*/