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

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

a {
  text-decoration: none;
  color: black;
}

button {
  display: inline-block;
  border: none;
  padding: 1rem 2rem;
  margin: 0;
  text-decoration: none;
  background: none;
  font-size: 1rem;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
}

* {
  outline: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-dots {
  position: relative;
  display: flex;
  justify-content: center;
}
.slick-dots li {
  display: inline-block;
  position: relative;
  width: 9px;
  height: 9px;
  opacity: 0.3;
  border-radius: 50%;
  margin-right: 7px;
  text-indent: -999em;
  transition: all 0.4s ease(in-out-quint);
  cursor: pointer;
  background-color: #1F1F23;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li:hover, .slick-dots li.slick-active {
  opacity: 1;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}
.slick-slide img {
  display: block;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
*    FONTS
**/
/**
*    COLORS
**/
.color-1 {
  color: #161616;
}

.color-2 {
  color: #A4A0E0;
}

.bg-black {
  background: #000000;
}

.bg-white {
  background: #ffffff;
}

.bg-color-1 {
  background: #161616;
}

.bg-color-2 {
  background: #A4A0E0;
}

.bg-color-3 {
  background: #91E3E8;
}

.bg-purple-light {
  background: #EFF3FD;
}

.bg-gradient-purple-to-green {
  background: linear-gradient(250.61deg, #91E3E8 8.9%, #B6B8F1 95.29%);
}

/**
*    FORMS
**/
/**
*    CUSTOM EASING
**/
.grabCursor {
  cursor: grab;
}

.sticky {
  position: sticky;
  top: 160px;
}

.full-height, .header .nav-main, .page-transition {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.flex {
  display: flex;
}
.flex.column {
  flex-direction: column;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.space-between {
  justify-content: space-between;
}
.flex.center {
  justify-content: center;
}
.flex.start {
  justify-content: flex-start;
}
.flex.end {
  justify-content: flex-end;
}
.flex.top {
  align-items: flex-start;
}
.flex.middle {
  align-items: center;
}
.flex.bottom {
  align-items: flex-end;
}
.flex.stretch {
  align-items: stretch;
}
.flex.baseline {
  align-items: baseline;
}

@-webkit-keyframes anim_underline {
  0% {
    width: 100%;
    left: auto;
    right: 0;
  }
  49.9% {
    width: 0%;
    left: auto;
    right: 0;
  }
  50% {
    width: 0%;
    left: 0;
    right: auto;
  }
  100% {
    width: 100%;
    left: 0;
    right: auto;
  }
}
@keyframes anim_underline {
  0% {
    width: 100%;
    left: auto;
    right: 0;
  }
  49.9% {
    width: 0%;
    left: auto;
    right: 0;
  }
  50% {
    width: 0%;
    left: 0;
    right: auto;
  }
  100% {
    width: 100%;
    left: 0;
    right: auto;
  }
}
@-webkit-keyframes anim_growFromLeft {
  0% {
    width: 0;
    left: 0;
    right: auto;
  }
  100% {
    width: 100%;
    left: 0;
    right: auto;
  }
}
@keyframes anim_growFromLeft {
  0% {
    width: 0;
    left: 0;
    right: auto;
  }
  100% {
    width: 100%;
    left: 0;
    right: auto;
  }
}
@-webkit-keyframes anim_shrinkToRight {
  0% {
    width: 100%;
    right: 0;
    left: auto;
  }
  100% {
    width: 0;
    right: 0;
    left: auto;
  }
}
@keyframes anim_shrinkToRight {
  0% {
    width: 100%;
    right: 0;
    left: auto;
  }
  100% {
    width: 0;
    right: 0;
    left: auto;
  }
}
@-webkit-keyframes anim_cross_bounce {
  0% {
    -webkit-transform: scale(1) translateX(0) translateY(0);
    -moz-transform: scale(1) translateX(0) translateY(0);
    -ms-transform: scale(1) translateX(0) translateY(0);
    -o-transform: scale(1) translateX(0) translateY(0);
    transform: scale(1) translateX(0) translateY(0);
  }
  50% {
    -webkit-transform: scale(1.2) translateX(-10%) translateY(-10%);
    -moz-transform: scale(1.2) translateX(-10%) translateY(-10%);
    -ms-transform: scale(1.2) translateX(-10%) translateY(-10%);
    -o-transform: scale(1.2) translateX(-10%) translateY(-10%);
    transform: scale(1.2) translateX(-10%) translateY(-10%);
  }
  100% {
    -webkit-transform: scale(1) translateX(0) translateY(0);
    -moz-transform: scale(1) translateX(0) translateY(0);
    -ms-transform: scale(1) translateX(0) translateY(0);
    -o-transform: scale(1) translateX(0) translateY(0);
    transform: scale(1) translateX(0) translateY(0);
  }
}
@keyframes anim_cross_bounce {
  0% {
    -webkit-transform: scale(1) translateX(0) translateY(0);
    -moz-transform: scale(1) translateX(0) translateY(0);
    -ms-transform: scale(1) translateX(0) translateY(0);
    -o-transform: scale(1) translateX(0) translateY(0);
    transform: scale(1) translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: scale(1.2) translateX(-10%) translateY(-10%);
    -moz-transform: scale(1.2) translateX(-10%) translateY(-10%);
    -ms-transform: scale(1.2) translateX(-10%) translateY(-10%);
    -o-transform: scale(1.2) translateX(-10%) translateY(-10%);
    transform: scale(1.2) translateX(-10%) translateY(-10%);
  }
  80% {
    -webkit-transform: scale(1) translateX(0) translateY(0);
    -moz-transform: scale(1) translateX(0) translateY(0);
    -ms-transform: scale(1) translateX(0) translateY(0);
    -o-transform: scale(1) translateX(0) translateY(0);
    transform: scale(1) translateX(0) translateY(0);
  }
}
@-webkit-keyframes anim_cross_bounce_2 {
  0% {
    -webkit-transform: scale(1) translateX(0) translateY(0);
    -moz-transform: scale(1) translateX(0) translateY(0);
    -ms-transform: scale(1) translateX(0) translateY(0);
    -o-transform: scale(1) translateX(0) translateY(0);
    transform: scale(1) translateX(0) translateY(0);
  }
  50% {
    -webkit-transform: scale(1.1) translateX(-5%) translateY(-5%);
    -moz-transform: scale(1.1) translateX(-5%) translateY(-5%);
    -ms-transform: scale(1.1) translateX(-5%) translateY(-5%);
    -o-transform: scale(1.1) translateX(-5%) translateY(-5%);
    transform: scale(1.1) translateX(-5%) translateY(-5%);
  }
  100% {
    -webkit-transform: scale(1) translateX(0) translateY(0);
    -moz-transform: scale(1) translateX(0) translateY(0);
    -ms-transform: scale(1) translateX(0) translateY(0);
    -o-transform: scale(1) translateX(0) translateY(0);
    transform: scale(1) translateX(0) translateY(0);
  }
}
@keyframes anim_cross_bounce_2 {
  0% {
    -webkit-transform: scale(1) translateX(0) translateY(0);
    -moz-transform: scale(1) translateX(0) translateY(0);
    -ms-transform: scale(1) translateX(0) translateY(0);
    -o-transform: scale(1) translateX(0) translateY(0);
    transform: scale(1) translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: scale(1.1) translateX(-5%) translateY(-5%);
    -moz-transform: scale(1.1) translateX(-5%) translateY(-5%);
    -ms-transform: scale(1.1) translateX(-5%) translateY(-5%);
    -o-transform: scale(1.1) translateX(-5%) translateY(-5%);
    transform: scale(1.1) translateX(-5%) translateY(-5%);
  }
  80% {
    -webkit-transform: scale(1) translateX(0) translateY(0);
    -moz-transform: scale(1) translateX(0) translateY(0);
    -ms-transform: scale(1) translateX(0) translateY(0);
    -o-transform: scale(1) translateX(0) translateY(0);
    transform: scale(1) translateX(0) translateY(0);
  }
}
html, body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #161616;
}

body.no-scroll {
  overflow: hidden;
}

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

button {
  padding: 0;
}

.spacer {
  height: 30px;
}
.spacer.big {
  height: 100px;
}
.spacer.small {
  height: 20px;
}

.shadow {
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}

/*
**   CUSTOM SELECTION
*/
::-moz-selection { /* Code for Firefox */
  color: #ffffff;
  background: #A4A0E0;
}

::selection {
  color: #ffffff;
  background: #A4A0E0;
}

/*
**  CUSTOM SCROLLBAR
*/
/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: linear-gradient(250.61deg, #91E3E8 8.9%, #B6B8F1 95.29%);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(250.61deg, #91E3E8 8.9%, #B6B8F1 95.29%);
}

.fw-700 {
  font-weight: 700;
}

.fw-600, .home-experience .title strong, .menu-mobile .menu-mobile-content .menu-main .menu-container .menu-item a, .menu-mobile .menu-mobile-content .menu-main .menu-container .menu-item span, .btn .btn-text, strong {
  font-weight: 600;
}

.fw-400, .intro-contact .title, .menu-mobile .menu-mobile-content .menu-footer .menu-container .menu-item a, .menu-mobile .menu-mobile-content .menu-footer .menu-container .menu-item span {
  font-weight: 400;
}

.fw-300 {
  font-weight: 300;
}

em {
  font-style: italic;
}

.fs-90-40, .font-l1, .woocommerce-product .single-product-details .left .product-header .product_title, .woocommerce-product .single-product-details .right .product-header .product_title, .woocommerce-checkout .thank-you-container .woocommerce-notice, .woocommerce-checkout .checkout-container #order_review .sticky-container .review-order-title, .woocommerce-checkout .checkout-container #customer_details h3,
.woocommerce-checkout .checkout-container .section-title.shipping {
  font-size: clamp(2.5rem, 0.8173rem + 4.8077vw, 5.625rem);
  line-height: clamp(2.5rem, 0.8173rem + 4.8077vw, 5.625rem);
}

.fs-80-40, .font-l2 {
  font-size: clamp(2.5rem, 1.1538rem + 3.8462vw, 5rem);
  line-height: clamp(2.5rem, 0.8173rem + 4.8077vw, 5.625rem);
}

.fs-40-24, .intro-contact .title, .font-l3, .shop-top-widget .right .widget .title, .widget-container.shop-top-widget .filters-content .widget .title, .woocommerce-product .up-sells h2, .woocommerce-product .related h2 {
  font-size: clamp(1.5rem, 0.9615rem + 1.5385vw, 2.5rem);
  line-height: clamp(2.125rem, 1.6538rem + 1.3462vw, 3rem);
}

.fs-30-18, .font-l4 {
  font-size: clamp(1.125rem, 0.7212rem + 1.1538vw, 1.875rem);
  line-height: clamp(1.625rem, 1.2212rem + 1.1538vw, 2.375rem);
}

.fs-24-18, .font-l5 {
  font-size: clamp(1.125rem, 0.9231rem + 0.5769vw, 1.5rem);
  line-height: clamp(1.5rem, 1.0288rem + 1.3462vw, 2.375rem);
}

.fs-20-14, .arguments-contact .swiper-wrapper .argument .text, .btn .btn-text, .font-l6 {
  font-size: clamp(0.875rem, 0.7719rem + 0.4781vw, 1.25rem);
  line-height: clamp(1.375rem, 1.0385rem + 0.9615vw, 2rem);
}

.fs-20-16 {
  font-size: clamp(1rem, 0.9313rem + 0.3187vw, 1.25rem);
  line-height: clamp(1.5rem, 1.3969rem + 0.4781vw, 1.875rem);
}

.fs-18, .font-menu {
  font-size: 18px;
  line-height: 24px;
}

.fs-18-14, .btn.btn-small .btn-text, input[type=text], input[type=text]:focus,
input[type=password], input[type=password]:focus,
input[type=tel], input[type=tel]:focus,
input[type=email], input[type=email]:focus,
input[type=date], input[type=date]:focus,
textarea, textarea:focus, .font-p, .shop-top-widget .wc-layered-nav-term a, .widget-container.shop-top-widget .filters-content .widget ul li, .widget-container .textwidget, .woocommerce-page .loop .tease-product .out-of-stock-pastille, .woocommerce-page .loop .product .out-of-stock-pastille, .woocommerce-page .products--list .tease-product .out-of-stock-pastille, .woocommerce-page .products--list .product .out-of-stock-pastille, .woocommerce-page .loop .tease-product .product-infos .entry-title, .woocommerce-page .loop .tease-product .tease--txt .entry-title, .woocommerce-page .loop .product .product-infos .entry-title, .woocommerce-page .loop .product .tease--txt .entry-title, .woocommerce-page .products--list .tease-product .product-infos .entry-title, .woocommerce-page .products--list .tease-product .tease--txt .entry-title, .woocommerce-page .products--list .product .product-infos .entry-title, .woocommerce-page .products--list .product .tease--txt .entry-title, .rollover-product-container .rollover .txt-container, .woocommerce-product .single-product-details, .woocommerce-notices-wrapper, .woocommerce-checkout .checkout-container #payment.woocommerce-checkout-payment .payment-container .wc_payment_method label, .woocommerce-checkout .checkout-container .woocommerce-shipping-totals .shipping-method-container .shipping-method-content, .woocommerce-cart-form .list-products .product a[aria-label="Remove this item"], .article-header .post-categories li a, .tease-product .wc-block-grid__product-price .woocommerce-Price-amount, .wc-block-grid__product .wc-block-grid__product-price .woocommerce-Price-amount, .tease-product .wc-block-grid__product-title, .wc-block-grid__product .wc-block-grid__product-title, .tease-post .tease-header .date, .tease-post .tease-header .categorie, .wp-content .wp-block-table tbody tr td:before, .wp-content .wp-block-table th,
.wp-content .wp-block-table td, .wp-content ul li,
.wp-content ol li, .wp-content-basic ul li,
.wp-content-basic ol li, .files-manager .inputfile + label, .select2-container--default .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  font-size: clamp(0.875rem, 0.7404rem + 0.3846vw, 1.125rem);
  line-height: clamp(1.375rem, 1.1058rem + 0.7692vw, 1.875rem);
}

.fs-16-14, .label-static label {
  font-size: clamp(0.875rem, 0.8077rem + 0.1923vw, 1rem);
  line-height: clamp(1.5rem, 1.4327rem + 0.1923vw, 1.625rem);
}

.fs-16-12 {
  font-size: clamp(0.75rem, 0.6154rem + 0.3846vw, 1rem);
  line-height: clamp(1.25rem, 1.1154rem + 0.3846vw, 1.5rem);
}

.fs-14, .menu-mobile .menu-mobile-content .menu-footer .menu-container .menu-item a, .menu-mobile .menu-mobile-content .menu-footer .menu-container .menu-item span, .menu-mobile .menu-mobile-content .menu-main .menu-container .menu-item a, .menu-mobile .menu-mobile-content .menu-main .menu-container .menu-item span {
  font-size: 14px;
  line-height: 22px;
}

.fs-14-12 {
  font-size: clamp(0.75rem, 0.6827rem + 0.1923vw, 0.875rem);
  line-height: clamp(1.25rem, 1.1154rem + 0.3846vw, 1.5rem);
}

.fs-12 {
  font-size: 12px;
  line-height: 20px;
}

input[type=text], input[type=text]:focus,
input[type=password], input[type=password]:focus,
input[type=tel], input[type=tel]:focus,
input[type=email], input[type=email]:focus,
input[type=date], input[type=date]:focus,
textarea, textarea:focus {
  font-family: "Source Sans Pro", sans-serif;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 14px 25px;
  width: 100%;
  background: rgba(255, 255, 255, 0);
  outline: none;
  color: #161616;
  border: 1px solid rgba(22, 22, 22, 0.2);
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
input[type=text].no-border, input[type=text]:focus.no-border,
input[type=password].no-border, input[type=password]:focus.no-border,
input[type=tel].no-border, input[type=tel]:focus.no-border,
input[type=email].no-border, input[type=email]:focus.no-border,
input[type=date].no-border, input[type=date]:focus.no-border,
textarea.no-border, textarea:focus.no-border {
  border: none;
}
input[type=text]:-webkit-autofill, input[type=text]:-webkit-autofill:hover, input[type=text]:-webkit-autofill:focus, input[type=text]:-webkit-autofill:active, input[type=text]:focus:-webkit-autofill, input[type=text]:focus:-webkit-autofill:hover, input[type=text]:focus:-webkit-autofill:focus, input[type=text]:focus:-webkit-autofill:active,
input[type=password]:-webkit-autofill,
input[type=password]:-webkit-autofill:hover,
input[type=password]:-webkit-autofill:focus,
input[type=password]:-webkit-autofill:active, input[type=password]:focus:-webkit-autofill, input[type=password]:focus:-webkit-autofill:hover, input[type=password]:focus:-webkit-autofill:focus, input[type=password]:focus:-webkit-autofill:active,
input[type=tel]:-webkit-autofill,
input[type=tel]:-webkit-autofill:hover,
input[type=tel]:-webkit-autofill:focus,
input[type=tel]:-webkit-autofill:active, input[type=tel]:focus:-webkit-autofill, input[type=tel]:focus:-webkit-autofill:hover, input[type=tel]:focus:-webkit-autofill:focus, input[type=tel]:focus:-webkit-autofill:active,
input[type=email]:-webkit-autofill,
input[type=email]:-webkit-autofill:hover,
input[type=email]:-webkit-autofill:focus,
input[type=email]:-webkit-autofill:active, input[type=email]:focus:-webkit-autofill, input[type=email]:focus:-webkit-autofill:hover, input[type=email]:focus:-webkit-autofill:focus, input[type=email]:focus:-webkit-autofill:active,
input[type=date]:-webkit-autofill,
input[type=date]:-webkit-autofill:hover,
input[type=date]:-webkit-autofill:focus,
input[type=date]:-webkit-autofill:active, input[type=date]:focus:-webkit-autofill, input[type=date]:focus:-webkit-autofill:hover, input[type=date]:focus:-webkit-autofill:focus, input[type=date]:focus:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active, textarea:focus:-webkit-autofill, textarea:focus:-webkit-autofill:hover, textarea:focus:-webkit-autofill:focus, textarea:focus:-webkit-autofill:active {
  background: rgba(255, 255, 255, 0);
  color: #161616;
}
input[type=text]::placeholder, input[type=text]:focus::placeholder,
input[type=password]::placeholder, input[type=password]:focus::placeholder,
input[type=tel]::placeholder, input[type=tel]:focus::placeholder,
input[type=email]::placeholder, input[type=email]:focus::placeholder,
input[type=date]::placeholder, input[type=date]:focus::placeholder,
textarea::placeholder, textarea:focus::placeholder {
  color: #161616;
  opacity: 0.7;
}
input[type=text]::-webkit-input-placeholder, input[type=text]:focus::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder, input[type=password]:focus::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder, input[type=tel]:focus::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder, input[type=email]:focus::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder, input[type=date]:focus::-webkit-input-placeholder,
textarea::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #161616;
  opacity: 0.7;
}
input[type=text]:-moz-placeholder, input[type=text]:focus:-moz-placeholder,
input[type=password]:-moz-placeholder, input[type=password]:focus:-moz-placeholder,
input[type=tel]:-moz-placeholder, input[type=tel]:focus:-moz-placeholder,
input[type=email]:-moz-placeholder, input[type=email]:focus:-moz-placeholder,
input[type=date]:-moz-placeholder, input[type=date]:focus:-moz-placeholder,
textarea:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: #161616;
  opacity: 0.7;
}
input[type=text]::-moz-placeholder, input[type=text]:focus::-moz-placeholder,
input[type=password]::-moz-placeholder, input[type=password]:focus::-moz-placeholder,
input[type=tel]::-moz-placeholder, input[type=tel]:focus::-moz-placeholder,
input[type=email]::-moz-placeholder, input[type=email]:focus::-moz-placeholder,
input[type=date]::-moz-placeholder, input[type=date]:focus::-moz-placeholder,
textarea::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #161616;
  opacity: 0.7;
}
input[type=text]:-ms-input-placeholder, input[type=text]:focus:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder, input[type=password]:focus:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder, input[type=tel]:focus:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder, input[type=email]:focus:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder, input[type=date]:focus:-ms-input-placeholder,
textarea:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #161616;
  opacity: 0.7;
}
input[type=text].opacity-filled, input[type=text]:focus.opacity-filled,
input[type=password].opacity-filled, input[type=password]:focus.opacity-filled,
input[type=tel].opacity-filled, input[type=tel]:focus.opacity-filled,
input[type=email].opacity-filled, input[type=email]:focus.opacity-filled,
input[type=date].opacity-filled, input[type=date]:focus.opacity-filled,
textarea.opacity-filled, textarea:focus.opacity-filled {
  opacity: 0.4;
}
input[type=text].opacity-filled.filled, input[type=text].opacity-filled:focus, input[type=text]:focus.opacity-filled.filled, input[type=text]:focus.opacity-filled:focus,
input[type=password].opacity-filled.filled,
input[type=password].opacity-filled:focus, input[type=password]:focus.opacity-filled.filled, input[type=password]:focus.opacity-filled:focus,
input[type=tel].opacity-filled.filled,
input[type=tel].opacity-filled:focus, input[type=tel]:focus.opacity-filled.filled, input[type=tel]:focus.opacity-filled:focus,
input[type=email].opacity-filled.filled,
input[type=email].opacity-filled:focus, input[type=email]:focus.opacity-filled.filled, input[type=email]:focus.opacity-filled:focus,
input[type=date].opacity-filled.filled,
input[type=date].opacity-filled:focus, input[type=date]:focus.opacity-filled.filled, input[type=date]:focus.opacity-filled:focus,
textarea.opacity-filled.filled,
textarea.opacity-filled:focus, textarea:focus.opacity-filled.filled, textarea:focus.opacity-filled:focus {
  opacity: 1;
}
input[type=text].opacity-filled:focus, input[type=text].opacity-filled:not(:placeholder-shown), input[type=text]:focus.opacity-filled:focus, input[type=text]:focus.opacity-filled:not(:placeholder-shown),
input[type=password].opacity-filled:focus,
input[type=password].opacity-filled:not(:placeholder-shown), input[type=password]:focus.opacity-filled:focus, input[type=password]:focus.opacity-filled:not(:placeholder-shown),
input[type=tel].opacity-filled:focus,
input[type=tel].opacity-filled:not(:placeholder-shown), input[type=tel]:focus.opacity-filled:focus, input[type=tel]:focus.opacity-filled:not(:placeholder-shown),
input[type=email].opacity-filled:focus,
input[type=email].opacity-filled:not(:placeholder-shown), input[type=email]:focus.opacity-filled:focus, input[type=email]:focus.opacity-filled:not(:placeholder-shown),
input[type=date].opacity-filled:focus,
input[type=date].opacity-filled:not(:placeholder-shown), input[type=date]:focus.opacity-filled:focus, input[type=date]:focus.opacity-filled:not(:placeholder-shown),
textarea.opacity-filled:focus,
textarea.opacity-filled:not(:placeholder-shown), textarea:focus.opacity-filled:focus, textarea:focus.opacity-filled:not(:placeholder-shown) {
  border: 1px solid rgba(22, 22, 22, 0.2);
}
input[type=text]:hover, input[type=text]:focus:hover,
input[type=password]:hover, input[type=password]:focus:hover,
input[type=tel]:hover, input[type=tel]:focus:hover,
input[type=email]:hover, input[type=email]:focus:hover,
input[type=date]:hover, input[type=date]:focus:hover,
textarea:hover, textarea:focus:hover {
  color: #161616;
}
input[type=text]:hover:-webkit-autofill, input[type=text]:hover:-webkit-autofill:hover, input[type=text]:hover:-webkit-autofill:focus, input[type=text]:hover:-webkit-autofill:active, input[type=text]:focus:hover:-webkit-autofill, input[type=text]:focus:hover:-webkit-autofill:hover, input[type=text]:focus:hover:-webkit-autofill:focus, input[type=text]:focus:hover:-webkit-autofill:active,
input[type=password]:hover:-webkit-autofill,
input[type=password]:hover:-webkit-autofill:hover,
input[type=password]:hover:-webkit-autofill:focus,
input[type=password]:hover:-webkit-autofill:active, input[type=password]:focus:hover:-webkit-autofill, input[type=password]:focus:hover:-webkit-autofill:hover, input[type=password]:focus:hover:-webkit-autofill:focus, input[type=password]:focus:hover:-webkit-autofill:active,
input[type=tel]:hover:-webkit-autofill,
input[type=tel]:hover:-webkit-autofill:hover,
input[type=tel]:hover:-webkit-autofill:focus,
input[type=tel]:hover:-webkit-autofill:active, input[type=tel]:focus:hover:-webkit-autofill, input[type=tel]:focus:hover:-webkit-autofill:hover, input[type=tel]:focus:hover:-webkit-autofill:focus, input[type=tel]:focus:hover:-webkit-autofill:active,
input[type=email]:hover:-webkit-autofill,
input[type=email]:hover:-webkit-autofill:hover,
input[type=email]:hover:-webkit-autofill:focus,
input[type=email]:hover:-webkit-autofill:active, input[type=email]:focus:hover:-webkit-autofill, input[type=email]:focus:hover:-webkit-autofill:hover, input[type=email]:focus:hover:-webkit-autofill:focus, input[type=email]:focus:hover:-webkit-autofill:active,
input[type=date]:hover:-webkit-autofill,
input[type=date]:hover:-webkit-autofill:hover,
input[type=date]:hover:-webkit-autofill:focus,
input[type=date]:hover:-webkit-autofill:active, input[type=date]:focus:hover:-webkit-autofill, input[type=date]:focus:hover:-webkit-autofill:hover, input[type=date]:focus:hover:-webkit-autofill:focus, input[type=date]:focus:hover:-webkit-autofill:active,
textarea:hover:-webkit-autofill,
textarea:hover:-webkit-autofill:hover,
textarea:hover:-webkit-autofill:focus,
textarea:hover:-webkit-autofill:active, textarea:focus:hover:-webkit-autofill, textarea:focus:hover:-webkit-autofill:hover, textarea:focus:hover:-webkit-autofill:focus, textarea:focus:hover:-webkit-autofill:active {
  background: rgba(255, 255, 255, 0);
  color: #161616;
}
input[type=text]:hover::placeholder, input[type=text]:focus:hover::placeholder,
input[type=password]:hover::placeholder, input[type=password]:focus:hover::placeholder,
input[type=tel]:hover::placeholder, input[type=tel]:focus:hover::placeholder,
input[type=email]:hover::placeholder, input[type=email]:focus:hover::placeholder,
input[type=date]:hover::placeholder, input[type=date]:focus:hover::placeholder,
textarea:hover::placeholder, textarea:focus:hover::placeholder {
  color: #161616;
}
input[type=text]:hover::-webkit-input-placeholder, input[type=text]:focus:hover::-webkit-input-placeholder,
input[type=password]:hover::-webkit-input-placeholder, input[type=password]:focus:hover::-webkit-input-placeholder,
input[type=tel]:hover::-webkit-input-placeholder, input[type=tel]:focus:hover::-webkit-input-placeholder,
input[type=email]:hover::-webkit-input-placeholder, input[type=email]:focus:hover::-webkit-input-placeholder,
input[type=date]:hover::-webkit-input-placeholder, input[type=date]:focus:hover::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder, textarea:focus:hover::-webkit-input-placeholder {
  color: #161616;
}
input[type=text]:hover:-moz-placeholder, input[type=text]:focus:hover:-moz-placeholder,
input[type=password]:hover:-moz-placeholder, input[type=password]:focus:hover:-moz-placeholder,
input[type=tel]:hover:-moz-placeholder, input[type=tel]:focus:hover:-moz-placeholder,
input[type=email]:hover:-moz-placeholder, input[type=email]:focus:hover:-moz-placeholder,
input[type=date]:hover:-moz-placeholder, input[type=date]:focus:hover:-moz-placeholder,
textarea:hover:-moz-placeholder, textarea:focus:hover:-moz-placeholder {
  color: #161616;
}
input[type=text]:hover::-moz-placeholder, input[type=text]:focus:hover::-moz-placeholder,
input[type=password]:hover::-moz-placeholder, input[type=password]:focus:hover::-moz-placeholder,
input[type=tel]:hover::-moz-placeholder, input[type=tel]:focus:hover::-moz-placeholder,
input[type=email]:hover::-moz-placeholder, input[type=email]:focus:hover::-moz-placeholder,
input[type=date]:hover::-moz-placeholder, input[type=date]:focus:hover::-moz-placeholder,
textarea:hover::-moz-placeholder, textarea:focus:hover::-moz-placeholder {
  color: #161616;
}
input[type=text]:hover:-ms-input-placeholder, input[type=text]:focus:hover:-ms-input-placeholder,
input[type=password]:hover:-ms-input-placeholder, input[type=password]:focus:hover:-ms-input-placeholder,
input[type=tel]:hover:-ms-input-placeholder, input[type=tel]:focus:hover:-ms-input-placeholder,
input[type=email]:hover:-ms-input-placeholder, input[type=email]:focus:hover:-ms-input-placeholder,
input[type=date]:hover:-ms-input-placeholder, input[type=date]:focus:hover:-ms-input-placeholder,
textarea:hover:-ms-input-placeholder, textarea:focus:hover:-ms-input-placeholder {
  color: #161616;
}

textarea {
  resize: vertical;
  min-height: 150px;
}

.label-static label {
  display: block;
  padding-left: 0;
  padding-bottom: 10px;
}
.label-static.focused input[type=text], .label-static.focused input[type=text]:focus,
.label-static.focused input[type=password], .label-static.focused input[type=password]:focus,
.label-static.focused input[type=tel], .label-static.focused input[type=tel]:focus,
.label-static.focused input[type=email], .label-static.focused input[type=email]:focus,
.label-static.focused input[type=date], .label-static.focused input[type=date]:focus,
.label-static.focused textarea, .label-static.focused textarea:focus {
  border-color: #161616;
}

.label-anime {
  position: relative;
}
.label-anime input[type=text], .label-anime input[type=text]:focus,
.label-anime input[type=password], .label-anime input[type=password]:focus,
.label-anime input[type=tel], .label-anime input[type=tel]:focus,
.label-anime input[type=email], .label-anime input[type=email]:focus,
.label-anime input[type=date], .label-anime input[type=date]:focus,
.label-anime textarea, .label-anime textarea:focus {
  padding: 30px 30px 10px;
}
.label-anime label {
  pointer-events: none;
  position: absolute;
  left: 30px;
  top: 23px;
  z-index: 1;
  color: #161616;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.label-anime.focused label {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
  font-size: 12px;
  color: #A4A0E0;
  opacity: 1;
}

.input-with-button {
  position: relative;
}
.input-with-button input[type=text], .input-with-button input[type=text]:focus,
.input-with-button input[type=password], .input-with-button input[type=password]:focus,
.input-with-button input[type=tel], .input-with-button input[type=tel]:focus,
.input-with-button input[type=email], .input-with-button input[type=email]:focus,
.input-with-button textarea, .input-with-button textarea:focus {
  padding: 20px 140px 20px 30px;
}
.input-with-button.label-anime input[type=text], .input-with-button.label-anime input[type=text]:focus,
.input-with-button.label-anime input[type=password], .input-with-button.label-anime input[type=password]:focus,
.input-with-button.label-anime input[type=tel], .input-with-button.label-anime input[type=tel]:focus,
.input-with-button.label-anime input[type=email], .input-with-button.label-anime input[type=email]:focus,
.input-with-button.label-anime input[type=date], .input-with-button.label-anime input[type=date]:focus,
.input-with-button.label-anime textarea, .input-with-button.label-anime textarea:focus {
  padding: 30px 140px 10px 30px;
}
.input-with-button .btn {
  position: absolute;
  top: 0;
  right: 0;
}

.checkbox-list, .radio-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.checkbox-list .title, .radio-list .title {
  margin-bottom: 15px;
}

.susy-container, [slider-3-columns] .slick-container {
  width: 100%;
  margin: auto;
  max-width: 85.4166666667%;
}
@media only screen and (min-width: 1280px) {
  .susy-container, [slider-3-columns] .slick-container {
    max-width: 90%;
  }
}
@media only screen and (min-width: 1550px) {
  .susy-container, [slider-3-columns] .slick-container {
    max-width: 1440px;
  }
}

/**
TODO

buttons
links
others...

*/
.btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  box-sizing: border-box;
}
.btn:before {
  content: "";
  z-index: 0;
  box-sizing: border-box;
  position: absolute;
  border-radius: 14px;
  opacity: 1;
  line-height: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn .btn-text {
  position: relative;
  z-index: 1;
  padding: 25px 70px;
  border-radius: 14px;
}
@media only screen and (min-width: 1040px) {
  .btn .btn-text {
    padding: 19px 70px;
  }
}
.btn.bg-white {
  background: transparent;
}
.btn.bg-white .btn-text {
  background: #ffffff;
  border: #161616 solid 2px;
}
.btn.btn-small .btn-text {
  padding: 10px 35px;
}
.btn.btn-push:before {
  background: #161616;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.btn.btn-push .btn-text {
  top: -6px;
  left: 6px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .btn.btn-push .btn-text {
    padding: 14px 35px;
  }
}
.btn.btn-push:hover .btn-text {
  top: -3px;
  left: 3px;
}
.btn.bg-purple-to-green {
  background: linear-gradient(250.61deg, #91E3E8 8.9%, #B6B8F1 95.29%);
  border-radius: 14px;
}
.btn.bg-purple-to-green:before {
  background: #ffffff;
  border-radius: 12px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  width: calc(100% - 15px);
  height: 30px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn.bg-purple-to-green .btn-text {
  padding: 14px 35px;
  cursor: pointer;
}
@media only screen and (min-width: 1040px) {
  .btn.bg-purple-to-green .btn-text {
    padding: 22px 66px;
  }
}
.btn.bg-purple-to-green:hover:before {
  opacity: 1;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}
.btn.picto-arrow .btn-text {
  position: relative;
  padding-right: 95px;
}
.btn.picto-arrow .btn-text:before, .btn.picto-arrow .btn-text:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  top: 0;
  right: 70px;
  bottom: 0;
  margin: auto;
  background: url(../img/arrow_small_black.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn.picto-arrow .btn-text:after {
  opacity: 0;
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
}
.btn.picto-arrow:hover .btn-text:before {
  opacity: 0;
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
.btn.picto-arrow:hover .btn-text:after {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.link {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 5px 30px 5px 0;
}
.link .picto {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 7px;
  right: 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.link .picto.off {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.link .picto.on {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
.link:hover .picto.off {
  opacity: 0;
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
.link:hover .picto.on {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.link.link-1 {
  color: #A4A0E0;
}
.link.link-1 .link-text {
  cursor: pointer;
  position: relative;
}
.link.link-1 .link-text:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  background: #161616;
  top: auto;
  bottom: -2px;
  left: auto;
  right: 0;
  margin: auto;
  pointer-events: none;
  -webkit-animation: 0.5s anim_shrinkToRight;
  -moz-animation: 0.5s anim_shrinkToRight;
  -o-animation: 0.5s anim_shrinkToRight;
  animation: 0.5s anim_shrinkToRight;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.link.link-1 .link-text:hover:after, .link.link-1 .link-text.selected:after {
  -webkit-animation: 0.5s anim_growFromLeft;
  -moz-animation: 0.5s anim_growFromLeft;
  -o-animation: 0.5s anim_growFromLeft;
  animation: 0.5s anim_growFromLeft;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.link.link-1:hover {
  color: #161616;
}
.link.link-1 .picto.off svg * {
  fill: #A4A0E0;
}
.link.link-1 .picto.on svg * {
  fill: #161616;
}
.link.link-2 {
  color: color_1;
}
.link.link-2 .link-text {
  cursor: pointer;
  position: relative;
}
.link.link-2 .link-text:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  background: #A4A0E0;
  top: auto;
  bottom: -2px;
  left: auto;
  right: 0;
  margin: auto;
  pointer-events: none;
  -webkit-animation: 0.5s anim_shrinkToRight;
  -moz-animation: 0.5s anim_shrinkToRight;
  -o-animation: 0.5s anim_shrinkToRight;
  animation: 0.5s anim_shrinkToRight;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.link.link-2 .link-text:hover:after, .link.link-2 .link-text.selected:after {
  -webkit-animation: 0.5s anim_growFromLeft;
  -moz-animation: 0.5s anim_growFromLeft;
  -o-animation: 0.5s anim_growFromLeft;
  animation: 0.5s anim_growFromLeft;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.link.link-2:hover {
  color: #A4A0E0;
}
.link.link-2 .picto.off svg * {
  fill: #161616;
}
.link.link-2 .picto.on svg * {
  fill: #A4A0E0;
}
.link.small .picto {
  width: 12px;
  height: 12px;
  top: 6px;
}
.link.small.link-1 .link-text {
  cursor: pointer;
  position: relative;
}
.link.small.link-1 .link-text:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  background: #161616;
  top: auto;
  bottom: -2px;
  left: auto;
  right: 0;
  margin: auto;
  pointer-events: none;
  -webkit-animation: 0.5s anim_shrinkToRight;
  -moz-animation: 0.5s anim_shrinkToRight;
  -o-animation: 0.5s anim_shrinkToRight;
  animation: 0.5s anim_shrinkToRight;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.link.small.link-1 .link-text:hover:after, .link.small.link-1 .link-text.selected:after {
  -webkit-animation: 0.5s anim_growFromLeft;
  -moz-animation: 0.5s anim_growFromLeft;
  -o-animation: 0.5s anim_growFromLeft;
  animation: 0.5s anim_growFromLeft;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.link.small.link-2 .link-text {
  cursor: pointer;
  position: relative;
}
.link.small.link-2 .link-text:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  background: #A4A0E0;
  top: auto;
  bottom: -2px;
  left: auto;
  right: 0;
  margin: auto;
  pointer-events: none;
  -webkit-animation: 0.5s anim_shrinkToRight;
  -moz-animation: 0.5s anim_shrinkToRight;
  -o-animation: 0.5s anim_shrinkToRight;
  animation: 0.5s anim_shrinkToRight;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.link.small.link-2 .link-text:hover:after, .link.small.link-2 .link-text.selected:after {
  -webkit-animation: 0.5s anim_growFromLeft;
  -moz-animation: 0.5s anim_growFromLeft;
  -o-animation: 0.5s anim_growFromLeft;
  animation: 0.5s anim_growFromLeft;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.page-template-design-system .color-sampler {
  width: 120px;
  margin-right: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.page-template-design-system .color-sampler .color {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
}
.page-template-design-system .font-l1, .page-template-design-system .woocommerce-product .single-product-details .left .product-header .product_title, .woocommerce-product .single-product-details .left .product-header .page-template-design-system .product_title, .page-template-design-system .woocommerce-product .single-product-details .right .product-header .product_title, .woocommerce-product .single-product-details .right .product-header .page-template-design-system .product_title, .page-template-design-system .woocommerce-checkout .thank-you-container .woocommerce-notice, .woocommerce-checkout .thank-you-container .page-template-design-system .woocommerce-notice, .page-template-design-system .woocommerce-checkout .checkout-container #order_review .sticky-container .review-order-title, .woocommerce-checkout .checkout-container #order_review .sticky-container .page-template-design-system .review-order-title, .page-template-design-system .woocommerce-checkout .checkout-container #customer_details h3, .woocommerce-checkout .checkout-container #customer_details .page-template-design-system h3,
.page-template-design-system .woocommerce-checkout .checkout-container .section-title.shipping,
.woocommerce-checkout .checkout-container .page-template-design-system .section-title.shipping {
  position: relative;
  display: inline-block;
}
.page-template-design-system .font-l1 .picto, .page-template-design-system .woocommerce-product .single-product-details .left .product-header .product_title .picto, .woocommerce-product .single-product-details .left .product-header .page-template-design-system .product_title .picto, .page-template-design-system .woocommerce-product .single-product-details .right .product-header .product_title .picto, .woocommerce-product .single-product-details .right .product-header .page-template-design-system .product_title .picto, .page-template-design-system .woocommerce-checkout .thank-you-container .woocommerce-notice .picto, .woocommerce-checkout .thank-you-container .page-template-design-system .woocommerce-notice .picto, .page-template-design-system .woocommerce-checkout .checkout-container #order_review .sticky-container .review-order-title .picto, .woocommerce-checkout .checkout-container #order_review .sticky-container .page-template-design-system .review-order-title .picto, .page-template-design-system .woocommerce-checkout .checkout-container #customer_details h3 .picto, .woocommerce-checkout .checkout-container #customer_details .page-template-design-system h3 .picto,
.page-template-design-system .woocommerce-checkout .checkout-container .section-title.shipping .picto,
.woocommerce-checkout .checkout-container .page-template-design-system .section-title.shipping .picto {
  position: absolute;
  width: 60px;
  top: -40px;
  right: -50px;
}
.page-template-design-system hr {
  border: none;
  border-top: 1px solid #A4A0E0;
}
.page-template-design-system .cols-container {
  flex-direction: column;
}
.page-template-design-system .cols-container .left, .page-template-design-system .cols-container .right {
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .page-template-design-system .cols-container {
    flex-direction: row;
  }
  .page-template-design-system .cols-container .left, .page-template-design-system .cols-container .right {
    width: 48.7804878049%;
  }
}
.page-template-design-system .video-player-container {
  position: relative;
  width: 65.8536585366%;
  min-height: 40vw;
  margin: auto;
}
.page-template-design-system .video-player-container.fullscreen {
  width: 100%;
  min-height: calc(100vh - 70px);
}
.page-template-design-system .video-list {
  width: 100%;
}
.page-template-design-system .video-list .video-player-container {
  width: 31.7073170732%;
  min-height: 20vw;
  margin-bottom: 30px;
}

.dump {
  display: none;
  font-size: 14px;
  line-height: 15px;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9);
  width: 50%;
  height: 80vh;
  overflow: scroll;
  position: fixed;
  top: 0;
  left: 0;
}
.dump.visible {
  display: block;
}

.susy-debug {
  display: none;
  pointer-events: none;
  position: absolute;
  opacity: 0.3;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="green" width="100%" %3E%3Crect x="0" width="6.0975609756%" height="100%"/%3E%3Crect x="8.5365853659%" width="6.0975609756%" height="100%"/%3E%3Crect x="17.0731707317%" width="6.0975609756%" height="100%"/%3E%3Crect x="25.6097560976%" width="6.0975609756%" height="100%"/%3E%3Crect x="34.1463414634%" width="6.0975609756%" height="100%"/%3E%3Crect x="42.6829268293%" width="6.0975609756%" height="100%"/%3E%3Crect x="51.2195121951%" width="6.0975609756%" height="100%"/%3E%3Crect x="59.756097561%" width="6.0975609756%" height="100%"/%3E%3Crect x="68.2926829268%" width="6.0975609756%" height="100%"/%3E%3Crect x="76.8292682927%" width="6.0975609756%" height="100%"/%3E%3Crect x="85.3658536585%" width="6.0975609756%" height="100%"/%3E%3Crect x="93.9024390244%" width="6.0975609756%" height="100%"/%3E%3C/svg%3E') no-repeat scroll;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 100;
  max-width: 90%;
}
.susy-debug.visible {
  display: block;
}
@media only screen and (min-width: 620px) {
  .susy-debug {
    max-width: 90%;
  }
}
@media only screen and (min-width: 800px) {
  .susy-debug {
    max-width: 90%;
  }
}
@media only screen and (min-width: 1040px) {
  .susy-debug {
    max-width: 90%;
  }
}
@media only screen and (min-width: 1280px) {
  .susy-debug {
    max-width: 90%;
  }
}
@media only screen and (min-width: 1550px) {
  .susy-debug {
    max-width: 1440px;
  }
}

.screen-size {
  position: fixed;
  z-index: 100;
  border: 1px solid #161616;
  background: rgba(255, 0, 0, 0.8);
  display: none;
  min-width: 200px;
  min-height: 70px;
  text-align: center;
}
.screen-size.visible {
  display: block;
}
.screen-size div {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #ffffff;
  padding-top: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.screen-size .res, .screen-size .scroll {
  opacity: 1;
  top: 25px;
}
.screen-size .scroll {
  top: 40px;
}
.screen-size .mobile {
  opacity: 1;
}
@media only screen and (min-width: 620px) {
  .screen-size {
    background: rgba(160, 0, 255, 0.8);
  }
  .screen-size .mobile {
    opacity: 0;
  }
  .screen-size .tablette {
    opacity: 1;
  }
}
@media only screen and (min-width: 800px) {
  .screen-size {
    background: rgba(0, 0, 150, 0.8);
  }
  .screen-size .tablette {
    opacity: 0;
  }
  .screen-size .medium {
    opacity: 1;
  }
}
@media only screen and (min-width: 1040px) {
  .screen-size {
    background: rgba(0, 100, 100, 0.8);
  }
  .screen-size .medium {
    opacity: 0;
  }
  .screen-size .laptop {
    opacity: 1;
  }
}
@media only screen and (min-width: 1280px) {
  .screen-size {
    background: rgba(0, 150, 0, 0.8);
  }
  .screen-size .laptop {
    opacity: 0;
  }
  .screen-size .desktop-small {
    opacity: 1;
  }
}
@media only screen and (min-width: 1550px) {
  .screen-size {
    background: rgba(150, 100, 0, 0.8);
  }
  .screen-size .desktop-small {
    opacity: 0;
  }
  .screen-size .desktop {
    opacity: 1;
  }
}

.custom-select {
  position: relative;
  /*style the items (options), including the selected item:*/
  /*style items (options):*/
  /*hide the items when the select box is closed:*/
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}
.custom-select .select-container {
  position: relative;
  z-index: 2;
  background-color: transparent;
  padding: 0 30px;
  border: 1px solid rgba(22, 22, 22, 0.2);
  border-radius: 10px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  overflow: hidden;
}
.custom-select.open .select-container {
  z-index: 3;
}
.custom-select .select-selected {
  position: relative;
  padding: 20px 45px 20px 30px;
  margin: auto -30px;
}
.custom-select .select-selected:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  width: 15px;
  height: 15px;
  background: url(../img/pictos/arrow_small_down.svg) 0px 3px no-repeat;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.custom-select .select-selected.select-arrow-active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.custom-select .select-items {
  background: #ffffff;
}
.custom-select .select-items div,
.custom-select .select-selected {
  color: #000000;
  cursor: pointer;
  user-select: none;
}
.custom-select .select-items {
  top: 100%;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 9;
  overflow: hidden;
  margin: auto -30px;
}
.custom-select .select-hide {
  height: 0;
}
.custom-select .select-items div {
  position: relative;
  padding: 15px 30px;
}
.custom-select .select-items div:last-child {
  padding-bottom: 10px;
}
.custom-select .select-items div:hover {
  color: #ffffff;
  background: #A4A0E0;
}
.custom-select .select-items div.disabled {
  opacity: 0.7;
}
.custom-select .select-items div.disabled:hover {
  background: #000000;
}
.custom-select .same-as-selected {
  display: none;
  color: #000000 !important;
}
.custom-select.open .select-selected {
  border-bottom: 1px solid rgba(22, 22, 22, 0.2);
}
.custom-select.open .select-items {
  padding: 8px 0;
}
.custom-select.small .select-selected {
  padding: 10px 45px 10px 15px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid rgba(22, 22, 22, 0.2);
  border-radius: 10px;
  padding: 20px 45px 20px 30px;
  height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  height: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  width: 15px;
  height: 15px;
  background: url(../img/pictos/arrow_small_down.svg) 0px 3px no-repeat;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.select2-container--default .select2-selection--single[aria-expanded=true] .select2-selection__arrow:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.select2-container--default .select2-search--dropdown {
  padding: 0 40px;
}
.select2-container--default .select2-dropdown {
  border: 1px solid rgba(22, 22, 22, 0.2);
  border-top: none;
  border-bottom: none;
}
.select2-container--default .select2-dropdown .select2-search__field, .select2-container--default .select2-dropdown .select2-search__field:focus {
  padding: 4px 10px;
}
.select2-container--default .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding-left: 40px;
}
.select2-container--default .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background: #A4A0E0;
}
.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-top: 1px solid rgba(22, 22, 22, 0.2);
  overflow: hidden;
}
.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above .select2-search {
  margin: 20px auto;
}
.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom: 1px solid rgba(22, 22, 22, 0.2);
  overflow: hidden;
}
.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below .select2-search {
  margin-bottom: 20px;
}

/* Customize the label (the container) */
.custom-checkbox, .custom-radio {
  display: inline-block !important;
  position: relative;
  padding: 2px;
  padding-left: 30px;
  cursor: pointer;
  color: #161616;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  /* Hide input */
  /* Create a custom checkbox */
}
.custom-checkbox:hover, .custom-checkbox.selected, .custom-radio:hover, .custom-radio.selected {
  opacity: 1;
}
.custom-checkbox a, .custom-radio a {
  cursor: pointer;
  position: relative;
}
.custom-checkbox a:after, .custom-radio a:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #161616;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.custom-checkbox a:hover:after, .custom-radio a:hover:after {
  -webkit-animation: 0.5s anim_underline;
  -moz-animation: 0.5s anim_underline;
  -o-animation: 0.5s anim_underline;
  animation: 0.5s anim_underline;
}
.custom-checkbox input, .custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkbox .checkmark, .custom-radio .checkmark {
  position: absolute;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 0px;
  margin: auto;
  height: 20px;
  width: 20px;
  border-radius: 5px;
  border: 1px solid rgba(22, 22, 22, 0.2);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.custom-checkbox .checkmark svg, .custom-radio .checkmark svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.custom-checkbox input:checked ~ .checkmark, .custom-radio input:checked ~ .checkmark {
  border-color: #161616;
  background-color: #161616;
}
.custom-checkbox.checkbox-round, .custom-radio.checkbox-round {
  padding: 15px 20px;
  border: 1.5px solid #ffffff;
  border-radius: 50px;
  display: flex !important;
  flex-direction: row-reverse;
  justify-content: center;
  color: #ffffff;
  margin: 0 13px;
  white-space: nowrap;
  -webkit-transition: all 0.5s cubic-bezier(0.36, 0, 0.66, -0.56);
  -moz-transition: all 0.5s cubic-bezier(0.36, 0, 0.66, -0.56);
  -ms-transition: all 0.5s cubic-bezier(0.36, 0, 0.66, -0.56);
  -o-transition: all 0.5s cubic-bezier(0.36, 0, 0.66, -0.56);
  transition: all 0.5s cubic-bezier(0.36, 0, 0.66, -0.56);
}
@media only screen and (max-width: calc(800px - 1px)) {
  .custom-checkbox.checkbox-round, .custom-radio.checkbox-round {
    margin: 7px 0;
    width: fit-content;
  }
}
.custom-checkbox.checkbox-round:hover, .custom-radio.checkbox-round:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /*
  background-color:$white;
  color:$color_1;
  */
}
@media only screen and (min-width: 1040px) {
  .custom-checkbox.checkbox-round:hover, .custom-radio.checkbox-round:hover {
    -webkit-transform: translateX(-2px) translateY(2px);
    -moz-transform: translateX(-2px) translateY(2px);
    -ms-transform: translateX(-2px) translateY(2px);
    -o-transform: translateX(-2px) translateY(2px);
    transform: translateX(-2px) translateY(2px);
  }
}
.custom-checkbox.checkbox-round.selected, .custom-radio.checkbox-round.selected {
  -webkit-transition: all 0.5s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -moz-transition: all 0.5s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -ms-transition: all 0.5s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -o-transition: all 0.5s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  transition: all 0.5s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  background-color: #ffffff;
  color: #161616;
  padding-left: 46px;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .custom-checkbox.checkbox-round.selected, .custom-radio.checkbox-round.selected {
    padding-left: 42px;
  }
}
.custom-checkbox.checkbox-round .checkmark, .custom-radio.checkbox-round .checkmark {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .custom-checkbox.checkbox-round .checkmark, .custom-radio.checkbox-round .checkmark {
    width: 22px;
    height: 22px;
  }
}
.custom-checkbox.checkbox-round .checkmark svg, .custom-radio.checkbox-round .checkmark svg {
  width: 100%;
}
.custom-checkbox.checkbox-round .checkmark svg path, .custom-radio.checkbox-round .checkmark svg path {
  margin: 0 auto;
}
.custom-checkbox.checkbox-round input:checked ~ .checkmark, .custom-radio.checkbox-round input:checked ~ .checkmark {
  -webkit-transition: all 0.3s ease 0.25s;
  -moz-transition: all 0.3s ease 0.25s;
  -ms-transition: all 0.3s ease 0.25s;
  -o-transition: all 0.3s ease 0.25s;
  transition: all 0.3s ease 0.25s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background-color: #161616;
}
.custom-checkbox.checkbox-round.color-black, .custom-radio.checkbox-round.color-black {
  position: relative;
  border-color: #161616;
  color: #161616;
  opacity: 0.4;
}
.custom-checkbox.checkbox-round.color-black.selected, .custom-radio.checkbox-round.color-black.selected {
  opacity: 1;
}

.custom-radio .checkmark {
  border-radius: 50%;
}

.quantity {
  position: relative;
  width: 80px;
}
.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity input[type=number] {
  -moz-appearance: textfield;
}
.quantity input.qty {
  display: block;
  padding: 12px 10px;
  width: 80px;
  margin: 0;
  border: 1px solid #CCCCCC;
  border-radius: 30px;
  text-align: center;
}
.quantity input:focus {
  outline: 0;
}
.quantity .quantity-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
}
.quantity .quantity-button {
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 40px;
  color: #161616;
  font-size: 18px;
  line-height: 40px;
  opacity: 0.3;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: "none";
  -moz-user-select: "none";
  -ms-user-select: "none";
  -o-user-select: "none";
  user-select: "none";
}
.quantity .quantity-button:hover {
  opacity: 1;
}
.quantity .quantity-button.quantity-up {
  position: absolute;
  right: 0px;
  top: 0;
  text-align: left;
}
.quantity .quantity-button.quantity-down {
  position: absolute;
  left: 0px;
  top: 0;
  text-align: right;
}

.files-manager .files-title {
  font-weight: 700;
  margin-bottom: 0px;
}
.files-manager .form-items .form-item:first-child {
  margin-top: 20px;
}
.files-manager .add-file {
  display: inline-block;
  display: none; /* PAS DE BOUTON AJOUTER UN FICHIER, LE REACTIVER SI BESOIN */
  position: relative;
  margin-top: 20px;
  color: #A4A0E0;
  cursor: pointer;
  opacity: 1;
}
.files-manager .add-file.hidden {
  opacity: 0;
  pointer-events: none;
}
.files-manager .add-file .bt-text {
  position: relative;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.files-manager .add-file .bt-text:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  background: #A4A0E0;
  top: auto;
  bottom: -2px;
  left: auto;
  right: 0;
  margin: auto;
  pointer-events: none;
  -webkit-animation: 0.5s anim_shrinkToRight;
  -moz-animation: 0.5s anim_shrinkToRight;
  -o-animation: 0.5s anim_shrinkToRight;
  animation: 0.5s anim_shrinkToRight;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.files-manager .add-file .bt-text:hover:after, .files-manager .add-file .bt-text.selected:after {
  -webkit-animation: 0.5s anim_growFromLeft;
  -moz-animation: 0.5s anim_growFromLeft;
  -o-animation: 0.5s anim_growFromLeft;
  animation: 0.5s anim_growFromLeft;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.files-manager .add-file:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: -2px;
  background: url(../img/pictos/picto_add.svg);
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
.files-manager .add-file:hover .bt-text:after {
  -webkit-animation: 0.5s anim_growFromLeft;
  -moz-animation: 0.5s anim_growFromLeft;
  -o-animation: 0.5s anim_growFromLeft;
  animation: 0.5s anim_growFromLeft;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.files-manager .add-file:hover:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.files-manager .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.files-manager .inputfile + label {
  position: relative;
  display: block;
  font-weight: 700;
  color: #A4A0E0;
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 0;
  padding-right: 40px;
  cursor: pointer;
  border-bottom: 1px solid #A4A0E0;
  cursor: pointer;
  position: relative;
}
.files-manager .inputfile + label:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  background: #A4A0E0;
  top: auto;
  bottom: 1px;
  left: auto;
  right: 0;
  margin: auto;
  pointer-events: none;
  -webkit-animation: 0.5s anim_shrinkToRight;
  -moz-animation: 0.5s anim_shrinkToRight;
  -o-animation: 0.5s anim_shrinkToRight;
  animation: 0.5s anim_shrinkToRight;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.files-manager .inputfile + label:hover:after, .files-manager .inputfile + label.selected:after {
  -webkit-animation: 0.5s anim_growFromLeft;
  -moz-animation: 0.5s anim_growFromLeft;
  -o-animation: 0.5s anim_growFromLeft;
  animation: 0.5s anim_growFromLeft;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.files-manager .inputfile + label * {
  pointer-events: none;
}
.files-manager .inputfile + label:after {
  bottom: 0;
}
.files-manager .inputfile + label:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/pictos/picto_file.svg);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.files-manager .inputfile.filled {
  pointer-events: none;
}
.files-manager .inputfile.filled + label {
  color: #A4A0E0;
  padding-right: 0;
}
.files-manager .inputfile.filled + label:before {
  opacity: 0;
}
.files-manager .inputfile:focus + label,
.files-manager .inputfile + label:hover {
  outline: 0px dotted #000;
  outline: -webkit-focus-ring-color auto 0px;
}
.files-manager .inputfile:focus + label:after,
.files-manager .inputfile + label:hover:after {
  width: 100%;
}
.files-manager .bt-close {
  position: relative;
  display: inline-block;
  opacity: 0;
  pointer-events: none;
  width: 20px;
  height: 20px;
  top: 6px;
  right: -20px;
  border-radius: 50%;
  border: 1px solid #161616;
  cursor: pointer;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.files-manager .bt-close:before, .files-manager .bt-close:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 2px;
  background: #161616;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.files-manager .bt-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.files-manager .bt-close.filled {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.files-manager .bt-close.filled:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  background: #161616;
}
.files-manager .bt-close.filled:hover:before, .files-manager .bt-close.filled:hover:after {
  background: #ffffff;
}

*[gsap-reveal-bottom],
*[gsap-reveal-bottom-bis],
*[gsap-reveal-target] {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}

*[gsap-reveal-successif-child] {
  opacity: 0;
}

*[init-reveal] {
  opacity: 0;
}

*[reveal-scale] {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
*[reveal-scale].reveal-top, *[reveal-scale].reveal-bottom {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
*[reveal-scale].reveal-visible {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

*[reveal-translate] {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
*[reveal-translate].reveal-top {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
*[reveal-translate].reveal-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
*[reveal-translate].reveal-bottom {
  opacity: 0;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
}

*[reveal-opacity] {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
*[reveal-opacity].reveal-top {
  opacity: 0;
}
*[reveal-opacity].reveal-visible {
  opacity: 1;
}
*[reveal-opacity].reveal-bottom {
  opacity: 0;
}

.slick-list {
  overflow: visible;
  width: 100%;
}

.slick-track {
  width: 100% !important;
  display: flex;
  flex-wrap: nowrap;
}

.slick-dots {
  padding: 60px 0 10px;
}
.slick-dots li {
  position: relative;
  width: 12px;
  height: 12px;
  margin-right: 12px;
  opacity: 1;
  background: #161616;
  opacity: 0.4;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.slick-dots li:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #161616;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.slick-dots li:hover, .slick-dots li.slick-active {
  opacity: 1;
}
.slick-dots li:hover:after, .slick-dots li.slick-active:after {
  width: 18px;
  height: 18px;
  top: -4px;
  left: -4px;
  opacity: 1;
}
.slick-dots li.slick-active {
  background: #A4A0E0;
}
.slick-dots li.slick-active:after {
  opacity: 1;
  border-color: #A4A0E0;
}

.page-transition {
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100vw;
  overflow: hidden;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-transition .obj-anime {
  background: linear-gradient(250.61deg, #91E3E8 8.9%, #B6B8F1 95.29%);
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -o-transform-origin: 50%;
  transform-origin: 50%;
}
.page-transition.animated .obj-anime {
  -webkit-transition: all 0.3s cubic-bezier(0.995, 0.55, 0, 1.01);
  -moz-transition: all 0.3s cubic-bezier(0.995, 0.55, 0, 1.01);
  -ms-transition: all 0.3s cubic-bezier(0.995, 0.55, 0, 1.01);
  -o-transition: all 0.3s cubic-bezier(0.995, 0.55, 0, 1.01);
  transition: all 0.3s cubic-bezier(0.995, 0.55, 0, 1.01);
}
.page-transition.visible {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.page-transition.hidden .obj-anime {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.video-player {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: rgba(255, 0, 0, 0.5);
}
.video-player .shadow {
  position: fixed;
  pointer-events: none;
  background: #000;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.video-player video {
  position: relative;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.video-player .youtube-player {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.video-player .btn-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 140px;
  height: 140px;
  pointer-events: none;
}
.video-player .btn-play circle {
  fill: #ffffff;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.5s cubic-bezier(0.28, 1.54, 0.72, 1.01);
  -moz-transition: all 0.5s cubic-bezier(0.28, 1.54, 0.72, 1.01);
  -ms-transition: all 0.5s cubic-bezier(0.28, 1.54, 0.72, 1.01);
  -o-transition: all 0.5s cubic-bezier(0.28, 1.54, 0.72, 1.01);
  transition: all 0.5s cubic-bezier(0.28, 1.54, 0.72, 1.01);
}
.video-player .btn-play polygon {
  fill: #161616;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.5s cubic-bezier(0.28, 1.54, 0.72, 1.01);
  -moz-transition: all 0.5s cubic-bezier(0.28, 1.54, 0.72, 1.01);
  -ms-transition: all 0.5s cubic-bezier(0.28, 1.54, 0.72, 1.01);
  -o-transition: all 0.5s cubic-bezier(0.28, 1.54, 0.72, 1.01);
  transition: all 0.5s cubic-bezier(0.28, 1.54, 0.72, 1.01);
}
.video-player:hover .btn-play circle {
  fill: #A4A0E0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.video-player:hover .btn-play polygon {
  fill: #ffffff;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.video-player.playing.cinema-mode .shadow {
  opacity: 0.9;
  pointer-events: all;
}
.video-player.playing .btn-play {
  display: none;
}
.video-player.passive * {
  pointer-events: none;
}

.header-spacer {
  height: 120px;
}

.header .spacer, .menu-mobile .spacer {
  height: 30px;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .header .spacer, .menu-mobile .spacer {
    height: 50px;
  }
}

.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  margin-bottom: 50px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.header .overlay {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.header.open .overlay {
  opacity: 1;
  pointer-events: all;
}
.header.hidden {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header.shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  /*
  .wrapper{
      @include box-shadow(0 0 20px 20px rgba(0, 0, 0, 0.05));
  }
  */
}
.header .wrapper {
  position: relative;
  background: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 50;
}
@media only screen and (max-width: calc(1280px - 1px)) {
  .header .wrapper .susy-container, .header .wrapper [slider-3-columns] .slick-container, [slider-3-columns] .header .wrapper .slick-container {
    min-height: 50px;
  }
}
.header .wrapper .bg-menu-desktop {
  display: none;
}
.header .left .hdr-logo-link {
  position: relative;
  display: block;
  width: 86px;
  z-index: 50;
  -webkit-transition: all 0.4s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -moz-transition: all 0.4s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -ms-transition: all 0.4s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -o-transition: all 0.4s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  transition: all 0.4s cubic-bezier(0.29, 1.63, 0.81, 1.04);
}
.header .left .hdr-logo-link:hover {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.header .middle .nav-main {
  background: transparent;
}
@media only screen and (max-width: calc(1280px - 1px)) {
  .header .middle .nav-main {
    display: none;
  }
}
.header .middle .nav-main .menu-item {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.header .middle .nav-main .menu-item.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.header .middle .nav-main a {
  -webkit-transition: all 0.2s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -moz-transition: all 0.2s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -ms-transition: all 0.2s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -o-transition: all 0.2s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  transition: all 0.2s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  cursor: pointer;
  position: relative;
}
.header .middle .nav-main a:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  background: #161616;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
  pointer-events: none;
  -webkit-animation: 0.5s anim_shrinkToRight;
  -moz-animation: 0.5s anim_shrinkToRight;
  -o-animation: 0.5s anim_shrinkToRight;
  animation: 0.5s anim_shrinkToRight;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.header .middle .nav-main a:hover:after, .header .middle .nav-main a.selected:after {
  -webkit-animation: 0.5s anim_growFromLeft;
  -moz-animation: 0.5s anim_growFromLeft;
  -o-animation: 0.5s anim_growFromLeft;
  animation: 0.5s anim_growFromLeft;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.header .middle .nav-main a:hover {
  -webkit-transform: translateX(-1px) translateY(1px);
  -moz-transform: translateX(-1px) translateY(1px);
  -ms-transform: translateX(-1px) translateY(1px);
  -o-transform: translateX(-1px) translateY(1px);
  transform: translateX(-1px) translateY(1px);
}
.header .right {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header .right.visible {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.header .right .link-talk {
  margin-right: 40px;
  -webkit-transition: all 0.2s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -moz-transition: all 0.2s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -ms-transition: all 0.2s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -o-transition: all 0.2s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  transition: all 0.2s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  cursor: pointer;
  position: relative;
}
.header .right .link-talk:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  background: #161616;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
  pointer-events: none;
  -webkit-animation: 0.5s anim_shrinkToRight;
  -moz-animation: 0.5s anim_shrinkToRight;
  -o-animation: 0.5s anim_shrinkToRight;
  animation: 0.5s anim_shrinkToRight;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.header .right .link-talk:hover:after, .header .right .link-talk.selected:after {
  -webkit-animation: 0.5s anim_growFromLeft;
  -moz-animation: 0.5s anim_growFromLeft;
  -o-animation: 0.5s anim_growFromLeft;
  animation: 0.5s anim_growFromLeft;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.header .right .link-talk:hover {
  -webkit-transform: translateX(-1px) translateY(1px);
  -moz-transform: translateX(-1px) translateY(1px);
  -ms-transform: translateX(-1px) translateY(1px);
  -o-transform: translateX(-1px) translateY(1px);
  transform: translateX(-1px) translateY(1px);
}
@media only screen and (max-width: calc(1280px - 1px)) {
  .header .right .link-talk {
    display: none;
  }
}
.header .right .desktop {
  display: none;
}
.header .right .btn-back, .header .right .btn-talk {
  display: none;
}
.header .right .burger {
  display: block;
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 30px;
}
.header .right .header-widget-right, .header .right .woocommerce-cart {
  position: relative;
  display: none;
  margin-left: 20px;
}
.header .right .header-widget-right .count, .header .right .woocommerce-cart .count {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 2px;
  right: 0;
  color: #ffffff;
  background: #161616;
  width: 15px;
  height: 18px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.header .right .header-widget-right:hover .count, .header .right .woocommerce-cart:hover .count {
  background: #A4A0E0;
}
@media only screen and (min-width: 1280px) {
  .header .wrapper .bg-menu-desktop {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    height: 0;
    background: transparent;
    -webkit-transition: height 0.5s ease-out;
    -moz-transition: height 0.5s ease-out;
    -ms-transition: height 0.5s ease-out;
    -o-transition: height 0.5s ease-out;
    transition: height 0.5s ease-out;
  }
  .header .wrapper .bg-menu-desktop.open {
    height: 300px;
  }
  .header .left {
    width: 320px;
  }
  .header .left .hdr-logo-link {
    width: 117px;
  }
  .header .right {
    justify-content: flex-end;
    min-width: 320px;
  }
  .header .right .desktop {
    display: flex;
  }
  .header .right .header-widget-right, .header .right .woocommerce-cart {
    display: none;
  }
  .header .right .woocommerce-cart {
    display: flex;
    align-items: flex-end;
    cursor: pointer;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .header .right .woocommerce-cart:after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    background: #A4A0E0;
    top: auto;
    bottom: -2px;
    left: auto;
    right: 0;
    margin: auto;
    pointer-events: none;
    -webkit-animation: 0.5s anim_shrinkToRight;
    -moz-animation: 0.5s anim_shrinkToRight;
    -o-animation: 0.5s anim_shrinkToRight;
    animation: 0.5s anim_shrinkToRight;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
  }
  .header .right .woocommerce-cart:hover:after, .header .right .woocommerce-cart.selected:after {
    -webkit-animation: 0.5s anim_growFromLeft;
    -moz-animation: 0.5s anim_growFromLeft;
    -o-animation: 0.5s anim_growFromLeft;
    animation: 0.5s anim_growFromLeft;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
  }
  .header .right .woocommerce-cart .picto {
    position: relative;
    top: -2px;
    width: 25px;
    height: 25px;
  }
  .header .right .woocommerce-cart .picto svg {
    width: 100%;
    height: auto;
  }
  .header .right .woocommerce-cart .picto svg * {
    fill: #161616;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .header .right .woocommerce-cart:hover {
    color: #A4A0E0;
  }
  .header .right .woocommerce-cart:hover .picto svg * {
    fill: #A4A0E0;
  }
  .header .right .burger {
    display: none;
  }
}

body.page-template-faq .header,
body.page-template-contact .header,
body.page-template-contact_simple .header {
  margin-bottom: 80px;
}
@media only screen and (max-width: calc(1040px - 1px)) {
  body.page-template-faq .header,
  body.page-template-contact .header,
  body.page-template-contact_simple .header {
    margin-bottom: 40px;
  }
}
body.page-template-faq .header .middle #nav-main,
body.page-template-contact .header .middle #nav-main,
body.page-template-contact_simple .header .middle #nav-main {
  display: none;
}
body.page-template-faq .header .right .btn-talk,
body.page-template-contact .header .right .btn-talk,
body.page-template-contact_simple .header .right .btn-talk {
  display: none;
}
@media only screen and (max-width: calc(1280px - 1px)) {
  body.page-template-faq .header .right .btn-talk,
  body.page-template-contact .header .right .btn-talk,
  body.page-template-contact_simple .header .right .btn-talk {
    display: none;
  }
}
body.page-template-faq .header .right .btn-learn-more, body.page-template-faq .header .right .link-talk,
body.page-template-contact .header .right .btn-learn-more,
body.page-template-contact .header .right .link-talk,
body.page-template-contact_simple .header .right .btn-learn-more,
body.page-template-contact_simple .header .right .link-talk {
  display: none;
}

body.page-template-contact .header .right .btn-back,
body.page-template-contact_simple .header .right .btn-back,
body.page-template-faq .header .right .btn-back {
  display: block;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  margin-right: 20px;
}
body.page-template-contact .header .right .btn-back:after,
body.page-template-contact_simple .header .right .btn-back:after,
body.page-template-faq .header .right .btn-back:after {
  content: "";
  width: 100%;
  height: 1.5px;
  position: absolute;
  background: #161616;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
body.page-template-contact .header .right .btn-back:hover:after,
body.page-template-contact_simple .header .right .btn-back:hover:after,
body.page-template-faq .header .right .btn-back:hover:after {
  -webkit-animation: 0.5s anim_underline;
  -moz-animation: 0.5s anim_underline;
  -o-animation: 0.5s anim_underline;
  animation: 0.5s anim_underline;
}
@media only screen and (max-width: calc(1280px - 1px)) {
  body.page-template-contact .header .right .btn-back,
  body.page-template-contact_simple .header .right .btn-back,
  body.page-template-faq .header .right .btn-back {
    display: none;
  }
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 1110;
  pointer-events: none;
}
.menu-mobile .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.menu-mobile .susy-container, .menu-mobile [slider-3-columns] .slick-container, [slider-3-columns] .menu-mobile .slick-container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}
.menu-mobile .susy-container .spacer, .menu-mobile [slider-3-columns] .slick-container .spacer, [slider-3-columns] .menu-mobile .slick-container .spacer {
  min-height: 30px;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .menu-mobile .susy-container .spacer, .menu-mobile [slider-3-columns] .slick-container .spacer, [slider-3-columns] .menu-mobile .slick-container .spacer {
    min-height: 50px;
  }
}
.menu-mobile .menu-mobile-header {
  width: 100%;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  pointer-events: none;
}
@media only screen and (max-width: calc(1280px - 1px)) {
  .menu-mobile .menu-mobile-header {
    min-height: 50px;
  }
}
.menu-mobile .menu-mobile-header .hdr-logo-link {
  position: relative;
  display: block;
  width: 86px;
  z-index: 50;
}
.menu-mobile .menu-mobile-header .burger {
  width: 30px;
  height: 30px;
}
.menu-mobile .menu-mobile-header .burger svg * {
  stroke: #ffffff;
}
.menu-mobile .menu-mobile-wrapper {
  height: calc(100% - 200px);
  width: 100%;
  max-width: 345px;
  align-self: center;
  opacity: 0;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: all 0.4s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -moz-transition: all 0.4s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -ms-transition: all 0.4s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -o-transition: all 0.4s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  transition: all 0.4s cubic-bezier(0.29, 1.63, 0.81, 1.04);
}
.menu-mobile .menu-mobile-content {
  background: #ffffff;
  border-radius: 20px;
  margin: auto 0;
  padding: 40px;
  max-height: 100%;
  overflow: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.menu-mobile .menu-mobile-content::-webkit-scrollbar {
  width: 0px;
}
.menu-mobile .menu-mobile-content::-webkit-scrollbar-track {
  background: transparent;
}
.menu-mobile .menu-mobile-content::-webkit-scrollbar-thumb {
  background: linear-gradient(250.61deg, #91E3E8 8.9%, #B6B8F1 95.29%);
}
.menu-mobile .menu-mobile-content::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(250.61deg, #91E3E8 8.9%, #B6B8F1 95.29%);
}
.menu-mobile .menu-mobile-content .menu-main .menu-container .menu-item a .picto, .menu-mobile .menu-mobile-content .menu-main .menu-container .menu-item span .picto, .menu-mobile .menu-mobile-content .menu-footer .menu-container .menu-item a .picto, .menu-mobile .menu-mobile-content .menu-footer .menu-container .menu-item span .picto {
  display: none;
}
.menu-mobile .menu-mobile-content .menu-main .menu-container .menu-item a, .menu-mobile .menu-mobile-content .menu-main .menu-container .menu-item span {
  display: block;
  margin-bottom: 20px;
}
.menu-mobile .menu-mobile-content .btn {
  margin: 30px 0 30px;
}
.menu-mobile .menu-mobile-content .menu-footer .menu-container .menu-item a, .menu-mobile .menu-mobile-content .menu-footer .menu-container .menu-item span {
  display: block;
  margin-bottom: 20px;
}
.menu-mobile .menu-mobile-content .menu-footer .menu-container .menu-item:nth-child(2) {
  display: none;
}
.menu-mobile .menu-mobile-content .social-networks {
  margin-top: 40px;
}
.menu-mobile .menu-mobile-content .social-networks .btn-social {
  border: 1.5px solid #161616;
}
.menu-mobile .menu-mobile-content .social-networks .btn-social svg * {
  fill: #161616;
}
.menu-mobile .menu-mobile-content .social-networks .btn-social:hover {
  background: #161616;
}
.menu-mobile .menu-mobile-content .social-networks .btn-social:hover svg * {
  fill: #ffffff;
}
.menu-mobile.open {
  pointer-events: all;
}
.menu-mobile.open .background {
  opacity: 1;
}
.menu-mobile.open .menu-mobile-header {
  opacity: 1;
}
.menu-mobile.open .menu-mobile-wrapper {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.menu-mobile.open .menu-mobile-wrapper .menu-mobile-content {
  pointer-events: all;
}
@media only screen and (min-width: 1280px) {
  .menu-mobile {
    display: none;
  }
}

.footer {
  overflow: hidden;
  background: #161616;
  color: #ffffff;
  border-radius: 30px 30px 0 0;
  margin-top: -160px;
}
.footer .menu-container .menu-item .picto {
  display: none;
}
.footer .footer-top {
  padding: 320px 0 60px;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .footer .footer-top {
    padding: 250px 0 60px;
  }
}
.footer .footer-top .footer-title {
  text-align: center;
  max-width: 900px;
  margin-bottom: 50px;
  -webkit-transition: all 0.4s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -moz-transition: all 0.4s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -ms-transition: all 0.4s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -o-transition: all 0.4s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  transition: all 0.4s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.footer .footer-top .footer-title.reveal-visible, .footer .footer-top .footer-title.reveal-bottom {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.footer .footer-top .footer-title span[style*=color] {
  color: #A4A0E0 !important;
}
.footer .footer-top .options-list {
  margin-bottom: 90px;
  display: flex;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .footer .footer-top .options-list {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
}
.footer .footer-top .options-list .checkbox-container {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer .footer-top .options-list .checkbox-container .custom-checkbox {
  padding: 9px 20px;
}
.footer .footer-top .options-list .checkbox-container .custom-checkbox.selected {
  padding-left: 46px;
}
.footer .footer-top .options-list.reveal-visible .checkbox-container {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer .footer-top .btn {
  margin-bottom: 20px;
  -webkit-transition: all 0.4s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -moz-transition: all 0.4s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -ms-transition: all 0.4s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -o-transition: all 0.4s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  transition: all 0.4s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.footer .footer-top .btn.reveal-visible {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.footer .footer-top .cta-text {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
.footer .footer-top .cta-text.reveal-visible {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.footer .footer-middle {
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}
.footer .footer-middle .logo-link, .footer .footer-middle .social-networks {
  width: 265px;
}
@media only screen and (max-width: calc(1280px - 1px)) {
  .footer .footer-middle .logo-link, .footer .footer-middle .social-networks {
    width: auto;
  }
}
.footer .footer-middle .logo-link {
  display: flex;
}
@media only screen and (max-width: calc(620px - 1px)) {
  .footer .footer-middle .logo-link {
    width: 100%;
    justify-content: space-between;
  }
}
.footer .footer-middle .logo-link svg {
  width: 100px;
}
.footer .footer-middle .logo-link svg path, .footer .footer-middle .logo-link svg rect {
  fill: #ffffff;
}
.footer .footer-middle .logo-link .hdr-logo-link {
  margin-left: 25px;
  color: #161616;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #A4A0E0;
  white-space: nowrap;
  -webkit-transition: all 0.2s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -moz-transition: all 0.2s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -ms-transition: all 0.2s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -o-transition: all 0.2s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  transition: all 0.2s cubic-bezier(0.29, 1.63, 0.81, 1.04);
}
.footer .footer-middle .logo-link .hdr-logo-link:hover {
  background-color: #ffffff;
  -webkit-transform: translateX(-2px) translateY(2px);
  -moz-transform: translateX(-2px) translateY(2px);
  -ms-transform: translateX(-2px) translateY(2px);
  -o-transform: translateX(-2px) translateY(2px);
  transform: translateX(-2px) translateY(2px);
}
.footer .footer-middle .nav-footer .menu-item a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  position: relative;
}
.footer .footer-middle .nav-footer .menu-item a:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  background: #ffffff;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
  pointer-events: none;
  -webkit-animation: 0.5s anim_shrinkToRight;
  -moz-animation: 0.5s anim_shrinkToRight;
  -o-animation: 0.5s anim_shrinkToRight;
  animation: 0.5s anim_shrinkToRight;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.footer .footer-middle .nav-footer .menu-item a:hover:after, .footer .footer-middle .nav-footer .menu-item a.selected:after {
  -webkit-animation: 0.5s anim_growFromLeft;
  -moz-animation: 0.5s anim_growFromLeft;
  -o-animation: 0.5s anim_growFromLeft;
  animation: 0.5s anim_growFromLeft;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.footer .footer-middle .nav-footer .menu-item a:hover {
  -webkit-transform: translateX(-1px) translateY(1px);
  -moz-transform: translateX(-1px) translateY(1px);
  -ms-transform: translateX(-1px) translateY(1px);
  -o-transform: translateX(-1px) translateY(1px);
  transform: translateX(-1px) translateY(1px);
}
@media only screen and (max-width: calc(800px - 1px)) {
  .footer .footer-middle .nav-footer {
    display: none;
  }
}
.footer .footer-middle .social-networks {
  justify-content: flex-end;
}
@media only screen and (max-width: calc(620px - 1px)) {
  .footer .footer-middle .social-networks {
    display: none;
  }
}
.footer .footer-middle .social-networks .btn-social {
  border-color: #ffffff;
}
.footer .footer-middle .social-networks .btn-social:hover {
  border: none;
}
.footer .footer-bottom {
  padding-top: 40px;
  padding-bottom: 60px;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
}
.footer .footer-bottom .credits {
  margin-right: 30px;
  font-size: 14px;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .footer .footer-bottom .menu-container {
    display: none;
  }
}
.footer .footer-bottom .menu-container .menu-item a {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  position: relative;
}
.footer .footer-bottom .menu-container .menu-item a:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  background: #ffffff;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
  pointer-events: none;
  -webkit-animation: 0.5s anim_shrinkToRight;
  -moz-animation: 0.5s anim_shrinkToRight;
  -o-animation: 0.5s anim_shrinkToRight;
  animation: 0.5s anim_shrinkToRight;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.footer .footer-bottom .menu-container .menu-item a:hover:after, .footer .footer-bottom .menu-container .menu-item a.selected:after {
  -webkit-animation: 0.5s anim_growFromLeft;
  -moz-animation: 0.5s anim_growFromLeft;
  -o-animation: 0.5s anim_growFromLeft;
  animation: 0.5s anim_growFromLeft;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.footer .footer-bottom .menu-container .menu-item a:hover {
  -webkit-transform: translateX(-2px) translateY(2px);
  -moz-transform: translateX(-2px) translateY(2px);
  -ms-transform: translateX(-2px) translateY(2px);
  -o-transform: translateX(-2px) translateY(2px);
  transform: translateX(-2px) translateY(2px);
}
.footer .footer-bottom .website-by {
  font-size: 14px;
  margin-left: auto;
  text-align: right;
}
.footer .footer-bottom .website-by a {
  color: #ffffff;
  font-weight: 600;
  font-style: italic;
  cursor: pointer;
  position: relative;
}
.footer .footer-bottom .website-by a:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  background: #ffffff;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
  pointer-events: none;
  -webkit-animation: 0.5s anim_shrinkToRight;
  -moz-animation: 0.5s anim_shrinkToRight;
  -o-animation: 0.5s anim_shrinkToRight;
  animation: 0.5s anim_shrinkToRight;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.footer .footer-bottom .website-by a:hover:after, .footer .footer-bottom .website-by a.selected:after {
  -webkit-animation: 0.5s anim_growFromLeft;
  -moz-animation: 0.5s anim_growFromLeft;
  -o-animation: 0.5s anim_growFromLeft;
  animation: 0.5s anim_growFromLeft;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.footer .footer-middle, .footer .footer-bottom {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.footer .footer-middle.reveal-visible, .footer .footer-bottom.reveal-visible {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
@media only screen and (min-width: 1040px) {
  .footer .footer-middle {
    flex-direction: row;
  }
  .footer .footer-bottom {
    flex-direction: row;
  }
}

.header .nav-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  top: -100vh;
  left: 0;
  width: 100vw;
  padding: 80px 0;
  -webkit-transition: top 0.6s ease-out;
  -moz-transition: top 0.6s ease-out;
  -ms-transition: top 0.6s ease-out;
  -o-transition: top 0.6s ease-out;
  transition: top 0.6s ease-out;
}
.header .nav-main .susy-container, .header .nav-main [slider-3-columns] .slick-container, [slider-3-columns] .header .nav-main .slick-container {
  max-height: calc(100vh - 300px);
  overflow: auto;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.header .nav-main .susy-container .menu-container, .header .nav-main [slider-3-columns] .slick-container .menu-container, [slider-3-columns] .header .nav-main .slick-container .menu-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-grow: 2;
  width: 100%;
}
.header .nav-main .susy-container .menu-container > .menu-item, .header .nav-main [slider-3-columns] .slick-container .menu-container > .menu-item, [slider-3-columns] .header .nav-main .slick-container .menu-container > .menu-item {
  width: 100%;
  height: 0;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header .nav-main .susy-container .menu-container > .menu-item a, .header .nav-main [slider-3-columns] .slick-container .menu-container > .menu-item a, [slider-3-columns] .header .nav-main .slick-container .menu-container > .menu-item a, .header .nav-main .susy-container .menu-container > .menu-item span, .header .nav-main [slider-3-columns] .slick-container .menu-container > .menu-item span, [slider-3-columns] .header .nav-main .slick-container .menu-container > .menu-item span {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 0;
  opacity: -1;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header .nav-main .susy-container .menu-container > .menu-item a .picto, .header .nav-main [slider-3-columns] .slick-container .menu-container > .menu-item a .picto, [slider-3-columns] .header .nav-main .slick-container .menu-container > .menu-item a .picto, .header .nav-main .susy-container .menu-container > .menu-item span .picto, .header .nav-main [slider-3-columns] .slick-container .menu-container > .menu-item span .picto, [slider-3-columns] .header .nav-main .slick-container .menu-container > .menu-item span .picto {
  position: absolute;
  width: 20px;
  height: 20px;
  z-index: 51px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  display: none;
}
.header .nav-main .susy-container .menu-container > .menu-item a:hover .picto svg *, .header .nav-main [slider-3-columns] .slick-container .menu-container > .menu-item a:hover .picto svg *, [slider-3-columns] .header .nav-main .slick-container .menu-container > .menu-item a:hover .picto svg *, .header .nav-main .susy-container .menu-container > .menu-item span:hover .picto svg *, .header .nav-main [slider-3-columns] .slick-container .menu-container > .menu-item span:hover .picto svg *, [slider-3-columns] .header .nav-main .slick-container .menu-container > .menu-item span:hover .picto svg * {
  fill: #A4A0E0;
}
.header .nav-main .susy-container .menu-container > .menu-item.menu-item-has-children > a .picto, .header .nav-main [slider-3-columns] .slick-container .menu-container > .menu-item.menu-item-has-children > a .picto, [slider-3-columns] .header .nav-main .slick-container .menu-container > .menu-item.menu-item-has-children > a .picto, .header .nav-main .susy-container .menu-container > .menu-item.menu-item-has-children > span .picto, .header .nav-main [slider-3-columns] .slick-container .menu-container > .menu-item.menu-item-has-children > span .picto, [slider-3-columns] .header .nav-main .slick-container .menu-container > .menu-item.menu-item-has-children > span .picto {
  display: flex;
}
.header .nav-main .susy-container .menu-container > .menu-item.menu-item-has-children > a .picto svg, .header .nav-main [slider-3-columns] .slick-container .menu-container > .menu-item.menu-item-has-children > a .picto svg, [slider-3-columns] .header .nav-main .slick-container .menu-container > .menu-item.menu-item-has-children > a .picto svg, .header .nav-main .susy-container .menu-container > .menu-item.menu-item-has-children > span .picto svg, .header .nav-main [slider-3-columns] .slick-container .menu-container > .menu-item.menu-item-has-children > span .picto svg, [slider-3-columns] .header .nav-main .slick-container .menu-container > .menu-item.menu-item-has-children > span .picto svg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.header .nav-main .susy-container .menu-container > .menu-item.menu-item-has-children > a .picto.prev, .header .nav-main [slider-3-columns] .slick-container .menu-container > .menu-item.menu-item-has-children > a .picto.prev, [slider-3-columns] .header .nav-main .slick-container .menu-container > .menu-item.menu-item-has-children > a .picto.prev, .header .nav-main .susy-container .menu-container > .menu-item.menu-item-has-children > span .picto.prev, .header .nav-main [slider-3-columns] .slick-container .menu-container > .menu-item.menu-item-has-children > span .picto.prev, [slider-3-columns] .header .nav-main .slick-container .menu-container > .menu-item.menu-item-has-children > span .picto.prev {
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.header .nav-main .susy-container .menu-container > .menu-item.menu-item-has-children > a .picto.next, .header .nav-main [slider-3-columns] .slick-container .menu-container > .menu-item.menu-item-has-children > a .picto.next, [slider-3-columns] .header .nav-main .slick-container .menu-container > .menu-item.menu-item-has-children > a .picto.next, .header .nav-main .susy-container .menu-container > .menu-item.menu-item-has-children > span .picto.next, .header .nav-main [slider-3-columns] .slick-container .menu-container > .menu-item.menu-item-has-children > span .picto.next, [slider-3-columns] .header .nav-main .slick-container .menu-container > .menu-item.menu-item-has-children > span .picto.next {
  right: 0;
  opacity: 1;
  pointer-events: all;
}
.header .nav-main .susy-container .menu-item.open > .menu-container > .menu-item, .header .nav-main [slider-3-columns] .slick-container .menu-item.open > .menu-container > .menu-item, [slider-3-columns] .header .nav-main .slick-container .menu-item.open > .menu-container > .menu-item,
.header .nav-main .susy-container > .menu-container > .menu-item,
.header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item,
[slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item {
  height: auto;
  border-bottom: 1px solid #161616;
}
.header .nav-main .susy-container .menu-item.open > .menu-container > .menu-item:first-child, .header .nav-main [slider-3-columns] .slick-container .menu-item.open > .menu-container > .menu-item:first-child, [slider-3-columns] .header .nav-main .slick-container .menu-item.open > .menu-container > .menu-item:first-child,
.header .nav-main .susy-container > .menu-container > .menu-item:first-child,
.header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item:first-child,
[slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item:first-child {
  border-top: 1px solid #161616;
}
.header .nav-main .susy-container .menu-item.open > .menu-container > .menu-item > a, .header .nav-main [slider-3-columns] .slick-container .menu-item.open > .menu-container > .menu-item > a, [slider-3-columns] .header .nav-main .slick-container .menu-item.open > .menu-container > .menu-item > a, .header .nav-main .susy-container .menu-item.open > .menu-container > .menu-item > span, .header .nav-main [slider-3-columns] .slick-container .menu-item.open > .menu-container > .menu-item > span, [slider-3-columns] .header .nav-main .slick-container .menu-item.open > .menu-container > .menu-item > span,
.header .nav-main .susy-container > .menu-container > .menu-item > a,
.header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item > a,
[slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item > a,
.header .nav-main .susy-container > .menu-container > .menu-item > span,
.header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item > span,
[slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item > span {
  opacity: 1;
  height: 80px;
  padding: 30px 0;
}
.header .nav-main .susy-container .menu-item.open, .header .nav-main [slider-3-columns] .slick-container .menu-item.open, [slider-3-columns] .header .nav-main .slick-container .menu-item.open {
  border-bottom: none !important;
}
.header .nav-main .susy-container .menu-item.open > a .picto.prev, .header .nav-main [slider-3-columns] .slick-container .menu-item.open > a .picto.prev, [slider-3-columns] .header .nav-main .slick-container .menu-item.open > a .picto.prev, .header .nav-main .susy-container .menu-item.open > span .picto.prev, .header .nav-main [slider-3-columns] .slick-container .menu-item.open > span .picto.prev, [slider-3-columns] .header .nav-main .slick-container .menu-item.open > span .picto.prev {
  opacity: 1 !important;
  pointer-events: all !important;
}
.header .nav-main .susy-container .menu-item.open > a .picto.next, .header .nav-main [slider-3-columns] .slick-container .menu-item.open > a .picto.next, [slider-3-columns] .header .nav-main .slick-container .menu-item.open > a .picto.next, .header .nav-main .susy-container .menu-item.open > span .picto.next, .header .nav-main [slider-3-columns] .slick-container .menu-item.open > span .picto.next, [slider-3-columns] .header .nav-main .slick-container .menu-item.open > span .picto.next {
  opacity: 0 !important;
  pointer-events: none !important;
}
.header .nav-main .susy-container .menu-item.open > a.prev, .header .nav-main [slider-3-columns] .slick-container .menu-item.open > a.prev, [slider-3-columns] .header .nav-main .slick-container .menu-item.open > a.prev, .header .nav-main .susy-container .menu-item.open > span.prev, .header .nav-main [slider-3-columns] .slick-container .menu-item.open > span.prev, [slider-3-columns] .header .nav-main .slick-container .menu-item.open > span.prev {
  height: 30px !important;
  padding: 5px 0 !important;
}
.header .nav-main .susy-container .menu-item.closed, .header .nav-main [slider-3-columns] .slick-container .menu-item.closed, [slider-3-columns] .header .nav-main .slick-container .menu-item.closed {
  height: 0 !important;
  border: none !important;
}
.header .nav-main .susy-container .menu-item.closed a, .header .nav-main [slider-3-columns] .slick-container .menu-item.closed a, [slider-3-columns] .header .nav-main .slick-container .menu-item.closed a, .header .nav-main .susy-container .menu-item.closed span, .header .nav-main [slider-3-columns] .slick-container .menu-item.closed span, [slider-3-columns] .header .nav-main .slick-container .menu-item.closed span {
  opacity: -1 !important;
  height: 0 !important;
  padding: 0 !important;
}
.header.open .nav-main {
  top: 0;
}
@media only screen and (max-width: calc(1040px - 1px)) {
  .header .nav-main {
    position: absolute;
  }
  .header .nav-main .susy-container .menu-container > .menu-item, .header .nav-main [slider-3-columns] .slick-container .menu-container > .menu-item, [slider-3-columns] .header .nav-main .slick-container .menu-container > .menu-item {
    position: relative;
  }
}

@media only screen and (min-width: 1040px) {
  .header .wrapper {
    overflow: hidden;
  }
  .header .nav-main {
    flex-direction: row;
    justify-content: start;
    align-items: center;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    padding: 0;
  }
  .header .nav-main .susy-container, .header .nav-main [slider-3-columns] .slick-container, [slider-3-columns] .header .nav-main .slick-container {
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }
  .header .nav-main .susy-container .menu-container, .header .nav-main [slider-3-columns] .slick-container .menu-container, [slider-3-columns] .header .nav-main .slick-container .menu-container {
    flex-direction: row;
    justify-content: flex-start;
    width: auto;
  }
  .header .nav-main .susy-container .menu-container > .menu-item, .header .nav-main [slider-3-columns] .slick-container .menu-container > .menu-item, [slider-3-columns] .header .nav-main .slick-container .menu-container > .menu-item {
    width: auto;
    height: auto;
    border: none;
  }
  .header .nav-main .susy-container .menu-container > .menu-item:first-child, .header .nav-main [slider-3-columns] .slick-container .menu-container > .menu-item:first-child, [slider-3-columns] .header .nav-main .slick-container .menu-container > .menu-item:first-child {
    border: none;
  }
  .header .nav-main .susy-container .menu-container > .menu-item a, .header .nav-main [slider-3-columns] .slick-container .menu-container > .menu-item a, [slider-3-columns] .header .nav-main .slick-container .menu-container > .menu-item a, .header .nav-main .susy-container .menu-container > .menu-item span, .header .nav-main [slider-3-columns] .slick-container .menu-container > .menu-item span, [slider-3-columns] .header .nav-main .slick-container .menu-container > .menu-item span {
    width: auto;
    overflow: visible;
    opacity: 1;
  }
  .header .nav-main .susy-container .menu-container > .menu-item a .picto, .header .nav-main [slider-3-columns] .slick-container .menu-container > .menu-item a .picto, [slider-3-columns] .header .nav-main .slick-container .menu-container > .menu-item a .picto, .header .nav-main .susy-container .menu-container > .menu-item span .picto, .header .nav-main [slider-3-columns] .slick-container .menu-container > .menu-item span .picto, [slider-3-columns] .header .nav-main .slick-container .menu-container > .menu-item span .picto {
    display: none !important;
  }
  .header .nav-main .susy-container > .menu-container > .menu-item, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item {
    /*  MENU PREMIER NIVEAU  */
    margin: auto 30px;
    padding: 10px 0;
    height: auto;
  }
}
@media only screen and (min-width: 1040px) and (max-width: calc(1550px - 1px)) {
  .header .nav-main .susy-container > .menu-container > .menu-item, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item {
    margin: auto 28px;
  }
}
@media only screen and (min-width: 1040px) and (max-width: calc(1280px - 1px)) {
  .header .nav-main .susy-container > .menu-container > .menu-item, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item {
    margin: auto 20px;
  }
}
@media only screen and (min-width: 1040px) {
  .header .nav-main .susy-container > .menu-container > .menu-item > a, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item > a, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item > a, .header .nav-main .susy-container > .menu-container > .menu-item > span, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item > span, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item > span {
    padding: 0;
    height: auto;
  }
  .header .nav-main .susy-container > .menu-container > .menu-item.current-menu-item > a, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item.current-menu-item > a, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item.current-menu-item > a, .header .nav-main .susy-container > .menu-container > .menu-item.current-menu-item > span, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item.current-menu-item > span, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item.current-menu-item > span {
    color: #A4A0E0;
  }
  .header .nav-main .susy-container > .menu-container > .menu-item.current-menu-item > a .picto svg *, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item.current-menu-item > a .picto svg *, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item.current-menu-item > a .picto svg *, .header .nav-main .susy-container > .menu-container > .menu-item.current-menu-item > span .picto svg *, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item.current-menu-item > span .picto svg *, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item.current-menu-item > span .picto svg * {
    fill: #A4A0E0;
  }
  .header .nav-main .susy-container > .menu-container > .menu-item.menu-item-has-children > a, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item.menu-item-has-children > a, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item.menu-item-has-children > a, .header .nav-main .susy-container > .menu-container > .menu-item.menu-item-has-children > span, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item.menu-item-has-children > span, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item.menu-item-has-children > span {
    padding-right: 30px;
  }
  .header .nav-main .susy-container > .menu-container > .menu-item.menu-item-has-children > a .picto.next, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item.menu-item-has-children > a .picto.next, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item.menu-item-has-children > a .picto.next, .header .nav-main .susy-container > .menu-container > .menu-item.menu-item-has-children > span .picto.next, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item.menu-item-has-children > span .picto.next, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item.menu-item-has-children > span .picto.next {
    display: block !important;
    opacity: 1 !important;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .header .nav-main .susy-container > .menu-container > .menu-item .menu-container, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item .menu-container, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item .menu-container {
    /*  ALL SUB MENUS */
    position: absolute;
    z-index: 50;
    flex-direction: column;
    align-items: flex-start;
  }
  .header .nav-main .susy-container > .menu-container > .menu-item .menu-container > .menu-item, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item .menu-container > .menu-item, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item .menu-container > .menu-item {
    text-align: left;
    margin-left: 10px;
  }
  .header .nav-main .susy-container > .menu-container > .menu-item .menu-container > .menu-item .menu-container, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item .menu-container > .menu-item .menu-container, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item .menu-container > .menu-item .menu-container {
    position: relative;
  }
  .header .nav-main .susy-container > .menu-container > .menu-item .menu-container a, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item .menu-container a, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item .menu-container a, .header .nav-main .susy-container > .menu-container > .menu-item .menu-container span, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item .menu-container span, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item .menu-container span {
    height: auto;
  }
  .header .nav-main .susy-container > .menu-container > .menu-item > .menu-container, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item > .menu-container, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item > .menu-container {
    /* SUB MENU LEVEL 1 */
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .header .nav-main .susy-container > .menu-container > .menu-item > .menu-container .menu-item, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item > .menu-container .menu-item, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item > .menu-container .menu-item {
    padding: 10px 0;
  }
  .header .nav-main .susy-container > .menu-container > .menu-item > .menu-container .menu-item > .menu-container, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item > .menu-container .menu-item > .menu-container, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item > .menu-container .menu-item > .menu-container {
    /* SUB MENU LEVEL 2 and more */
  }
  .header .nav-main .susy-container > .menu-container > .menu-item > .menu-container .menu-item > .menu-container .menu-item, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item > .menu-container .menu-item > .menu-container .menu-item, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item > .menu-container .menu-item > .menu-container .menu-item {
    padding: 0;
  }
  .header .nav-main .susy-container > .menu-container > .menu-item > .menu-container .menu-item > .menu-container .menu-item a, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item > .menu-container .menu-item > .menu-container .menu-item a, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item > .menu-container .menu-item > .menu-container .menu-item a, .header .nav-main .susy-container > .menu-container > .menu-item > .menu-container .menu-item > .menu-container .menu-item span, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item > .menu-container .menu-item > .menu-container .menu-item span, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item > .menu-container .menu-item > .menu-container .menu-item span {
    font-size: 14px;
    font-weight: 400;
  }
  .header .nav-main .susy-container > .menu-container > .menu-item > .menu-container > .menu-item, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item > .menu-container > .menu-item, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item > .menu-container > .menu-item {
    padding-top: 30px;
  }
  .header .nav-main .susy-container > .menu-container > .menu-item.open.menu-item-has-children > a, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item.open.menu-item-has-children > a, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item.open.menu-item-has-children > a, .header .nav-main .susy-container > .menu-container > .menu-item.open.menu-item-has-children > span, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item.open.menu-item-has-children > span, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item.open.menu-item-has-children > span, .header .nav-main .susy-container > .menu-container > .menu-item.stay-open.menu-item-has-children > a, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item.stay-open.menu-item-has-children > a, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item.stay-open.menu-item-has-children > a, .header .nav-main .susy-container > .menu-container > .menu-item.stay-open.menu-item-has-children > span, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item.stay-open.menu-item-has-children > span, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item.stay-open.menu-item-has-children > span {
    color: #A4A0E0;
  }
  .header .nav-main .susy-container > .menu-container > .menu-item.open.menu-item-has-children > a .picto.next, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item.open.menu-item-has-children > a .picto.next, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item.open.menu-item-has-children > a .picto.next, .header .nav-main .susy-container > .menu-container > .menu-item.open.menu-item-has-children > span .picto.next, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item.open.menu-item-has-children > span .picto.next, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item.open.menu-item-has-children > span .picto.next, .header .nav-main .susy-container > .menu-container > .menu-item.stay-open.menu-item-has-children > a .picto.next, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item.stay-open.menu-item-has-children > a .picto.next, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item.stay-open.menu-item-has-children > a .picto.next, .header .nav-main .susy-container > .menu-container > .menu-item.stay-open.menu-item-has-children > span .picto.next, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item.stay-open.menu-item-has-children > span .picto.next, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item.stay-open.menu-item-has-children > span .picto.next {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .header .nav-main .susy-container > .menu-container > .menu-item.open.menu-item-has-children > a .picto.next svg *, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item.open.menu-item-has-children > a .picto.next svg *, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item.open.menu-item-has-children > a .picto.next svg *, .header .nav-main .susy-container > .menu-container > .menu-item.open.menu-item-has-children > span .picto.next svg *, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item.open.menu-item-has-children > span .picto.next svg *, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item.open.menu-item-has-children > span .picto.next svg *, .header .nav-main .susy-container > .menu-container > .menu-item.stay-open.menu-item-has-children > a .picto.next svg *, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item.stay-open.menu-item-has-children > a .picto.next svg *, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item.stay-open.menu-item-has-children > a .picto.next svg *, .header .nav-main .susy-container > .menu-container > .menu-item.stay-open.menu-item-has-children > span .picto.next svg *, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item.stay-open.menu-item-has-children > span .picto.next svg *, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item.stay-open.menu-item-has-children > span .picto.next svg * {
    fill: #A4A0E0;
  }
  .header .nav-main .susy-container > .menu-container > .menu-item.open > .menu-container, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item.open > .menu-container, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item.open > .menu-container, .header .nav-main .susy-container > .menu-container > .menu-item.stay-open > .menu-container, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item.stay-open > .menu-container, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item.stay-open > .menu-container {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    pointer-events: all;
  }
  .header .nav-main .susy-container > .menu-container > .menu-item.open > .menu-container .menu-item, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item.open > .menu-container .menu-item, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item.open > .menu-container .menu-item, .header .nav-main .susy-container > .menu-container > .menu-item.stay-open > .menu-container .menu-item, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item.stay-open > .menu-container .menu-item, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item.stay-open > .menu-container .menu-item {
    border: none !important;
  }
  .header .nav-main .susy-container > .menu-container > .menu-item.open > .menu-container a, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item.open > .menu-container a, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item.open > .menu-container a, .header .nav-main .susy-container > .menu-container > .menu-item.open > .menu-container span, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item.open > .menu-container span, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item.open > .menu-container span, .header .nav-main .susy-container > .menu-container > .menu-item.stay-open > .menu-container a, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item.stay-open > .menu-container a, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item.stay-open > .menu-container a, .header .nav-main .susy-container > .menu-container > .menu-item.stay-open > .menu-container span, .header .nav-main [slider-3-columns] .slick-container > .menu-container > .menu-item.stay-open > .menu-container span, [slider-3-columns] .header .nav-main .slick-container > .menu-container > .menu-item.stay-open > .menu-container span {
    padding: 0;
    height: auto;
  }
  .header .nav-main .bottom-container {
    display: none;
  }
}

.nav-footer {
  color: #ffffff;
}
.nav-footer > .menu-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.nav-footer > .menu-container > .menu-item {
  padding: 0 30px;
}
.nav-footer > .menu-container > .menu-item > a, .nav-footer > .menu-container > .menu-item > span {
  color: #ffffff;
  display: inline-block;
  white-space: nowrap;
}
.nav-footer > .menu-container > .menu-item > .menu-container {
  flex-direction: column;
}
.nav-footer > .menu-container > .menu-item > .menu-container .menu-item a, .nav-footer > .menu-container > .menu-item > .menu-container .menu-item span {
  font-weight: 400;
  font-size: 18px;
}

.social-networks .btn-social {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #161616;
  border-radius: 50%;
  margin: 0 5px;
  -webkit-transition: all 0.2s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -moz-transition: all 0.2s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -ms-transition: all 0.2s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -o-transition: all 0.2s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  transition: all 0.2s cubic-bezier(0.29, 1.63, 0.81, 1.04);
}
.social-networks .btn-social svg {
  width: 20px;
}
.social-networks .btn-social svg * {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  fill: #ffffff;
}
.social-networks .btn-social:hover {
  background: #ffffff;
  border: 1px solid #ffffff;
  -webkit-transform: translateX(-2px) translateY(2px);
  -moz-transform: translateX(-2px) translateY(2px);
  -ms-transform: translateX(-2px) translateY(2px);
  -o-transform: translateX(-2px) translateY(2px);
  transform: translateX(-2px) translateY(2px);
}
.social-networks .btn-social:hover svg * {
  fill: #161616;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .social-networks .btn-social {
    width: 30px;
    height: 30px;
  }
  .social-networks .btn-social svg {
    width: 14px;
  }
}

.wp-content-basic strong,
.wp-content-basic b {
  font-weight: 700;
}
.wp-content-basic em {
  font-style: italic;
}
.wp-content-basic a {
  color: #161616;
  text-decoration: underline;
}
.wp-content-basic p {
  margin-bottom: 30px;
}
.wp-content-basic ul,
.wp-content-basic ol {
  margin: 30px auto;
  text-align: left;
}
.wp-content-basic ul li,
.wp-content-basic ol li {
  list-style: disc outside;
  margin-left: 50px;
}
.wp-content-basic ol li {
  list-style: decimal outside;
}

.wp-content h2 {
  margin: 60px auto 30px;
}
.wp-content h3 {
  margin: 40px auto 30px;
}
.wp-content h4 {
  margin: 30px auto;
}
.wp-content h5 {
  margin: 30px auto;
}
.wp-content h6 {
  font-weight: 700;
  margin: 30px auto;
}
.wp-content p {
  margin: 30px auto;
}
.wp-content strong {
  font-weight: 700;
}
.wp-content em {
  font-style: italic;
}
.wp-content .wp-block-image {
  width: 100%;
  height: auto;
  margin: 30px auto;
}
.wp-content .wp-block-image img {
  width: 100%;
  height: auto;
}
.wp-content a {
  color: #A4A0E0;
  cursor: pointer;
  position: relative;
}
.wp-content a:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #A4A0E0;
  top: auto;
  bottom: -2px;
  left: auto;
  right: 0;
  margin: auto;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.wp-content a:hover:after {
  -webkit-animation: 0.5s anim_underline;
  -moz-animation: 0.5s anim_underline;
  -o-animation: 0.5s anim_underline;
  animation: 0.5s anim_underline;
}
.wp-content ul,
.wp-content ol {
  margin: 30px auto;
}
.wp-content ul li,
.wp-content ol li {
  list-style: disc outside;
  margin: 0 0 15px 50px;
}
.wp-content ol li {
  list-style: decimal outside;
}
.wp-content .wp-block-quote {
  padding: 60px;
  margin-bottom: 60px;
}
.wp-content h2:first-child,
.wp-content h3:first-child,
.wp-content h4:first-child,
.wp-content h5:first-child,
.wp-content h6:first-child,
.wp-content p:first-child,
.wp-content wp-block-image:first-child {
  margin-top: 0;
}
.wp-content .wp-block-table th,
.wp-content .wp-block-table td {
  text-align: left;
  padding: 10px;
}
.wp-content .wp-block-table th {
  font-weight: 700;
}
.wp-content .wp-block-table thead {
  display: none;
}
.wp-content .wp-block-table tbody tr {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #161616;
  border-bottom: 1px solid #161616;
  margin-bottom: 50px;
}
.wp-content .wp-block-table tbody tr td {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #161616;
}
.wp-content .wp-block-table tbody tr td:last-child {
  border-bottom: none;
}
.wp-content .wp-block-table tbody tr td:before {
  content: attr(data-label);
  display: inline-block;
  font-weight: 700;
}
.wp-content .wp-block-table figcaption {
  text-align: right;
  padding-top: 20px;
  opacity: 0.5;
}
.wp-content .wp-block-button .wp-block-button__link:after {
  display: none;
}
.wp-content .wp-block-button.is-style-fill .wp-block-button__link {
  background: #A4A0E0;
  color: #ffffff;
  border: 2px solid #A4A0E0;
  border-radius: btn_border_radius;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.wp-content .wp-block-button.is-style-fill .wp-block-button__link:hover {
  color: #ffffff;
  background: #161616;
  border-color: #161616;
}
.wp-content .wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  color: #161616;
  border: 2px solid #161616;
  border-radius: btn_border_radius;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.wp-content .wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #ffffff;
  background: #161616;
}
@media only screen and (min-width: 800px) {
  .wp-content .wp-block-table thead {
    display: table-header-group;
  }
  .wp-content .wp-block-table tbody tr {
    display: flex;
    border-top: 1px solid #161616;
    border-bottom: none;
    margin-bottom: 0;
  }
  .wp-content .wp-block-table tbody tr td {
    display: table-cell;
    border-bottom: none;
  }
  .wp-content .wp-block-table tbody tr td:last-child {
    border-bottom: none;
  }
  .wp-content .wp-block-table tbody tr td:before {
    display: none;
  }
  .wp-content .wp-block-table thead tr,
  .wp-content .wp-block-table tbody tr {
    display: table-row;
  }
}

[slider-3-columns] {
  width: 100%;
  overflow: hidden;
  --nbslide:1;
}
[slider-3-columns] .controlers {
  width: auto;
  margin-bottom: 60px;
}
[slider-3-columns] .controlers .arrow {
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin-right: 20px;
}
[slider-3-columns] .controlers .arrow:last-child {
  margin-right: 0;
}
[slider-3-columns] .controlers .arrow svg * {
  fill: #161616;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
[slider-3-columns] .controlers .arrow:hover svg * {
  fill: #A4A0E0;
}
[slider-3-columns] .controlers .arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.2;
}
[slider-3-columns] .controlers .arrow.slick-disabled:hover svg * {
  fill: #161616;
}
[slider-3-columns] .slick-container.slick-initialized {
  flex-direction: column;
  align-items: flex-start;
}
[slider-3-columns] .slick-container .slick-dots {
  align-self: center;
}
[slider-3-columns] .slick-container .tease-post {
  margin-right: 30px;
}
[slider-3-columns] .slick-container .tease-post:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 620px) {
  [slider-3-columns] {
    --nbslide:2;
  }
}
@media only screen and (min-width: 1040px) {
  [slider-3-columns] {
    --nbslide:3;
  }
}
@media only screen and (min-width: 1280px) {
  [slider-3-columns] {
    --nbslide:4;
  }
}

*[accordeon-container] {
  position: relative;
}
*[accordeon-container] .item {
  position: relative;
  padding: 0;
  border-bottom: 1px solid rgba(22, 22, 22, 0.4);
  width: 100%;
}
*[accordeon-container] .item .title {
  color: #161616;
  cursor: pointer;
  padding: 30px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
*[accordeon-container] .item .title span {
  padding: 0 40px 0 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
*[accordeon-container] .item .title .picto {
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
*[accordeon-container] .item .title .picto svg * {
  fill: #161616;
}
@media only screen and (max-width: calc(1040px - 1px)) {
  *[accordeon-container] .item .title {
    padding: 20px 0;
  }
  *[accordeon-container] .item .title .picto {
    margin-right: 0;
  }
}
*[accordeon-container] .item .texte-container {
  height: 0;
  overflow: hidden;
  padding-right: 0;
  margin: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -moz-transition: all 0.5s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -ms-transition: all 0.5s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -o-transition: all 0.5s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  transition: all 0.5s cubic-bezier(0.29, 1.63, 0.81, 1.04);
}
*[accordeon-container] .item .texte-container.no-anime {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  -ms-transition: height 0s;
  -o-transition: height 0s;
  transition: height 0s;
}
*[accordeon-container] .item .texte-container .texte {
  box-sizing: border-box;
  padding: 0;
  padding-right: 100px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media only screen and (max-width: calc(1040px - 1px)) {
  *[accordeon-container] .item .texte-container .texte {
    padding-right: 0;
  }
}
*[accordeon-container] .item:not(.open):hover .title span {
  padding: 0 20px;
}
*[accordeon-container] .item.open .title .picto {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
*[accordeon-container] .item.open .texte-container {
  margin: 30px 0 60px;
}
*[accordeon-container] .item.open .texte-container .texte {
  opacity: 1;
  -webkit-transition: opacity 0.5s linear 0.3s;
  -moz-transition: opacity 0.5s linear 0.3s;
  -ms-transition: opacity 0.5s linear 0.3s;
  -o-transition: opacity 0.5s linear 0.3s;
  transition: opacity 0.5s linear 0.3s;
}
*[accordeon-container] .item.scroll .texte-container {
  overflow: auto;
  padding-right: 30px;
}

.block-blog {
  position: relative;
  padding: 100px 0 0;
  overflow: hidden;
  --nbslide: 1;
}
.block-blog .susy-container, .block-blog [slider-3-columns] .slick-container, [slider-3-columns] .block-blog .slick-container {
  padding-bottom: 100px;
  border-bottom: 1px solid #161616;
}
.block-blog .title {
  margin-bottom: 30px;
}
.block-blog .blog-list .slick-prev {
  display: none !important;
}
.block-blog .blog-list .slick-slide {
  display: flex;
}
.block-blog .arrow-container {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 3.1446540881%;
  margin: auto;
  margin-right: 10.9826589595%;
}
.block-blog .arrow-container .arrow {
  cursor: pointer;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #161616;
  border-radius: 50%;
  border: 1px solid #161616;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.block-blog .arrow-container .arrow svg * {
  fill: #ffffff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.block-blog .arrow-container .arrow:hover {
  background: transparent;
}
.block-blog .arrow-container .arrow:hover svg * {
  fill: #161616;
}
.block-blog .arrow-container .arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
@media only screen and (min-width: 620px) {
  .block-blog {
    --nbslide:2;
  }
}
@media only screen and (min-width: 1040px) {
  .block-blog {
    --nbslide:3;
  }
  .block-blog .arrow-container {
    display: block;
  }
}

.tax-product_cat .block-blog {
  padding-top: 0;
}
.tax-product_cat .block-blog .susy-container, .tax-product_cat .block-blog [slider-3-columns] .slick-container, [slider-3-columns] .tax-product_cat .block-blog .slick-container {
  padding-top: 100px;
  border-top: 1px solid #161616;
}

.block-contact {
  padding: 100px 60px;
}
.block-contact .title {
  margin-bottom: 20px;
}
.block-contact .telephone {
  margin-bottom: 10px;
}
.block-contact .email {
  margin-bottom: 40px;
}
.block-contact .telephone, .block-contact .email {
  cursor: pointer;
  position: relative;
}
.block-contact .telephone:after, .block-contact .email:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  background: #161616;
  top: auto;
  bottom: 0px;
  left: auto;
  right: 0;
  margin: auto;
  pointer-events: none;
  -webkit-animation: 0.5s anim_shrinkToRight;
  -moz-animation: 0.5s anim_shrinkToRight;
  -o-animation: 0.5s anim_shrinkToRight;
  animation: 0.5s anim_shrinkToRight;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.block-contact .telephone:hover:after, .block-contact .telephone.selected:after, .block-contact .email:hover:after, .block-contact .email.selected:after {
  -webkit-animation: 0.5s anim_growFromLeft;
  -moz-animation: 0.5s anim_growFromLeft;
  -o-animation: 0.5s anim_growFromLeft;
  animation: 0.5s anim_growFromLeft;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.block-text {
  margin-bottom: 90px;
}
.block-text .susy-container .content, .block-text [slider-3-columns] .slick-container .content, [slider-3-columns] .block-text .slick-container .content {
  width: 48.7804878049%;
  margin: auto;
}
.block-text .susy-container .content .subtitle, .block-text [slider-3-columns] .slick-container .content .subtitle, [slider-3-columns] .block-text .slick-container .content .subtitle {
  order: 1;
  margin-bottom: 25px;
}
.block-text .susy-container .content .title, .block-text [slider-3-columns] .slick-container .content .title, [slider-3-columns] .block-text .slick-container .content .title {
  order: 2;
  margin-bottom: 25px;
}
.block-text .susy-container .content .text, .block-text [slider-3-columns] .slick-container .content .text, [slider-3-columns] .block-text .slick-container .content .text {
  order: 3;
  text-align: center;
}

.block-image-et-texte, .block-text-and-accordeon {
  margin-bottom: 145px;
}
@media only screen and (max-width: calc(1040px - 1px)) {
  .block-image-et-texte, .block-text-and-accordeon {
    margin-bottom: 70px;
  }
}
.block-image-et-texte.img-gauche .content, .block-text-and-accordeon.img-gauche .content {
  flex-direction: row-reverse;
}
.block-image-et-texte .content, .block-text-and-accordeon .content {
  width: 82.9268292683%;
  margin: auto;
}
@media only screen and (max-width: calc(1280px - 1px)) {
  .block-image-et-texte .content, .block-text-and-accordeon .content {
    width: 100%;
  }
}
.block-image-et-texte .content .text-part, .block-text-and-accordeon .content .text-part {
  width: 38.2352941176%;
}
.block-image-et-texte .content .text-part .subtitle, .block-text-and-accordeon .content .text-part .subtitle {
  order: 1;
  background: #91E3E8;
  text-transform: uppercase;
  padding: 0px 10px;
  border-radius: 96px;
  margin-bottom: 20px;
}
.block-image-et-texte .content .text-part .title, .block-text-and-accordeon .content .text-part .title {
  order: 2;
  margin-bottom: 13px;
}
.block-image-et-texte .content .text-part .text, .block-text-and-accordeon .content .text-part .text {
  order: 3;
  margin-bottom: 54px;
}
.block-image-et-texte .content .text-part .btn, .block-text-and-accordeon .content .text-part .btn {
  order: 4;
}
.block-image-et-texte .content .image-part, .block-text-and-accordeon .content .image-part {
  width: 48.5294117647%;
}
.block-image-et-texte .content .image-part picture, .block-image-et-texte .content .image-part img, .block-image-et-texte .content .image-part svg, .block-text-and-accordeon .content .image-part picture, .block-text-and-accordeon .content .image-part img, .block-text-and-accordeon .content .image-part svg {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .block-image-et-texte .content, .block-text-and-accordeon .content {
    flex-direction: column !important;
  }
  .block-image-et-texte .content .image-part, .block-text-and-accordeon .content .image-part {
    order: 1;
    width: 100%;
    margin-bottom: 40px;
  }
  .block-image-et-texte .content .text-part, .block-text-and-accordeon .content .text-part {
    order: 2;
    width: 100%;
  }
  .block-image-et-texte .content .text-part .text, .block-text-and-accordeon .content .text-part .text {
    margin-bottom: 25px;
  }
}

.home-testimonials {
  margin: 100px auto 0;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -moz-transition: all 0.5s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -ms-transition: all 0.5s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -o-transition: all 0.5s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  transition: all 0.5s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -webkit-transform: scale(0.8) translateY(50px);
  -moz-transform: scale(0.8) translateY(50px);
  -ms-transform: scale(0.8) translateY(50px);
  -o-transform: scale(0.8) translateY(50px);
  transform: scale(0.8) translateY(50px);
}
@media only screen and (max-width: calc(800px - 1px)) {
  .home-testimonials {
    margin-top: 0;
  }
}
.home-testimonials.reveal-visible {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  -moz-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.home-testimonials .susy-container, .home-testimonials [slider-3-columns] .slick-container, [slider-3-columns] .home-testimonials .slick-container {
  position: relative;
  background: linear-gradient(250.61deg, #91E3E8 8.9%, #B6B8F1 95.29%);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 100px 0;
  border-radius: 30px;
  overflow: hidden;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .home-testimonials .susy-container, .home-testimonials [slider-3-columns] .slick-container, [slider-3-columns] .home-testimonials .slick-container {
    flex-direction: column;
    padding: 45px 25px;
  }
}
.home-testimonials .susy-container .logo-bg, .home-testimonials [slider-3-columns] .slick-container .logo-bg, [slider-3-columns] .home-testimonials .slick-container .logo-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  opacity: 0.05;
}
.home-testimonials .susy-container .logo-bg svg, .home-testimonials [slider-3-columns] .slick-container .logo-bg svg, [slider-3-columns] .home-testimonials .slick-container .logo-bg svg {
  height: 100%;
  width: auto;
}
.home-testimonials .susy-container .logo-bg svg *, .home-testimonials [slider-3-columns] .slick-container .logo-bg svg *, [slider-3-columns] .home-testimonials .slick-container .logo-bg svg * {
  fill: #161616;
}
.home-testimonials .susy-container .left, .home-testimonials [slider-3-columns] .slick-container .left, [slider-3-columns] .home-testimonials .slick-container .left {
  position: relative;
  width: 31.7073170732%;
  margin-left: 8.5365853659%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .home-testimonials .susy-container .left, .home-testimonials [slider-3-columns] .slick-container .left, [slider-3-columns] .home-testimonials .slick-container .left {
    width: 100%;
    margin-left: 0;
  }
}
.home-testimonials .susy-container .left .title, .home-testimonials [slider-3-columns] .slick-container .left .title, [slider-3-columns] .home-testimonials .slick-container .left .title {
  margin-bottom: 20px;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .home-testimonials .susy-container .left .title, .home-testimonials [slider-3-columns] .slick-container .left .title, [slider-3-columns] .home-testimonials .slick-container .left .title {
    margin-bottom: 5px;
  }
}
.home-testimonials .susy-container .left .slides-titles .swiper-wrapper, .home-testimonials [slider-3-columns] .slick-container .left .slides-titles .swiper-wrapper, [slider-3-columns] .home-testimonials .slick-container .left .slides-titles .swiper-wrapper {
  margin-bottom: 80px;
  align-items: flex-start;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .home-testimonials .susy-container .left .slides-titles .swiper-wrapper, .home-testimonials [slider-3-columns] .slick-container .left .slides-titles .swiper-wrapper, [slider-3-columns] .home-testimonials .slick-container .left .slides-titles .swiper-wrapper {
    margin-bottom: 40px;
  }
}
.home-testimonials .susy-container .left .slides-titles .swiper-wrapper .slide, .home-testimonials [slider-3-columns] .slick-container .left .slides-titles .swiper-wrapper .slide, [slider-3-columns] .home-testimonials .slick-container .left .slides-titles .swiper-wrapper .slide {
  overflow: visible;
}
.home-testimonials .susy-container .left .slides-titles .swiper-wrapper .slide .slide-title, .home-testimonials [slider-3-columns] .slick-container .left .slides-titles .swiper-wrapper .slide .slide-title, [slider-3-columns] .home-testimonials .slick-container .left .slides-titles .swiper-wrapper .slide .slide-title {
  width: 100%;
  min-width: 100%;
}
.home-testimonials .susy-container .left .slides-titles .swiper-wrapper .slide .slide-title p, .home-testimonials [slider-3-columns] .slick-container .left .slides-titles .swiper-wrapper .slide .slide-title p, [slider-3-columns] .home-testimonials .slick-container .left .slides-titles .swiper-wrapper .slide .slide-title p {
  pointer-events: none;
}
.home-testimonials .susy-container .left .slides-titles .swiper-wrapper .slide.current .slide-title, .home-testimonials [slider-3-columns] .slick-container .left .slides-titles .swiper-wrapper .slide.current .slide-title, [slider-3-columns] .home-testimonials .slick-container .left .slides-titles .swiper-wrapper .slide.current .slide-title {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out 0.4s;
  -moz-transition: all 0.2s ease-out 0.4s;
  -ms-transition: all 0.2s ease-out 0.4s;
  -o-transition: all 0.2s ease-out 0.4s;
  transition: all 0.2s ease-out 0.4s;
}
.home-testimonials .susy-container .left .slides-titles .swiper-wrapper .slide.previous .slide-title, .home-testimonials [slider-3-columns] .slick-container .left .slides-titles .swiper-wrapper .slide.previous .slide-title, [slider-3-columns] .home-testimonials .slick-container .left .slides-titles .swiper-wrapper .slide.previous .slide-title, .home-testimonials .susy-container .left .slides-titles .swiper-wrapper .slide.next .slide-title, .home-testimonials [slider-3-columns] .slick-container .left .slides-titles .swiper-wrapper .slide.next .slide-title, [slider-3-columns] .home-testimonials .slick-container .left .slides-titles .swiper-wrapper .slide.next .slide-title {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -moz-transition: all 0.2s ease-out 0.1s;
  -ms-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
.home-testimonials .susy-container .left .slides-titles .swiper-button, .home-testimonials [slider-3-columns] .slick-container .left .slides-titles .swiper-button, [slider-3-columns] .home-testimonials .slick-container .left .slides-titles .swiper-button {
  display: inline-block;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .home-testimonials .susy-container .left .slides-titles .swiper-button, .home-testimonials [slider-3-columns] .slick-container .left .slides-titles .swiper-button, [slider-3-columns] .home-testimonials .slick-container .left .slides-titles .swiper-button {
    display: none;
  }
}
.home-testimonials .susy-container .right, .home-testimonials [slider-3-columns] .slick-container .right, [slider-3-columns] .home-testimonials .slick-container .right {
  position: relative;
  width: 40.243902439%;
  margin-right: 8.5365853659%;
  -webkit-transition: all 0.2s ease-out 0.2s;
  -moz-transition: all 0.2s ease-out 0.2s;
  -ms-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .home-testimonials .susy-container .right, .home-testimonials [slider-3-columns] .slick-container .right, [slider-3-columns] .home-testimonials .slick-container .right {
    width: 100%;
    margin-right: 0;
  }
  .home-testimonials .susy-container .right .slides-titles .swiper-wrapper, .home-testimonials [slider-3-columns] .slick-container .right .slides-titles .swiper-wrapper, [slider-3-columns] .home-testimonials .slick-container .right .slides-titles .swiper-wrapper {
    margin-bottom: 30px;
  }
}
.home-testimonials .susy-container .right .text, .home-testimonials [slider-3-columns] .slick-container .right .text, [slider-3-columns] .home-testimonials .slick-container .right .text {
  margin-bottom: 30px;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .home-testimonials .susy-container .right .text, .home-testimonials [slider-3-columns] .slick-container .right .text, [slider-3-columns] .home-testimonials .slick-container .right .text {
    margin-bottom: 20px;
  }
}
.home-testimonials .susy-container .right .slides-content, .home-testimonials [slider-3-columns] .slick-container .right .slides-content, [slider-3-columns] .home-testimonials .slick-container .right .slides-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.home-testimonials .susy-container .right .slides-content .slide, .home-testimonials [slider-3-columns] .slick-container .right .slides-content .slide, [slider-3-columns] .home-testimonials .slick-container .right .slides-content .slide {
  width: 100%;
  min-width: 100%;
  margin-right: 0;
  margin-bottom: 50px;
  overflow: visible;
}
.home-testimonials .susy-container .right .slides-content .slide .text, .home-testimonials [slider-3-columns] .slick-container .right .slides-content .slide .text, [slider-3-columns] .home-testimonials .slick-container .right .slides-content .slide .text {
  font-style: italic;
}
.home-testimonials .susy-container .right .slides-content .slide .author .picto, .home-testimonials [slider-3-columns] .slick-container .right .slides-content .slide .author .picto, [slider-3-columns] .home-testimonials .slick-container .right .slides-content .slide .author .picto {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .home-testimonials .susy-container .right .slides-content .slide .author .picto, .home-testimonials [slider-3-columns] .slick-container .right .slides-content .slide .author .picto, [slider-3-columns] .home-testimonials .slick-container .right .slides-content .slide .author .picto {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
}
.home-testimonials .susy-container .right .slides-content .slide .author .picto picture, .home-testimonials [slider-3-columns] .slick-container .right .slides-content .slide .author .picto picture, [slider-3-columns] .home-testimonials .slick-container .right .slides-content .slide .author .picto picture, .home-testimonials .susy-container .right .slides-content .slide .author .picto img, .home-testimonials [slider-3-columns] .slick-container .right .slides-content .slide .author .picto img, [slider-3-columns] .home-testimonials .slick-container .right .slides-content .slide .author .picto img, .home-testimonials .susy-container .right .slides-content .slide .author .picto svg, .home-testimonials [slider-3-columns] .slick-container .right .slides-content .slide .author .picto svg, [slider-3-columns] .home-testimonials .slick-container .right .slides-content .slide .author .picto svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin-right: 20px;
}
.home-testimonials .susy-container .right .slides-content .slide.current .text, .home-testimonials [slider-3-columns] .slick-container .right .slides-content .slide.current .text, [slider-3-columns] .home-testimonials .slick-container .right .slides-content .slide.current .text {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out 0.2s;
  -moz-transition: all 0.2s ease-out 0.2s;
  -ms-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
}
.home-testimonials .susy-container .right .slides-content .slide.current .author, .home-testimonials [slider-3-columns] .slick-container .right .slides-content .slide.current .author, [slider-3-columns] .home-testimonials .slick-container .right .slides-content .slide.current .author {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out 0.3s;
  -moz-transition: all 0.2s ease-out 0.3s;
  -ms-transition: all 0.2s ease-out 0.3s;
  -o-transition: all 0.2s ease-out 0.3s;
  transition: all 0.2s ease-out 0.3s;
}
.home-testimonials .susy-container .right .slides-content .slide.previous .text, .home-testimonials [slider-3-columns] .slick-container .right .slides-content .slide.previous .text, [slider-3-columns] .home-testimonials .slick-container .right .slides-content .slide.previous .text, .home-testimonials .susy-container .right .slides-content .slide.next .text, .home-testimonials [slider-3-columns] .slick-container .right .slides-content .slide.next .text, [slider-3-columns] .home-testimonials .slick-container .right .slides-content .slide.next .text {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.home-testimonials .susy-container .right .slides-content .slide.previous .author, .home-testimonials [slider-3-columns] .slick-container .right .slides-content .slide.previous .author, [slider-3-columns] .home-testimonials .slick-container .right .slides-content .slide.previous .author, .home-testimonials .susy-container .right .slides-content .slide.next .author, .home-testimonials [slider-3-columns] .slick-container .right .slides-content .slide.next .author, [slider-3-columns] .home-testimonials .slick-container .right .slides-content .slide.next .author {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -moz-transition: all 0.2s ease-out 0.1s;
  -ms-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
.home-testimonials .susy-container .right .swiper-button, .home-testimonials [slider-3-columns] .slick-container .right .swiper-button, [slider-3-columns] .home-testimonials .slick-container .right .swiper-button {
  display: none;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .home-testimonials .susy-container .right .swiper-button, .home-testimonials [slider-3-columns] .slick-container .right .swiper-button, [slider-3-columns] .home-testimonials .slick-container .right .swiper-button {
    display: inline-block;
  }
}
.home-testimonials .susy-container .swiper-button, .home-testimonials [slider-3-columns] .slick-container .swiper-button, [slider-3-columns] .home-testimonials .slick-container .swiper-button {
  position: relative;
  display: inline-block;
  background: #A4A0E0;
  border: 2px solid #A4A0E0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 0;
  left: 0;
  margin-top: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.home-testimonials .susy-container .swiper-button.swiper-button-prev, .home-testimonials [slider-3-columns] .slick-container .swiper-button.swiper-button-prev, [slider-3-columns] .home-testimonials .slick-container .swiper-button.swiper-button-prev {
  margin-right: 20px;
}
.home-testimonials .susy-container .swiper-button.swiper-button-prev svg, .home-testimonials [slider-3-columns] .slick-container .swiper-button.swiper-button-prev svg, [slider-3-columns] .home-testimonials .slick-container .swiper-button.swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.home-testimonials .susy-container .swiper-button.swiper-button-disabled, .home-testimonials [slider-3-columns] .slick-container .swiper-button.swiper-button-disabled, [slider-3-columns] .home-testimonials .slick-container .swiper-button.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.8;
}
.home-testimonials .susy-container .swiper-button.swiper-button-disabled svg, .home-testimonials [slider-3-columns] .slick-container .swiper-button.swiper-button-disabled svg, [slider-3-columns] .home-testimonials .slick-container .swiper-button.swiper-button-disabled svg {
  opacity: 0.2;
}
.home-testimonials .susy-container .swiper-button:after, .home-testimonials [slider-3-columns] .slick-container .swiper-button:after, [slider-3-columns] .home-testimonials .slick-container .swiper-button:after {
  display: none;
}
.home-testimonials .susy-container .swiper-button svg, .home-testimonials [slider-3-columns] .slick-container .swiper-button svg, [slider-3-columns] .home-testimonials .slick-container .swiper-button svg {
  width: 100%;
  height: 100%;
}
.home-testimonials .susy-container .swiper-button svg *, .home-testimonials [slider-3-columns] .slick-container .swiper-button svg *, [slider-3-columns] .home-testimonials .slick-container .swiper-button svg * {
  fill: #161616;
}
.home-testimonials .susy-container .swiper-button:hover, .home-testimonials [slider-3-columns] .slick-container .swiper-button:hover, [slider-3-columns] .home-testimonials .slick-container .swiper-button:hover {
  background: #161616;
  border-color: #161616;
}
.home-testimonials .susy-container .swiper-button:hover svg *, .home-testimonials [slider-3-columns] .slick-container .swiper-button:hover svg *, [slider-3-columns] .home-testimonials .slick-container .swiper-button:hover svg * {
  fill: #ffffff;
}
.home-testimonials.reveal-top .left, .home-testimonials.reveal-top .right, .home-testimonials.reveal-bottom .left, .home-testimonials.reveal-bottom .right {
  opacity: 0;
}
.home-testimonials.reveal-top .left, .home-testimonials.reveal-top .right {
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
.home-testimonials.reveal-bottom .left, .home-testimonials.reveal-bottom .right {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
}
.home-testimonials.reveal-visible .left .slides-titles .slide.next .slide-title {
  opacity: 0;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
.home-testimonials.reveal-visible .left .slides-titles .slide.previous .slide-title {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
}
.home-testimonials.reveal-visible .right .slides-content .slide.next .text, .home-testimonials.reveal-visible .right .slides-content .slide.next .author {
  opacity: 0;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
.home-testimonials.reveal-visible .right .slides-content .slide.previous .text, .home-testimonials.reveal-visible .right .slides-content .slide.previous .author {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
}

.block-column {
  overflow: hidden;
  margin-bottom: 50px;
  padding-bottom: 50px;
  --nbslide: 0;
}
.block-column .susy-container, .block-column [slider-3-columns] .slick-container, [slider-3-columns] .block-column .slick-container {
  position: relative;
}
.block-column .susy-container:not(.swiper-initialized) .swiper-pagination, .block-column [slider-3-columns] .slick-container:not(.swiper-initialized) .swiper-pagination, [slider-3-columns] .block-column .slick-container:not(.swiper-initialized) .swiper-pagination {
  display: none;
}
.block-column .susy-container .swiper-pagination, .block-column [slider-3-columns] .slick-container .swiper-pagination, [slider-3-columns] .block-column .slick-container .swiper-pagination {
  position: relative;
  margin-top: 50px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-column .susy-container .swiper-pagination .swiper-pagination-bullet, .block-column [slider-3-columns] .slick-container .swiper-pagination .swiper-pagination-bullet, [slider-3-columns] .block-column .slick-container .swiper-pagination .swiper-pagination-bullet {
  background: #161616;
  opacity: 0.3;
  width: 6px;
  height: 6px;
  position: relative;
  margin: 0 7px;
}
.block-column .susy-container .swiper-pagination .swiper-pagination-bullet:after, .block-column [slider-3-columns] .slick-container .swiper-pagination .swiper-pagination-bullet:after, [slider-3-columns] .block-column .slick-container .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: -2px;
  left: -2px;
  border: 1px solid #161616;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -moz-transition: all 0.3s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -ms-transition: all 0.3s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -o-transition: all 0.3s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  transition: all 0.3s cubic-bezier(0.29, 1.63, 0.81, 1.04);
}
.block-column .susy-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .block-column [slider-3-columns] .slick-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, [slider-3-columns] .block-column .slick-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 4px;
  height: 4px;
}
.block-column .susy-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after, .block-column [slider-3-columns] .slick-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after, [slider-3-columns] .block-column .slick-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1;
  width: 14px;
  height: 14px;
  top: -6px;
  left: -6px;
}
.block-column .swiper-wrapper .slide .picto {
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
}
.block-column .swiper-wrapper .slide .picto picture, .block-column .swiper-wrapper .slide .picto img, .block-column .swiper-wrapper .slide .picto svg {
  width: 40px;
  height: 40px;
}
.block-column .swiper-wrapper .slide .title {
  margin-bottom: 30px;
}
.block-column.col-2 .swiper-wrapper .slide {
  width: calc(50% - 15px);
}
@media only screen and (max-width: calc(620px - 1px)) {
  .block-column.col-2 {
    --nbslide: 1;
  }
  .block-column.col-2 .swiper-wrapper .slide {
    width: 80%;
  }
  .block-column.col-2 .swiper-wrapper .slide:last-child {
    margin-right: 20%;
  }
}
.block-column.col-3 .swiper-wrapper .slide {
  width: calc(33.33% - 20px);
}
@media only screen and (max-width: calc(800px - 1px)) {
  .block-column.col-3 {
    --nbslide: 2;
  }
}
@media only screen and (max-width: calc(620px - 1px)) {
  .block-column.col-3 {
    --nbslide: 1;
  }
  .block-column.col-3 .swiper-wrapper .slide {
    width: 80%;
  }
  .block-column.col-3 .swiper-wrapper .slide:last-child {
    margin-right: 20%;
  }
}
.block-column.col-4 .swiper-wrapper .slide {
  width: calc(25% - 22px);
}
@media only screen and (max-width: calc(1040px - 1px)) {
  .block-column.col-4 {
    --nbslide: 3;
  }
}
@media only screen and (max-width: calc(800px - 1px)) {
  .block-column.col-4 {
    --nbslide: 2;
  }
}
@media only screen and (max-width: calc(620px - 1px)) {
  .block-column.col-4 {
    --nbslide: 1;
  }
  .block-column.col-4 .swiper-wrapper .slide {
    width: 80%;
  }
  .block-column.col-4 .swiper-wrapper .slide:last-child {
    margin-right: 20%;
  }
}

.block-column-with-container {
  margin-bottom: 50px;
  padding-bottom: 50px;
  --nbslide: 0;
}
.block-column-with-container .susy-container, .block-column-with-container [slider-3-columns] .slick-container, [slider-3-columns] .block-column-with-container .slick-container {
  position: relative;
  background: #161616;
  border-radius: 40px;
  color: #ffffff;
  padding: 100px 0;
  overflow: hidden;
}
.block-column-with-container .susy-container .content, .block-column-with-container [slider-3-columns] .slick-container .content, [slider-3-columns] .block-column-with-container .slick-container .content {
  padding: 0 8.5365853659%;
}
.block-column-with-container .susy-container .content > .title, .block-column-with-container [slider-3-columns] .slick-container .content > .title, [slider-3-columns] .block-column-with-container .slick-container .content > .title {
  text-align: center;
  margin-bottom: 50px;
}
.block-column-with-container .susy-container .content:not(.swiper-initialized) .swiper-pagination, .block-column-with-container [slider-3-columns] .slick-container .content:not(.swiper-initialized) .swiper-pagination, [slider-3-columns] .block-column-with-container .slick-container .content:not(.swiper-initialized) .swiper-pagination {
  display: none;
}
.block-column-with-container .susy-container .swiper-pagination, .block-column-with-container [slider-3-columns] .slick-container .swiper-pagination, [slider-3-columns] .block-column-with-container .slick-container .swiper-pagination {
  position: relative;
  margin-top: 50px;
  margin-bottom: -50px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-column-with-container .susy-container .swiper-pagination .swiper-pagination-bullet, .block-column-with-container [slider-3-columns] .slick-container .swiper-pagination .swiper-pagination-bullet, [slider-3-columns] .block-column-with-container .slick-container .swiper-pagination .swiper-pagination-bullet {
  background: #91E3E8;
  opacity: 0.3;
  width: 6px;
  height: 6px;
  position: relative;
  margin: 0 7px;
}
.block-column-with-container .susy-container .swiper-pagination .swiper-pagination-bullet:after, .block-column-with-container [slider-3-columns] .slick-container .swiper-pagination .swiper-pagination-bullet:after, [slider-3-columns] .block-column-with-container .slick-container .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: -2px;
  left: -2px;
  border: 1px solid #91E3E8;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -moz-transition: all 0.3s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -ms-transition: all 0.3s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -o-transition: all 0.3s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  transition: all 0.3s cubic-bezier(0.29, 1.63, 0.81, 1.04);
}
.block-column-with-container .susy-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .block-column-with-container [slider-3-columns] .slick-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, [slider-3-columns] .block-column-with-container .slick-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 4px;
  height: 4px;
}
.block-column-with-container .susy-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after, .block-column-with-container [slider-3-columns] .slick-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after, [slider-3-columns] .block-column-with-container .slick-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1;
  width: 14px;
  height: 14px;
  top: -6px;
  left: -6px;
}
.block-column-with-container .swiper-wrapper .slide .picto {
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
  background: #91E3E8;
  border-radius: 14px;
}
.block-column-with-container .swiper-wrapper .slide .picto picture, .block-column-with-container .swiper-wrapper .slide .picto img, .block-column-with-container .swiper-wrapper .slide .picto svg {
  width: 40px;
  height: 40px;
}
.block-column-with-container .swiper-wrapper .slide .title {
  margin-bottom: 30px;
}
.block-column-with-container .swiper-wrapper .slide .text a {
  color: #ffffff;
}
.block-column-with-container.col-2 .swiper-wrapper .slide {
  width: calc(50% - 15px);
}
@media only screen and (max-width: calc(620px - 1px)) {
  .block-column-with-container.col-2 {
    --nbslide: 1;
  }
  .block-column-with-container.col-2 .swiper-wrapper .slide {
    width: 80%;
  }
  .block-column-with-container.col-2 .swiper-wrapper .slide:last-child {
    margin-right: 20%;
  }
}
.block-column-with-container.col-3 .swiper-wrapper .slide {
  width: calc(33.33% - 20px);
}
@media only screen and (max-width: calc(1040px - 1px)) {
  .block-column-with-container.col-3 {
    --nbslide: 2;
  }
}
@media only screen and (max-width: calc(620px - 1px)) {
  .block-column-with-container.col-3 {
    --nbslide: 1;
  }
  .block-column-with-container.col-3 .swiper-wrapper .slide {
    width: 80%;
  }
  .block-column-with-container.col-3 .swiper-wrapper .slide:last-child {
    margin-right: 20%;
  }
}

.block-cards {
  overflow: hidden;
  margin-bottom: 100px;
  --nbslide:0;
}
.block-cards .susy-container .content .swiper-wrapper, .block-cards [slider-3-columns] .slick-container .content .swiper-wrapper, [slider-3-columns] .block-cards .slick-container .content .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.block-cards .susy-container .content .slide, .block-cards [slider-3-columns] .slick-container .content .slide, [slider-3-columns] .block-cards .slick-container .content .slide {
  background: linear-gradient(250.61deg, #91E3E8 8.9%, #B6B8F1 95.29%);
  border-radius: 40px;
  padding: 40px 6.0975609756%;
  height: auto;
}
.block-cards .susy-container .content:not(.swiper-initialized) .swiper-pagination, .block-cards [slider-3-columns] .slick-container .content:not(.swiper-initialized) .swiper-pagination, [slider-3-columns] .block-cards .slick-container .content:not(.swiper-initialized) .swiper-pagination {
  display: none;
}
.block-cards .susy-container .content .swiper-pagination, .block-cards [slider-3-columns] .slick-container .content .swiper-pagination, [slider-3-columns] .block-cards .slick-container .content .swiper-pagination {
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-cards .susy-container .content .swiper-pagination .swiper-pagination-bullet, .block-cards [slider-3-columns] .slick-container .content .swiper-pagination .swiper-pagination-bullet, [slider-3-columns] .block-cards .slick-container .content .swiper-pagination .swiper-pagination-bullet {
  background: #161616;
  opacity: 0.3;
  width: 6px;
  height: 6px;
  position: relative;
  margin: 0 7px;
}
.block-cards .susy-container .content .swiper-pagination .swiper-pagination-bullet:after, .block-cards [slider-3-columns] .slick-container .content .swiper-pagination .swiper-pagination-bullet:after, [slider-3-columns] .block-cards .slick-container .content .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: -2px;
  left: -2px;
  border: 1px solid #161616;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -moz-transition: all 0.3s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -ms-transition: all 0.3s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -o-transition: all 0.3s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  transition: all 0.3s cubic-bezier(0.29, 1.63, 0.81, 1.04);
}
.block-cards .susy-container .content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .block-cards [slider-3-columns] .slick-container .content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, [slider-3-columns] .block-cards .slick-container .content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 4px;
  height: 4px;
}
.block-cards .susy-container .content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after, .block-cards [slider-3-columns] .slick-container .content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after, [slider-3-columns] .block-cards .slick-container .content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1;
  width: 14px;
  height: 14px;
  top: -6px;
  left: -6px;
}
.block-cards.col-2 .susy-container .content .slide, .block-cards.col-2 [slider-3-columns] .slick-container .content .slide, [slider-3-columns] .block-cards.col-2 .slick-container .content .slide {
  width: calc(50% - 15px);
}
@media only screen and (max-width: calc(620px - 1px)) {
  .block-cards.col-2 {
    --nbslide:1;
  }
  .block-cards.col-2 .susy-container .content .slide, .block-cards.col-2 [slider-3-columns] .slick-container .content .slide, [slider-3-columns] .block-cards.col-2 .slick-container .content .slide {
    width: 80%;
  }
  .block-cards.col-2 .susy-container .content .slide:last-child, .block-cards.col-2 [slider-3-columns] .slick-container .content .slide:last-child, [slider-3-columns] .block-cards.col-2 .slick-container .content .slide:last-child {
    margin-right: 20%;
  }
}
.block-cards.col-3 .susy-container .content .slide, .block-cards.col-3 [slider-3-columns] .slick-container .content .slide, [slider-3-columns] .block-cards.col-3 .slick-container .content .slide {
  width: calc(33.33% - 20px);
}
@media only screen and (max-width: calc(800px - 1px)) {
  .block-cards.col-3 {
    --nbslide:2;
  }
}
@media only screen and (max-width: calc(620px - 1px)) {
  .block-cards.col-3 {
    --nbslide:1;
  }
  .block-cards.col-3 .susy-container .content .slide, .block-cards.col-3 [slider-3-columns] .slick-container .content .slide, [slider-3-columns] .block-cards.col-3 .slick-container .content .slide {
    width: 80%;
  }
  .block-cards.col-3 .susy-container .content .slide:last-child, .block-cards.col-3 [slider-3-columns] .slick-container .content .slide:last-child, [slider-3-columns] .block-cards.col-3 .slick-container .content .slide:last-child {
    margin-right: 20%;
  }
}
.block-cards.col-4 .susy-container .content .slide, .block-cards.col-4 [slider-3-columns] .slick-container .content .slide, [slider-3-columns] .block-cards.col-4 .slick-container .content .slide {
  width: calc(25% - 22px);
  padding: 40px;
}
@media only screen and (max-width: calc(1040px - 1px)) {
  .block-cards.col-4 {
    --nbslide:3;
  }
}
@media only screen and (max-width: calc(800px - 1px)) {
  .block-cards.col-4 {
    --nbslide:2;
  }
}
@media only screen and (max-width: calc(620px - 1px)) {
  .block-cards.col-4 {
    --nbslide:1;
  }
  .block-cards.col-4 .susy-container .content .slide, .block-cards.col-4 [slider-3-columns] .slick-container .content .slide, [slider-3-columns] .block-cards.col-4 .slick-container .content .slide {
    width: 80%;
  }
  .block-cards.col-4 .susy-container .content .slide:last-child, .block-cards.col-4 [slider-3-columns] .slick-container .content .slide:last-child, [slider-3-columns] .block-cards.col-4 .slick-container .content .slide:last-child {
    margin-right: 20%;
  }
}
.block-cards.col-5 .susy-container .content .slide, .block-cards.col-5 [slider-3-columns] .slick-container .content .slide, [slider-3-columns] .block-cards.col-5 .slick-container .content .slide {
  width: calc(20% - 24px);
  padding: 40px;
}
@media only screen and (max-width: calc(1280px - 1px)) {
  .block-cards.col-5 {
    --nbslide:4;
  }
}
@media only screen and (max-width: calc(1040px - 1px)) {
  .block-cards.col-5 {
    --nbslide:3;
  }
}
@media only screen and (max-width: calc(800px - 1px)) {
  .block-cards.col-5 {
    --nbslide:2;
  }
}
@media only screen and (max-width: calc(620px - 1px)) {
  .block-cards.col-5 {
    --nbslide:1;
  }
  .block-cards.col-5 .susy-container .content .slide, .block-cards.col-5 [slider-3-columns] .slick-container .content .slide, [slider-3-columns] .block-cards.col-5 .slick-container .content .slide {
    width: 80%;
  }
  .block-cards.col-5 .susy-container .content .slide:last-child, .block-cards.col-5 [slider-3-columns] .slick-container .content .slide:last-child, [slider-3-columns] .block-cards.col-5 .slick-container .content .slide:last-child {
    margin-right: 20%;
  }
}

.block-accordeon {
  margin-bottom: 150px;
}
.block-accordeon .head {
  margin-bottom: 60px;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .block-accordeon .head {
    margin-bottom: 30px;
  }
}
.block-accordeon .head a {
  cursor: pointer;
  position: relative;
}
.block-accordeon .head a:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #161616;
  top: auto;
  bottom: -2px;
  left: auto;
  right: 0;
  margin: auto;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.block-accordeon .head a:hover:after {
  -webkit-animation: 0.5s anim_underline;
  -moz-animation: 0.5s anim_underline;
  -o-animation: 0.5s anim_underline;
  animation: 0.5s anim_underline;
}

.block-text-and-accordeon .content {
  width: 100%;
  align-items: flex-start;
}
.block-text-and-accordeon .content .text-part {
  width: 31.7073170732%;
  margin-left: calc(6.0975609756% + 40px);
}
@media only screen and (max-width: calc(1280px - 1px)) {
  .block-text-and-accordeon .content .text-part {
    margin-left: 40px;
  }
}
@media only screen and (max-width: calc(800px - 1px)) {
  .block-text-and-accordeon .content .text-part {
    margin-left: 0;
  }
}
.block-text-and-accordeon .content .block-accordeon {
  width: 48.7804878049%;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .block-text-and-accordeon .content .text-part {
    order: 1;
    width: 100%;
    margin-bottom: 40px;
  }
  .block-text-and-accordeon .content .block-accordeon {
    order: 2;
    width: 100%;
  }
}

.block-slider-with-keyword {
  margin: 120px auto 0;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -moz-transition: all 0.5s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -ms-transition: all 0.5s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -o-transition: all 0.5s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  transition: all 0.5s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -webkit-transform: scale(0.8) translateY(50px);
  -moz-transform: scale(0.8) translateY(50px);
  -ms-transform: scale(0.8) translateY(50px);
  -o-transform: scale(0.8) translateY(50px);
  transform: scale(0.8) translateY(50px);
}
@media only screen and (max-width: calc(800px - 1px)) {
  .block-slider-with-keyword {
    margin-top: 0;
  }
}
.block-slider-with-keyword.reveal-visible {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  -moz-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.block-slider-with-keyword .susy-container, .block-slider-with-keyword [slider-3-columns] .slick-container, [slider-3-columns] .block-slider-with-keyword .slick-container {
  position: relative;
  background: linear-gradient(250.61deg, #91E3E8 8.9%, #B6B8F1 95.29%);
  padding: 100px 0;
  border-radius: 30px;
  overflow: hidden;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .block-slider-with-keyword .susy-container, .block-slider-with-keyword [slider-3-columns] .slick-container, [slider-3-columns] .block-slider-with-keyword .slick-container {
    padding: 60px 0 20px;
  }
  .block-slider-with-keyword .susy-container .flex-container, .block-slider-with-keyword [slider-3-columns] .slick-container .flex-container, [slider-3-columns] .block-slider-with-keyword .slick-container .flex-container {
    flex-direction: column;
    padding: 45px 25px;
  }
}
.block-slider-with-keyword .susy-container .logo-bg, .block-slider-with-keyword [slider-3-columns] .slick-container .logo-bg, [slider-3-columns] .block-slider-with-keyword .slick-container .logo-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  opacity: 0.05;
}
.block-slider-with-keyword .susy-container .logo-bg svg, .block-slider-with-keyword [slider-3-columns] .slick-container .logo-bg svg, [slider-3-columns] .block-slider-with-keyword .slick-container .logo-bg svg {
  height: 100%;
  width: auto;
}
.block-slider-with-keyword .susy-container .logo-bg svg *, .block-slider-with-keyword [slider-3-columns] .slick-container .logo-bg svg *, [slider-3-columns] .block-slider-with-keyword .slick-container .logo-bg svg * {
  fill: #161616;
}
.block-slider-with-keyword .susy-container .title, .block-slider-with-keyword [slider-3-columns] .slick-container .title, [slider-3-columns] .block-slider-with-keyword .slick-container .title {
  display: flex;
  padding: 0 8.5365853659%;
  margin-bottom: 20px;
}
@media only screen and (max-width: calc(1040px - 1px)) {
  .block-slider-with-keyword .susy-container .title, .block-slider-with-keyword [slider-3-columns] .slick-container .title, [slider-3-columns] .block-slider-with-keyword .slick-container .title {
    padding: 0 25px;
  }
}
@media only screen and (max-width: calc(800px - 1px)) {
  .block-slider-with-keyword .susy-container .title, .block-slider-with-keyword [slider-3-columns] .slick-container .title, [slider-3-columns] .block-slider-with-keyword .slick-container .title {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: calc(620px - 1px)) {
  .block-slider-with-keyword .susy-container .title, .block-slider-with-keyword [slider-3-columns] .slick-container .title, [slider-3-columns] .block-slider-with-keyword .slick-container .title {
    flex-direction: column;
  }
}
.block-slider-with-keyword .susy-container .title span, .block-slider-with-keyword [slider-3-columns] .slick-container .title span, [slider-3-columns] .block-slider-with-keyword .slick-container .title span, .block-slider-with-keyword .susy-container .title p, .block-slider-with-keyword [slider-3-columns] .slick-container .title p, [slider-3-columns] .block-slider-with-keyword .slick-container .title p {
  display: inline-block;
}
.block-slider-with-keyword .susy-container .title .keywords, .block-slider-with-keyword [slider-3-columns] .slick-container .title .keywords, [slider-3-columns] .block-slider-with-keyword .slick-container .title .keywords {
  position: relative;
  font-weight: 600;
  margin-left: 5px;
}
.block-slider-with-keyword .susy-container .title .keywords .keyword, .block-slider-with-keyword [slider-3-columns] .slick-container .title .keywords .keyword, [slider-3-columns] .block-slider-with-keyword .slick-container .title .keywords .keyword {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  letter-spacing: 5px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  white-space: nowrap;
}
.block-slider-with-keyword .susy-container .title .keywords .keyword.current, .block-slider-with-keyword [slider-3-columns] .slick-container .title .keywords .keyword.current, [slider-3-columns] .block-slider-with-keyword .slick-container .title .keywords .keyword.current {
  opacity: 1;
  letter-spacing: 0;
  -webkit-transform: rotateX(0) skew(0);
  -moz-transform: rotateX(0) skew(0);
  -ms-transform: rotateX(0) skew(0);
  -o-transform: rotateX(0) skew(0);
  transform: rotateX(0) skew(0);
  -webkit-transition: all 0.2s ease-out 0.1s;
  -moz-transition: all 0.2s ease-out 0.1s;
  -ms-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
.block-slider-with-keyword .susy-container .title .keywords .keyword.previous, .block-slider-with-keyword [slider-3-columns] .slick-container .title .keywords .keyword.previous, [slider-3-columns] .block-slider-with-keyword .slick-container .title .keywords .keyword.previous {
  -webkit-transform: rotateX(90deg) skew(-20deg);
  -moz-transform: rotateX(90deg) skew(-20deg);
  -ms-transform: rotateX(90deg) skew(-20deg);
  -o-transform: rotateX(90deg) skew(-20deg);
  transform: rotateX(90deg) skew(-20deg);
}
.block-slider-with-keyword .susy-container .title .keywords .keyword.next, .block-slider-with-keyword [slider-3-columns] .slick-container .title .keywords .keyword.next, [slider-3-columns] .block-slider-with-keyword .slick-container .title .keywords .keyword.next {
  -webkit-transform: rotateX(-90deg) skew(20deg);
  -moz-transform: rotateX(-90deg) skew(20deg);
  -ms-transform: rotateX(-90deg) skew(20deg);
  -o-transform: rotateX(-90deg) skew(20deg);
  transform: rotateX(-90deg) skew(20deg);
}
.block-slider-with-keyword .susy-container .left, .block-slider-with-keyword [slider-3-columns] .slick-container .left, [slider-3-columns] .block-slider-with-keyword .slick-container .left {
  position: relative;
  width: 31.7073170732%;
  margin-left: 8.5365853659%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .block-slider-with-keyword .susy-container .left, .block-slider-with-keyword [slider-3-columns] .slick-container .left, [slider-3-columns] .block-slider-with-keyword .slick-container .left {
    width: 100%;
    margin-left: 0;
  }
}
.block-slider-with-keyword .susy-container .left .slides-titles .swiper-wrapper, .block-slider-with-keyword [slider-3-columns] .slick-container .left .slides-titles .swiper-wrapper, [slider-3-columns] .block-slider-with-keyword .slick-container .left .slides-titles .swiper-wrapper {
  margin-bottom: 80px;
  align-items: flex-start;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .block-slider-with-keyword .susy-container .left .slides-titles .swiper-wrapper, .block-slider-with-keyword [slider-3-columns] .slick-container .left .slides-titles .swiper-wrapper, [slider-3-columns] .block-slider-with-keyword .slick-container .left .slides-titles .swiper-wrapper {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: calc(620px - 1px)) {
  .block-slider-with-keyword .susy-container .left .slides-titles .swiper-wrapper, .block-slider-with-keyword [slider-3-columns] .slick-container .left .slides-titles .swiper-wrapper, [slider-3-columns] .block-slider-with-keyword .slick-container .left .slides-titles .swiper-wrapper {
    margin-bottom: 20px;
  }
}
.block-slider-with-keyword .susy-container .left .slides-titles .swiper-wrapper .slide, .block-slider-with-keyword [slider-3-columns] .slick-container .left .slides-titles .swiper-wrapper .slide, [slider-3-columns] .block-slider-with-keyword .slick-container .left .slides-titles .swiper-wrapper .slide {
  overflow: visible;
}
.block-slider-with-keyword .susy-container .left .slides-titles .swiper-wrapper .slide .slide-title, .block-slider-with-keyword [slider-3-columns] .slick-container .left .slides-titles .swiper-wrapper .slide .slide-title, [slider-3-columns] .block-slider-with-keyword .slick-container .left .slides-titles .swiper-wrapper .slide .slide-title {
  width: 100%;
  min-width: 100%;
}
.block-slider-with-keyword .susy-container .left .slides-titles .swiper-wrapper .slide .slide-title p, .block-slider-with-keyword [slider-3-columns] .slick-container .left .slides-titles .swiper-wrapper .slide .slide-title p, [slider-3-columns] .block-slider-with-keyword .slick-container .left .slides-titles .swiper-wrapper .slide .slide-title p {
  pointer-events: none;
}
.block-slider-with-keyword .susy-container .left .slides-titles .swiper-wrapper .slide.current .slide-title, .block-slider-with-keyword [slider-3-columns] .slick-container .left .slides-titles .swiper-wrapper .slide.current .slide-title, [slider-3-columns] .block-slider-with-keyword .slick-container .left .slides-titles .swiper-wrapper .slide.current .slide-title {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out 0.4s;
  -moz-transition: all 0.2s ease-out 0.4s;
  -ms-transition: all 0.2s ease-out 0.4s;
  -o-transition: all 0.2s ease-out 0.4s;
  transition: all 0.2s ease-out 0.4s;
}
.block-slider-with-keyword .susy-container .left .slides-titles .swiper-wrapper .slide.previous .slide-title, .block-slider-with-keyword [slider-3-columns] .slick-container .left .slides-titles .swiper-wrapper .slide.previous .slide-title, [slider-3-columns] .block-slider-with-keyword .slick-container .left .slides-titles .swiper-wrapper .slide.previous .slide-title, .block-slider-with-keyword .susy-container .left .slides-titles .swiper-wrapper .slide.next .slide-title, .block-slider-with-keyword [slider-3-columns] .slick-container .left .slides-titles .swiper-wrapper .slide.next .slide-title, [slider-3-columns] .block-slider-with-keyword .slick-container .left .slides-titles .swiper-wrapper .slide.next .slide-title {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -moz-transition: all 0.2s ease-out 0.1s;
  -ms-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
.block-slider-with-keyword .susy-container .left .slides-titles .swiper-button, .block-slider-with-keyword [slider-3-columns] .slick-container .left .slides-titles .swiper-button, [slider-3-columns] .block-slider-with-keyword .slick-container .left .slides-titles .swiper-button {
  display: inline-block;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .block-slider-with-keyword .susy-container .left .slides-titles .swiper-button, .block-slider-with-keyword [slider-3-columns] .slick-container .left .slides-titles .swiper-button, [slider-3-columns] .block-slider-with-keyword .slick-container .left .slides-titles .swiper-button {
    display: none;
  }
}
.block-slider-with-keyword .susy-container .right, .block-slider-with-keyword [slider-3-columns] .slick-container .right, [slider-3-columns] .block-slider-with-keyword .slick-container .right {
  position: relative;
  width: 40.243902439%;
  margin-right: 8.5365853659%;
  -webkit-transition: all 0.2s ease-out 0.2s;
  -moz-transition: all 0.2s ease-out 0.2s;
  -ms-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .block-slider-with-keyword .susy-container .right, .block-slider-with-keyword [slider-3-columns] .slick-container .right, [slider-3-columns] .block-slider-with-keyword .slick-container .right {
    width: 100%;
    margin-right: 0;
  }
  .block-slider-with-keyword .susy-container .right .slides-titles .swiper-wrapper, .block-slider-with-keyword [slider-3-columns] .slick-container .right .slides-titles .swiper-wrapper, [slider-3-columns] .block-slider-with-keyword .slick-container .right .slides-titles .swiper-wrapper {
    margin-bottom: 30px;
  }
}
.block-slider-with-keyword .susy-container .right .text, .block-slider-with-keyword [slider-3-columns] .slick-container .right .text, [slider-3-columns] .block-slider-with-keyword .slick-container .right .text {
  margin-bottom: 30px;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .block-slider-with-keyword .susy-container .right .text, .block-slider-with-keyword [slider-3-columns] .slick-container .right .text, [slider-3-columns] .block-slider-with-keyword .slick-container .right .text {
    margin-bottom: 20px;
  }
}
.block-slider-with-keyword .susy-container .right .slides-content, .block-slider-with-keyword [slider-3-columns] .slick-container .right .slides-content, [slider-3-columns] .block-slider-with-keyword .slick-container .right .slides-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.block-slider-with-keyword .susy-container .right .slides-content .slide, .block-slider-with-keyword [slider-3-columns] .slick-container .right .slides-content .slide, [slider-3-columns] .block-slider-with-keyword .slick-container .right .slides-content .slide {
  width: 100%;
  min-width: 100%;
  margin-right: 0;
  overflow: visible;
}
@media only screen and (max-width: calc(1040px - 1px)) {
  .block-slider-with-keyword .susy-container .right .slides-content .slide, .block-slider-with-keyword [slider-3-columns] .slick-container .right .slides-content .slide, [slider-3-columns] .block-slider-with-keyword .slick-container .right .slides-content .slide {
    margin-bottom: 50px;
  }
}
.block-slider-with-keyword .susy-container .right .slides-content .slide .text, .block-slider-with-keyword [slider-3-columns] .slick-container .right .slides-content .slide .text, [slider-3-columns] .block-slider-with-keyword .slick-container .right .slides-content .slide .text {
  font-style: italic;
}
.block-slider-with-keyword .susy-container .right .slides-content .slide.current .text, .block-slider-with-keyword [slider-3-columns] .slick-container .right .slides-content .slide.current .text, [slider-3-columns] .block-slider-with-keyword .slick-container .right .slides-content .slide.current .text {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out 0.2s;
  -moz-transition: all 0.2s ease-out 0.2s;
  -ms-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
}
.block-slider-with-keyword .susy-container .right .slides-content .slide.previous .text, .block-slider-with-keyword [slider-3-columns] .slick-container .right .slides-content .slide.previous .text, [slider-3-columns] .block-slider-with-keyword .slick-container .right .slides-content .slide.previous .text, .block-slider-with-keyword .susy-container .right .slides-content .slide.next .text, .block-slider-with-keyword [slider-3-columns] .slick-container .right .slides-content .slide.next .text, [slider-3-columns] .block-slider-with-keyword .slick-container .right .slides-content .slide.next .text {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.block-slider-with-keyword .susy-container .right .swiper-button, .block-slider-with-keyword [slider-3-columns] .slick-container .right .swiper-button, [slider-3-columns] .block-slider-with-keyword .slick-container .right .swiper-button {
  display: none;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .block-slider-with-keyword .susy-container .right .swiper-button, .block-slider-with-keyword [slider-3-columns] .slick-container .right .swiper-button, [slider-3-columns] .block-slider-with-keyword .slick-container .right .swiper-button {
    display: inline-block;
  }
}
.block-slider-with-keyword .susy-container .swiper-button, .block-slider-with-keyword [slider-3-columns] .slick-container .swiper-button, [slider-3-columns] .block-slider-with-keyword .slick-container .swiper-button {
  position: relative;
  display: inline-block;
  background: #A4A0E0;
  border: 2px solid #A4A0E0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 0;
  left: 0;
  margin-top: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.block-slider-with-keyword .susy-container .swiper-button.swiper-button-prev, .block-slider-with-keyword [slider-3-columns] .slick-container .swiper-button.swiper-button-prev, [slider-3-columns] .block-slider-with-keyword .slick-container .swiper-button.swiper-button-prev {
  margin-right: 20px;
}
.block-slider-with-keyword .susy-container .swiper-button.swiper-button-prev svg, .block-slider-with-keyword [slider-3-columns] .slick-container .swiper-button.swiper-button-prev svg, [slider-3-columns] .block-slider-with-keyword .slick-container .swiper-button.swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.block-slider-with-keyword .susy-container .swiper-button.swiper-button-disabled, .block-slider-with-keyword [slider-3-columns] .slick-container .swiper-button.swiper-button-disabled, [slider-3-columns] .block-slider-with-keyword .slick-container .swiper-button.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.8;
}
.block-slider-with-keyword .susy-container .swiper-button.swiper-button-disabled svg, .block-slider-with-keyword [slider-3-columns] .slick-container .swiper-button.swiper-button-disabled svg, [slider-3-columns] .block-slider-with-keyword .slick-container .swiper-button.swiper-button-disabled svg {
  opacity: 0.2;
}
.block-slider-with-keyword .susy-container .swiper-button:after, .block-slider-with-keyword [slider-3-columns] .slick-container .swiper-button:after, [slider-3-columns] .block-slider-with-keyword .slick-container .swiper-button:after {
  display: none;
}
.block-slider-with-keyword .susy-container .swiper-button svg, .block-slider-with-keyword [slider-3-columns] .slick-container .swiper-button svg, [slider-3-columns] .block-slider-with-keyword .slick-container .swiper-button svg {
  width: 100%;
  height: 100%;
}
.block-slider-with-keyword .susy-container .swiper-button svg *, .block-slider-with-keyword [slider-3-columns] .slick-container .swiper-button svg *, [slider-3-columns] .block-slider-with-keyword .slick-container .swiper-button svg * {
  fill: #161616;
}
.block-slider-with-keyword .susy-container .swiper-button:hover, .block-slider-with-keyword [slider-3-columns] .slick-container .swiper-button:hover, [slider-3-columns] .block-slider-with-keyword .slick-container .swiper-button:hover {
  background: #161616;
  border-color: #161616;
}
.block-slider-with-keyword .susy-container .swiper-button:hover svg *, .block-slider-with-keyword [slider-3-columns] .slick-container .swiper-button:hover svg *, [slider-3-columns] .block-slider-with-keyword .slick-container .swiper-button:hover svg * {
  fill: #ffffff;
}
.block-slider-with-keyword.reveal-top .left, .block-slider-with-keyword.reveal-top .right, .block-slider-with-keyword.reveal-bottom .left, .block-slider-with-keyword.reveal-bottom .right {
  opacity: 0;
}
.block-slider-with-keyword.reveal-top .left, .block-slider-with-keyword.reveal-top .right {
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
.block-slider-with-keyword.reveal-bottom .left, .block-slider-with-keyword.reveal-bottom .right {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
}
.block-slider-with-keyword.reveal-visible .left .slides-titles .slide.next .slide-title {
  opacity: 0;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
.block-slider-with-keyword.reveal-visible .left .slides-titles .slide.previous .slide-title {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
}
.block-slider-with-keyword.reveal-visible .right .slides-content .slide.next .text {
  opacity: 0;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
.block-slider-with-keyword.reveal-visible .right .slides-content .slide.previous .text {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
}

.tease-blog {
  width: 88.0503144654%;
  min-width: 88.0503144654%;
  height: auto;
  margin: 0 !important;
  margin-right: 7.5471698113% !important;
}
.tease-blog .illustration {
  width: 100%;
  height: 50vw;
  order: -1;
}
.tease-blog .illustration picture, .tease-blog .illustration img, .tease-blog .illustration svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.tease-blog .subtitle {
  order: -1;
  padding: 20px 0 10px;
}
@media only screen and (min-width: 620px) {
  .tease-blog {
    width: 44.0251572327%;
    min-width: 44.0251572327%;
    margin-right: 3.1446540881% !important;
  }
  .tease-blog .illustration {
    height: 25vw;
  }
}
@media only screen and (min-width: 1040px) {
  .tease-blog {
    width: 26.4150943396%;
    min-width: 26.4150943396%;
    margin-right: 3.1446540881% !important;
  }
  .tease-blog .illustration {
    height: 15vw;
  }
}

.tease-post {
  width: 79.1666666667%;
  min-width: 79.1666666667%;
}
.tease-post .tease-header {
  padding-bottom: 15px;
}
.tease-post .tease-header .categorie {
  font-weight: 700;
}
.tease-post .tease-header .categorie .post-categories {
  display: flex;
}
.tease-post .tease-header .categorie .post-categories li {
  margin-right: 10px;
}
.tease-post .tease-header .categorie .post-categories li:last-child {
  margin-right: 0;
}
.tease-post .tease-header .categorie a {
  color: #A4A0E0;
  cursor: pointer;
  position: relative;
}
.tease-post .tease-header .categorie a:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  background: #A4A0E0;
  top: auto;
  bottom: -2px;
  left: auto;
  right: 0;
  margin: auto;
  pointer-events: none;
  -webkit-animation: 0.5s anim_shrinkToRight;
  -moz-animation: 0.5s anim_shrinkToRight;
  -o-animation: 0.5s anim_shrinkToRight;
  animation: 0.5s anim_shrinkToRight;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.tease-post .tease-header .categorie a:hover:after, .tease-post .tease-header .categorie a.selected:after {
  -webkit-animation: 0.5s anim_growFromLeft;
  -moz-animation: 0.5s anim_growFromLeft;
  -o-animation: 0.5s anim_growFromLeft;
  animation: 0.5s anim_growFromLeft;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.tease-post .img-link .img-container {
  position: relative;
  width: 100%;
  padding-top: 120%;
}
.tease-post .img-link .img-container .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.tease-post .tease-content {
  padding-top: 15px;
}
@media only screen and (min-width: 620px) {
  .tease-post {
    width: 41.6666666667%;
    min-width: 41.6666666667%;
  }
}
@media only screen and (min-width: 800px) {
  .tease-post {
    width: 47.5%;
    min-width: 47.5%;
  }
}
@media only screen and (min-width: 1040px) {
  .tease-post {
    width: 31.7073170732%;
    min-width: 31.7073170732%;
  }
}
@media only screen and (min-width: 1280px) {
  .tease-post {
    width: 23.1707317073%;
    min-width: 23.1707317073%;
  }
}

.tease-product, .wc-block-grid__product {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  height: auto;
}
@media only screen and (min-width: 1040px) {
  .tease-product, .wc-block-grid__product {
    width: 31.7073170732%;
  }
}
.tease-product .wp-block-button, .wc-block-grid__product .wp-block-button {
  display: none;
}
.tease-product a:after, .wc-block-grid__product a:after {
  display: none;
}
.tease-product a.wc-block-grid__product-link, .wc-block-grid__product a.wc-block-grid__product-link {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tease-product .tease--img-container, .tease-product .wc-block-grid__product-image, .wc-block-grid__product .tease--img-container, .wc-block-grid__product .wc-block-grid__product-image {
  position: relative;
  width: 100%;
  min-height: 300px;
  background: #F3F3F3;
  flex-grow: 2;
  padding: 6.25% 12.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.tease-product .tease--img-container img, .tease-product .wc-block-grid__product-image img, .wc-block-grid__product .tease--img-container img, .wc-block-grid__product .wc-block-grid__product-image img {
  width: 100%;
  height: auto;
}
.tease-product .tease--img-container .rollover-product, .tease-product .wc-block-grid__product-image .rollover-product, .wc-block-grid__product .tease--img-container .rollover-product, .wc-block-grid__product .wc-block-grid__product-image .rollover-product {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transform: translateY(120%);
  -moz-transform: translateY(120%);
  -ms-transform: translateY(120%);
  -o-transform: translateY(120%);
  transform: translateY(120%);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.tease-product .tease--img-container .rollover-product picture, .tease-product .tease--img-container .rollover-product img, .tease-product .tease--img-container .rollover-product svg, .tease-product .wc-block-grid__product-image .rollover-product picture, .tease-product .wc-block-grid__product-image .rollover-product img, .tease-product .wc-block-grid__product-image .rollover-product svg, .wc-block-grid__product .tease--img-container .rollover-product picture, .wc-block-grid__product .tease--img-container .rollover-product img, .wc-block-grid__product .tease--img-container .rollover-product svg, .wc-block-grid__product .wc-block-grid__product-image .rollover-product picture, .wc-block-grid__product .wc-block-grid__product-image .rollover-product img, .wc-block-grid__product .wc-block-grid__product-image .rollover-product svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.tease-product:hover .tease--img-container .rollover-product, .tease-product:hover .wc-block-grid__product-image .rollover-product, .wc-block-grid__product:hover .tease--img-container .rollover-product, .wc-block-grid__product:hover .wc-block-grid__product-image .rollover-product {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.tease-product .tease--txt, .wc-block-grid__product .tease--txt {
  margin-top: 30px;
}
.tease-product .tease--txt .tease--titles, .wc-block-grid__product .tease--txt .tease--titles {
  position: relative;
  margin-bottom: 10px;
}
.tease-product .tease--txt .tease--titles .tease--oeuvre, .tease-product .tease--txt .tease--titles .tease--artist, .wc-block-grid__product .tease--txt .tease--titles .tease--oeuvre, .wc-block-grid__product .tease--txt .tease--titles .tease--artist {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.tease-product .tease--txt .tease--titles .tease--oeuvre:after, .tease-product .tease--txt .tease--titles .tease--artist:after, .wc-block-grid__product .tease--txt .tease--titles .tease--oeuvre:after, .wc-block-grid__product .tease--txt .tease--titles .tease--artist:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  background: #161616;
  top: auto;
  bottom: 2px;
  left: auto;
  right: 0;
  margin: auto;
  pointer-events: none;
  -webkit-animation: 0.5s anim_shrinkToRight;
  -moz-animation: 0.5s anim_shrinkToRight;
  -o-animation: 0.5s anim_shrinkToRight;
  animation: 0.5s anim_shrinkToRight;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.tease-product .tease--txt .tease--titles .tease--oeuvre:hover:after, .tease-product .tease--txt .tease--titles .tease--oeuvre.selected:after, .tease-product .tease--txt .tease--titles .tease--artist:hover:after, .tease-product .tease--txt .tease--titles .tease--artist.selected:after, .wc-block-grid__product .tease--txt .tease--titles .tease--oeuvre:hover:after, .wc-block-grid__product .tease--txt .tease--titles .tease--oeuvre.selected:after, .wc-block-grid__product .tease--txt .tease--titles .tease--artist:hover:after, .wc-block-grid__product .tease--txt .tease--titles .tease--artist.selected:after {
  -webkit-animation: 0.5s anim_growFromLeft;
  -moz-animation: 0.5s anim_growFromLeft;
  -o-animation: 0.5s anim_growFromLeft;
  animation: 0.5s anim_growFromLeft;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.tease-product .tease--txt .tease--titles .btn--like, .wc-block-grid__product .tease--txt .tease--titles .btn--like {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.tease-product .tease--txt .tease--titles .btn--like *, .wc-block-grid__product .tease--txt .tease--titles .btn--like * {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.tease-product .tease--txt .tease--titles .btn--like .fill, .wc-block-grid__product .tease--txt .tease--titles .btn--like .fill {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #DDD;
}
.tease-product .tease--txt .tease--titles .btn--like:not(.active) .fill, .wc-block-grid__product .tease--txt .tease--titles .btn--like:not(.active) .fill {
  height: 0;
}
.tease-product .tease--txt .tease--titles .btn--like:hover, .wc-block-grid__product .tease--txt .tease--titles .btn--like:hover {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}
.tease-product .wc-block-grid__product-title, .wc-block-grid__product .wc-block-grid__product-title {
  margin-bottom: 10px;
  text-align: left;
  color: #161616;
}
.tease-product .wc-block-grid__product-price, .wc-block-grid__product .wc-block-grid__product-price {
  text-align: left;
  width: 100%;
}
.tease-product .wc-block-grid__product-price .woocommerce-Price-amount, .wc-block-grid__product .wc-block-grid__product-price .woocommerce-Price-amount {
  width: 100%;
}

.pricing-section {
  overflow: hidden;
}
.pricing-section .title {
  margin-bottom: 60px;
  text-align: center;
}
.pricing-section .mobile-links {
  display: none;
}
@media only screen and (max-width: calc(1040px - 1px)) {
  .pricing-section .mobile-links {
    width: 48.7804878049%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: calc(800px - 1px)) {
  .pricing-section .mobile-links {
    width: 100%;
  }
}
.pricing-section .mobile-links .link {
  padding: 0;
  opacity: 0.35;
  width: 33%;
  text-align: center;
}
.pricing-section .mobile-links .link.selected {
  opacity: 1;
  text-decoration: underline;
}
.pricing-section .price-cards-container {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  --nbslide: 0;
}
.pricing-section .price-cards-container .price-card {
  width: 31.7073170732%;
  background-color: #ffffff;
  box-shadow: 0px 4px 56px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  text-align: center;
  padding: 30px 50px;
}
@media only screen and (max-width: calc(1280px - 1px)) {
  .pricing-section .price-cards-container .price-card {
    width: calc(30px + 33.3%);
  }
}
.pricing-section .price-cards-container .price-card:first-child {
  margin-left: 6.0975609756%;
  padding: 30px 85px 10px 40px;
}
@media only screen and (max-width: calc(1280px - 1px)) {
  .pricing-section .price-cards-container .price-card:first-child {
    margin-left: 0;
  }
}
.pricing-section .price-cards-container .price-card:nth-child(2) {
  position: relative;
  margin: 0 -45px;
  z-index: 2;
  padding-bottom: 55px;
}
@media only screen and (max-width: calc(1280px - 1px)) {
  .pricing-section .price-cards-container .price-card:nth-child(2) {
    padding: 65px 40px 50px 40px;
    margin: 0 -45px;
  }
}
.pricing-section .price-cards-container .price-card:last-child {
  padding: 30px 40px 10px 85px;
  margin-right: 6.0975609756%;
}
@media only screen and (max-width: calc(1280px - 1px)) {
  .pricing-section .price-cards-container .price-card:last-child {
    margin-right: 0;
  }
}
.pricing-section .price-cards-container .price-card:first-child, .pricing-section .price-cards-container .price-card:last-child {
  margin-top: 35px;
  margin-bottom: 35px;
}
.pricing-section .price-cards-container .price-card .subtitle {
  background: #91E3E8;
  text-transform: uppercase;
  padding: 0px 10px;
  border-radius: 96px;
  margin-bottom: 10px;
}
.pricing-section .price-cards-container .price-card .price {
  font-size: 30px;
  line-height: 48px;
  margin-bottom: 10px;
}
.pricing-section .price-cards-container .price-card .price .frequency {
  line-height: 48px;
  font-size: 20px;
}
.pricing-section .price-cards-container .price-card .text {
  margin-bottom: 25px;
}
.pricing-section .price-cards-container .price-card .text p {
  margin: 0;
}
.pricing-section .price-cards-container .price-card .btn {
  margin-bottom: 30px;
}
@media only screen and (max-width: calc(1280px - 1px)) {
  .pricing-section .price-cards-container .price-card .btn .btn-text {
    padding: 19px 40px;
  }
}
.pricing-section .price-cards-container .price-card .line {
  height: 0px;
  width: 100%;
  border: 1px solid #91E3E8;
  margin-bottom: 35px;
}
.pricing-section .price-cards-container .price-card .arguments {
  width: 100%;
}
.pricing-section .price-cards-container .price-card .arguments .argument {
  text-align: left;
  margin-bottom: 20px;
}
.pricing-section .price-cards-container .price-card .arguments .argument .argument-title {
  margin-bottom: 10px;
}
.pricing-section .price-cards-container .price-card .arguments .argument .argument-list ul li {
  margin-bottom: 5px;
  padding-left: 24px;
  position: relative;
}
.pricing-section .price-cards-container .price-card .arguments .argument .argument-list ul li::before {
  content: "";
  background-image: url("../img/custom_list_bullet.svg");
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
}
.pricing-section .price-cards-container .price-card .details-link {
  cursor: pointer;
  position: relative;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.pricing-section .price-cards-container .price-card .details-link:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #161616;
  top: auto;
  bottom: -2px;
  left: auto;
  right: 0;
  margin: auto;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.pricing-section .price-cards-container .price-card .details-link:hover:after {
  -webkit-animation: 0.5s anim_underline;
  -moz-animation: 0.5s anim_underline;
  -o-animation: 0.5s anim_underline;
  animation: 0.5s anim_underline;
}
.pricing-section .price-cards-container .price-card .details-container {
  text-align: left;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pricing-section .price-cards-container .price-card .details-container .details {
  padding-bottom: 5px;
  height: auto;
}
.pricing-section .price-cards-container .price-card .details-container .details .line {
  margin-bottom: 5px;
}
.pricing-section .price-cards-container .price-card .details-container .details .details-title {
  margin-top: 5px;
  margin-bottom: 15px;
}
.pricing-section .price-cards-container .price-card .details-container .details .detail-list .detail {
  text-align: left;
  padding: 10px 0;
  border-bottom: 2px solid #91E3E8;
}
.pricing-section .price-cards-container .price-card .details-container .details .detail-list .detail:last-of-type {
  border: none;
  margin-bottom: 30px;
}
.pricing-section .price-cards-container .price-card .details-container .details .detail-list .detail .detail-text {
  max-width: 60%;
}
.pricing-section .price-cards-container .price-card .details-container .details .detail-list .detail .subdetails ul .subdetail {
  position: relative;
  padding-left: 20px;
}
.pricing-section .price-cards-container .price-card .details-container .details .detail-list .detail .subdetails ul .subdetail::before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 12px;
  border-radius: 50%;
  left: 0;
  /* half bullet height */
  width: 6px;
  height: 6px;
  background: #000;
}
.pricing-section .price-cards-container .price-card .details-container .details .detail-list .detail .subdetails ul .subdetail .subdetail-title span {
  max-width: 50%;
}
.pricing-section .price-cards-container .price-card .details-container .details .btn-push {
  margin: 0 auto;
  margin-bottom: 35px;
}
.pricing-section .price-cards-container .price-card .details-container .details-link {
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}
.pricing-section .price-cards-container .price-card .details-container .details-link:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #161616;
  top: auto;
  bottom: -2px;
  left: auto;
  right: 0;
  margin: auto;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.pricing-section .price-cards-container .price-card .details-container .details-link:hover:after {
  -webkit-animation: 0.5s anim_underline;
  -moz-animation: 0.5s anim_underline;
  -o-animation: 0.5s anim_underline;
  animation: 0.5s anim_underline;
}
@media only screen and (max-width: calc(1040px - 1px)) {
  .pricing-section .price-cards-container {
    --nbslide: 1;
    max-width: 600px;
    margin-bottom: 90px;
  }
  .pricing-section .price-cards-container .price-card {
    padding: 22px 25px 50px 25px;
    width: 31.7073170732%;
  }
  .pricing-section .price-cards-container .price-card:nth-child(2) {
    margin: 0;
    position: relative;
  }
  .pricing-section .price-cards-container .price-card:first-child {
    padding: 22px 50px 50px;
  }
  .pricing-section .price-cards-container .price-card:last-child {
    padding: 22px 50px 50px;
  }
  .pricing-section .price-cards-container .price-card.swiper-slide-next {
    -webkit-transform: translateX(-25px);
    -moz-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    -o-transform: translateX(-25px);
    transform: translateX(-25px);
  }
  .pricing-section .price-cards-container .price-card.swiper-slide-prev {
    -webkit-transform: translateX(25px);
    -moz-transform: translateX(25px);
    -ms-transform: translateX(25px);
    -o-transform: translateX(25px);
    transform: translateX(25px);
  }
  .pricing-section .price-cards-container .price-card .text {
    max-width: 300px;
  }
}
@media only screen and (max-width: calc(800px - 1px)) {
  .pricing-section .price-cards-container .price-card {
    padding: 22px 11px 50px 11px;
    width: 31.7073170732%;
  }
  .pricing-section .price-cards-container .price-card:nth-child(2) {
    margin: 0;
    position: relative;
  }
  .pricing-section .price-cards-container .price-card:first-child {
    padding: 22px 22px 50px 11px;
  }
  .pricing-section .price-cards-container .price-card:last-child {
    padding: 22px 11px 50px 22px;
  }
  .pricing-section .price-cards-container .price-card.swiper-slide-next {
    -webkit-transform: translateX(-11px);
    -moz-transform: translateX(-11px);
    -ms-transform: translateX(-11px);
    -o-transform: translateX(-11px);
    transform: translateX(-11px);
  }
  .pricing-section .price-cards-container .price-card.swiper-slide-prev {
    -webkit-transform: translateX(11px);
    -moz-transform: translateX(11px);
    -ms-transform: translateX(11px);
    -o-transform: translateX(11px);
    transform: translateX(11px);
  }
  .pricing-section .price-cards-container .price-card.swiper-slide-active {
    z-index: 5;
  }
  .pricing-section .price-cards-container .price-card.swiper-slide-active .subtitle,
  .pricing-section .price-cards-container .price-card.swiper-slide-active .price,
  .pricing-section .price-cards-container .price-card.swiper-slide-active .text,
  .pricing-section .price-cards-container .price-card.swiper-slide-active .line,
  .pricing-section .price-cards-container .price-card.swiper-slide-active .arguments,
  .pricing-section .price-cards-container .price-card.swiper-slide-active .btn,
  .pricing-section .price-cards-container .price-card.swiper-slide-active .details {
    opacity: 1;
  }
  .pricing-section .price-cards-container .price-card .subtitle,
  .pricing-section .price-cards-container .price-card .price,
  .pricing-section .price-cards-container .price-card .text,
  .pricing-section .price-cards-container .price-card .line,
  .pricing-section .price-cards-container .price-card .arguments,
  .pricing-section .price-cards-container .price-card .btn,
  .pricing-section .price-cards-container .price-card .details {
    -webkit-transition: all 1.4s ease;
    -moz-transition: all 1.4s ease;
    -ms-transition: all 1.4s ease;
    -o-transition: all 1.4s ease;
    transition: all 1.4s ease;
    opacity: 0;
  }
}

.article-content .content {
  flex-direction: column-reverse;
}
.article-content .content > .left {
  width: 100%;
  padding-top: 100px;
  min-width: 180px;
}
.article-content .content > .left .sticky {
  text-align: center;
}
.article-content .content > .right {
  width: 100%;
}
.article-content .content > .right .blog-author {
  display: inline-block;
  margin-top: 100px;
}
.article-content .content > .right .blog-author a {
  color: #A4A0E0;
  cursor: pointer;
  position: relative;
}
.article-content .content > .right .blog-author a:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background: #A4A0E0;
  top: auto;
  bottom: -2px;
  left: auto;
  right: 0;
  margin: auto;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.article-content .content > .right .blog-author a:hover:after {
  -webkit-animation: 0.5s anim_underline;
  -moz-animation: 0.5s anim_underline;
  -o-animation: 0.5s anim_underline;
  animation: 0.5s anim_underline;
}
@media only screen and (min-width: 1040px) {
  .article-content .content {
    flex-direction: row;
  }
  .article-content .content > .left {
    padding-top: 0;
    width: 14.6341463415%;
  }
  .article-content .content > .left .sticky {
    align-items: flex-start;
    text-align: left;
  }
  .article-content .content > .right {
    width: 74.3902439024%;
  }
}

.article-header {
  padding-bottom: 60px;
}
.article-header .left {
  padding-top: 0;
  width: auto;
}
.article-header .right {
  text-align: right;
  width: auto;
}
.article-header .post-categories {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
.article-header .post-categories li {
  margin-right: 20px;
}
.article-header .post-categories li a {
  color: #A4A0E0;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}
.article-header .post-categories li a:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #A4A0E0;
  top: auto;
  bottom: -2px;
  left: auto;
  right: 0;
  margin: auto;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.article-header .post-categories li a:hover:after {
  -webkit-animation: 0.5s anim_underline;
  -moz-animation: 0.5s anim_underline;
  -o-animation: 0.5s anim_underline;
  animation: 0.5s anim_underline;
}
@media only screen and (min-width: 800px) {
  .article-header .left {
    flex-direction: row;
  }
  .article-header .post-categories {
    margin-bottom: 0;
  }
}

.homepage-intro {
  text-align: center;
}
.homepage-intro .title {
  opacity: 0;
}
.homepage-intro .title.visible {
  opacity: 1;
}
@media only screen and (min-width: 1040px) {
  .homepage-intro .title {
    margin-bottom: 20px;
  }
}
.homepage-intro .title .line {
  overflow: hidden;
  padding-bottom: 10px;
  margin-top: -10px;
}
.homepage-intro .title .line:first-child {
  margin-top: 0px;
}
.homepage-intro .title .line .word {
  -webkit-transition: all 1.25s cubic-bezier(0.62, 0.05, 0.01, 0.99);
  -moz-transition: all 1.25s cubic-bezier(0.62, 0.05, 0.01, 0.99);
  -ms-transition: all 1.25s cubic-bezier(0.62, 0.05, 0.01, 0.99);
  -o-transition: all 1.25s cubic-bezier(0.62, 0.05, 0.01, 0.99);
  transition: all 1.25s cubic-bezier(0.62, 0.05, 0.01, 0.99);
  -webkit-transform: translate3d(0, 80%, 0);
  -moz-transform: translate3d(0, 80%, 0);
  -ms-transform: translate3d(0, 80%, 0);
  -o-transform: translate3d(0, 80%, 0);
  transform: translate3d(0, 80%, 0);
  opacity: 0;
}
.homepage-intro .title .line .word.visible {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.homepage-intro .text {
  margin-bottom: 35px;
  max-width: 500px;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transform: translate3d(0, -20%, 0);
  -moz-transform: translate3d(0, -20%, 0);
  -ms-transform: translate3d(0, -20%, 0);
  -o-transform: translate3d(0, -20%, 0);
  transform: translate3d(0, -20%, 0);
  opacity: 0;
}
.homepage-intro .text.visible {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media only screen and (min-width: 1040px) {
  .homepage-intro .text {
    max-width: 650px;
    margin-bottom: 0;
  }
}
.homepage-intro .zone-btn {
  cursor: pointer;
}
.homepage-intro .zone-btn.inactive {
  pointer-events: none;
}
.homepage-intro .carte.animated {
  transform-box: fill-box;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.homepage-intro .carte.transitioning {
  -webkit-transform: scale(0.9) rotateX(10deg) rotateY(22deg) translateX(10%) translateY(10%);
  -moz-transform: scale(0.9) rotateX(10deg) rotateY(22deg) translateX(10%) translateY(10%);
  -ms-transform: scale(0.9) rotateX(10deg) rotateY(22deg) translateX(10%) translateY(10%);
  -o-transform: scale(0.9) rotateX(10deg) rotateY(22deg) translateX(10%) translateY(10%);
  transform: scale(0.9) rotateX(10deg) rotateY(22deg) translateX(10%) translateY(10%);
}
.homepage-intro .carte.noire {
  opacity: 0;
}
.homepage-intro .carte.noire.visible {
  opacity: 1;
}
.homepage-intro #e1dwBbM4xn875.bounce,
.homepage-intro #efsTIC5VdlJ64.bounce {
  transform-box: fill-box;
  -webkit-animation: 1s anim_cross_bounce_2 infinite;
  -moz-animation: 1s anim_cross_bounce_2 infinite;
  -o-animation: 1s anim_cross_bounce_2 infinite;
  animation: 1s anim_cross_bounce_2 infinite;
}
.homepage-intro .link-doc {
  font-size: 0;
  pointer-events: none;
}
.homepage-intro .illustration {
  margin: 40px 0;
  width: 100%;
  max-width: 500px;
}
.homepage-intro .illustration svg {
  width: 100%;
  height: auto;
  overflow: visible;
}
.homepage-intro .illustration svg .btn-doc {
  cursor: pointer;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.homepage-intro .illustration svg .btn-doc:hover {
  -webkit-transform: translateX(-1px) translateY(1px);
  -moz-transform: translateX(-1px) translateY(1px);
  -ms-transform: translateX(-1px) translateY(1px);
  -o-transform: translateX(-1px) translateY(1px);
  transform: translateX(-1px) translateY(1px);
}
.homepage-intro .illustration .desktop {
  display: none;
  max-width: 846px;
  margin: auto;
}
@media only screen and (min-width: 1040px) {
  .homepage-intro .illustration {
    max-width: none;
    margin: 45px 0 55px;
    padding: 0 17.0731707317%;
  }
  .homepage-intro .illustration .mobile {
    display: none;
  }
  .homepage-intro .illustration .desktop {
    display: block;
  }
}
.homepage-intro .btn {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1040px) {
  .homepage-intro .btn {
    margin-bottom: 20px;
  }
}
.homepage-intro .btn, .homepage-intro .btn-subtitle {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transform: translate3d(0, -20%, 0);
  -moz-transform: translate3d(0, -20%, 0);
  -ms-transform: translate3d(0, -20%, 0);
  -o-transform: translate3d(0, -20%, 0);
  transform: translate3d(0, -20%, 0);
  opacity: 0;
}
.homepage-intro .btn.visible, .homepage-intro .btn-subtitle.visible {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media only screen and (max-width: calc(1040px - 1px)) {
  .homepage-intro .susy-container .title, .homepage-intro [slider-3-columns] .slick-container .title, [slider-3-columns] .homepage-intro .slick-container .title {
    order: 1;
  }
  .homepage-intro .susy-container .text, .homepage-intro [slider-3-columns] .slick-container .text, [slider-3-columns] .homepage-intro .slick-container .text {
    order: 3;
  }
  .homepage-intro .susy-container .illustration, .homepage-intro [slider-3-columns] .slick-container .illustration, [slider-3-columns] .homepage-intro .slick-container .illustration {
    order: 2;
  }
  .homepage-intro .susy-container .btn-push, .homepage-intro [slider-3-columns] .slick-container .btn-push, [slider-3-columns] .homepage-intro .slick-container .btn-push {
    order: 4;
    margin-bottom: 15px;
  }
  .homepage-intro .susy-container .btn-subtitle, .homepage-intro [slider-3-columns] .slick-container .btn-subtitle, [slider-3-columns] .homepage-intro .slick-container .btn-subtitle {
    order: 5;
  }
}

.home-experience {
  padding-top: 100px;
}
@media only screen and (min-width: 1040px) {
  .home-experience {
    padding: 100px 0;
  }
}
.home-experience .title {
  width: 65.8536585366%;
  text-align: center;
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.home-experience .title.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1040px) {
  .home-experience .title {
    margin-bottom: 60px;
  }
}
.home-experience .slider-experience {
  width: 100%;
  background: #ffffff;
  border-radius: 30px;
  overflow: hidden;
  padding: 3vw 5vw;
}
@media only screen and (max-width: calc(1040px - 1px)) {
  .home-experience .slider-experience {
    padding: 5vw 8vw;
  }
}
@media only screen and (max-width: calc(620px - 1px)) {
  .home-experience .slider-experience {
    padding: 60px 25px 45px;
    width: 100%;
  }
}
.home-experience .slider-experience .slider-experience-titles {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  --slidePerView:auto;
}
@media only screen and (max-width: calc(1040px - 1px)) {
  .home-experience .slider-experience .slider-experience-titles {
    --slidePerView: 1;
    width: 80%;
  }
}
.home-experience .slider-experience .slider-experience-titles .swiper-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0px;
}
@media only screen and (min-width: 800px) {
  .home-experience .slider-experience .slider-experience-titles .swiper-wrapper {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1040px) {
  .home-experience .slider-experience .slider-experience-titles .swiper-wrapper {
    margin-bottom: 100px;
  }
}
.home-experience .slider-experience .slider-experience-titles .swiper-wrapper .slide-title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 2;
  width: auto;
  padding-right: 20px;
  -webkit-transition: all 0.5s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -moz-transition: all 0.5s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -ms-transition: all 0.5s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -o-transition: all 0.5s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  transition: all 0.5s cubic-bezier(0.29, 1.63, 0.81, 1.04);
}
.home-experience .slider-experience .slider-experience-titles .swiper-wrapper .slide-title .text {
  margin-right: 20px;
  white-space: nowrap;
  cursor: pointer;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .home-experience .slider-experience .slider-experience-titles .swiper-wrapper .slide-title .text {
    margin-right: 17px;
  }
}
@media only screen and (max-width: calc(620px - 1px)) {
  .home-experience .slider-experience .slider-experience-titles .swiper-wrapper .slide-title .text {
    margin-right: 14px;
  }
}
.home-experience .slider-experience .slider-experience-titles .swiper-wrapper .slide-title .circle {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #161616;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
@media only screen and (max-width: calc(1040px - 1px)) {
  .home-experience .slider-experience .slider-experience-titles .swiper-wrapper .slide-title .circle {
    width: 15px;
    min-width: 15px;
    height: 15px;
  }
}
@media only screen and (max-width: calc(620px - 1px)) {
  .home-experience .slider-experience .slider-experience-titles .swiper-wrapper .slide-title .circle {
    width: 10px;
    min-width: 10px;
    height: 10px;
  }
}
.home-experience .slider-experience .slider-experience-titles .swiper-wrapper .slide-title .barre-container {
  width: auto;
  flex-grow: 2;
  height: 2px;
}
@media only screen and (max-width: calc(1040px - 1px)) {
  .home-experience .slider-experience .slider-experience-titles .swiper-wrapper .slide-title .barre-container {
    /*min-width: 40vw;*/
  }
}
@media only screen and (max-width: calc(800px - 1px)) {
  .home-experience .slider-experience .slider-experience-titles .swiper-wrapper .slide-title .barre-container {
    /*min-width: 28vw;*/
  }
}
@media only screen and (max-width: calc(620px - 1px)) {
  .home-experience .slider-experience .slider-experience-titles .swiper-wrapper .slide-title .barre-container {
    /*min-width: 5vw;*/
  }
}
.home-experience .slider-experience .slider-experience-titles .swiper-wrapper .slide-title .barre-container .barre {
  width: 0;
  height: 2px;
  background: #161616;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.home-experience .slider-experience .slider-experience-titles .swiper-wrapper .slide-title.previous .barre-container .barre {
  width: 100% !important;
}
.home-experience .slider-experience .slider-experience-titles .swiper-wrapper .slide-title.next .barre-container .barre {
  width: 0 !important;
}
.home-experience .slider-experience .slider-experience-titles .swiper-wrapper .slide-title:last-child {
  flex-grow: 0;
  padding-right: 0;
}
.home-experience .slider-experience .slider-experience-titles .swiper-wrapper .slide-title:last-child .text {
  margin-right: 0;
}
.home-experience .slider-experience .slider-experience-titles .swiper-wrapper .slide-title:last-child .circle, .home-experience .slider-experience .slider-experience-titles .swiper-wrapper .slide-title:last-child .barre-container {
  display: none;
}
@media only screen and (max-width: calc(1040px - 1px)) {
  .home-experience .slider-experience .slider-experience-titles .swiper-wrapper .slide-title:last-child {
    width: 100%;
  }
  .home-experience .slider-experience .slider-experience-titles .swiper-wrapper .slide-title:last-child .circle,
  .home-experience .slider-experience .slider-experience-titles .swiper-wrapper .slide-title:last-child .barre-container {
    display: block;
  }
  .home-experience .slider-experience .slider-experience-titles .swiper-wrapper .slide-title:last-child .circle, .home-experience .slider-experience .slider-experience-titles .swiper-wrapper .slide-title:last-child .barre {
    background: transparent;
  }
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide {
  width: 100%;
  min-width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-right: 6vw;
  flex-direction: column-reverse;
  overflow: visible;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide.previous .left .slide-title, .home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide.next .left .slide-title {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide.previous .left .slide-text, .home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide.next .left .slide-text {
  -webkit-transition: all 0.2s ease-out 0.1s;
  -moz-transition: all 0.2s ease-out 0.1s;
  -ms-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide.previous .left .btn, .home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide.next .left .btn {
  -webkit-transition: all 0.2s ease-out 0.2s;
  -moz-transition: all 0.2s ease-out 0.2s;
  -ms-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide.previous .right, .home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide.next .right {
  -webkit-transition: all 0.2s ease-out 0.3s;
  -moz-transition: all 0.2s ease-out 0.3s;
  -ms-transition: all 0.2s ease-out 0.3s;
  -o-transition: all 0.2s ease-out 0.3s;
  transition: all 0.2s ease-out 0.3s;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide.current .left .slide-title {
  -webkit-transition: all 0.2s ease-out 0.3s;
  -moz-transition: all 0.2s ease-out 0.3s;
  -ms-transition: all 0.2s ease-out 0.3s;
  -o-transition: all 0.2s ease-out 0.3s;
  transition: all 0.2s ease-out 0.3s;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide.current .left .slide-text {
  -webkit-transition: all 0.2s ease-out 0.4s;
  -moz-transition: all 0.2s ease-out 0.4s;
  -ms-transition: all 0.2s ease-out 0.4s;
  -o-transition: all 0.2s ease-out 0.4s;
  transition: all 0.2s ease-out 0.4s;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide.current .left .btn {
  -webkit-transition: all 0.2s ease-out 0.5s;
  -moz-transition: all 0.2s ease-out 0.5s;
  -ms-transition: all 0.2s ease-out 0.5s;
  -o-transition: all 0.2s ease-out 0.5s;
  transition: all 0.2s ease-out 0.5s;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide.current .right {
  -webkit-transition: all 0.2s ease-out 0.6s;
  -moz-transition: all 0.2s ease-out 0.6s;
  -ms-transition: all 0.2s ease-out 0.6s;
  -o-transition: all 0.2s ease-out 0.6s;
  transition: all 0.2s ease-out 0.6s;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide:last-child {
  margin-right: 0;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right {
  position: relative;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .picto-visa, .home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .picto-mastercard {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .picto-visa.selected, .home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .picto-mastercard.selected {
  opacity: 1;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .bouncing-box {
  transform-box: fill-box;
  -webkit-animation: 1s anim_cross_bounce infinite;
  -moz-animation: 1s anim_cross_bounce infinite;
  -o-animation: 1s anim_cross_bounce infinite;
  animation: 1s anim_cross_bounce infinite;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .select-mastercard, .home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .select-visa {
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.2 ease-out;
  -moz-transition: all 0.2 ease-out;
  -ms-transition: all 0.2 ease-out;
  -o-transition: all 0.2 ease-out;
  transition: all 0.2 ease-out;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .select-mastercard *, .home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .select-visa * {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .select-mastercard path:first-child, .home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .select-visa path:first-child {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  fill: transparent;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .select-mastercard:hover, .home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .select-visa:hover {
  opacity: 1;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .select-mastercard:hover path:first-child, .home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .select-visa:hover path:first-child {
  opacity: 1;
  fill: rgba(0, 0, 0, 0.05);
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .select-mastercard.selected, .home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .select-visa.selected {
  opacity: 1;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .select-mastercard.selected *, .home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .select-visa.selected * {
  opacity: 1;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .select-mastercard.selected path:first-child, .home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .select-visa.selected path:first-child {
  opacity: 1;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .experience_arrow_1, .home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .experience_arrow_2 {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .experience_arrow_1 svg, .home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .experience_arrow_2 svg {
  width: 100%;
  height: auto;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right svg {
  overflow: visible;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right svg .img-selector path, .home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right svg .color-selector path {
  -webkit-transition: fill 0.2s ease-out;
  -moz-transition: fill 0.2s ease-out;
  -ms-transition: fill 0.2s ease-out;
  -o-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right svg .img-selector.hover path, .home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right svg .color-selector.hover path {
  fill: #e2e2e2;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right svg .puce-color, .home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right svg .text-color, .home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right svg .arrow-img, .home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right svg .arrow-color {
  opacity: 0;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right svg .btn-try {
  cursor: pointer;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right svg .btn-try path:first-child {
  -webkit-transition: fill 0.2s ease-out;
  -moz-transition: fill 0.2s ease-out;
  -ms-transition: fill 0.2s ease-out;
  -o-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right svg .btn-try:hover path:first-child {
  fill: #A4A0E0;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .img-selector path:nth-child(2) {
  opacity: 0;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .file-container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .file-container *,
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .file-container input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .file-container.visible {
  opacity: 1;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .file-container label {
  color: #858585;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 600;
  width: 100%;
  padding-right: 20px;
  text-align: center;
}
@media only screen and (max-width: calc(1040px - 1px)) {
  .home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .file-container label {
    font-size: clamp(10px, 1vw, 16px);
  }
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .file-container input[type=file] {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .preview-image {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .preview-image.visible {
  opacity: 1;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .preview-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .color-swapper {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 10px;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .color-swapper * {
  cursor: pointer;
}
@media only screen and (max-width: calc(620px - 1px)) {
  .home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .color-swapper {
    padding: 4px 5px;
  }
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .color-swapper.visible {
  opacity: 1;
  pointer-events: all;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .color-swapper .color-input {
  -webkit-appearance: none;
  border: none;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  padding: 0;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .color-swapper .color-input::-webkit-color-swatch-wrapper {
  padding: 0;
  border-radius: 50%;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .color-swapper .color-input::-webkit-color-swatch {
  border: none;
  padding: 0;
  border-radius: 50%;
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .color-swapper label {
  font-size: clamp(14px, 1vw, 18px);
  margin-left: 10px;
  flex-grow: 2;
}
@media only screen and (max-width: calc(1040px - 1px)) {
  .home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .color-swapper label {
    font-size: 1.2vw;
    margin-left: 8px;
  }
}
@media only screen and (max-width: calc(620px - 1px)) {
  .home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right .color-swapper label {
    font-size: 1.6vw;
    margin-left: 4px;
  }
}
@media only screen and (max-width: calc(620px - 1px)) {
  .home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right {
    margin: 60px 0 50px;
  }
  .home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right svg {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: calc(1040px - 1px)) {
  .home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide {
    margin-right: 9vw;
  }
}
@media only screen and (max-width: calc(620px - 1px)) {
  .home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide {
    margin-right: 18vw;
  }
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .left .slide-title {
  margin-bottom: 30px;
}
@media only screen and (max-width: calc(620px - 1px)) {
  .home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .left .slide-title {
    margin-bottom: 10px;
  }
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .left .slide-text {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1040px) {
  .home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .left .slide-text {
    margin-bottom: 60px;
  }
}
.home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1040px) {
  .home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide {
    flex-direction: row;
  }
  .home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .left {
    width: 38.2352941176%;
  }
  .home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right {
    width: 58.8235294118%;
    margin-bottom: 0;
  }
  .home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right picture, .home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right img, .home-experience .slider-experience .slider-experience-slides .swiper-wrapper .slide .right svg {
    width: 100%;
  }
}
.home-experience.reveal-top .slider-experience .slider-experience-slides .swiper-wrapper .slide .left .slide-title, .home-experience.reveal-top .slider-experience .slider-experience-slides .swiper-wrapper .slide .left .slide-text, .home-experience.reveal-top .slider-experience .slider-experience-slides .swiper-wrapper .slide .left .btn, .home-experience.reveal-top .slider-experience .slider-experience-slides .swiper-wrapper .slide .right, .home-experience.reveal-bottom .slider-experience .slider-experience-slides .swiper-wrapper .slide .left .slide-title, .home-experience.reveal-bottom .slider-experience .slider-experience-slides .swiper-wrapper .slide .left .slide-text, .home-experience.reveal-bottom .slider-experience .slider-experience-slides .swiper-wrapper .slide .left .btn, .home-experience.reveal-bottom .slider-experience .slider-experience-slides .swiper-wrapper .slide .right {
  opacity: 0;
}
.home-experience.reveal-top .slider-experience .slider-experience-slides .swiper-wrapper .slide .left .slide-title, .home-experience.reveal-top .slider-experience .slider-experience-slides .swiper-wrapper .slide .left .slide-text, .home-experience.reveal-top .slider-experience .slider-experience-slides .swiper-wrapper .slide .left .btn, .home-experience.reveal-top .slider-experience .slider-experience-slides .swiper-wrapper .slide .right {
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
.home-experience.reveal-bottom .slider-experience .slider-experience-slides .swiper-wrapper .slide .left .slide-title, .home-experience.reveal-bottom .slider-experience .slider-experience-slides .swiper-wrapper .slide .left .slide-text, .home-experience.reveal-bottom .slider-experience .slider-experience-slides .swiper-wrapper .slide .left .btn, .home-experience.reveal-bottom .slider-experience .slider-experience-slides .swiper-wrapper .slide .right {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
}
.home-experience .slider-experience .slider-experience-titles .swiper-wrapper .slide-title {
  opacity: 0;
}
.home-experience .slider-experience .slider-experience-titles .swiper-wrapper .slide-title .text {
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -moz-transition: all 0.5s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -ms-transition: all 0.5s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -o-transition: all 0.5s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  transition: all 0.5s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
.home-experience .slider-experience .slider-experience-titles .swiper-wrapper .slide-title .circle {
  -webkit-transition: all 0.4s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -moz-transition: all 0.4s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -ms-transition: all 0.4s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -o-transition: all 0.4s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  transition: all 0.4s cubic-bezier(0.29, 1.63, 0.81, 1.04);
}
.home-experience .slider-experience .slider-experience-titles .swiper-wrapper .slide-title .barre-container {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.home-experience.reveal-visible .slider-experience .slider-experience-titles .swiper-wrapper .slide-title:nth-child(1) .text, .home-experience.reveal-visible .slider-experience .slider-experience-titles .swiper-wrapper .slide-title:nth-child(1) .circle, .home-experience.reveal-visible .slider-experience .slider-experience-titles .swiper-wrapper .slide-title:nth-child(1) .barre-container {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.home-experience.reveal-visible .slider-experience .slider-experience-titles .swiper-wrapper .slide-title:nth-child(2) .text, .home-experience.reveal-visible .slider-experience .slider-experience-titles .swiper-wrapper .slide-title:nth-child(2) .circle, .home-experience.reveal-visible .slider-experience .slider-experience-titles .swiper-wrapper .slide-title:nth-child(2) .barre-container {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.home-experience.reveal-visible .slider-experience .slider-experience-titles .swiper-wrapper .slide-title:nth-child(3) .text, .home-experience.reveal-visible .slider-experience .slider-experience-titles .swiper-wrapper .slide-title:nth-child(3) .circle, .home-experience.reveal-visible .slider-experience .slider-experience-titles .swiper-wrapper .slide-title:nth-child(3) .barre-container {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.home-experience.reveal-visible .slider-experience .slider-experience-titles .swiper-wrapper .slide-title .text {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.home-experience.reveal-visible .slider-experience .slider-experience-titles .swiper-wrapper .slide-title .barre-container {
  opacity: 1;
}
.home-experience.reveal-visible .slider-experience .slider-experience-titles .swiper-wrapper .slide-title.next {
  opacity: 0.35;
}
.home-experience.reveal-visible .slider-experience .slider-experience-titles .swiper-wrapper .slide-title.current, .home-experience.reveal-visible .slider-experience .slider-experience-titles .swiper-wrapper .slide-title.previous {
  opacity: 1;
}
.home-experience.reveal-visible .slider-experience .slider-experience-titles .swiper-wrapper .slide-title.current .circle, .home-experience.reveal-visible .slider-experience .slider-experience-titles .swiper-wrapper .slide-title.previous .circle {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.home-experience.reveal-visible .slider-experience .slider-experience-slides .swiper-wrapper .slide.current .left .slide-title, .home-experience.reveal-visible .slider-experience .slider-experience-slides .swiper-wrapper .slide.current .left .slide-text, .home-experience.reveal-visible .slider-experience .slider-experience-slides .swiper-wrapper .slide.current .left .btn, .home-experience.reveal-visible .slider-experience .slider-experience-slides .swiper-wrapper .slide.current .right {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.home-experience.reveal-visible .slider-experience .slider-experience-slides .swiper-wrapper .slide.previous .left .slide-title, .home-experience.reveal-visible .slider-experience .slider-experience-slides .swiper-wrapper .slide.previous .left .slide-text, .home-experience.reveal-visible .slider-experience .slider-experience-slides .swiper-wrapper .slide.previous .left .btn, .home-experience.reveal-visible .slider-experience .slider-experience-slides .swiper-wrapper .slide.previous .right {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
}
.home-experience.reveal-visible .slider-experience .slider-experience-slides .swiper-wrapper .slide.next .left .slide-title, .home-experience.reveal-visible .slider-experience .slider-experience-slides .swiper-wrapper .slide.next .left .slide-text, .home-experience.reveal-visible .slider-experience .slider-experience-slides .swiper-wrapper .slide.next .left .btn, .home-experience.reveal-visible .slider-experience .slider-experience-slides .swiper-wrapper .slide.next .right {
  opacity: 0;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}

.home-arguments {
  margin: 100px auto 150px;
}
@media only screen and (max-width: calc(1040px - 1px)) {
  .home-arguments {
    margin: 60px auto 100px;
  }
}
@media only screen and (max-width: calc(800px - 1px)) {
  .home-arguments {
    margin: 30px auto 80px;
  }
}
@media only screen and (max-width: calc(620px - 1px)) {
  .home-arguments {
    margin: 10px auto 80px;
  }
}
.home-arguments .scroll-container {
  width: 100%;
  position: relative;
}
.home-arguments:not(.reveal-visible) {
  pointer-events: none;
}
.home-arguments .susy-container .arguments-container, .home-arguments [slider-3-columns] .slick-container .arguments-container, [slider-3-columns] .home-arguments .slick-container .arguments-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 0;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .home-arguments .susy-container .arguments-container, .home-arguments [slider-3-columns] .slick-container .arguments-container, [slider-3-columns] .home-arguments .slick-container .arguments-container {
    flex-direction: column;
  }
  .home-arguments .susy-container .arguments-container > div, .home-arguments [slider-3-columns] .slick-container .arguments-container > div, [slider-3-columns] .home-arguments .slick-container .arguments-container > div {
    width: 100%;
  }
}
.home-arguments .slider-illustrations {
  position: relative;
  width: 31.7073170732%;
  margin-left: 8.5365853659%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: calc(1550px - 1px)) {
  .home-arguments .slider-illustrations {
    width: 40.243902439%;
    margin-left: 0;
  }
}
.home-arguments .slider-illustrations .illustration-list {
  position: sticky;
  top: 0;
  height: 18vw;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .home-arguments .slider-illustrations .illustration-list {
    top: 0 !important;
  }
}
.home-arguments .slider-illustrations .illustration-list .svg-container {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  display: flex;
  align-items: flex-start;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .home-arguments .slider-illustrations .illustration-list .svg-container {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}
.home-arguments .slider-illustrations .illustration-list .svg-container.prev {
  opacity: 0;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .home-arguments .slider-illustrations .illustration-list .svg-container.prev {
    -webkit-transform: translateX(-50px) !important;
    -moz-transform: translateX(-50px) !important;
    -ms-transform: translateX(-50px) !important;
    -o-transform: translateX(-50px) !important;
    transform: translateX(-50px) !important;
  }
}
.home-arguments .slider-illustrations .illustration-list .svg-container.current {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-out 0.5s;
  -moz-transition: opacity 0.5s ease-out 0.5s;
  -ms-transition: opacity 0.5s ease-out 0.5s;
  -o-transition: opacity 0.5s ease-out 0.5s;
  transition: opacity 0.5s ease-out 0.5s;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .home-arguments .slider-illustrations .illustration-list .svg-container.current {
    -webkit-transition: all 0.5s ease-out 0.5s;
    -moz-transition: all 0.5s ease-out 0.5s;
    -ms-transition: all 0.5s ease-out 0.5s;
    -o-transition: all 0.5s ease-out 0.5s;
    transition: all 0.5s ease-out 0.5s;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
}
.home-arguments .slider-illustrations .illustration-list .svg-container.next {
  opacity: 0;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .home-arguments .slider-illustrations .illustration-list .svg-container.next {
    -webkit-transform: translateX(50px) !important;
    -moz-transform: translateX(50px) !important;
    -ms-transform: translateX(50px) !important;
    -o-transform: translateX(50px) !important;
    transform: translateX(50px) !important;
  }
}
.home-arguments .slider-illustrations .illustration-list .svg-container svg {
  position: sticky;
  top: 0;
  width: 100%;
  height: auto;
}
.home-arguments .slider-illustrations .swiper-wrapper {
  width: 100%;
  margin-top: -18vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .home-arguments .slider-illustrations {
    margin: auto;
    margin-bottom: 0;
    max-width: 420px;
    overflow: hidden;
  }
  .home-arguments .slider-illustrations .swiper-wrapper {
    align-self: center;
    flex-direction: row;
  }
}
@media only screen and (max-width: calc(620px - 1px)) {
  .home-arguments .slider-illustrations {
    margin-bottom: 0;
  }
}
.home-arguments .slider-illustrations .slide {
  width: 100%;
  padding: 0;
}
.home-arguments .slider-illustrations .slide .svg-container {
  padding: 10vw 0;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .home-arguments .slider-illustrations .slide .svg-container {
    padding: 0;
  }
}
@media only screen and (min-width: 1040px) {
  .home-arguments .slider-illustrations .slide.reveal-visible svg {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (min-width: 1040px) {
  .home-arguments .slider-illustrations .slide.reveal-top svg {
    opacity: 0;
    -webkit-transform: translateY(-5vh);
    -moz-transform: translateY(-5vh);
    -ms-transform: translateY(-5vh);
    -o-transform: translateY(-5vh);
    transform: translateY(-5vh);
  }
}
@media only screen and (min-width: 1040px) {
  .home-arguments .slider-illustrations .slide.reveal-bottom svg {
    opacity: 0;
    -webkit-transform: translateY(5vh);
    -moz-transform: translateY(5vh);
    -ms-transform: translateY(5vh);
    -o-transform: translateY(5vh);
    transform: translateY(5vh);
  }
}
.home-arguments .slider-navigation {
  position: sticky;
  top: 0;
  width: 100px;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -moz-transition: all 0.2s ease-out 0.1s;
  -ms-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .home-arguments .slider-navigation {
    position: relative;
    top: 0 !important;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 40px auto 60px;
    max-width: 300px;
    align-self: center;
  }
}
@media only screen and (max-width: calc(620px - 1px)) {
  .home-arguments .slider-navigation {
    max-width: 240px;
  }
}
.home-arguments .slider-navigation .slide {
  position: relative;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
  opacity: 0.25;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .home-arguments .slider-navigation .slide {
    margin: 0;
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: calc(620px - 1px)) {
  .home-arguments .slider-navigation .slide {
    width: 42px;
    height: 42px;
  }
}
.home-arguments .slider-navigation .slide:not(.selected):hover {
  opacity: 0.5;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.home-arguments .slider-navigation .slide:last-child {
  margin-bottom: 0;
}
.home-arguments .slider-navigation .slide .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #91E3E8;
  border-radius: 14px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.home-arguments .slider-navigation .slide .picto {
  position: relative;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .home-arguments .slider-navigation .slide .picto {
    padding: 7px;
  }
}
.home-arguments .slider-navigation .slide.selected {
  opacity: 1;
}
.home-arguments .slider-navigation .slide.selected .background {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.home-arguments .slider-content {
  position: sticky;
  top: 0;
  width: 31.7073170732%;
  margin-right: 8.5365853659%;
  -webkit-transition: all 0.2s ease-out 0.2s;
  -moz-transition: all 0.2s ease-out 0.2s;
  -ms-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
}
@media only screen and (max-width: calc(1550px - 1px)) {
  .home-arguments .slider-content {
    margin-right: 0;
    width: 40.243902439%;
  }
}
@media only screen and (max-width: calc(800px - 1px)) {
  .home-arguments .slider-content {
    margin-right: 0;
  }
}
.home-arguments .slider-content .slider-wrapper {
  align-items: stretch;
}
.home-arguments .slider-content:not(.swiper-initialized) .slide {
  margin-right: -100%;
}
.home-arguments .slider-content .slide {
  overflow: visible;
  height: auto;
}
.home-arguments .slider-content .slide .subtitle {
  background: #91E3E8;
  text-transform: uppercase;
  padding: 0px 10px;
  border-radius: 96px;
}
.home-arguments .slider-content .slide .title {
  margin: 30px 0;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .home-arguments .slider-content .slide .title {
    margin: 10px 0;
  }
}
.home-arguments .slider-content .slide .text {
  margin-bottom: 60px;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .home-arguments .slider-content .slide .text {
    margin-bottom: 40px;
  }
}
.home-arguments .slider-content .slide .btn {
  margin-top: auto;
}
.home-arguments .slider-content .slide.current .subtitle {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out 0.4s;
  -moz-transition: all 0.2s ease-out 0.4s;
  -ms-transition: all 0.2s ease-out 0.4s;
  -o-transition: all 0.2s ease-out 0.4s;
  transition: all 0.2s ease-out 0.4s;
}
.home-arguments .slider-content .slide.current .title {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out 0.5s;
  -moz-transition: all 0.2s ease-out 0.5s;
  -ms-transition: all 0.2s ease-out 0.5s;
  -o-transition: all 0.2s ease-out 0.5s;
  transition: all 0.2s ease-out 0.5s;
}
.home-arguments .slider-content .slide.current .text {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out 0.6s;
  -moz-transition: all 0.2s ease-out 0.6s;
  -ms-transition: all 0.2s ease-out 0.6s;
  -o-transition: all 0.2s ease-out 0.6s;
  transition: all 0.2s ease-out 0.6s;
}
.home-arguments .slider-content .slide.current .btn {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out 0.7s;
  -moz-transition: all 0.2s ease-out 0.7s;
  -ms-transition: all 0.2s ease-out 0.7s;
  -o-transition: all 0.2s ease-out 0.7s;
  transition: all 0.2s ease-out 0.7s;
}
.home-arguments .slider-content .slide.previous .subtitle, .home-arguments .slider-content .slide.next .subtitle {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -moz-transition: all 0.2s ease-out 0.1s;
  -ms-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
.home-arguments .slider-content .slide.previous .title, .home-arguments .slider-content .slide.next .title {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0.2s;
  -moz-transition: all 0.2s ease-out 0.2s;
  -ms-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
}
.home-arguments .slider-content .slide.previous .text, .home-arguments .slider-content .slide.next .text {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0.3s;
  -moz-transition: all 0.2s ease-out 0.3s;
  -ms-transition: all 0.2s ease-out 0.3s;
  -o-transition: all 0.2s ease-out 0.3s;
  transition: all 0.2s ease-out 0.3s;
}
.home-arguments .slider-content .slide.previous .btn, .home-arguments .slider-content .slide.next .btn {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0.4s;
  -moz-transition: all 0.2s ease-out 0.4s;
  -ms-transition: all 0.2s ease-out 0.4s;
  -o-transition: all 0.2s ease-out 0.4s;
  transition: all 0.2s ease-out 0.4s;
}
.home-arguments.reveal-top .slider-illustrations, .home-arguments.reveal-top .slider-navigation, .home-arguments.reveal-top .slider-content, .home-arguments.reveal-bottom .slider-illustrations, .home-arguments.reveal-bottom .slider-navigation, .home-arguments.reveal-bottom .slider-content {
  opacity: 0;
}
.home-arguments.reveal-top .slider-illustrations, .home-arguments.reveal-top .slider-navigation, .home-arguments.reveal-top .slider-content {
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
.home-arguments.reveal-bottom .slider-illustrations, .home-arguments.reveal-bottom .slider-navigation, .home-arguments.reveal-bottom .slider-content {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
}
.home-arguments.reveal-visible .slider-illustrations .slide.next svg {
  opacity: 0;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
.home-arguments.reveal-visible .slider-illustrations .slide.previous svg {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
}
.home-arguments.reveal-visible .slider-content .slide.next .subtitle, .home-arguments.reveal-visible .slider-content .slide.next .title, .home-arguments.reveal-visible .slider-content .slide.next .btn, .home-arguments.reveal-visible .slider-content .slide.next .text {
  opacity: 0;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
.home-arguments.reveal-visible .slider-content .slide.previous .subtitle, .home-arguments.reveal-visible .slider-content .slide.previous .title, .home-arguments.reveal-visible .slider-content .slide.previous .btn, .home-arguments.reveal-visible .slider-content .slide.previous .text {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
}

body.page-template-contact,
body.page-template-contact_simple {
  background: linear-gradient(170.2deg, #FFFFFF -0.73%, #DDF0F2 25.1%, #DEEDEF 39.97%, #FFFFFF 74.41%);
}
body.page-template-contact .contact-content .header-mobile,
body.page-template-contact .contact-simple-content .header-mobile,
body.page-template-contact_simple .contact-content .header-mobile,
body.page-template-contact_simple .contact-simple-content .header-mobile {
  display: none;
}
@media only screen and (max-width: calc(800px - 1px)) {
  body.page-template-contact .contact-content .header-mobile,
  body.page-template-contact .contact-simple-content .header-mobile,
  body.page-template-contact_simple .contact-content .header-mobile,
  body.page-template-contact_simple .contact-simple-content .header-mobile {
    display: block;
  }
}
body.page-template-contact .contact-content .block-left,
body.page-template-contact .contact-simple-content .block-left,
body.page-template-contact_simple .contact-content .block-left,
body.page-template-contact_simple .contact-simple-content .block-left {
  width: 27.0833333333%;
  margin-left: 7.2916666667%;
  margin-top: -3vw;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
body.page-template-contact .contact-content .block-left .arguments-contact,
body.page-template-contact .contact-simple-content .block-left .arguments-contact,
body.page-template-contact_simple .contact-content .block-left .arguments-contact,
body.page-template-contact_simple .contact-simple-content .block-left .arguments-contact {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
body.page-template-contact .contact-content .block-left.visible,
body.page-template-contact .contact-simple-content .block-left.visible,
body.page-template-contact_simple .contact-content .block-left.visible,
body.page-template-contact_simple .contact-simple-content .block-left.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
body.page-template-contact .contact-content .block-left.visible .arguments-contact,
body.page-template-contact .contact-simple-content .block-left.visible .arguments-contact,
body.page-template-contact_simple .contact-content .block-left.visible .arguments-contact,
body.page-template-contact_simple .contact-simple-content .block-left.visible .arguments-contact {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
body.page-template-contact .contact-content .block-left .illustration,
body.page-template-contact .contact-simple-content .block-left .illustration,
body.page-template-contact_simple .contact-content .block-left .illustration,
body.page-template-contact_simple .contact-simple-content .block-left .illustration {
  margin-bottom: 10px;
  width: 100%;
  min-height: 215px;
}
body.page-template-contact .contact-content .block-left .illustration svg,
body.page-template-contact .contact-simple-content .block-left .illustration svg,
body.page-template-contact_simple .contact-content .block-left .illustration svg,
body.page-template-contact_simple .contact-simple-content .block-left .illustration svg {
  width: 100%;
}
body.page-template-contact .contact-content .block-right,
body.page-template-contact .contact-simple-content .block-right,
body.page-template-contact_simple .contact-content .block-right,
body.page-template-contact_simple .contact-simple-content .block-right {
  width: 48.9583333333%;
  margin-right: 7.2916666667%;
  margin-top: 1vw;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
body.page-template-contact .contact-content .block-right .form-contact,
body.page-template-contact .contact-simple-content .block-right .form-contact,
body.page-template-contact_simple .contact-content .block-right .form-contact,
body.page-template-contact_simple .contact-simple-content .block-right .form-contact {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
body.page-template-contact .contact-content .block-right.visible,
body.page-template-contact .contact-simple-content .block-right.visible,
body.page-template-contact_simple .contact-content .block-right.visible,
body.page-template-contact_simple .contact-simple-content .block-right.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
body.page-template-contact .contact-content .block-right.visible .form-contact,
body.page-template-contact .contact-simple-content .block-right.visible .form-contact,
body.page-template-contact_simple .contact-content .block-right.visible .form-contact,
body.page-template-contact_simple .contact-simple-content .block-right.visible .form-contact {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (max-width: calc(1550px - 1px)) {
  body.page-template-contact .contact-content .block-left,
  body.page-template-contact .contact-simple-content .block-left,
  body.page-template-contact_simple .contact-content .block-left,
  body.page-template-contact_simple .contact-simple-content .block-left {
    width: 34.375%;
    margin-left: 0;
  }
  body.page-template-contact .contact-content .block-right,
  body.page-template-contact .contact-simple-content .block-right,
  body.page-template-contact_simple .contact-content .block-right,
  body.page-template-contact_simple .contact-simple-content .block-right {
    width: 56.25%;
    margin-right: 0;
  }
}
@media only screen and (max-width: calc(800px - 1px)) {
  body.page-template-contact .contact-content,
  body.page-template-contact .contact-simple-content,
  body.page-template-contact_simple .contact-content,
  body.page-template-contact_simple .contact-simple-content {
    flex-direction: column;
  }
  body.page-template-contact .contact-content .block-left,
  body.page-template-contact .contact-content .block-right,
  body.page-template-contact .contact-simple-content .block-left,
  body.page-template-contact .contact-simple-content .block-right,
  body.page-template-contact_simple .contact-content .block-left,
  body.page-template-contact_simple .contact-content .block-right,
  body.page-template-contact_simple .contact-simple-content .block-left,
  body.page-template-contact_simple .contact-simple-content .block-right {
    width: 100%;
    margin-right: 0;
  }
  body.page-template-contact .contact-content .block-left .illustration,
  body.page-template-contact .contact-content .block-right .illustration,
  body.page-template-contact .contact-simple-content .block-left .illustration,
  body.page-template-contact .contact-simple-content .block-right .illustration,
  body.page-template-contact_simple .contact-content .block-left .illustration,
  body.page-template-contact_simple .contact-content .block-right .illustration,
  body.page-template-contact_simple .contact-simple-content .block-left .illustration,
  body.page-template-contact_simple .contact-simple-content .block-right .illustration {
    margin: -20px auto 20px;
    max-width: 450px;
  }
}
body.page-template-contact .footer,
body.page-template-contact_simple .footer {
  margin-top: 150px;
}
body.page-template-contact .footer .footer-top,
body.page-template-contact_simple .footer .footer-top {
  display: none;
}
body.page-template-contact .footer .footer-middle,
body.page-template-contact_simple .footer .footer-middle {
  margin-top: 100px;
}

body.page-template-contact_simple .contact-simple-content {
  justify-content: center;
}
body.page-template-contact_simple .contact-simple-content .header-mobile {
  display: none;
}
body.page-template-contact_simple .contact-simple-content .block-right {
  opacity: 1;
  width: 48.7804878049%;
}
body.page-template-contact_simple .contact-simple-content .block-right .title {
  text-align: center;
}
body.page-template-contact_simple .contact-simple-content .block-right .form-contact {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (max-width: calc(1040px - 1px)) {
  body.page-template-contact_simple .contact-simple-content .block-right {
    width: 65.8536585366%;
  }
}
@media only screen and (max-width: calc(800px - 1px)) {
  body.page-template-contact_simple .contact-simple-content .header-mobile {
    display: block;
  }
  body.page-template-contact_simple .contact-simple-content .header-mobile .intro-contact.header {
    margin-bottom: 0;
  }
  body.page-template-contact_simple .contact-simple-content .block-right {
    width: 100%;
  }
  body.page-template-contact_simple .contact-simple-content .block-right .title {
    display: none;
  }
}

.intro-contact .title {
  margin-bottom: 30px;
}
.intro-contact.header {
  display: none;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .intro-contact {
    display: none;
  }
  .intro-contact.header {
    display: block;
    text-align: center;
  }
}

.arguments-contact .swiper-wrapper {
  flex-direction: column;
}
.arguments-contact .swiper-wrapper .argument {
  margin-bottom: 10px;
}
.arguments-contact .swiper-wrapper .argument .picto {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  margin-right: 20px;
  background: #91E3E8;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.arguments-contact .swiper-wrapper .argument .picto svg {
  width: 40px;
  height: auto;
}
.arguments-contact .swiper-wrapper .argument .text {
  width: 100%;
}
.arguments-contact .swiper-pagination {
  display: none;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .arguments-contact {
    padding-bottom: 60px;
    overflow: hidden;
  }
  .arguments-contact .swiper-wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
  }
  .arguments-contact .swiper-wrapper .argument {
    width: 100%;
    max-width: 345px;
    justify-content: flex-start;
    opacity: 0 !important;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .arguments-contact .swiper-wrapper .argument .text {
    width: auto;
  }
  .arguments-contact .swiper-wrapper .argument.swiper-slide-active {
    opacity: 1 !important;
    -webkit-transition: opacity 0.5s ease-out 0.5s;
    -moz-transition: opacity 0.5s ease-out 0.5s;
    -ms-transition: opacity 0.5s ease-out 0.5s;
    -o-transition: opacity 0.5s ease-out 0.5s;
    transition: opacity 0.5s ease-out 0.5s;
  }
  .arguments-contact .swiper-pagination {
    display: block;
    bottom: 40px !important;
  }
  .arguments-contact .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    background: #161616;
    opacity: 0.1;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .arguments-contact .swiper-pagination .swiper-pagination-bullet:after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #161616;
    top: -4px;
    left: -4px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .arguments-contact .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #A4A0E0;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .arguments-contact .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    opacity: 1;
  }
}

.faq-accordeons-section {
  margin-bottom: 100px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.faq-accordeons-section.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.faq-accordeons-section .block-accordeon {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.faq-accordeons-section .block-accordeon .item.hidden {
  display: none;
}
.faq-accordeons-section .block-accordeon.hidden {
  -webkit-transition: opacity 0s ease-out;
  -moz-transition: opacity 0s ease-out;
  -ms-transition: opacity 0s ease-out;
  -o-transition: opacity 0s ease-out;
  transition: opacity 0s ease-out;
  opacity: 0;
}

.faq-categories-section {
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.faq-categories-section.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.faq-categories-section .title {
  margin-bottom: 25px;
}
.faq-categories-section .faq-categories {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.faq-categories-section .faq-categories .categorie-btn {
  border: 1px solid #161616;
  border-radius: 43px;
  background-color: transparent;
  padding: 14px 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.faq-categories-section .faq-categories .categorie-btn:hover {
  -webkit-transform: translateX(-1px) translateY(1px);
  -moz-transform: translateX(-1px) translateY(1px);
  -ms-transform: translateX(-1px) translateY(1px);
  -o-transform: translateX(-1px) translateY(1px);
  transform: translateX(-1px) translateY(1px);
}
.faq-categories-section .faq-categories .categorie-btn.selected {
  border-width: 2px;
  padding: 13px 19px;
  background-color: #ffffff;
}

.faq-redirection-section {
  background-color: #ffffff;
  padding: 85px 8.5365853659% 110px;
  border-radius: 20px;
  position: relative;
}
.faq-redirection-section .title {
  margin-bottom: 70px;
}
.faq-redirection-section .redirection-links {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.faq-redirection-section .redirection-links .redirection-link {
  display: flex;
  flex-direction: column;
  width: 23.1707317073%;
}
.faq-redirection-section .redirection-links .redirection-link:first-child {
  width: 31.7073170732%;
}
.faq-redirection-section .redirection-links .redirection-link .image {
  height: 150px;
  width: 150px;
  margin-bottom: 40px;
}
.faq-redirection-section .redirection-links .redirection-link .redirection-title {
  margin-bottom: 15px;
}
@media only screen and (max-width: calc(800px - 1px)) {
  .faq-redirection-section {
    padding: 40px;
  }
  .faq-redirection-section .title {
    text-align: center;
  }
  .faq-redirection-section .redirection-links {
    flex-direction: column;
  }
  .faq-redirection-section .redirection-links .redirection-link {
    width: 100%;
    margin-bottom: 60px;
    align-items: center;
  }
  .faq-redirection-section .redirection-links .redirection-link:first-child {
    width: 100%;
  }
  .faq-redirection-section .redirection-links .redirection-link .image {
    margin-bottom: 20px;
  }
  .faq-redirection-section .redirection-links .redirection-link .redirection-title {
    margin-bottom: 5px;
  }
}

.faq-search-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.faq-search-section.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (max-width: calc(1040px - 1px)) {
  .faq-search-section {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.faq-search-section .content-container {
  width: 67.6470588235%;
  position: relative;
}
@media only screen and (max-width: calc(1040px - 1px)) {
  .faq-search-section .content-container {
    margin-left: 0;
    width: 100%;
  }
  .faq-search-section .content-container .search-title {
    text-align: center;
  }
}
.faq-search-section .content-container .search-input-container {
  position: relative;
}
.faq-search-section .content-container .search-input-container .search-bar {
  color: #161616;
  margin: 40px 0;
  background: #FFFFFF;
  border: 1px solid rgba(22, 22, 22, 0.2);
  border-radius: 20px;
  padding: 26px 25px;
  padding-left: 80px;
}
.faq-search-section .content-container .search-input-container .search-bar::placeholder {
  color: #161616;
  opacity: 1;
}
.faq-search-section .content-container .search-input-container:after {
  position: absolute;
  content: "";
  background-image: url("../img/pictos/search-loop.svg");
  height: 50px;
  width: 50px;
  top: 0;
  bottom: 0;
  left: 18px;
  margin: auto;
}
.faq-search-section .block-right {
  width: 27.9411764706%;
}
@media only screen and (max-width: calc(1280px - 1px)) {
  .faq-search-section .block-right {
    width: 100%;
    max-width: 255px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}

body.page-template-legal {
  background: #EFF3FD;
}
body.page-template-legal .page-legal {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 70px 0 180px;
  margin-bottom: 160px;
}
@media only screen and (min-width: 1040px) {
  body.page-template-legal .page-legal {
    max-width: 41.6666666667%;
  }
}
body.page-template-legal .page-legal .title {
  margin-bottom: 42px;
}
body.page-template-legal .page-legal .links-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.page-template-legal .page-legal .links-container .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  width: 100%;
  padding: 27px 22px 27px 30px;
  background-color: #ffffff;
  border: 1px solid rgba(22, 22, 22, 0.2);
  border-radius: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.page-template-legal .page-legal .links-container .link span {
  margin-right: 15px;
}
body.page-template-legal .page-legal .links-container .link svg {
  padding: 6px 0px;
  height: 30px;
  width: 30px;
}
body.page-template-legal .page-legal .links-container .link:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
body.page-template-legal .footer .footer-top {
  display: none;
}
body.page-template-legal .footer .footer-middle {
  margin-top: 100px;
}

body.page-template-page_modules .footer {
  margin-top: 100px;
}
body.page-template-page_modules .footer .footer-top {
  display: none;
}
body.page-template-page_modules .footer .footer-middle {
  margin-top: 100px;
}

body.page-template-homepage {
  background: linear-gradient(169.32deg, #FFFFFF 12.7%, #E1E7F8 39.63%, #E1E7F8 46.05%, #FFFFFF 74.27%);
}

body.page-template-faq {
  background: #EFF3FD;
}
body.page-template-faq .faq-wrapper {
  padding: 0 4.6875%;
}
@media only screen and (max-width: calc(1550px - 1px)) {
  body.page-template-faq .faq-wrapper {
    padding: 0;
  }
}

body.page-template-pricing {
  background: linear-gradient(169.32deg, #FFFFFF 12.7%, #E1E7F8 39.63%, #E1E7F8 46.05%, #FFFFFF 74.27%);
}

body.page-template-hiring {
  background: #EFF3FD;
}
body.page-template-hiring .page-legal {
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  padding: 70px 0 180px;
  margin-bottom: 160px;
}
body.page-template-hiring .page-legal .title {
  margin-bottom: 42px;
}
body.page-template-hiring .page-legal .offres-container {
  width: 82.9268292683%;
  margin: 0 auto;
}
body.page-template-hiring .page-legal .offres-container .offre {
  padding: 25px 0;
  border-bottom: 1px solid #161616;
}
body.page-template-hiring .page-legal .offres-container .offre:first-of-type {
  border-top: 1px solid #161616;
}
body.page-template-hiring .page-legal .offres-container .offre .title {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  margin: 0;
}
body.page-template-hiring .page-legal .offres-container .offre .title .arrow {
  width: 15px;
  transform: rotate(90deg);
}
body.page-template-hiring .page-legal .offres-container .offre .content {
  height: 0;
  overflow: hidden;
}
body.page-template-hiring .page-legal .offres-container .offre.open .arrow {
  transform: rotate(270deg);
}
body.page-template-hiring .page-legal .offres-container .offre.open .content {
  height: auto;
  padding-top: 25px;
}
body.page-template-hiring .page-legal .offres-container .offre .apply {
  margin-top: 50px;
}
body.page-template-hiring .footer .footer-top {
  display: none;
}
body.page-template-hiring .footer .footer-middle {
  margin-top: 100px;
}

body.page-template-default {
  background: #EFF3FD;
}
body.page-template-default .content-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 70px 0 180px;
  margin-bottom: 160px;
  width: 65.8536585366%;
}
body.page-template-default .content-wrapper .title {
  margin-bottom: 70px;
}
body.page-template-default .content-wrapper h1 {
  font-size: clamp(1.5rem, 0.9615rem + 1.5385vw, 2.5rem);
  line-height: clamp(2.125rem, 1.6538rem + 1.3462vw, 3rem);
}
body.page-template-default .content-wrapper h2 {
  font-size: clamp(0.875rem, 0.7404rem + 0.3846vw, 1.125rem);
  line-height: clamp(1.375rem, 1.1058rem + 0.7692vw, 1.875rem);
  font-weight: bold;
}
body.page-template-default .content-wrapper p {
  margin: 20px 0;
  font-size: clamp(0.875rem, 0.7404rem + 0.3846vw, 1.125rem);
  line-height: clamp(1.375rem, 1.1058rem + 0.7692vw, 1.875rem);
}
body.page-template-default .footer .footer-top {
  display: none;
}
body.page-template-default .footer .footer-middle {
  margin-top: 100px;
}

.container-404.susy-container, [slider-3-columns] .container-404.slick-container {
  height: 50vh;
  text-align: center;
}
.container-404.susy-container .title, [slider-3-columns] .container-404.slick-container .title {
  margin-top: 50px;
  margin-bottom: 100px;
}
body.woocommerce-account .wp-content {
  padding: 60px 0 180px;
}
body.woocommerce-account .title {
  text-align: center;
  padding: 0;
}
body.woocommerce-account .woocommerce-form-login.hidden {
  display: none;
}
body.woocommerce-account .account-header {
  padding: 0 0 60px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
body.woocommerce-account .account-header .account-name,
body.woocommerce-account .account-header .account-logout {
  width: 50%;
  margin-top: 30px;
}
body.woocommerce-account .account-header .account-name {
  order: 2;
}
body.woocommerce-account .account-header .title {
  width: 100%;
  order: 1;
}
body.woocommerce-account .account-header .account-logout {
  order: 3;
}
body.woocommerce-account .account-header .account-logout {
  display: flex;
  justify-content: flex-end;
}
body.woocommerce-account .account-header .account-logout a {
  cursor: pointer;
  position: relative;
}
body.woocommerce-account .account-header .account-logout a:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #6D6D6D;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
body.woocommerce-account .account-header .account-logout a:hover:after {
  -webkit-animation: 0.5s anim_underline;
  -moz-animation: 0.5s anim_underline;
  -o-animation: 0.5s anim_underline;
  animation: 0.5s anim_underline;
}
@media only screen and (min-width: 800px) {
  body.woocommerce-account .account-header .account-name,
  body.woocommerce-account .account-header .account-logout {
    width: 300px;
  }
  body.woocommerce-account .account-header .account-name {
    order: 1;
  }
  body.woocommerce-account .account-header .title {
    order: 2;
    width: auto;
  }
  body.woocommerce-account .account-header .account-logout {
    order: 3;
  }
}
body.woocommerce-account .my-account-navigation {
  position: relative;
  text-align: center;
  border: 1px solid #D8D8D8;
  border-left: none;
  border-right: none;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.woocommerce-account .my-account-navigation a {
  color: #161616;
  opacity: 0.4;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 28px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}
body.woocommerce-account .my-account-navigation a:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  background: #161616;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
  pointer-events: none;
  -webkit-animation: 0.5s anim_shrinkToRight;
  -moz-animation: 0.5s anim_shrinkToRight;
  -o-animation: 0.5s anim_shrinkToRight;
  animation: 0.5s anim_shrinkToRight;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
body.woocommerce-account .my-account-navigation a:hover:after, body.woocommerce-account .my-account-navigation a.selected:after {
  -webkit-animation: 0.5s anim_growFromLeft;
  -moz-animation: 0.5s anim_growFromLeft;
  -o-animation: 0.5s anim_growFromLeft;
  animation: 0.5s anim_growFromLeft;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
body.woocommerce-account .my-account-navigation a:last-child {
  margin-bottom: 0;
}
body.woocommerce-account .my-account-navigation a:hover {
  opacity: 1;
}
body.woocommerce-account .my-account-navigation a:not(.is-active) {
  display: none;
}
body.woocommerce-account .my-account-navigation a.is-active {
  opacity: 1;
  pointer-events: none;
  display: block;
  margin-bottom: 0;
}
body.woocommerce-account .my-account-navigation a.is-active:after {
  display: none;
}
body.woocommerce-account .my-account-navigation .arrow {
  display: block;
  position: absolute;
  top: 34px;
  right: 0;
  width: 16px;
  height: 16px;
  background-image: url(../img/pictos/arrow_small_down.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.woocommerce-account .my-account-navigation .arrow img, body.woocommerce-account .my-account-navigation .arrow svg {
  width: 100%;
  height: auto;
}
body.woocommerce-account .my-account-navigation.open a {
  margin-bottom: 30px;
}
body.woocommerce-account .my-account-navigation.open a:not(.is-active) {
  display: block;
}
body.woocommerce-account .my-account-navigation.open a.is-active {
  display: block;
}
body.woocommerce-account .my-account-navigation.open .arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (min-width: 1040px) {
  body.woocommerce-account .my-account-navigation {
    flex-direction: row;
    justify-content: center;
  }
  body.woocommerce-account .my-account-navigation a {
    margin: 0 30px;
  }
  body.woocommerce-account .my-account-navigation a:last-child {
    margin-bottom: 0;
  }
  body.woocommerce-account .my-account-navigation a:not(.is-active) {
    display: block;
  }
  body.woocommerce-account .my-account-navigation .arrow {
    display: none;
  }
}
body.woocommerce-account .edit-account {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 705px;
  margin: auto;
}
body.woocommerce-account .edit-account em {
  margin-top: 5px;
  font-size: 14px;
}
body.woocommerce-account .edit-account .d-flex {
  width: 100%;
}
body.woocommerce-account .edit-account .Myaccount-box {
  width: 100%;
}
body.woocommerce-account .edit-account .woocommerce-Button {
  padding: 20px 45px;
  margin: 30px auto 0;
  align-self: center;
}
body.woocommerce-account form .show-password-input {
  top: 20px;
  width: 28px;
  height: 28px;
  font-size: 18px;
  line-height: 28px;
}
body.woocommerce-account form.login, body.woocommerce-account form.register {
  max-width: 450px;
  margin: auto;
  border: none;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.woocommerce-account form.login .form-row, body.woocommerce-account form.register .form-row {
  width: 100%;
}
body.woocommerce-account form.login .d-flex.align-items-center, body.woocommerce-account form.register .d-flex.align-items-center {
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.woocommerce-account form.login .d-flex.align-items-center button, body.woocommerce-account form.register .d-flex.align-items-center button {
  float: none;
  width: 100%;
  text-align: center;
  max-width: 345px;
  margin-right: 0;
  min-width: 345px;
}
body.woocommerce-account .checkbox-list {
  width: 100%;
  margin: 40px auto 40px;
}
body.woocommerce-account .input-lost-password {
  position: relative;
}
body.woocommerce-account .input-lost-password input {
  padding-right: 100px;
}
body.woocommerce-account .input-lost-password .btn-lost-password {
  position: absolute;
  top: 26px;
  right: 20px;
  color: #161616;
}
body.woocommerce-account .woocommerce-form-login__rememberme {
  margin-top: 30px;
}
body.woocommerce-account .woocommerce-orders-table {
  padding: 50px 0 150px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.woocommerce-account .woocommerce-orders-table .Myaccount-box {
  width: 90%;
  max-width: 800px;
  margin-bottom: 10px;
  border: 1px solid #D8D8D8;
  border-radius: 8px;
  padding: 20px 30px;
}
body.woocommerce-account .woocommerce-orders-table .Myaccount-box .additional-infos-container {
  height: 0;
  margin-top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  overflow: hidden;
}
body.woocommerce-account .woocommerce-orders-table .Myaccount-box .additional-infos-container .additional-infos-item {
  border-bottom: 1px solid #1A1A1A;
}
body.woocommerce-account .woocommerce-orders-table .Myaccount-box .additional-infos-container .additional-infos-item:last-child {
  border-bottom: none;
}
body.woocommerce-account .woocommerce-orders-table .Myaccount-box .additional-infos-container .additional-infos-item .title {
  padding: 50px 0 20px;
}
body.woocommerce-account .woocommerce-orders-table .Myaccount-box .additional-infos-container .additional-infos-item .order-details .order-line {
  padding: 20px 0;
  border-top: 1px solid #EAEAEA;
}
body.woocommerce-account .woocommerce-orders-table .Myaccount-box .additional-infos-container .additional-infos-item .order-details .order-line:last-child {
  border-bottom: 1px solid #EAEAEA;
}
body.woocommerce-account .woocommerce-orders-table .Myaccount-box .additional-infos-container .additional-infos-item .order-details .order-line .illustration {
  background: #CFF;
  width: 64px;
  height: 64px;
}
body.woocommerce-account .woocommerce-orders-table .Myaccount-box .additional-infos-container .additional-infos-item .order-details .order-line .illustration img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
body.woocommerce-account .woocommerce-orders-table .Myaccount-box .additional-infos-container .additional-infos-item .order-details .order-line .infos {
  margin-left: 20px;
  margin-right: auto;
}
body.woocommerce-account .woocommerce-orders-table .Myaccount-box .additional-infos-container .additional-infos-item .order-details .order-line .infos .quantity, body.woocommerce-account .woocommerce-orders-table .Myaccount-box .additional-infos-container .additional-infos-item .order-details .order-line .infos .details {
  font-size: 12px;
}
body.woocommerce-account .woocommerce-orders-table .Myaccount-box .additional-infos-container .additional-infos-item .paiement-details .right {
  font-size: 18px;
}
body.woocommerce-account .woocommerce-orders-table .Myaccount-box .additional-infos-container .additional-infos-item .paiement-details strong, body.woocommerce-account .woocommerce-orders-table .Myaccount-box .additional-infos-container .additional-infos-item .paiement-details .total-price {
  font-weight: 700;
}
body.woocommerce-account .woocommerce-orders-table .Myaccount-box .additional-infos-container .additional-infos-item .paiement-details .total-tva {
  color: #A8A8A8;
  padding-bottom: 40px;
}
body.woocommerce-account .woocommerce-orders-table .Myaccount-box .additional-infos-container .additional-infos-item .paiement-details .subtotal, body.woocommerce-account .woocommerce-orders-table .Myaccount-box .additional-infos-container .additional-infos-item .paiement-details .total-price {
  padding-bottom: 10px;
}
body.woocommerce-account .woocommerce-orders-table .Myaccount-box .additional-infos-container .additional-infos-item .paiement-details .paiement-block, body.woocommerce-account .woocommerce-orders-table .Myaccount-box .additional-infos-container .additional-infos-item .paiement-details .promo-block, body.woocommerce-account .woocommerce-orders-table .Myaccount-box .additional-infos-container .additional-infos-item .paiement-details .total-block {
  padding: 30px 0;
  border-bottom: 1px solid #EAEAEA;
}
body.woocommerce-account .woocommerce-orders-table .Myaccount-box .additional-infos-container .additional-infos-item .adress {
  text-align: center;
  padding-bottom: 60px;
}
body.woocommerce-account .woocommerce-orders-table .Myaccount-box.open .additional-infos-container {
  margin-top: 30px;
  opacity: 1;
}
body.woocommerce-account .woocommerce-orders-table .Myaccount-box .row {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.woocommerce-account .woocommerce-orders-table .Myaccount-box .row .infos {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: -15px;
}
body.woocommerce-account .woocommerce-orders-table .Myaccount-box .row .infos .col {
  width: 100%;
  margin-bottom: 15px;
}
body.woocommerce-account .woocommerce-orders-table .Myaccount-box .row .infos .col.order-number, body.woocommerce-account .woocommerce-orders-table .Myaccount-box .row .infos .col.order-status {
  font-weight: 700;
}
body.woocommerce-account .woocommerce-orders-table .Myaccount-box .row .infos .col.order-number a, body.woocommerce-account .woocommerce-orders-table .Myaccount-box .row .infos .col.order-status a {
  color: #161616;
}
body.woocommerce-account .woocommerce-orders-table .Myaccount-box .row .infos .col.order-number {
  order: 1;
}
body.woocommerce-account .woocommerce-orders-table .Myaccount-box .row .infos .col.order-status {
  order: 2;
}
body.woocommerce-account .woocommerce-orders-table .Myaccount-box .row .infos .col.order-date {
  order: 3;
}
body.woocommerce-account .woocommerce-orders-table .Myaccount-box .row .infos .col.order-total {
  order: 4;
}
body.woocommerce-account .woocommerce-orders-table .Myaccount-box .row .infos .col.order-actions {
  display: none;
}
body.woocommerce-account .woocommerce-orders-table .Myaccount-box .row .buttons {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 100px;
  padding-top: 40px;
}
body.woocommerce-account .woocommerce-orders-table .Myaccount-box .row .buttons a {
  padding: 5px 10px;
  background: transparent;
  color: #161616;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px;
  text-align: center;
}
body.woocommerce-account .woocommerce-orders-table .Myaccount-box .row .buttons a:last-child {
  margin-bottom: 0;
}
body.woocommerce-account .woocommerce-orders-table .Myaccount-box .row .buttons a:hover {
  background: #161616;
  color: #ffffff;
}
body.woocommerce-account .woocommerce-orders-table .label {
  color: #A8A8A8;
  font-weight: 400;
}
body.woocommerce-account .woocommerce-orders-table a:after {
  display: none;
}
body.woocommerce-account .woocommerce-Addresses {
  max-width: 705px;
  margin: auto;
  padding: 50px 0 150px;
}
body.woocommerce-account .woocommerce-Addresses .woocommerce-Address {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 8px;
  border: 1px solid #D8D8D8;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: center;
  justify-content: space-between;
}
body.woocommerce-account .woocommerce-Addresses .woocommerce-Address .left {
  text-align: center;
}
body.woocommerce-account .woocommerce-Addresses .woocommerce-Address .left .adresse-title {
  margin-bottom: 10px;
}
body.woocommerce-account .woocommerce-Addresses .woocommerce-Address .left .adresse-text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  margin: 0;
}
body.woocommerce-account .woocommerce-Addresses .woocommerce-Address .right {
  padding: 10px 0;
  margin-top: 30px;
}
body.woocommerce-account .woocommerce-Addresses .woocommerce-Address .right a.Button {
  display: block;
  min-width: 110px;
  padding: 5px 10px;
  border-radius: 25px;
  border: 1px solid #161616;
  background: transparent;
  color: #161616;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
body.woocommerce-account .woocommerce-Addresses .woocommerce-Address .right a.Button:after {
  display: none;
}
body.woocommerce-account .woocommerce-Addresses .woocommerce-Address .right a.Button:hover {
  background: #161616;
  color: #ffffff;
}
body.woocommerce-account .retour,
body.woocommerce-account .btn-register {
  text-align: center;
}
body.woocommerce-account .retour span,
body.woocommerce-account .btn-register span {
  cursor: pointer;
  cursor: pointer;
  position: relative;
}
body.woocommerce-account .retour span:after,
body.woocommerce-account .btn-register span:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #A4A0E0;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
body.woocommerce-account .retour span:hover:after,
body.woocommerce-account .btn-register span:hover:after {
  -webkit-animation: 0.5s anim_underline;
  -moz-animation: 0.5s anim_underline;
  -o-animation: 0.5s anim_underline;
  animation: 0.5s anim_underline;
}
body.woocommerce-account .retour.hidden,
body.woocommerce-account .btn-register.hidden {
  display: none;
}
body.woocommerce-account .register-container {
  flex-direction: column;
  align-items: center;
  display: none;
}
body.woocommerce-account .register-container .woocommerce-form-register__submit {
  text-align: center;
  display: block;
  margin: auto;
  min-width: 345px;
  padding: 20px 45px;
}
body.woocommerce-account .register-container .woocommerce-privacy-policy-text {
  padding: 19px 0 8px;
}
body.woocommerce-account .register-container.visible {
  display: flex;
}
body.woocommerce-account .no-order-yet:before {
  display: none;
}
body.woocommerce-account .no-order-yet .text {
  padding-top: 60px;
}
body.woocommerce-account .no-order-yet a:after {
  display: none;
}
@media only screen and (min-width: 620px) {
  body.woocommerce-account .woocommerce-orders-table .Myaccount-box .row {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  body.woocommerce-account .woocommerce-orders-table .Myaccount-box .row .infos {
    width: 250px;
  }
  body.woocommerce-account .woocommerce-orders-table .Myaccount-box .row .infos .col {
    width: 250px;
  }
  body.woocommerce-account .woocommerce-orders-table .Myaccount-box .row .buttons {
    padding-top: 0;
  }
  body.woocommerce-account .woocommerce-Addresses .woocommerce-Address {
    flex-direction: row;
    align-items: flex-start;
  }
  body.woocommerce-account .woocommerce-Addresses .woocommerce-Address .left {
    text-align: left;
  }
  body.woocommerce-account .woocommerce-Addresses .woocommerce-Address .right {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1040px) {
  body.woocommerce-account .woocommerce-orders-table .Myaccount-box {
    padding: 20px 60px;
  }
  body.woocommerce-account .woocommerce-orders-table .Myaccount-box .row .infos {
    width: 650px;
  }
  body.woocommerce-account .woocommerce-Addresses .woocommerce-Address {
    padding: 20px 60px;
  }
}

.woocommerce-cart-form .list-products-header {
  display: none;
  color: #A8A8A8;
  margin: 50px auto 10px;
}
.woocommerce-cart-form .list-products-header .product-title {
  width: 100%;
  flex-grow: 1;
}
.woocommerce-cart-form .list-products-header .quantity {
  width: 250px;
  min-width: 250px;
}
.woocommerce-cart-form .list-products-header .total {
  width: 200px;
  min-width: 200px;
  text-align: right;
  margin-left: auto;
}
@media only screen and (min-width: 1040px) {
  .woocommerce-cart-form .list-products-header {
    display: flex;
  }
}
.woocommerce-cart-form .list-products {
  margin-bottom: 60px;
}
.woocommerce-cart-form .list-products .product {
  border-bottom: 1px solid #EAEAEA;
  padding: 10px 0;
  width: 100%;
  flex-wrap: wrap;
}
.woocommerce-cart-form .list-products .product:first-child {
  border-top: 1px solid #EAEAEA;
}
.woocommerce-cart-form .list-products .product .product-infos {
  width: calc(100% - 90px);
  flex-grow: 1;
}
.woocommerce-cart-form .list-products .product .product-infos .image {
  width: 75px;
  height: 75px;
  margin-right: 25px;
  display: flex;
  justify-content: center;
}
.woocommerce-cart-form .list-products .product .product-infos .image img {
  height: 100%;
  width: auto;
}
.woocommerce-cart-form .list-products .product .product-infos .product-details {
  margin-left: 0;
}
.woocommerce-cart-form .list-products .product .product-infos .product-details .detail {
  font-size: 14px;
}
.woocommerce-cart-form .list-products .product .quantity-container {
  width: 100%;
  min-width: 100%;
  order: 3;
  padding: 30px 0;
  justify-content: center;
}
.woocommerce-cart-form .list-products .product .quantity-container .quantity {
  width: 110px;
  min-width: 110px;
}
.woocommerce-cart-form .list-products .product .quantity-container .quantity .qty {
  width: 110px;
}
.woocommerce-cart-form .list-products .product .total {
  width: 80px;
  min-width: 80px;
  margin-left: auto;
  text-align: right;
}
.woocommerce-cart-form .list-products .product a[aria-label="Remove this item"] {
  color: #161616;
  position: relative;
  opacity: 0.4;
  margin-left: 20px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  position: relative;
}
.woocommerce-cart-form .list-products .product a[aria-label="Remove this item"]:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #161616;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.woocommerce-cart-form .list-products .product a[aria-label="Remove this item"]:hover:after {
  -webkit-animation: 0.5s anim_underline;
  -moz-animation: 0.5s anim_underline;
  -o-animation: 0.5s anim_underline;
  animation: 0.5s anim_underline;
}
.woocommerce-cart-form .list-products .product a[aria-label="Remove this item"]:hover {
  opacity: 1;
}
@media only screen and (min-width: 1040px) {
  .woocommerce-cart-form .list-products .product {
    width: 100%;
    max-width: none;
    flex-wrap: nowrap;
  }
  .woocommerce-cart-form .list-products .product .product-infos {
    order: 1;
    width: calc(100% - 80px);
  }
  .woocommerce-cart-form .list-products .product .product-infos .image {
    width: 128px;
    height: 128px;
    margin-right: 40px;
  }
  .woocommerce-cart-form .list-products .product .product-infos .product-details {
    margin-left: 0;
  }
  .woocommerce-cart-form .list-products .product .product-infos .product-details .detail {
    font-size: 16px;
  }
  .woocommerce-cart-form .list-products .product .quantity-container {
    order: 2;
    width: 250px;
    min-width: 250px;
    padding: 0px;
    justify-content: flex-start;
  }
  .woocommerce-cart-form .list-products .product .total {
    order: 3;
    width: 200px;
    min-width: 200px;
  }
}
.woocommerce-cart-form .cart-resume {
  margin-bottom: 100px;
  flex-direction: column;
  align-items: center;
}
.woocommerce-cart-form .cart-resume .left {
  width: 100%;
}
.woocommerce-cart-form .cart-resume .left .coupon-container {
  margin-bottom: 50px;
}
.woocommerce-cart-form .cart-resume .left .coupon-container .coupon-title {
  display: inline-block;
  cursor: pointer;
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
}
.woocommerce-cart-form .cart-resume .left .coupon-container .coupon-title:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #161616;
  top: auto;
  bottom: 0px;
  left: auto;
  right: 0;
  margin: auto;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.woocommerce-cart-form .cart-resume .left .coupon-container .coupon-title:hover:after {
  -webkit-animation: 0.5s anim_underline;
  -moz-animation: 0.5s anim_underline;
  -o-animation: 0.5s anim_underline;
  animation: 0.5s anim_underline;
}
.woocommerce-cart-form .cart-resume .left .coupon-container .coupon-content {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out 0.2s;
  -moz-transition: all 0.5s ease-out 0.2s;
  -ms-transition: all 0.5s ease-out 0.2s;
  -o-transition: all 0.5s ease-out 0.2s;
  transition: all 0.5s ease-out 0.2s;
}
.woocommerce-cart-form .cart-resume .left .coupon-container .coupon-content .coupon-form {
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  justify-content: space-between;
}
.woocommerce-cart-form .cart-resume .left .coupon-container .coupon-content .coupon-form input[type=text],
.woocommerce-cart-form .cart-resume .left .coupon-container .coupon-content .coupon-form input[type=text]:focus {
  padding: 9px 20px;
  margin-right: 15px;
  flex-grow: 1;
}
.woocommerce-cart-form .cart-resume .left .coupon-container .coupon-content .coupon-form button {
  padding: 10px 30px;
}
.woocommerce-cart-form .cart-resume .left .coupon-container.open .coupon-content {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.woocommerce-cart-form .cart-resume .left .coupon-container.open .coupon-content .coupon-form {
  -webkit-transition: all 0.5s ease-out 0.3s;
  -moz-transition: all 0.5s ease-out 0.3s;
  -ms-transition: all 0.5s ease-out 0.3s;
  -o-transition: all 0.5s ease-out 0.3s;
  transition: all 0.5s ease-out 0.3s;
  opacity: 1;
}
.woocommerce-cart-form .cart-resume .right {
  width: 100%;
}
.woocommerce-cart-form .cart-resume .right .paiement-secure {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.woocommerce-cart-form .cart-resume .right .cart_totals .shop_table .woocommerce-Price-amount {
  float: right;
}
.woocommerce-cart-form .cart-resume .right .cart_totals .shop_table .shipping-calculator-form {
  padding: 30px 0;
}
.woocommerce-cart-form .cart-resume .right .cart_totals .shop_table .order-total {
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
  border-top: 1px solid #EAEAEA;
  font-weight: 700;
}
.woocommerce-cart-form .cart-resume .right .cart_totals .shop_table .checkout-button {
  margin-top: 30px;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 1040px) {
  .woocommerce-cart-form .cart-resume {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .woocommerce-cart-form .cart-resume .left {
    width: auto;
  }
  .woocommerce-cart-form .cart-resume .right {
    width: 450px;
  }
}

.woocommerce .return-to-shop a.button {
  padding: 20px 45px;
}
.woocommerce .return-to-shop a.button:after {
  display: none;
}

.woocommerce-checkout input[type=text], .woocommerce-checkout input[type=text]:focus,
.woocommerce-checkout input[type=password], .woocommerce-checkout input[type=password]:focus,
.woocommerce-checkout input[type=tel], .woocommerce-checkout input[type=tel]:focus,
.woocommerce-checkout input[type=email], .woocommerce-checkout input[type=email]:focus,
.woocommerce-checkout input[type=date], .woocommerce-checkout input[type=date]:focus,
.woocommerce-checkout textarea, .woocommerce-checkout textarea:focus,
.woocommerce-checkout .custom-select.open .select-selected,
.woocommerce-checkout .custom-select .select-container,
.woocommerce-checkout .select2-container--default .select2-selection--single,
.woocommerce-checkout .select2-container--default .select2-dropdown,
.woocommerce-checkout .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below {
  border-color: #D8D8D8;
}
.woocommerce-checkout .custom-select .select-selected:after,
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  opacity: 0.4;
}
.woocommerce-checkout .custom-select .select-selected.select-arrow-active:after,
.woocommerce-checkout .select2-container--default .select2-selection--single[aria-expanded=true] .select2-selection__arrow:after {
  opacity: 1;
}
.woocommerce-checkout .select2-container--default .select2-selection--single,
.woocommerce-checkout .select2-dropdown {
  background: #EFF3FD;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .select2-dropdown .select2-selection__rendered {
  padding-left: 0;
  color: #161616;
  opacity: 0.7;
}
.woocommerce-checkout form .form-row {
  margin-bottom: 20px;
}
.woocommerce-checkout .Payment-method .custom-checkbox .checkmark,
.woocommerce-checkout .shipping-method-container .custom-checkbox .checkmark {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
}
.woocommerce-checkout .Payment-method .custom-checkbox .checkmark:after,
.woocommerce-checkout .shipping-method-container .custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #161616;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.woocommerce-checkout .Payment-method .custom-checkbox input:checked ~ .checkmark,
.woocommerce-checkout .shipping-method-container .custom-checkbox input:checked ~ .checkmark {
  background: transparent;
}
.woocommerce-checkout .Payment-method .custom-checkbox input:checked ~ .checkmark:after,
.woocommerce-checkout .shipping-method-container .custom-checkbox input:checked ~ .checkmark:after {
  opacity: 1;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: none;
}
.woocommerce-checkout .checkout-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.woocommerce-checkout .checkout-container form.checkout {
  width: 100%;
}
.woocommerce-checkout .checkout-container #customer_details h3,
.woocommerce-checkout .checkout-container .section-title.shipping {
  margin-bottom: 60px;
}
.woocommerce-checkout .checkout-container #customer_details h3 .connexion-compte,
.woocommerce-checkout .checkout-container .section-title.shipping .connexion-compte {
  display: block;
  margin-top: 20px;
}
.woocommerce-checkout .checkout-container #customer_details h3 .connexion-compte a,
.woocommerce-checkout .checkout-container .section-title.shipping .connexion-compte a {
  color: #161616;
}
@media only screen and (min-width: 1550px) {
  .woocommerce-checkout .checkout-container #customer_details h3 .connexion-compte,
  .woocommerce-checkout .checkout-container .section-title.shipping .connexion-compte {
    display: inline;
    margin-top: 0;
    margin-left: 20px;
  }
}
.woocommerce-checkout .checkout-container #order_review {
  width: 100%;
  padding-bottom: 100px;
  order: -1;
}
.woocommerce-checkout .checkout-container #order_review .sticky-container {
  position: sticky;
  top: 200px;
}
.woocommerce-checkout .checkout-container #order_review .sticky-container.not-sticky {
  position: relative;
  top: 0;
}
.woocommerce-checkout .checkout-container #order_review .sticky-container .review-order-title {
  margin-bottom: 60px;
}
.woocommerce-checkout .checkout-container #order_review .sticky-container .cart_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #EAEAEA;
  padding: 20px 0;
}
.woocommerce-checkout .checkout-container #order_review .sticky-container .cart_item:last-child {
  border-bottom: 1px solid #EAEAEA;
}
.woocommerce-checkout .checkout-container #order_review .sticky-container .cart_item .product-thumbnail {
  width: 64px;
  height: 64px;
}
.woocommerce-checkout .checkout-container #order_review .sticky-container .cart_item .product-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.woocommerce-checkout .checkout-container #order_review .sticky-container .cart_item .infos {
  margin-left: 20px;
  margin-right: auto;
}
.woocommerce-checkout .checkout-container #order_review .sticky-container .cart-total .text-align-right {
  text-align: right;
}
.woocommerce-checkout .checkout-container #order_review .sticky-container .cart-total .cart-subtotal {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #EAEAEA;
}
.woocommerce-checkout .checkout-container #order_review .sticky-container .cart-total .order-total {
  padding-top: 30px;
}
.woocommerce-checkout .checkout-container #order_review .sticky-container .cart-total .order-total .total {
  font-weight: 700;
}
.woocommerce-checkout .checkout-container .woocommerce-shipping-fields #ship-to-different-address label {
  display: none;
}
.woocommerce-checkout .checkout-container .woocommerce-shipping-fields #ship-to-different-address .title {
  margin: 10px 0 10px;
}
.woocommerce-checkout .checkout-container p.form-row.form-row-wide.create-account.woocommerce-validated {
  display: none;
}
.woocommerce-checkout .checkout-container .woocommerce-additional-fields .title.font-p, .woocommerce-checkout .checkout-container .woocommerce-additional-fields .shop-top-widget .wc-layered-nav-term a.title, .shop-top-widget .wc-layered-nav-term .woocommerce-checkout .checkout-container .woocommerce-additional-fields a.title, .woocommerce-checkout .checkout-container .woocommerce-additional-fields .widget-container.shop-top-widget .filters-content .widget ul li.title, .widget-container.shop-top-widget .filters-content .widget ul .woocommerce-checkout .checkout-container .woocommerce-additional-fields li.title, .woocommerce-checkout .checkout-container .woocommerce-additional-fields .widget-container .title.textwidget, .widget-container .woocommerce-checkout .checkout-container .woocommerce-additional-fields .title.textwidget, .woocommerce-checkout .checkout-container .woocommerce-additional-fields .woocommerce-page .loop .tease-product .title.out-of-stock-pastille, .woocommerce-page .loop .tease-product .woocommerce-checkout .checkout-container .woocommerce-additional-fields .title.out-of-stock-pastille, .woocommerce-checkout .checkout-container .woocommerce-additional-fields .woocommerce-page .loop .product .title.out-of-stock-pastille, .woocommerce-page .loop .product .woocommerce-checkout .checkout-container .woocommerce-additional-fields .title.out-of-stock-pastille, .woocommerce-checkout .checkout-container .woocommerce-additional-fields .woocommerce-page .products--list .tease-product .title.out-of-stock-pastille, .woocommerce-page .products--list .tease-product .woocommerce-checkout .checkout-container .woocommerce-additional-fields .title.out-of-stock-pastille, .woocommerce-checkout .checkout-container .woocommerce-additional-fields .woocommerce-page .products--list .product .title.out-of-stock-pastille, .woocommerce-page .products--list .product .woocommerce-checkout .checkout-container .woocommerce-additional-fields .title.out-of-stock-pastille, .woocommerce-checkout .checkout-container .woocommerce-additional-fields .woocommerce-page .loop .tease-product .product-infos .title.entry-title, .woocommerce-page .loop .tease-product .product-infos .woocommerce-checkout .checkout-container .woocommerce-additional-fields .title.entry-title, .woocommerce-checkout .checkout-container .woocommerce-additional-fields .woocommerce-page .loop .tease-product .tease--txt .title.entry-title, .woocommerce-page .loop .tease-product .tease--txt .woocommerce-checkout .checkout-container .woocommerce-additional-fields .title.entry-title, .woocommerce-checkout .checkout-container .woocommerce-additional-fields .woocommerce-page .loop .product .product-infos .title.entry-title, .woocommerce-page .loop .product .product-infos .woocommerce-checkout .checkout-container .woocommerce-additional-fields .title.entry-title, .woocommerce-checkout .checkout-container .woocommerce-additional-fields .woocommerce-page .loop .product .tease--txt .title.entry-title, .woocommerce-page .loop .product .tease--txt .woocommerce-checkout .checkout-container .woocommerce-additional-fields .title.entry-title, .woocommerce-checkout .checkout-container .woocommerce-additional-fields .woocommerce-page .products--list .tease-product .product-infos .title.entry-title, .woocommerce-page .products--list .tease-product .product-infos .woocommerce-checkout .checkout-container .woocommerce-additional-fields .title.entry-title, .woocommerce-checkout .checkout-container .woocommerce-additional-fields .woocommerce-page .products--list .tease-product .tease--txt .title.entry-title, .woocommerce-page .products--list .tease-product .tease--txt .woocommerce-checkout .checkout-container .woocommerce-additional-fields .title.entry-title, .woocommerce-checkout .checkout-container .woocommerce-additional-fields .woocommerce-page .products--list .product .product-infos .title.entry-title, .woocommerce-page .products--list .product .product-infos .woocommerce-checkout .checkout-container .woocommerce-additional-fields .title.entry-title, .woocommerce-checkout .checkout-container .woocommerce-additional-fields .woocommerce-page .products--list .product .tease--txt .title.entry-title, .woocommerce-page .products--list .product .tease--txt .woocommerce-checkout .checkout-container .woocommerce-additional-fields .title.entry-title, .woocommerce-checkout .checkout-container .woocommerce-additional-fields .rollover-product-container .rollover .title.txt-container, .rollover-product-container .rollover .woocommerce-checkout .checkout-container .woocommerce-additional-fields .title.txt-container, .woocommerce-checkout .checkout-container .woocommerce-additional-fields .woocommerce-product .title.single-product-details, .woocommerce-product .woocommerce-checkout .checkout-container .woocommerce-additional-fields .title.single-product-details, .woocommerce-checkout .checkout-container .woocommerce-additional-fields .title.woocommerce-notices-wrapper, .woocommerce-checkout .checkout-container .woocommerce-additional-fields #payment.woocommerce-checkout-payment .payment-container .wc_payment_method label.title, .woocommerce-checkout .checkout-container #payment.woocommerce-checkout-payment .payment-container .wc_payment_method .woocommerce-additional-fields label.title, .woocommerce-checkout .checkout-container .woocommerce-additional-fields .woocommerce-shipping-totals .shipping-method-container .title.shipping-method-content, .woocommerce-checkout .checkout-container .woocommerce-shipping-totals .shipping-method-container .woocommerce-additional-fields .title.shipping-method-content, .woocommerce-checkout .checkout-container .woocommerce-additional-fields .select2-container--default .select2-dropdown .select2-results .select2-results__options .title.select2-results__option, .select2-container--default .select2-dropdown .select2-results .select2-results__options .woocommerce-checkout .checkout-container .woocommerce-additional-fields .title.select2-results__option, .woocommerce-checkout .checkout-container .woocommerce-additional-fields .files-manager .inputfile + label.title, .files-manager .woocommerce-checkout .checkout-container .woocommerce-additional-fields .inputfile + label.title, .woocommerce-checkout .checkout-container .woocommerce-additional-fields .wp-content-basic ul li.title, .wp-content-basic ul .woocommerce-checkout .checkout-container .woocommerce-additional-fields li.title,
.woocommerce-checkout .checkout-container .woocommerce-additional-fields .wp-content-basic ol li.title,
.wp-content-basic ol .woocommerce-checkout .checkout-container .woocommerce-additional-fields li.title, .woocommerce-checkout .checkout-container .woocommerce-additional-fields .wp-content ul li.title, .wp-content ul .woocommerce-checkout .checkout-container .woocommerce-additional-fields li.title,
.woocommerce-checkout .checkout-container .woocommerce-additional-fields .wp-content ol li.title,
.wp-content ol .woocommerce-checkout .checkout-container .woocommerce-additional-fields li.title, .woocommerce-checkout .checkout-container .woocommerce-additional-fields .wp-content .wp-block-table th.title, .wp-content .wp-block-table .woocommerce-checkout .checkout-container .woocommerce-additional-fields th.title,
.woocommerce-checkout .checkout-container .woocommerce-additional-fields .wp-content .wp-block-table td.title,
.wp-content .wp-block-table .woocommerce-checkout .checkout-container .woocommerce-additional-fields td.title, .woocommerce-checkout .checkout-container .woocommerce-additional-fields .wp-content .wp-block-table tbody tr td.title:before, .wp-content .wp-block-table tbody tr .woocommerce-checkout .checkout-container .woocommerce-additional-fields td.title:before, .woocommerce-checkout .checkout-container .woocommerce-additional-fields .tease-post .tease-header .title.categorie, .tease-post .tease-header .woocommerce-checkout .checkout-container .woocommerce-additional-fields .title.categorie, .woocommerce-checkout .checkout-container .woocommerce-additional-fields .tease-post .tease-header .title.date, .tease-post .tease-header .woocommerce-checkout .checkout-container .woocommerce-additional-fields .title.date, .woocommerce-checkout .checkout-container .woocommerce-additional-fields .tease-product .title.wc-block-grid__product-title, .tease-product .woocommerce-checkout .checkout-container .woocommerce-additional-fields .title.wc-block-grid__product-title, .woocommerce-checkout .checkout-container .woocommerce-additional-fields .wc-block-grid__product .title.wc-block-grid__product-title, .wc-block-grid__product .woocommerce-checkout .checkout-container .woocommerce-additional-fields .title.wc-block-grid__product-title, .woocommerce-checkout .checkout-container .woocommerce-additional-fields .tease-product .wc-block-grid__product-price .title.woocommerce-Price-amount, .tease-product .wc-block-grid__product-price .woocommerce-checkout .checkout-container .woocommerce-additional-fields .title.woocommerce-Price-amount, .woocommerce-checkout .checkout-container .woocommerce-additional-fields .wc-block-grid__product .wc-block-grid__product-price .title.woocommerce-Price-amount, .wc-block-grid__product .wc-block-grid__product-price .woocommerce-checkout .checkout-container .woocommerce-additional-fields .title.woocommerce-Price-amount, .woocommerce-checkout .checkout-container .woocommerce-additional-fields .article-header .post-categories li a.title, .article-header .post-categories li .woocommerce-checkout .checkout-container .woocommerce-additional-fields a.title, .woocommerce-checkout .checkout-container .woocommerce-additional-fields .woocommerce-cart-form .list-products .product a.title[aria-label="Remove this item"], .woocommerce-cart-form .list-products .product .woocommerce-checkout .checkout-container .woocommerce-additional-fields a.title[aria-label="Remove this item"], .woocommerce-checkout .checkout-container .woocommerce-account-fields .title.font-p, .woocommerce-checkout .checkout-container .woocommerce-account-fields .shop-top-widget .wc-layered-nav-term a.title, .shop-top-widget .wc-layered-nav-term .woocommerce-checkout .checkout-container .woocommerce-account-fields a.title, .woocommerce-checkout .checkout-container .woocommerce-account-fields .widget-container.shop-top-widget .filters-content .widget ul li.title, .widget-container.shop-top-widget .filters-content .widget ul .woocommerce-checkout .checkout-container .woocommerce-account-fields li.title, .woocommerce-checkout .checkout-container .woocommerce-account-fields .widget-container .title.textwidget, .widget-container .woocommerce-checkout .checkout-container .woocommerce-account-fields .title.textwidget, .woocommerce-checkout .checkout-container .woocommerce-account-fields .woocommerce-page .loop .tease-product .title.out-of-stock-pastille, .woocommerce-page .loop .tease-product .woocommerce-checkout .checkout-container .woocommerce-account-fields .title.out-of-stock-pastille, .woocommerce-checkout .checkout-container .woocommerce-account-fields .woocommerce-page .loop .product .title.out-of-stock-pastille, .woocommerce-page .loop .product .woocommerce-checkout .checkout-container .woocommerce-account-fields .title.out-of-stock-pastille, .woocommerce-checkout .checkout-container .woocommerce-account-fields .woocommerce-page .products--list .tease-product .title.out-of-stock-pastille, .woocommerce-page .products--list .tease-product .woocommerce-checkout .checkout-container .woocommerce-account-fields .title.out-of-stock-pastille, .woocommerce-checkout .checkout-container .woocommerce-account-fields .woocommerce-page .products--list .product .title.out-of-stock-pastille, .woocommerce-page .products--list .product .woocommerce-checkout .checkout-container .woocommerce-account-fields .title.out-of-stock-pastille, .woocommerce-checkout .checkout-container .woocommerce-account-fields .woocommerce-page .loop .tease-product .product-infos .title.entry-title, .woocommerce-page .loop .tease-product .product-infos .woocommerce-checkout .checkout-container .woocommerce-account-fields .title.entry-title, .woocommerce-checkout .checkout-container .woocommerce-account-fields .woocommerce-page .loop .tease-product .tease--txt .title.entry-title, .woocommerce-page .loop .tease-product .tease--txt .woocommerce-checkout .checkout-container .woocommerce-account-fields .title.entry-title, .woocommerce-checkout .checkout-container .woocommerce-account-fields .woocommerce-page .loop .product .product-infos .title.entry-title, .woocommerce-page .loop .product .product-infos .woocommerce-checkout .checkout-container .woocommerce-account-fields .title.entry-title, .woocommerce-checkout .checkout-container .woocommerce-account-fields .woocommerce-page .loop .product .tease--txt .title.entry-title, .woocommerce-page .loop .product .tease--txt .woocommerce-checkout .checkout-container .woocommerce-account-fields .title.entry-title, .woocommerce-checkout .checkout-container .woocommerce-account-fields .woocommerce-page .products--list .tease-product .product-infos .title.entry-title, .woocommerce-page .products--list .tease-product .product-infos .woocommerce-checkout .checkout-container .woocommerce-account-fields .title.entry-title, .woocommerce-checkout .checkout-container .woocommerce-account-fields .woocommerce-page .products--list .tease-product .tease--txt .title.entry-title, .woocommerce-page .products--list .tease-product .tease--txt .woocommerce-checkout .checkout-container .woocommerce-account-fields .title.entry-title, .woocommerce-checkout .checkout-container .woocommerce-account-fields .woocommerce-page .products--list .product .product-infos .title.entry-title, .woocommerce-page .products--list .product .product-infos .woocommerce-checkout .checkout-container .woocommerce-account-fields .title.entry-title, .woocommerce-checkout .checkout-container .woocommerce-account-fields .woocommerce-page .products--list .product .tease--txt .title.entry-title, .woocommerce-page .products--list .product .tease--txt .woocommerce-checkout .checkout-container .woocommerce-account-fields .title.entry-title, .woocommerce-checkout .checkout-container .woocommerce-account-fields .rollover-product-container .rollover .title.txt-container, .rollover-product-container .rollover .woocommerce-checkout .checkout-container .woocommerce-account-fields .title.txt-container, .woocommerce-checkout .checkout-container .woocommerce-account-fields .woocommerce-product .title.single-product-details, .woocommerce-product .woocommerce-checkout .checkout-container .woocommerce-account-fields .title.single-product-details, .woocommerce-checkout .checkout-container .woocommerce-account-fields .title.woocommerce-notices-wrapper, .woocommerce-checkout .checkout-container .woocommerce-account-fields #payment.woocommerce-checkout-payment .payment-container .wc_payment_method label.title, .woocommerce-checkout .checkout-container #payment.woocommerce-checkout-payment .payment-container .wc_payment_method .woocommerce-account-fields label.title, .woocommerce-checkout .checkout-container .woocommerce-account-fields .woocommerce-shipping-totals .shipping-method-container .title.shipping-method-content, .woocommerce-checkout .checkout-container .woocommerce-shipping-totals .shipping-method-container .woocommerce-account-fields .title.shipping-method-content, .woocommerce-checkout .checkout-container .woocommerce-account-fields .select2-container--default .select2-dropdown .select2-results .select2-results__options .title.select2-results__option, .select2-container--default .select2-dropdown .select2-results .select2-results__options .woocommerce-checkout .checkout-container .woocommerce-account-fields .title.select2-results__option, .woocommerce-checkout .checkout-container .woocommerce-account-fields .files-manager .inputfile + label.title, .files-manager .woocommerce-checkout .checkout-container .woocommerce-account-fields .inputfile + label.title, .woocommerce-checkout .checkout-container .woocommerce-account-fields .wp-content-basic ul li.title, .wp-content-basic ul .woocommerce-checkout .checkout-container .woocommerce-account-fields li.title,
.woocommerce-checkout .checkout-container .woocommerce-account-fields .wp-content-basic ol li.title,
.wp-content-basic ol .woocommerce-checkout .checkout-container .woocommerce-account-fields li.title, .woocommerce-checkout .checkout-container .woocommerce-account-fields .wp-content ul li.title, .wp-content ul .woocommerce-checkout .checkout-container .woocommerce-account-fields li.title,
.woocommerce-checkout .checkout-container .woocommerce-account-fields .wp-content ol li.title,
.wp-content ol .woocommerce-checkout .checkout-container .woocommerce-account-fields li.title, .woocommerce-checkout .checkout-container .woocommerce-account-fields .wp-content .wp-block-table th.title, .wp-content .wp-block-table .woocommerce-checkout .checkout-container .woocommerce-account-fields th.title,
.woocommerce-checkout .checkout-container .woocommerce-account-fields .wp-content .wp-block-table td.title,
.wp-content .wp-block-table .woocommerce-checkout .checkout-container .woocommerce-account-fields td.title, .woocommerce-checkout .checkout-container .woocommerce-account-fields .wp-content .wp-block-table tbody tr td.title:before, .wp-content .wp-block-table tbody tr .woocommerce-checkout .checkout-container .woocommerce-account-fields td.title:before, .woocommerce-checkout .checkout-container .woocommerce-account-fields .tease-post .tease-header .title.categorie, .tease-post .tease-header .woocommerce-checkout .checkout-container .woocommerce-account-fields .title.categorie, .woocommerce-checkout .checkout-container .woocommerce-account-fields .tease-post .tease-header .title.date, .tease-post .tease-header .woocommerce-checkout .checkout-container .woocommerce-account-fields .title.date, .woocommerce-checkout .checkout-container .woocommerce-account-fields .tease-product .title.wc-block-grid__product-title, .tease-product .woocommerce-checkout .checkout-container .woocommerce-account-fields .title.wc-block-grid__product-title, .woocommerce-checkout .checkout-container .woocommerce-account-fields .wc-block-grid__product .title.wc-block-grid__product-title, .wc-block-grid__product .woocommerce-checkout .checkout-container .woocommerce-account-fields .title.wc-block-grid__product-title, .woocommerce-checkout .checkout-container .woocommerce-account-fields .tease-product .wc-block-grid__product-price .title.woocommerce-Price-amount, .tease-product .wc-block-grid__product-price .woocommerce-checkout .checkout-container .woocommerce-account-fields .title.woocommerce-Price-amount, .woocommerce-checkout .checkout-container .woocommerce-account-fields .wc-block-grid__product .wc-block-grid__product-price .title.woocommerce-Price-amount, .wc-block-grid__product .wc-block-grid__product-price .woocommerce-checkout .checkout-container .woocommerce-account-fields .title.woocommerce-Price-amount, .woocommerce-checkout .checkout-container .woocommerce-account-fields .article-header .post-categories li a.title, .article-header .post-categories li .woocommerce-checkout .checkout-container .woocommerce-account-fields a.title, .woocommerce-checkout .checkout-container .woocommerce-account-fields .woocommerce-cart-form .list-products .product a.title[aria-label="Remove this item"], .woocommerce-cart-form .list-products .product .woocommerce-checkout .checkout-container .woocommerce-account-fields a.title[aria-label="Remove this item"] {
  margin: 10px 0 10px;
}
.woocommerce-checkout .checkout-container .donnees-perso {
  color: #6D6D6D;
  padding: 10px 0 30px;
}
.woocommerce-checkout .checkout-container .validate-coord {
  margin: 0 0 100px;
}
.woocommerce-checkout .checkout-container .validate-coord.inactive {
  pointer-events: none;
  background: #161616;
  border-color: #161616;
}
.woocommerce-checkout .checkout-container .validate-shipping {
  margin: 30px 0 0;
}
.woocommerce-checkout .checkout-container .woocommerce-shipping-totals {
  margin-bottom: 100px;
}
.woocommerce-checkout .checkout-container .woocommerce-shipping-totals .shipping-method-container {
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.woocommerce-checkout .checkout-container .woocommerce-shipping-totals .shipping-method-container .shipping-method-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.woocommerce-checkout .checkout-container .woocommerce-shipping-totals .shipping-method-container #shipping_method {
  width: 100%;
}
.woocommerce-checkout .checkout-container .woocommerce-shipping-totals .shipping-method-container #shipping_method li {
  border: 1px solid #D8D8D8;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 30px 40px;
  cursor: pointer;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.woocommerce-checkout .checkout-container .woocommerce-shipping-totals .shipping-method-container #shipping_method li * {
  pointer-events: none;
}
.woocommerce-checkout .checkout-container .woocommerce-shipping-totals .shipping-method-container #shipping_method li:hover, .woocommerce-checkout .checkout-container .woocommerce-shipping-totals .shipping-method-container #shipping_method li.selected {
  border: 1px solid #161616;
}
.woocommerce-checkout .checkout-container .woocommerce-shipping-totals .shipping-method-container #shipping_method li label {
  display: block;
  width: 100%;
}
.woocommerce-checkout .checkout-container .woocommerce-shipping-totals .shipping-method-container #shipping_method li label label {
  display: flex;
  justify-content: space-between;
}
.woocommerce-checkout .checkout-container #payment.woocommerce-checkout-payment {
  background: transparent;
}
.woocommerce-checkout .checkout-container #payment.woocommerce-checkout-payment .payment-container {
  height: 0;
  overflow: hidden;
}
.woocommerce-checkout .checkout-container #payment.woocommerce-checkout-payment .payment-container .wc_payment_method {
  border: 1px solid #D8D8D8;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 30px 40px;
  cursor: pointer;
  width: 100%;
  list-style: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.woocommerce-checkout .checkout-container #payment.woocommerce-checkout-payment .payment-container .wc_payment_method:hover, .woocommerce-checkout .checkout-container #payment.woocommerce-checkout-payment .payment-container .wc_payment_method.selected {
  border: 1px solid #161616;
}
.woocommerce-checkout .checkout-container #payment.woocommerce-checkout-payment .payment-container .wc_payment_method * {
  pointer-events: none;
}
.woocommerce-checkout .checkout-container #payment.woocommerce-checkout-payment .payment-container .wc_payment_method .checkmark {
  bottom: 0;
}
.woocommerce-checkout .checkout-container #payment.woocommerce-checkout-payment .payment-container .wc_payment_method .payment-icon {
  position: relative;
  display: flex;
  align-items: center;
  width: 150px;
  min-width: 150px;
  margin-right: 50px;
}
.woocommerce-checkout .checkout-container #payment.woocommerce-checkout-payment .payment-container .wc_payment_method .payment-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  margin: 0;
}
.woocommerce-checkout .checkout-container #payment.woocommerce-checkout-payment .payment-container .wc_payment_method .payment-icon a {
  display: none;
}
.woocommerce-checkout .checkout-container #payment.woocommerce-checkout-payment .payment-container .wc_payment_method .payment_box {
  display: block !important;
  padding: 0;
  margin: 0;
  background: transparent;
}
.woocommerce-checkout .checkout-container #payment.woocommerce-checkout-payment .payment-container .wc_payment_method .payment_box p {
  font-size: 12px;
  line-height: 20px;
  color: #6D6D6D;
}
.woocommerce-checkout .checkout-container #payment.woocommerce-checkout-payment .payment-container .wc_payment_method .payment_box:before {
  display: none;
}
.woocommerce-checkout .checkout-container #payment.woocommerce-checkout-payment .payment-container .wc_payment_method.payment_method_stripe .payment_box.payment_method_stripe {
  height: 0;
  overflow: hidden;
}
.woocommerce-checkout .checkout-container #payment.woocommerce-checkout-payment .payment-container .wc_payment_method.payment_method_stripe .payment_box.payment_method_stripe .form-row {
  padding: 0;
}
.woocommerce-checkout .checkout-container #payment.woocommerce-checkout-payment .payment-container .wc_payment_method.payment_method_stripe #wc-stripe-new-payment-method {
  position: relative;
  opacity: 1;
  height: 13px;
  width: 13px;
}
.woocommerce-checkout .checkout-container #payment.woocommerce-checkout-payment .payment-container .wc_payment_method.payment_method_stripe label[for=wc-stripe-new-payment-method] {
  cursor: pointer;
}
.woocommerce-checkout .checkout-container #payment.woocommerce-checkout-payment .payment-container .wc_payment_method.payment_method_stripe.selected .payment_box.payment_method_stripe {
  opacity: 1;
}
.woocommerce-checkout .checkout-container #payment.woocommerce-checkout-payment .payment-container .wc_payment_method.payment_method_stripe.selected .payment_box.payment_method_stripe * {
  pointer-events: all;
}
.woocommerce-checkout .checkout-container #payment.woocommerce-checkout-payment .payment-container .place-order {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.woocommerce-checkout .checkout-container #payment.woocommerce-checkout-payment .payment-container .place-order .checkbox-list, .woocommerce-checkout .checkout-container #payment.woocommerce-checkout-payment .payment-container .place-order .radio-list {
  padding-top: 0;
  margin-bottom: 15px;
  display: flex;
}
.woocommerce-checkout .checkout-container #payment.woocommerce-checkout-payment .payment-container .place-order .checkbox-list .title, .woocommerce-checkout .checkout-container #payment.woocommerce-checkout-payment .payment-container .place-order .radio-list .title {
  margin: 0;
}
.woocommerce-checkout .checkout-container #payment.woocommerce-checkout-payment .payment-container .place-order .btn-order-container {
  margin: 60px 0 100px;
}
.woocommerce-checkout .checkout-container #payment.woocommerce-checkout-payment .payment-container .place-order .mentions {
  text-align: center;
  margin: 20px 0 0;
}
@media only screen and (min-width: 1040px) {
  .woocommerce-checkout .checkout-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  .woocommerce-checkout .checkout-container form.checkout {
    width: 60.3773584906%;
  }
  .woocommerce-checkout .checkout-container #order_review {
    padding-bottom: 0px;
    order: 1;
    width: 33.9622641509%;
  }
}
@media only screen and (min-width: 1550px) {
  .woocommerce-checkout .checkout-container form.checkout {
    width: 51.572327044%;
  }
  .woocommerce-checkout .checkout-container #order_review {
    width: 25.1572327044%;
  }
}
.woocommerce-checkout .thank-you-container .woocommerce-notice {
  text-align: center;
}
.woocommerce-checkout .thank-you-container .subtitle {
  margin: 0 auto 80px;
}
.woocommerce-checkout .thank-you-container a:after {
  display: none;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  top: 20px;
  right: 20px;
}

.woocommerce-password-strength {
  margin-top: 10px;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #D8D8D8;
}

.woocommerce form .create-account {
  padding: 0;
}
.woocommerce form .create-account .woocommerce-form__label-for-checkbox {
  padding-left: 30px;
  cursor: pointer;
}
.woocommerce form .create-account .woocommerce-form__label-for-checkbox .checkmark {
  top: 7px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  padding: 20px 45px;
  border-radius: 14px;
  background: #161616;
  border: 1px solid #161616;
  color: #ffffff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-sizing: border-box;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #ffffff;
  color: #161616;
}

.woocommerce-btn-small, .woocommerce-product .single-product-details .left .cart .variations .value .reset_variations, .woocommerce-product .single-product-details .right .cart .variations .value .reset_variations,
.woocommerce #respond input#submit,
.woocommerce a.button,
.mini-cart-container a.button,
.woocommerce button.button,
.woocommerce input.button {
  padding: 20px 45px;
  border-radius: 14px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-sizing: border-box;
  background: #161616;
  color: #ffffff;
  border: 1px solid #161616;
}
.woocommerce-btn-small:hover, .woocommerce-product .single-product-details .left .cart .variations .value .reset_variations:hover, .woocommerce-product .single-product-details .right .cart .variations .value .reset_variations:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.mini-cart-container a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: #161616;
  background: #ffffff;
}

.woocommerce-info {
  border: none;
  background: transparent;
  color: #161616;
  border-radius: 6px;
  padding-left: 20px;
}
.woocommerce-info:before {
  left: 0;
  color: #161616;
}
.woocommerce-info a {
  color: #161616;
  cursor: pointer;
  position: relative;
}
.woocommerce-info a:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #161616;
  top: auto;
  bottom: -2px;
  left: auto;
  right: 0;
  margin: auto;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.woocommerce-info a:hover:after {
  -webkit-animation: 0.5s anim_underline;
  -moz-animation: 0.5s anim_underline;
  -o-animation: 0.5s anim_underline;
  animation: 0.5s anim_underline;
}

.mini-cart-container {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  pointer-events: none;
}
.mini-cart-container .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.mini-cart-container .widget {
  position: absolute;
  top: 0;
  right: -500px;
  width: 100%;
  max-width: 500px;
  height: 100%;
  background: #ffffff;
  padding: 40px 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 620px) {
  .mini-cart-container .widget {
    padding: 50px 40px;
  }
}
@media only screen and (min-width: 800px) {
  .mini-cart-container .widget {
    padding: 60px;
  }
}
.mini-cart-container .widget .widget_shopping_cart_content {
  height: 100%;
}
.mini-cart-container .widget .minicart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mini-cart-container .widget .minicart-header .close {
  width: auto;
  height: 16px;
  background-image: url(../img/pictos/bt_close.svg);
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  cursor: pointer;
  padding-left: 30px;
  line-height: 18px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 620px) {
  .mini-cart-container .widget .minicart-header .close {
    display: none;
  }
}
.mini-cart-container .widget .minicart-header .picto {
  display: none;
  width: 25px;
  height: 25px;
  background-image: url(../img/pictos/cart.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.mini-cart-container .widget .minicart-header .title {
  display: none;
  text-align: center;
}
.mini-cart-container .widget .mini-cart {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.mini-cart-container .widget .mini-cart .woocommerce-cart-form {
  width: 110%;
  padding-right: 10%;
  flex-grow: 1;
  overflow: auto;
}
.mini-cart-container .widget .mini-cart .woocommerce-cart-form::-webkit-scrollbar {
  width: 1px;
}
.mini-cart-container .widget .mini-cart .cart-bottom {
  width: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
}
.mini-cart-container .widget .mini-cart .total-container {
  width: 100%;
  padding: 30px 0 10px;
}
.mini-cart-container .widget .mini-cart .taxes {
  padding-bottom: 20px;
  font-size: 12px;
  line-height: 22px;
}
.mini-cart-container .widget .mini-cart .bt-validate {
  padding: 25px;
  width: 100%;
  text-align: center;
  border-radius: 14px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  border: 2px solid #161616;
  background: #161616;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mini-cart-container .widget .mini-cart .bt-validate:hover {
  background: #ffffff;
  color: #161616;
}
.mini-cart-container .widget .mini-cart .delivery {
  padding: 30px 0 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
}
.mini-cart-container .widget .mini-cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #999999;
  padding: 20px 0;
}
@media only screen and (min-width: 620px) {
  .mini-cart-container .widget .mini-cart-item {
    padding: 30px 0;
  }
}
.mini-cart-container .widget .mini-cart-item:first-child {
  margin-top: 20px;
  border-top: 1px solid #999999;
}
@media only screen and (min-width: 620px) {
  .mini-cart-container .widget .mini-cart-item:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}
.mini-cart-container .widget .mini-cart-item .infos {
  display: flex;
  align-items: center;
}
.mini-cart-container .widget .mini-cart-item .infos .thumbnail {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-right: 30px;
}
.mini-cart-container .widget .mini-cart-item .infos .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.mini-cart-container .widget .mini-cart-item .infos .title, .mini-cart-container .widget .mini-cart-item .infos .item-total {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px;
}
.mini-cart-container .widget .mini-cart-item .infos .Quantity {
  position: relative;
  display: flex;
  width: 80px;
  margin-top: 10px;
}
@media only screen and (min-width: 620px) {
  .mini-cart-container .widget .mini-cart-item .infos .Quantity {
    width: 110px;
  }
}
.mini-cart-container .widget .mini-cart-item .infos .Quantity input {
  width: 100%;
}
.mini-cart-container .widget .mini-cart-item .infos .Quantity .change-quantity {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 18px;
  line-height: 40px;
  opacity: 0.3;
  cursor: pointer;
  width: 20px;
  height: 40px;
  color: #161616;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: "none";
  -moz-user-select: "none";
  -ms-user-select: "none";
  -o-user-select: "none";
  user-select: "none";
}
.mini-cart-container .widget .mini-cart-item .infos .Quantity .change-quantity:hover {
  opacity: 1;
}
.mini-cart-container .widget .mini-cart-item .infos .Quantity .change-quantity[data-change=minus] {
  left: 10px;
}
.mini-cart-container .widget .mini-cart-item .infos .Quantity .change-quantity[data-change=plus] {
  right: 10px;
}
.mini-cart-container .widget .mini-cart-item .infos .Quantity .visually-hidden {
  display: none;
}
.mini-cart-container .widget .mini-cart-item .product-remove {
  position: relative;
  font-size: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #161616;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.mini-cart-container .widget .mini-cart-item .product-remove:before, .mini-cart-container .widget .mini-cart-item .product-remove:after {
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #161616;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.mini-cart-container .widget .mini-cart-item .product-remove:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mini-cart-container .widget .mini-cart-item .product-remove:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mini-cart-container .widget .mini-cart-item .product-remove:hover {
  background: #161616;
}
.mini-cart-container .widget .mini-cart-item .product-remove:hover:before, .mini-cart-container .widget .mini-cart-item .product-remove:hover:after {
  background: #ffffff;
}
.mini-cart-container.open {
  pointer-events: all;
}
.mini-cart-container.open .shadow {
  opacity: 1;
}
.mini-cart-container.open .widget {
  right: 0;
}
@media only screen and (min-width: 620px) {
  .mini-cart-container .widget .mini-cart-item .infos .thumbnail {
    width: 70px;
    min-width: 70px;
    height: 70px;
    min-height: 70px;
  }
}
@media only screen and (min-width: 1040px) {
  .mini-cart-container .widget .mini-cart-item .infos .thumbnail {
    width: 90px;
    min-width: 90px;
    height: 90px;
    min-height: 90px;
  }
  .mini-cart-container .widget .mini-cart .bt-validate {
    padding: 20px 45px;
  }
}

.woocommerce-notices-wrapper {
  z-index: 99;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.woocommerce-notices-wrapper.hidden {
  bottom: 100px;
}
.woocommerce-notices-wrapper ul, .woocommerce-notices-wrapper ol {
  margin: auto;
  padding: 20px 60px 5px 30px;
}
.woocommerce-notices-wrapper .btn-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.woocommerce-notices-wrapper .btn-close:before, .woocommerce-notices-wrapper .btn-close:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 15px;
  height: 2px;
  background: #ffffff;
}
.woocommerce-notices-wrapper .btn-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.woocommerce-notices-wrapper .btn-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.woocommerce-notices-wrapper .btn-close:hover {
  -webkit-transform: rotate(180deg) scale(1.2);
  -moz-transform: rotate(180deg) scale(1.2);
  -ms-transform: rotate(180deg) scale(1.2);
  -o-transform: rotate(180deg) scale(1.2);
  transform: rotate(180deg) scale(1.2);
}
.woocommerce-notices-wrapper .woocommerce-error {
  border-top: none;
  color: #ffffff;
}
.woocommerce-notices-wrapper .woocommerce-error:before {
  display: none;
}
.woocommerce-notices-wrapper .woocommerce-message {
  border-top: none;
  margin: auto;
  padding: 20px 60px 20px 30px;
  color: #ffffff;
  margin-bottom: 0;
}
.woocommerce-notices-wrapper .woocommerce-message:before {
  display: none;
}

.woocommerce-NoticeGroup {
  padding-top: 60px;
  border-radius: 8px;
}
.woocommerce-NoticeGroup .woocommerce-error {
  border-top: none;
  color: #ffffff;
  border-radius: 8px;
  padding: 15px 40px 10px;
}
.woocommerce-NoticeGroup .woocommerce-error:before {
  display: none;
}
.woocommerce-NoticeGroup .woocommerce-error li {
  margin: 0;
  margin-bottom: 5px;
}
.woocommerce-NoticeGroup .btn-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.woocommerce-NoticeGroup .btn-close:before, .woocommerce-NoticeGroup .btn-close:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 15px;
  height: 2px;
  background: #ffffff;
}
.woocommerce-NoticeGroup .btn-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.woocommerce-NoticeGroup .btn-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.woocommerce-NoticeGroup .btn-close:hover {
  -webkit-transform: rotate(180deg) scale(1.2);
  -moz-transform: rotate(180deg) scale(1.2);
  -ms-transform: rotate(180deg) scale(1.2);
  -o-transform: rotate(180deg) scale(1.2);
  transform: rotate(180deg) scale(1.2);
}

.woocommerce-page .title {
  /*font-family:$font_freightNeo;
  font-size:36px;
  line-height:46px;
  font-weight:700;*/
}
.woocommerce-page .wc-proceed-to-checkout a.checkout-button {
  border-radius: 25px;
  border: 1px solid #161616;
  background: #161616;
  color: #ffffff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.woocommerce-page .wc-proceed-to-checkout a.checkout-button:hover {
  border: 1px solid #A4A0E0;
  background: #A4A0E0;
  color: #ffffff;
}

.woocommerce nav.woocommerce-pagination {
  margin: 0 auto 100px;
}
.woocommerce nav.woocommerce-pagination .page-numbers {
  border: none;
}
.woocommerce nav.woocommerce-pagination .page-numbers li {
  border: none;
}
.woocommerce nav.woocommerce-pagination .page-numbers li a, .woocommerce nav.woocommerce-pagination .page-numbers li a:focus, .woocommerce nav.woocommerce-pagination .page-numbers span.current {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  color: #161616;
  background: transparent;
  border: 1px solid #161616;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.woocommerce nav.woocommerce-pagination .page-numbers li a:hover, .woocommerce nav.woocommerce-pagination .page-numbers li a:focus:hover, .woocommerce nav.woocommerce-pagination .page-numbers span.current:hover {
  background: #A4A0E0;
  border-color: #A4A0E0;
  color: #ffffff;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.woocommerce nav.woocommerce-pagination .page-numbers li a.prev, .woocommerce nav.woocommerce-pagination .page-numbers li a.next, .woocommerce nav.woocommerce-pagination .page-numbers li a:focus.prev, .woocommerce nav.woocommerce-pagination .page-numbers li a:focus.next, .woocommerce nav.woocommerce-pagination .page-numbers span.current.prev, .woocommerce nav.woocommerce-pagination .page-numbers span.current.next {
  color: transparent;
  position: relative;
}
.woocommerce nav.woocommerce-pagination .page-numbers li a.prev:before, .woocommerce nav.woocommerce-pagination .page-numbers li a.prev:after, .woocommerce nav.woocommerce-pagination .page-numbers li a.next:before, .woocommerce nav.woocommerce-pagination .page-numbers li a.next:after, .woocommerce nav.woocommerce-pagination .page-numbers li a:focus.prev:before, .woocommerce nav.woocommerce-pagination .page-numbers li a:focus.prev:after, .woocommerce nav.woocommerce-pagination .page-numbers li a:focus.next:before, .woocommerce nav.woocommerce-pagination .page-numbers li a:focus.next:after, .woocommerce nav.woocommerce-pagination .page-numbers span.current.prev:before, .woocommerce nav.woocommerce-pagination .page-numbers span.current.prev:after, .woocommerce nav.woocommerce-pagination .page-numbers span.current.next:before, .woocommerce nav.woocommerce-pagination .page-numbers span.current.next:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url(../img/pictos/arrow_small_color_1.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.woocommerce nav.woocommerce-pagination .page-numbers li a.prev:before, .woocommerce nav.woocommerce-pagination .page-numbers li a.next:before, .woocommerce nav.woocommerce-pagination .page-numbers li a:focus.prev:before, .woocommerce nav.woocommerce-pagination .page-numbers li a:focus.next:before, .woocommerce nav.woocommerce-pagination .page-numbers span.current.prev:before, .woocommerce nav.woocommerce-pagination .page-numbers span.current.next:before {
  right: 0;
}
.woocommerce nav.woocommerce-pagination .page-numbers li a.prev:after, .woocommerce nav.woocommerce-pagination .page-numbers li a.next:after, .woocommerce nav.woocommerce-pagination .page-numbers li a:focus.prev:after, .woocommerce nav.woocommerce-pagination .page-numbers li a:focus.next:after, .woocommerce nav.woocommerce-pagination .page-numbers span.current.prev:after, .woocommerce nav.woocommerce-pagination .page-numbers span.current.next:after {
  background-image: url(../img/pictos/arrow_small_white.svg);
  opacity: 0;
  right: 20px;
}
.woocommerce nav.woocommerce-pagination .page-numbers li a.prev:hover:before, .woocommerce nav.woocommerce-pagination .page-numbers li a.next:hover:before, .woocommerce nav.woocommerce-pagination .page-numbers li a:focus.prev:hover:before, .woocommerce nav.woocommerce-pagination .page-numbers li a:focus.next:hover:before, .woocommerce nav.woocommerce-pagination .page-numbers span.current.prev:hover:before, .woocommerce nav.woocommerce-pagination .page-numbers span.current.next:hover:before {
  opacity: 0;
  right: -20px;
}
.woocommerce nav.woocommerce-pagination .page-numbers li a.prev:hover:after, .woocommerce nav.woocommerce-pagination .page-numbers li a.next:hover:after, .woocommerce nav.woocommerce-pagination .page-numbers li a:focus.prev:hover:after, .woocommerce nav.woocommerce-pagination .page-numbers li a:focus.next:hover:after, .woocommerce nav.woocommerce-pagination .page-numbers span.current.prev:hover:after, .woocommerce nav.woocommerce-pagination .page-numbers span.current.next:hover:after {
  opacity: 1;
  right: 0;
}
.woocommerce nav.woocommerce-pagination .page-numbers li a.prev, .woocommerce nav.woocommerce-pagination .page-numbers li a:focus.prev, .woocommerce nav.woocommerce-pagination .page-numbers span.current.prev {
  -webkit-transform: rotate(180deg) scale(0.8);
  -moz-transform: rotate(180deg) scale(0.8);
  -ms-transform: rotate(180deg) scale(0.8);
  -o-transform: rotate(180deg) scale(0.8);
  transform: rotate(180deg) scale(0.8);
}
.woocommerce nav.woocommerce-pagination .page-numbers li a.prev:hover, .woocommerce nav.woocommerce-pagination .page-numbers li a:focus.prev:hover, .woocommerce nav.woocommerce-pagination .page-numbers span.current.prev:hover {
  -webkit-transform: rotate(180deg) scale(1);
  -moz-transform: rotate(180deg) scale(1);
  -ms-transform: rotate(180deg) scale(1);
  -o-transform: rotate(180deg) scale(1);
  transform: rotate(180deg) scale(1);
}
.woocommerce nav.woocommerce-pagination .page-numbers span.current {
  pointer-events: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.single-product {
  overflow-x: hidden;
}

.woocommerce-product {
  padding: 40px 0 0;
}
.woocommerce-product .single-product-details .left, .woocommerce-product .single-product-details .right {
  position: relative;
  width: 100%;
}
.woocommerce-product .single-product-details .left .product-header, .woocommerce-product .single-product-details .right .product-header {
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.woocommerce-product .single-product-details .left .categories, .woocommerce-product .single-product-details .right .categories {
  margin-bottom: 30px;
}
.woocommerce-product .single-product-details .left .description, .woocommerce-product .single-product-details .right .description {
  color: #161616;
}
.woocommerce-product .single-product-details .left .woocommerce-product-rating, .woocommerce-product .single-product-details .right .woocommerce-product-rating {
  margin-bottom: 30px;
}
.woocommerce-product .single-product-details .left .cart, .woocommerce-product .single-product-details .right .cart {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 60px auto 20px;
}
.woocommerce-product .single-product-details .left .cart .variations .label label, .woocommerce-product .single-product-details .right .cart .variations .label label {
  margin-right: 10px;
}
.woocommerce-product .single-product-details .left .cart .variations .value, .woocommerce-product .single-product-details .right .cart .variations .value {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
}
.woocommerce-product .single-product-details .left .cart .variations .value .reset_variations, .woocommerce-product .single-product-details .right .cart .variations .value .reset_variations {
  margin-left: 10px;
}
.woocommerce-product .single-product-details .left .cart .single_variation_wrap, .woocommerce-product .single-product-details .right .cart .single_variation_wrap {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.woocommerce-product .single-product-details .left .cart .single_variation_wrap .price, .woocommerce-product .single-product-details .right .cart .single_variation_wrap .price {
  margin-right: 20px;
}
.woocommerce-product .single-product-details .left .cart .single_variation_wrap .variations_button, .woocommerce-product .single-product-details .right .cart .single_variation_wrap .variations_button {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.woocommerce-product .single-product-details .left .reassurance, .woocommerce-product .single-product-details .right .reassurance {
  font-size: 12px;
  line-height: 19px;
  font-style: italic;
  color: #848484;
}
.woocommerce-product .single-product-details .left .product-livraison, .woocommerce-product .single-product-details .right .product-livraison {
  position: relative;
  border-top: 1px solid #999999;
  margin-top: 20px;
  padding: 20px 0;
  padding-left: 70px;
}
.woocommerce-product .single-product-details .left .product-livraison:before, .woocommerce-product .single-product-details .right .product-livraison:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 50px;
  height: 50px;
  background-image: url(../img/pictos/picto_livraison.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.woocommerce-product .single-product-details .left .product-livraison .product-livraison-title, .woocommerce-product .single-product-details .right .product-livraison .product-livraison-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}
.woocommerce-product .single-product-details .left .product-livraison .product-livraison-title strong, .woocommerce-product .single-product-details .right .product-livraison .product-livraison-title strong {
  font-weight: 700;
}
.woocommerce-product .single-product-details .left .product-livraison .product-livraison-text, .woocommerce-product .single-product-details .right .product-livraison .product-livraison-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
  color: #848484;
}
.woocommerce-product .single-product-details .left .product-livraison .product-livraison-text a, .woocommerce-product .single-product-details .right .product-livraison .product-livraison-text a {
  color: #161616;
  cursor: pointer;
  position: relative;
}
.woocommerce-product .single-product-details .left .product-livraison .product-livraison-text a:after, .woocommerce-product .single-product-details .right .product-livraison .product-livraison-text a:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #161616;
  top: auto;
  bottom: 0px;
  left: auto;
  right: 0;
  margin: auto;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.woocommerce-product .single-product-details .left .product-livraison .product-livraison-text a:hover:after, .woocommerce-product .single-product-details .right .product-livraison .product-livraison-text a:hover:after {
  -webkit-animation: 0.5s anim_underline;
  -moz-animation: 0.5s anim_underline;
  -o-animation: 0.5s anim_underline;
  animation: 0.5s anim_underline;
}
.woocommerce-product .single-product-details .left *[accordeon-container], .woocommerce-product .single-product-details .right *[accordeon-container] {
  margin-top: 0;
}
.woocommerce-product .single-product-details .left *[accordeon-container] .item .texte-container, .woocommerce-product .single-product-details .right *[accordeon-container] .item .texte-container {
  max-height: none;
}
.woocommerce-product .single-product-details .left *[accordeon-container] .item.open .title .picto, .woocommerce-product .single-product-details .right *[accordeon-container] .item.open .title .picto {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.woocommerce-product .single-product-details .left *[accordeon-container] .item .faq-title, .woocommerce-product .single-product-details .right *[accordeon-container] .item .faq-title {
  margin-bottom: 10px;
}
.woocommerce-product .single-product-details .left *[accordeon-container] .item .faq-text, .woocommerce-product .single-product-details .right *[accordeon-container] .item .faq-text {
  margin-bottom: 30px;
}
.woocommerce-product .single-product-details .left .questions, .woocommerce-product .single-product-details .right .questions {
  margin-top: 30px;
}
.woocommerce-product .single-product-details .left .questions a, .woocommerce-product .single-product-details .right .questions a {
  cursor: pointer;
  position: relative;
}
.woocommerce-product .single-product-details .left .questions a:after, .woocommerce-product .single-product-details .right .questions a:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #161616;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.woocommerce-product .single-product-details .left .questions a:hover:after, .woocommerce-product .single-product-details .right .questions a:hover:after {
  -webkit-animation: 0.5s anim_underline;
  -moz-animation: 0.5s anim_underline;
  -o-animation: 0.5s anim_underline;
  animation: 0.5s anim_underline;
}
.woocommerce-product .single-product-details .left .product_meta, .woocommerce-product .single-product-details .right .product_meta {
  padding: 30px 0;
}
.woocommerce-product .single-product-details .left .shop_attributes th, .woocommerce-product .single-product-details .right .shop_attributes th {
  width: auto;
  padding: 8px 30px 8px 0;
}
.woocommerce-product .single-product-details .left .shop_attributes td, .woocommerce-product .single-product-details .right .shop_attributes td {
  width: 100%;
}
.woocommerce-product .single-product-details .left .woocommerce-tabs, .woocommerce-product .single-product-details .right .woocommerce-tabs {
  margin-top: 50px;
}
.woocommerce-product .single-product-details .left .woocommerce-tabs .tabs, .woocommerce-product .single-product-details .right .woocommerce-tabs .tabs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
}
.woocommerce-product .single-product-details .left .woocommerce-tabs .tabs li, .woocommerce-product .single-product-details .right .woocommerce-tabs .tabs li {
  margin-right: 40px;
  padding: 10px 0;
}
.woocommerce-product .single-product-details .left .woocommerce-tabs .tabs li.active, .woocommerce-product .single-product-details .right .woocommerce-tabs .tabs li.active {
  border-bottom: 4px solid #A4A0E0;
}
.woocommerce-product .single-product-details .left .woocommerce-tabs .tabs li.active a, .woocommerce-product .single-product-details .right .woocommerce-tabs .tabs li.active a {
  color: #A4A0E0;
}
.woocommerce-product .single-product-details .left .woocommerce-tabs .woocommerce-Tabs-panel, .woocommerce-product .single-product-details .right .woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 30px 0;
}
.woocommerce-product .single-product-details .left .woocommerce-tabs .woocommerce-Tabs-panel h2, .woocommerce-product .single-product-details .right .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  font-weight: 700;
  margin-bottom: 10px;
}
.woocommerce-product .single-product-details .left .product-image-container, .woocommerce-product .single-product-details .right .product-image-container {
  margin-bottom: 50px;
}
.woocommerce-product .single-product-details .left .product-image-container .slick-dots li, .woocommerce-product .single-product-details .right .product-image-container .slick-dots li {
  width: 20px;
  height: 2px;
  border-radius: 0;
  background: #161616;
  opacity: 0.3;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 9px;
}
.woocommerce-product .single-product-details .left .product-image-container .slick-dots li:last-child, .woocommerce-product .single-product-details .right .product-image-container .slick-dots li:last-child {
  margin-right: 0;
}
.woocommerce-product .single-product-details .left .product-image-container .slick-dots li:after, .woocommerce-product .single-product-details .right .product-image-container .slick-dots li:after {
  display: none;
}
.woocommerce-product .single-product-details .left .product-image-container .slick-dots li.slick-active, .woocommerce-product .single-product-details .right .product-image-container .slick-dots li.slick-active {
  opacity: 1;
}
.woocommerce-product .single-product-details .left .product-image-container .controlers, .woocommerce-product .single-product-details .right .product-image-container .controlers {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 120px;
  left: 0;
  height: 40px;
  margin: auto;
  pointer-events: none;
}
.woocommerce-product .single-product-details .left .product-image-container .controlers .arrow-container, .woocommerce-product .single-product-details .right .product-image-container .controlers .arrow-container {
  width: 21.3483146067%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce-product .single-product-details .left .product-image-container .controlers .arrow, .woocommerce-product .single-product-details .right .product-image-container .controlers .arrow {
  position: relative;
  width: 40px;
  height: 40px;
  background: #161616;
  border: 1px solid #161616;
  border-radius: 50%;
  z-index: 1;
  pointer-events: all;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.woocommerce-product .single-product-details .left .product-image-container .controlers .arrow.slick-disabled, .woocommerce-product .single-product-details .right .product-image-container .controlers .arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.woocommerce-product .single-product-details .left .product-image-container .controlers .arrow svg, .woocommerce-product .single-product-details .right .product-image-container .controlers .arrow svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.woocommerce-product .single-product-details .left .product-image-container .controlers .arrow svg *, .woocommerce-product .single-product-details .right .product-image-container .controlers .arrow svg * {
  fill: #ffffff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.woocommerce-product .single-product-details .left .product-image-container .controlers .arrow:hover, .woocommerce-product .single-product-details .right .product-image-container .controlers .arrow:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  background: transparent;
}
.woocommerce-product .single-product-details .left .product-image-container .controlers .arrow:hover svg *, .woocommerce-product .single-product-details .right .product-image-container .controlers .arrow:hover svg * {
  fill: #161616;
}
.woocommerce-product .single-product-details .left .product-image-container .controlers .arrow.prev, .woocommerce-product .single-product-details .right .product-image-container .controlers .arrow.prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.woocommerce-product .single-product-details .left .product-image-container .controlers .arrow.prev:hover, .woocommerce-product .single-product-details .right .product-image-container .controlers .arrow.prev:hover {
  -webkit-transform: rotate(180deg) scale(1.1);
  -moz-transform: rotate(180deg) scale(1.1);
  -ms-transform: rotate(180deg) scale(1.1);
  -o-transform: rotate(180deg) scale(1.1);
  transform: rotate(180deg) scale(1.1);
}
.woocommerce-product .single-product-details .left .product-image-container .product-gallery, .woocommerce-product .single-product-details .right .product-image-container .product-gallery {
  overflow: hidden;
  width: 52.808988764%;
  margin: auto;
}
.woocommerce-product .single-product-details .left .product-image-container .product-gallery .product-image, .woocommerce-product .single-product-details .right .product-image-container .product-gallery .product-image {
  min-width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.woocommerce-product .single-product-details .left .product-image-container .product-gallery .product-image img, .woocommerce-product .single-product-details .right .product-image-container .product-gallery .product-image img {
  width: 100%;
}
.woocommerce-product .up-sells {
  padding-top: 200px;
}
.woocommerce-product .up-sells h2 {
  text-align: center;
}
.woocommerce-product .up-sells .product {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 800px) {
  .woocommerce-product {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1040px) {
  .woocommerce-product {
    padding-top: 60px;
    padding-bottom: 150px;
  }
  .woocommerce-product .single-product-details {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  .woocommerce-product .single-product-details.product-type-variable .right .cart {
    justify-content: space-between;
  }
  .woocommerce-product .single-product-details .left {
    width: 55.9748427673%;
    height: auto;
  }
  .woocommerce-product .single-product-details .left .product-image-container {
    position: sticky;
    top: 100px;
    margin-bottom: 0;
  }
  .woocommerce-product .single-product-details .right {
    width: 38.3647798742%;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1550px) {
  .woocommerce-product {
    padding-bottom: 200px;
  }
}

.rollover-product-container {
  position: absolute;
  top: 50vh;
  left: 50vw;
  width: 200px;
  height: 200px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  -webkit-transform: translateX(-50%) translateY(-60%);
  -moz-transform: translateX(-50%) translateY(-60%);
  -ms-transform: translateX(-50%) translateY(-60%);
  -o-transform: translateX(-50%) translateY(-60%);
  transform: translateX(-50%) translateY(-60%);
}
.rollover-product-container .rollover {
  width: 0px;
  height: 0px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.4s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -moz-transition: all 0.4s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -ms-transition: all 0.4s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -o-transition: all 0.4s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  transition: all 0.4s cubic-bezier(0.29, 1.63, 0.81, 1.04);
}
.rollover-product-container .rollover .txt-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #161616;
  color: #ffffff;
}
.rollover-product-container .rollover .txt-container.outofstock {
  font-size: 14px;
  line-height: 24px;
  display: none;
  background: #5B5B5B;
}
.rollover-product-container.visible .rollover {
  width: 140px;
  height: 140px;
}
.rollover-product-container.mobile {
  display: none;
}
.rollover-product-container.outofstock .rollover .txt-container:not(.outofstock) {
  display: none;
}
.rollover-product-container.outofstock .rollover .txt-container.outofstock {
  display: flex;
}
.rollover-product-container.outofstock.visible .rollover {
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: calc(1280px - 1px)) {
  .rollover-product-container {
    display: none;
  }
}

.woocommerce-page.woocommerce-shop {
  overflow-x: hidden;
}
.woocommerce-page.woocommerce-shop .woocommerce-breadcrumb {
  text-align: center;
}
.woocommerce-page .shop-intro .title, .woocommerce-page .shop-intro .desc {
  text-align: center;
  width: 100%;
  max-width: 840px;
}
.woocommerce-page .shop-intro .title {
  padding: 30px 0 40px;
}
.woocommerce-page .site-main {
  display: flex;
  flex-direction: column;
}
.woocommerce-page .before-shop-loop {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  margin: 60px auto 60px;
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 1040px) {
  .woocommerce-page .before-shop-loop {
    margin-top: 20px;
  }
}
.woocommerce-page .before-shop-loop .btn-filter {
  position: relative;
  border: 1px solid #999999;
  border-radius: 25px;
  font-size: 12px;
  line-height: 22px;
  padding: 10px 45px 10px 15px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (min-width: 620px) {
  .woocommerce-page .before-shop-loop .btn-filter {
    font-size: 14px;
    line-height: 24px;
  }
}
.woocommerce-page .before-shop-loop .btn-filter:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  width: 12px;
  height: 12px;
  background: url(../img/pictos/arrow_small_color_1.svg) 0px 0px no-repeat;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce-page .before-shop-loop .btn-filter:hover {
  background: #A4A0E0;
  color: #ffffff;
}
.woocommerce-page .before-shop-loop .btn-filter:hover:after {
  background: url(../img/pictos/arrow_small_white.svg) 0px 0px no-repeat;
}
.woocommerce-page .before-shop-loop .woocommerce-result-count {
  float: none;
}
.woocommerce-page .before-shop-loop .woocommerce-ordering {
  position: relative;
  top: 0;
  left: 0;
}
.woocommerce-page .before-shop-loop .woocommerce-ordering .custom-select .select-container {
  border: 1px solid #999999;
  border-radius: 25px;
  font-size: 12px;
  line-height: 22px;
}
@media only screen and (min-width: 620px) {
  .woocommerce-page .before-shop-loop .woocommerce-ordering .custom-select .select-container {
    font-size: 14px;
    line-height: 24px;
  }
}
.woocommerce-page .before-shop-loop .woocommerce-ordering .custom-select .select-selected:after {
  width: 9px;
  height: 9px;
}
.woocommerce-page .before-shop-loop .woocommerce-ordering .custom-select .select-items {
  background: #ffffff;
}
.woocommerce-page .before-shop-loop .woocommerce-ordering .custom-select.open .select-selected {
  border-bottom: 1px solid #999999;
}
.woocommerce-page .loop, .woocommerce-page .products--list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0;
}
.woocommerce-page .loop .tease-product, .woocommerce-page .loop .product, .woocommerce-page .products--list .tease-product, .woocommerce-page .products--list .product {
  width: calc(100% - 30px);
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: middle;
  justify-content: space-between;
  text-align: center;
}
.woocommerce-page .loop .tease-product .illustration, .woocommerce-page .loop .product .illustration, .woocommerce-page .products--list .tease-product .illustration, .woocommerce-page .products--list .product .illustration {
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  padding: 6.25% 12.5%;
  flex-grow: 2;
  background: #F3F3F3;
  cursor: none;
}
.woocommerce-page .loop .tease-product .illustration .img-container, .woocommerce-page .loop .product .illustration .img-container, .woocommerce-page .products--list .tease-product .illustration .img-container, .woocommerce-page .products--list .product .illustration .img-container {
  width: 100%;
  height: auto;
  max-height: 100%;
  overflow: hidden;
}
.woocommerce-page .loop .tease-product .illustration .img-container img, .woocommerce-page .loop .product .illustration .img-container img, .woocommerce-page .products--list .tease-product .illustration .img-container img, .woocommerce-page .products--list .product .illustration .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.woocommerce-page .loop .tease-product .product-infos, .woocommerce-page .loop .tease-product .tease--txt, .woocommerce-page .loop .product .product-infos, .woocommerce-page .loop .product .tease--txt, .woocommerce-page .products--list .tease-product .product-infos, .woocommerce-page .products--list .tease-product .tease--txt, .woocommerce-page .products--list .product .product-infos, .woocommerce-page .products--list .product .tease--txt {
  position: relative;
  width: 100%;
  min-height: 120px;
}
.woocommerce-page .loop .tease-product .product-infos .entry-title, .woocommerce-page .loop .tease-product .tease--txt .entry-title, .woocommerce-page .loop .product .product-infos .entry-title, .woocommerce-page .loop .product .tease--txt .entry-title, .woocommerce-page .products--list .tease-product .product-infos .entry-title, .woocommerce-page .products--list .tease-product .tease--txt .entry-title, .woocommerce-page .products--list .product .product-infos .entry-title, .woocommerce-page .products--list .product .tease--txt .entry-title {
  margin-top: 0;
  margin-bottom: 15px;
}
.woocommerce-page .loop .tease-product .product-infos .size, .woocommerce-page .loop .tease-product .tease--txt .size, .woocommerce-page .loop .product .product-infos .size, .woocommerce-page .loop .product .tease--txt .size, .woocommerce-page .products--list .tease-product .product-infos .size, .woocommerce-page .products--list .tease-product .tease--txt .size, .woocommerce-page .products--list .product .product-infos .size, .woocommerce-page .products--list .product .tease--txt .size {
  margin-bottom: 5px;
}
.woocommerce-page .loop .tease-product .product-infos .picto-coeur, .woocommerce-page .loop .tease-product .tease--txt .picto-coeur, .woocommerce-page .loop .product .product-infos .picto-coeur, .woocommerce-page .loop .product .tease--txt .picto-coeur, .woocommerce-page .products--list .tease-product .product-infos .picto-coeur, .woocommerce-page .products--list .tease-product .tease--txt .picto-coeur, .woocommerce-page .products--list .product .product-infos .picto-coeur, .woocommerce-page .products--list .product .tease--txt .picto-coeur {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  width: 22px;
  height: auto;
  opacity: 0.3;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.woocommerce-page .loop .tease-product .product-infos .picto-coeur svg *, .woocommerce-page .loop .tease-product .tease--txt .picto-coeur svg *, .woocommerce-page .loop .product .product-infos .picto-coeur svg *, .woocommerce-page .loop .product .tease--txt .picto-coeur svg *, .woocommerce-page .products--list .tease-product .product-infos .picto-coeur svg *, .woocommerce-page .products--list .tease-product .tease--txt .picto-coeur svg *, .woocommerce-page .products--list .product .product-infos .picto-coeur svg *, .woocommerce-page .products--list .product .tease--txt .picto-coeur svg * {
  fill: transparent;
  stroke: #1A1A1A;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.woocommerce-page .loop .tease-product .product-infos .picto-coeur:hover, .woocommerce-page .loop .tease-product .product-infos .picto-coeur.selected, .woocommerce-page .loop .tease-product .tease--txt .picto-coeur:hover, .woocommerce-page .loop .tease-product .tease--txt .picto-coeur.selected, .woocommerce-page .loop .product .product-infos .picto-coeur:hover, .woocommerce-page .loop .product .product-infos .picto-coeur.selected, .woocommerce-page .loop .product .tease--txt .picto-coeur:hover, .woocommerce-page .loop .product .tease--txt .picto-coeur.selected, .woocommerce-page .products--list .tease-product .product-infos .picto-coeur:hover, .woocommerce-page .products--list .tease-product .product-infos .picto-coeur.selected, .woocommerce-page .products--list .tease-product .tease--txt .picto-coeur:hover, .woocommerce-page .products--list .tease-product .tease--txt .picto-coeur.selected, .woocommerce-page .products--list .product .product-infos .picto-coeur:hover, .woocommerce-page .products--list .product .product-infos .picto-coeur.selected, .woocommerce-page .products--list .product .tease--txt .picto-coeur:hover, .woocommerce-page .products--list .product .tease--txt .picto-coeur.selected {
  opacity: 1;
}
.woocommerce-page .loop .tease-product .product-infos .picto-coeur:hover svg *, .woocommerce-page .loop .tease-product .product-infos .picto-coeur.selected svg *, .woocommerce-page .loop .tease-product .tease--txt .picto-coeur:hover svg *, .woocommerce-page .loop .tease-product .tease--txt .picto-coeur.selected svg *, .woocommerce-page .loop .product .product-infos .picto-coeur:hover svg *, .woocommerce-page .loop .product .product-infos .picto-coeur.selected svg *, .woocommerce-page .loop .product .tease--txt .picto-coeur:hover svg *, .woocommerce-page .loop .product .tease--txt .picto-coeur.selected svg *, .woocommerce-page .products--list .tease-product .product-infos .picto-coeur:hover svg *, .woocommerce-page .products--list .tease-product .product-infos .picto-coeur.selected svg *, .woocommerce-page .products--list .tease-product .tease--txt .picto-coeur:hover svg *, .woocommerce-page .products--list .tease-product .tease--txt .picto-coeur.selected svg *, .woocommerce-page .products--list .product .product-infos .picto-coeur:hover svg *, .woocommerce-page .products--list .product .product-infos .picto-coeur.selected svg *, .woocommerce-page .products--list .product .tease--txt .picto-coeur:hover svg *, .woocommerce-page .products--list .product .tease--txt .picto-coeur.selected svg * {
  fill: #1A1A1A;
}
.woocommerce-page .loop .tease-product .star-rating, .woocommerce-page .loop .product .star-rating, .woocommerce-page .products--list .tease-product .star-rating, .woocommerce-page .products--list .product .star-rating {
  margin-bottom: 20px;
}
.woocommerce-page .loop .tease-product .price-container, .woocommerce-page .loop .product .price-container, .woocommerce-page .products--list .tease-product .price-container, .woocommerce-page .products--list .product .price-container {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.woocommerce-page .loop .tease-product .price-container .price, .woocommerce-page .loop .product .price-container .price, .woocommerce-page .products--list .tease-product .price-container .price, .woocommerce-page .products--list .product .price-container .price {
  display: block;
  width: auto;
  margin-right: 5px;
  color: #161616;
  text-align: left;
}
.woocommerce-page .loop .tease-product .price-container .vendu, .woocommerce-page .loop .product .price-container .vendu, .woocommerce-page .products--list .tease-product .price-container .vendu, .woocommerce-page .products--list .product .price-container .vendu {
  color: #161616;
}
.woocommerce-page .loop .tease-product .button, .woocommerce-page .loop .product .button, .woocommerce-page .products--list .tease-product .button, .woocommerce-page .products--list .product .button {
  margin-top: auto;
  margin-bottom: 30px;
  padding: 10px 30px;
}
.woocommerce-page .loop .tease-product .out-of-stock-pastille, .woocommerce-page .loop .product .out-of-stock-pastille, .woocommerce-page .products--list .tease-product .out-of-stock-pastille, .woocommerce-page .products--list .product .out-of-stock-pastille {
  position: absolute;
  bottom: 10%;
  left: 7%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background: #5B5B5B;
  color: #ffffff;
}
.woocommerce-page .loop .tease-product:hover .illustration img, .woocommerce-page .loop .product:hover .illustration img, .woocommerce-page .products--list .tease-product:hover .illustration img, .woocommerce-page .products--list .product:hover .illustration img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media only screen and (min-width: 620px) {
  .woocommerce-page .loop .tease-product, .woocommerce-page .loop .product, .woocommerce-page .products--list .tease-product, .woocommerce-page .products--list .product {
    align-items: flex-start;
    text-align: left;
    width: calc((100% - 60px) / 2);
  }
}
@media only screen and (min-width: 1040px) {
  .woocommerce-page .loop .tease-product, .woocommerce-page .loop .product, .woocommerce-page .products--list .tease-product, .woocommerce-page .products--list .product {
    width: 31.7073170732%;
    margin: 0 auto 50px 0;
  }
  .woocommerce-page .loop .tease-product:nth-child(3n), .woocommerce-page .loop .product:nth-child(3n), .woocommerce-page .products--list .tease-product:nth-child(3n), .woocommerce-page .products--list .product:nth-child(3n) {
    margin-right: 0;
  }
}
.woocommerce-page .btn-voir-plus {
  margin: 30px auto 150px;
  text-align: center;
}

.wishlist-container {
  margin-bottom: 150px;
}
.wishlist-container .wishlist-no-results {
  padding: 150px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wishlist-container .wishlist-no-results .text {
  padding-bottom: 30px;
}
.wishlist-container .wishlist-no-results a:after {
  display: none;
}

.lost_reset_password {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lost_reset_password p {
  padding: 30px 0 0;
  max-width: 420px;
}
.lost_reset_password .flex-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.lost_reset_password .flex-wrap .form-row-first {
  width: 100%;
}

.widget-container {
  padding: 0 0 60px 0;
  display: none;
  flex-direction: column;
  align-items: flex-start;
}
.widget-container .left {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1040px) {
  .widget-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .widget-container .left {
    margin-bottom: 0;
  }
}
.widget-container.shop-top-widget .filters-title {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-bottom: 50px;
  color: #161616;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.widget-container.shop-top-widget .filters-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget-container.shop-top-widget .filters-content .widget {
  margin-right: 20px;
  background: #ffffff;
  border: 1px solid #161616;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  border-radius: 15px;
}
.widget-container.shop-top-widget .filters-content .widget .title {
  margin-bottom: 25px;
  color: #ABABAB;
}
.widget-container.shop-top-widget .filters-content .widget ul li {
  margin-bottom: 5px;
}
.widget-container.shop-top-widget .filters-content .widget ul li:last-child {
  margin-bottom: 0;
}
.widget-container.shop-top-widget.open .filters-content {
  opacity: 1;
}

.shop-top-widget {
  display: flex;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  pointer-events: none;
}
.shop-top-widget .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.shop-top-widget .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
@media only screen and (min-width: 620px) {
  .shop-top-widget .btn-close {
    display: none;
  }
}
.shop-top-widget .btn-close:before, .shop-top-widget .btn-close:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #161616;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.shop-top-widget .btn-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.shop-top-widget .right {
  position: absolute;
  top: 0;
  right: -450px;
  height: 100%;
  width: 100%;
  max-width: 450px;
  background: #ffffff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 100px 60px;
}
.shop-top-widget .right .widget {
  margin-bottom: 50px;
}
.shop-top-widget .right .widget .title {
  margin-bottom: 10px;
  color: #ABABAB;
}
.shop-top-widget .right .btn.show-results {
  width: 100%;
}
.shop-top-widget.open {
  pointer-events: all;
}
.shop-top-widget.open .shadow {
  opacity: 1;
}
.shop-top-widget.open .right {
  right: 0;
}
.shop-top-widget .wc-layered-nav-term a {
  margin-bottom: 10x;
}
.shop-top-widget .price_slider_wrapper {
  position: relative;
}
.shop-top-widget .price_slider_wrapper .price_slider {
  margin-bottom: 15px;
  position: relative;
  background: #ABABAB;
  height: 3px;
}
.shop-top-widget .price_slider_wrapper .price_slider .ui-slider-range {
  position: absolute;
  background: #161616;
  height: 3px;
  top: 0px;
}
.shop-top-widget .price_slider_wrapper .price_slider .ui-slider-handle {
  position: absolute;
  display: inline-block;
  background: #161616;
  width: 10px;
  height: 10px;
  top: -4px;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.3s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -moz-transition: transform 0.3s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -ms-transition: transform 0.3s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  -o-transition: transform 0.3s cubic-bezier(0.29, 1.63, 0.81, 1.04);
  transition: transform 0.3s cubic-bezier(0.29, 1.63, 0.81, 1.04);
}
.shop-top-widget .price_slider_wrapper .price_slider .ui-slider-handle:hover, .shop-top-widget .price_slider_wrapper .price_slider .ui-slider-handle:focus, .shop-top-widget .price_slider_wrapper .price_slider .ui-slider-handle:focus-visible {
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -ms-transform: scale(1.8);
  -o-transform: scale(1.8);
  transform: scale(1.8);
  outline: none;
  border: none;
}
.shop-top-widget .price_slider_wrapper .button, .shop-top-widget .price_slider_wrapper .price_label {
  display: none !important;
}
.shop-top-widget .price_slider_wrapper .price_slider_amount {
  position: relative;
  height: 26px;
}
.shop-top-widget .price_slider_wrapper .price_slider_amount input {
  display: inline-block !important;
  padding: 0;
  position: absolute;
  width: auto;
  min-width: 0;
  max-width: 50px;
  box-sizing: content-box;
  top: 0;
  left: 0;
  border: 0;
  border-radius: 0;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.shop-top-widget .price_slider_wrapper .price_slider_amount input * {
  width: auto;
}
.shop-top-widget .price_slider_wrapper .price_slider_amount input#max_price {
  left: 90%;
  text-align: right;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a:before {
  content: "Retirer";
  color: rgba(0, 0, 0, 0.4);
  text-decoration: underline;
  float: right;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a:before:hover {
  color: rgba(0, 0, 0, 0.8);
}

.widget .searchform, .widget .woocommerce-product-search {
  position: relative;
}
.widget .searchform > div, .widget .woocommerce-product-search > div {
  display: flex;
  flex-direction: row;
  position: relative;
}
.widget .searchform input[type=text],
.widget .searchform input[type=search], .widget .woocommerce-product-search input[type=text],
.widget .woocommerce-product-search input[type=search] {
  color: #161616;
  border: 1px solid rgba(22, 22, 22, 0.2);
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 6px 175px 6px 20px;
}
.widget .searchform input[type=text]:focus-visible,
.widget .searchform input[type=search]:focus-visible, .widget .woocommerce-product-search input[type=text]:focus-visible,
.widget .woocommerce-product-search input[type=search]:focus-visible {
  border: 1px solid rgba(22, 22, 22, 0.2);
  border-radius: 10px;
  outline: none;
}
.widget .searchform button[type=submit],
.widget .searchform input[type=submit], .widget .woocommerce-product-search button[type=submit],
.widget .woocommerce-product-search input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 20px;
  color: #ffffff;
  background: #161616;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.widget .searchform button[type=submit]:hover,
.widget .searchform input[type=submit]:hover, .widget .woocommerce-product-search button[type=submit]:hover,
.widget .woocommerce-product-search input[type=submit]:hover {
  background: #A4A0E0;
}

/**
 * Swiper 8.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 3, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

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

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

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

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

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

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

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

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

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

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

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

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

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}


/*# sourceMappingURL=style.css.map*/