@charset "UTF-8";
@import "css-style/vendors/slick.css";
@import "css-style/vendors/bootstrap.min.css";
@import "css-style/vendors/jquery.mCustomScrollbar.css";
/*!
 * fullPage 3.0.8
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
@import "../iconfont/style.css";
@import "../fonts/iconfont/iconfont.css";
.fp-enabled body,
html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.fp-right {
  right: 17px;
}

#fp-nav.fp-left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

.fp-slidesNav.fp-top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important;
}

.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.5.0 (11/03/2018)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: "lightcase";
  src: url("../font/lightcase/lightcase.eot?55356177");
  src: url("../font/lightcase/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../font/lightcase/lightcase.woff?55356177") format("woff"), url("../font/lightcase/lightcase.ttf?55356177") format("truetype"), url("../font/lightcase/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../scss/components/fonts/_font-lightcase.scss */
[class*=lightcase-icon-]:before {
  font-family: "lightcase", sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
/* line 35, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-play:before {
  content: "\e800";
}

/* line 36, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-pause:before {
  content: "\e801";
}

/* line 37, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-close:before {
  content: "\e802";
}

/* line 38, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-prev:before {
  content: "\e803";
}

/* line 39, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-next:before {
  content: "\e804";
}

/* line 40, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-spin:before {
  content: "\e805";
}

/**
   * Mixin providing icon defaults to be used on top of font-lightcase.
   *
   * Example usage:
   * @include icon(#e9e9e9)
   */
/**
   * Mixin providing icon defaults including a hover status to be used
   * on top of font-lightcase.
   *
   * Example usage:
   * @include icon-hover(#e9e9e9, #fff)
   */
/**
   * Provides natural content overflow behavior and scrolling support
   * even so for touch devices.
   *
   * Example usage:
   * @include overflow()
   */
/**
   * Neutralizes/resets dimensions including width, height, position as well as margins,
   * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
   *
   * Example usage:
   * @include clear(true)
   *
   * @param boolean $important
   */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 1, ../scss/components/modules/_case.scss */
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 640px) {
  /* line 16, ../scss/components/modules/_case.scss */
  html[data-lc-type=inline] #lightcase-case,
  html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}
@media screen and (min-width: 641px) {
  /* line 4, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  /* line 23, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content,
  html[data-lc-type=video] #lightcase-content {
    background-color: #333;
  }
}
/* line 31, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content,
html[data-lc-type=ajax] #lightcase-content,
html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  /* line 31, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content,
  html[data-lc-type=ajax] #lightcase-content,
  html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
/* line 43, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  /* line 43, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }
  /* line 52, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }
  /* line 59, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe),
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe),
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  /* line 70, ../scss/components/modules/_content.scss */
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  /* line 74, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}
/* line 82, ../scss/components/modules/_content.scss */
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  /* line 91, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
@media screen and (min-width: 641px) {
  /* line 100, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1,
  #lightcase-content h2,
  #lightcase-content h3,
  #lightcase-content h4,
  #lightcase-content h5,
  #lightcase-content h6,
  #lightcase-content p {
    color: #aaa;
  }
}
@media screen and (min-width: 641px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1,
  #lightcase-content h2,
  #lightcase-content h3,
  #lightcase-content h4,
  #lightcase-content h5,
  #lightcase-content h6,
  #lightcase-content p {
    color: #333;
  }
}
/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}
@media screen and (min-width: 641px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}
/* line 4, ../scss/components/modules/_global.scss */
.lightcase-open body {
  overflow: hidden;
}

/* line 8, ../scss/components/modules/_global.scss */
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}

/* line 1, ../scss/components/modules/_info.scss */
#lightcase-info {
  position: absolute;
  padding-top: 15px;
}

/* line 9, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  /* line 19, ../scss/components/modules/_info.scss */
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333;
  }
}
/* line 33, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

/* line 39, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  /* line 45, ../scss/components/modules/_info.scss */
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 51, ../scss/components/modules/_info.scss */
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
}
/* line 1, ../scss/components/modules/_loading.scss */
#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}

/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-loading,
#lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

/* line 2, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

/* line 20, ../scss/components/mixins/_presets.scss */
a[class*=lightcase-icon-],
a[class*=lightcase-icon-]:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

/* line 32, ../scss/components/mixins/_presets.scss */
a[class*=lightcase-icon-] > span {
  display: inline-block;
  text-indent: -9999px;
}

/* line 49, ../scss/components/mixins/_presets.scss */
a[class*=lightcase-icon-]:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

/* line 10, ../scss/components/modules/_navigation.scss */
.lightcase-isMobileDevice a[class*=lightcase-icon-]:hover {
  color: #aaa;
  text-shadow: none;
}

/* line 17, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

/* line 28, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-prev {
  left: 15px;
}

/* line 33, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-next {
  right: 15px;
}

/* line 38, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-pause,
a[class*=lightcase-icon-].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  /* line 38, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-].lightcase-icon-pause,
  a[class*=lightcase-icon-].lightcase-icon-play {
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-] {
    bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 641px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  /* line 57, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-]:hover,
  #lightcase-case:hover ~ a[class*=lightcase-icon-] {
    opacity: 1;
  }
}
/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  /* line 1, ../scss/components/modules/_overlay.scss */
  #lightcase-overlay {
    opacity: 1 !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.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);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.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;
  border: 1px solid transparent;
}

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

@font-face {
  font-family: "Urbanist-Regular";
  src: url("../fonts/Urbanist-Regular.eot") format("embedded-opentype"), url("../fonts/Urbanist-Regular.woff2") format("woff2"), url("../fonts/Urbanist-Regular.woff") format("woff"), url("../fonts/Urbanist-Regular.ttf") format("truetype"), url("../fonts/Urbanist-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist-Medium";
  src: url("../fonts/Urbanist-Medium.eot") format("embedded-opentype"), url("../fonts/Urbanist-Medium.woff2") format("woff2"), url("../fonts/Urbanist-Medium.woff") format("woff"), url("../fonts/Urbanist-Medium.ttf") format("truetype"), url("../fonts/Urbanist-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist-SemiBold";
  src: url("../fonts/Urbanist-SemiBold.eot") format("embedded-opentype"), url("../fonts/Urbanist-SemiBold.woff2") format("woff2"), url("../fonts/Urbanist-SemiBold.woff") format("woff"), url("../fonts/Urbanist-SemiBold.ttf") format("truetype"), url("../fonts/Urbanist-SemiBold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist-Bold";
  src: url("../fonts/Urbanist-Bold.eot") format("embedded-opentype"), url("../fonts/Urbanist-Bold.woff2") format("woff2"), url("../fonts/Urbanist-Bold.woff") format("woff"), url("../fonts/Urbanist-Bold.ttf") format("truetype"), url("../fonts/Urbanist-Bold.svg") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist-Black";
  src: url("../fonts/Urbanist-Black.eot");
  src: url("../fonts/Urbanist-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Urbanist-Black.woff2") format("woff2"), url("../fonts/Urbanist-Black.woff") format("woff"), url("../fonts/Urbanist-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PowerBreakfastDEMO-Regular";
  src: url("../fonts/PowerBreakfastDEMO-Regular.eot") format("embedded-opentype"), url("../fonts/PowerBreakfastDEMO-Regular.woff2") format("woff2"), url("../fonts/PowerBreakfastDEMO-Regular.woff") format("woff"), url("../fonts/PowerBreakfastDEMO-Regular.ttf") format("truetype"), url("../fonts/PowerBreakfastDEMO-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PowerBreakfast-Regular";
  src: url("../fonts/PowerBreakfast-Regular.eot");
  src: url("../fonts/PowerBreakfast-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PowerBreakfast-Regular.woff2") format("woff2"), url("../fonts/PowerBreakfast-Regular.woff") format("woff"), url("../fonts/PowerBreakfast-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Epilogue-Regular";
  src: url("../fonts/Epilogue-Regular.eot") format("embedded-opentype"), url("../fonts/Epilogue-Regular.woff2") format("woff2"), url("../fonts/Epilogue-Regular.woff") format("woff"), url("../fonts/Epilogue-Regular.ttf") format("truetype"), url("../fonts/Epilogue-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope-Regular";
  src: url("../fonts/Manrope-Regular.eot") format("embedded-opentype"), url("../fonts/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular.woff") format("woff"), url("../fonts/Manrope-Regular.ttf") format("truetype"), url("../fonts/Manrope-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "WorkSans-Regular";
  src: url("../fonts/WorkSans-Regular.eot") format("embedded-opentype"), url("../fonts/WorkSans-Regular.woff2") format("woff2"), url("../fonts/WorkSans-Regular.woff") format("woff"), url("../fonts/WorkSans-Regular.ttf") format("truetype"), url("../fonts/WorkSans-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html.show-c .wowo {
  opacity: 1;
}
html .wowo {
  opacity: 0;
}
html .wowo.animated {
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  visibility: visible;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInUpto.animated {
  -webkit-animation-name: fadeInUpto;
          animation-name: fadeInUpto;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes fadeInUpto {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInUpto {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInUptos.animated {
  -webkit-animation-name: fadeInUptos;
          animation-name: fadeInUptos;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@-webkit-keyframes fadeInUptos {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInUptos {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInBigUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInBigUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-15%, 0, 0);
            transform: translate3d(-15%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-15%, 0, 0);
            transform: translate3d(-15%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(15%, 0, 0);
            transform: translate3d(15%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(15%, 0, 0);
            transform: translate3d(15%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeft.animated {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

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

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

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

.fadeInBigUp.animated {
  -webkit-animation-name: fadeInBigUp;
          animation-name: fadeInBigUp;
}

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

.delay-in-1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay-in-2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-in-3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay-in-4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@keyframes myleft {
  50% {
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes myleft {
  50% {
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes myright {
  50% {
    -webkit-transform: rotate(180deg) translate(8px, 0);
    transform: rotate(180deg) translate(8px, 0);
  }
  100% {
    -webkit-transform: rotate(180deg) translate(0, 0);
    transform: rotate(180deg) translate(0, 0);
  }
}
@-webkit-keyframes myright {
  50% {
    -webkit-transform: rotate(180deg) translate(8px, 0);
    transform: rotate(180deg) translate(8px, 0);
  }
  100% {
    -webkit-transform: rotate(180deg) translate(0, 0);
    transform: rotate(180deg) translate(0, 0);
  }
}
@keyframes bgmyleft {
  50% {
    background-position: 60% center;
  }
  100% {
    background-position: center center;
  }
}
@-webkit-keyframes bgmyleft {
  50% {
    background-position: 60% center;
  }
  100% {
    background-position: center center;
  }
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  overflow-x: hidden;
}

body {
  font-size: 15px;
  font-family: "Urbanist-Regular";
  line-height: 1.75;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #383535;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  body {
    overflow-x: hidden;
    width: 100%;
  }
}
body .header-bg {
  position: absolute;
  top: -270px;
  left: 0;
  width: 100%;
  height: 990px;
  z-index: -1;
  background-color: #ffffff;
}

.heading-c::-webkit-scrollbar, div::-webkit-scrollbar { /* 浏览器的滚动条颜色  手机端*/
  width: 100%;
  height: 7px;
  background-color: transparent;
  border-radius: 10px;
  display: none;
}
.heading-c::-webkit-scrollbar-track, div::-webkit-scrollbar-track {
  display: none;
}
.heading-c::-webkit-scrollbar-thumb, div::-webkit-scrollbar-thumb { /* 浏览器的滚动条颜色  手机端 end*/
  background-color: transparent;
  display: none;
}

h1 {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-family: "PowerBreakfast-Regular";
  font-size: 48px;
  line-height: 1.45;
  text-transform: uppercase;
  margin-left: -32px;
  margin-right: -32px;
  padding: 6px 32px;
  margin-bottom: 42px;
  position: relative;
}
@media (max-width: 992px) {
  h2 {
    font-size: 26px;
    padding: 6px 20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 30px;
  }
}
h2 span {
  color: #f16500;
}

.wp-block-title-c {
  max-width: 870px !important;
}
.wp-block-title-c h2 {
  font-family: "PowerBreakfast-Regular";
  font-size: 32px;
  line-height: 1.45;
  text-transform: uppercase;
  margin-left: -15px;
  margin-right: -15px;
  padding: 6px 15px;
  display: inline-block;
  margin-bottom: 42px;
  color: #383535;
  background: #CFDD28;
  position: relative;
}
@media (max-width: 992px) {
  .wp-block-title-c h2 {
    font-size: 26px;
    padding: 6px 10px;
    margin-left: 14px;
    margin-right: 14px;
    margin-bottom: 30px;
  }
}
.wp-block-title-c h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  width: 17px;
  height: 100%;
  background-image: url("../images/title-bg-left.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
.wp-block-title-c h2:after {
  content: "";
  position: absolute;
  top: 0;
  right: 1px;
  width: 17px;
  height: 100%;
  background-image: url("../images/title-bg-right.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}

h3 {
  font-family: "Urbanist-Bold";
  color: #f16500;
  font-size: 27px;
  line-height: 1.3;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  h3 {
    font-size: 24px;
  }
}
h3 span {
  color: #f16500;
}

h4 {
  font-family: "Urbanist-Bold";
  font-size: 23px;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-family: "Urbanist-Regular";
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.07px;
  padding-left: 37px;
  position: relative;
  margin-bottom: 26px;
}
h5:before {
  content: "";
  width: 17.5px;
  height: 1px;
  background: #383535;
  position: absolute;
  top: 8px;
  left: 0px;
}

h6 {
  font-family: "Urbanist-Regular";
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 20px;
}

p {
  font-family: "Urbanist-Regular";
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 26px;
}
p strong {
  font-family: "Urbanist-Bold";
}
p a {
  color: #f16500;
}
p a:hover {
  opacity: 0.7;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: inherit;
  text-decoration: underline;
  text-decoration: none !important;
}
section:not(.wrapper):not(.main) img {
  width: 100%;
  height: auto;
}

div img {
  width: 100%;
  height: auto;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
ul li {
  font-family: "Urbanist-Regular";
  font-size: 17px;
  line-height: 1.75;
  padding-left: 24px;
  position: relative;
  margin-bottom: 9px;
}
ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f16500;
  position: absolute;
  top: 9px;
  left: 0;
  z-index: 1;
}
ul li ul li {
  padding-left: 30px;
  margin-bottom: 4px;
}
ul li ul li:before {
  width: 12px;
  height: 1px;
  border-radius: 0;
  top: 13px;
}
ul li ol li {
  padding-left: 30px;
}
ul li ol li:before {
  display: none;
}
ul li ul,
ul li ol {
  margin-top: 9px;
  margin-bottom: 9px;
}

ol {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  counter-reset: my-awesome-counter;
}
ol li {
  font-family: "Urbanist-Regular";
  font-size: 17px;
  line-height: 1.75;
  padding-left: 24px;
  position: relative;
  margin-bottom: 9px;
  counter-increment: my-awesome-counter;
}
ol li:after {
  content: counter(my-awesome-counter);
  font-family: "Urbanist-Regular";
  font-size: 17px;
  line-height: 1.75;
  color: #f16500;
  position: absolute;
  top: 0px;
  left: 3px;
  z-index: 1;
}
ol li ul li:after {
  display: none;
}
ol li ul,
ol li ol {
  margin-top: 9px;
  margin-bottom: 9px;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

sup {
  font-size: 80%;
  position: relative;
  top: -0.6em;
}

sub {
  font-size: 80%;
}

body > *:not(section):not(div):not(footer):not(header):not(nav), body > [class*=wp-block-], body > [class*=wp-], .wrapper > *:not(section):not(div):not(footer):not(header):not(nav), .wrapper > [class*=wp-block-], .wrapper > [class*=wp-] {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  body > *:not(section):not(div):not(footer):not(header):not(nav), body > [class*=wp-block-], body > [class*=wp-], .wrapper > *:not(section):not(div):not(footer):not(header):not(nav), .wrapper > [class*=wp-block-], .wrapper > [class*=wp-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body > *:not(section):not(div):not(footer):not(header):not(nav) + div, body > *:not(section):not(div):not(footer):not(header):not(nav) + section, body > *:not(section):not(div):not(footer):not(header):not(nav) + footer, body > [class*=wp-block-] + div, body > [class*=wp-block-] + section, body > [class*=wp-block-] + footer, body > [class*=wp-] + div, body > [class*=wp-] + section, body > [class*=wp-] + footer, .wrapper > *:not(section):not(div):not(footer):not(header):not(nav) + div, .wrapper > *:not(section):not(div):not(footer):not(header):not(nav) + section, .wrapper > *:not(section):not(div):not(footer):not(header):not(nav) + footer, .wrapper > [class*=wp-block-] + div, .wrapper > [class*=wp-block-] + section, .wrapper > [class*=wp-block-] + footer, .wrapper > [class*=wp-] + div, .wrapper > [class*=wp-] + section, .wrapper > [class*=wp-] + footer {
  margin-top: 50px;
}
@media (max-width: 992px) {
  body > *:not(section):not(div):not(footer):not(header):not(nav) + div, body > *:not(section):not(div):not(footer):not(header):not(nav) + section, body > *:not(section):not(div):not(footer):not(header):not(nav) + footer, body > [class*=wp-block-] + div, body > [class*=wp-block-] + section, body > [class*=wp-block-] + footer, body > [class*=wp-] + div, body > [class*=wp-] + section, body > [class*=wp-] + footer, .wrapper > *:not(section):not(div):not(footer):not(header):not(nav) + div, .wrapper > *:not(section):not(div):not(footer):not(header):not(nav) + section, .wrapper > *:not(section):not(div):not(footer):not(header):not(nav) + footer, .wrapper > [class*=wp-block-] + div, .wrapper > [class*=wp-block-] + section, .wrapper > [class*=wp-block-] + footer, .wrapper > [class*=wp-] + div, .wrapper > [class*=wp-] + section, .wrapper > [class*=wp-] + footer {
    margin-top: 30px;
  }
}
body > h1, body > h2, body > h3, body > h4, body > h5, body > h6, body > p, body > ul, body > ol, body > .wp-block-buttons, body > .wp-block-file, .wrapper > h1, .wrapper > h2, .wrapper > h3, .wrapper > h4, .wrapper > h5, .wrapper > h6, .wrapper > p, .wrapper > ul, .wrapper > ol, .wrapper > .wp-block-buttons, .wrapper > .wp-block-file {
  max-width: 870px !important;
}
body > h2, .wrapper > h2 {
  color: #383535;
  max-width: 801px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (max-width: 870px) {
  body > h2, .wrapper > h2 {
    max-width: 870px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media (max-width: 768px) {
  body > h2, .wrapper > h2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.btn {
  font-family: "Urbanist-Regular";
  font-size: 17px;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  color: #383535;
  padding-left: 32px;
}
.btn i {
  width: 21px;
  height: 21px;
  background: #f16500;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.btn i:before, .btn i:after {
  top: 50%;
  content: "";
  position: absolute;
  background: url("../images/arrow-white.svg");
  width: 9px;
  height: 7px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.btn i:before {
  left: 50%;
}
.btn i:after {
  left: -50%;
}
.btn:hover i {
  width: 25px;
  height: 25px;
}
.btn:hover i:before {
  left: 150%;
}
.btn:hover i:after {
  left: 50%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.btn.btn-b {
  font-family: "Urbanist-Bold";
}
.btn.btn-button {
  background: #ffffff;
  border-radius: 50px;
  padding: 11px 21px 11.5px 52px;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
}
.btn.btn-button i {
  left: 20px;
}
.btn.btn-right {
  font-size: 14px;
  padding: 0 40px 0 0px;
}
.btn.btn-right i {
  left: inherit;
  right: 0;
}

.main {
  background: #ffffff;
  position: relative;
  z-index: 2;
}

.wrapper {
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .wrapper {
    padding-top: 222px;
  }
}
.wrapper section {
  position: relative;
  z-index: 2;
}
.wrapper > h2:first-child {
  margin-top: 50px;
}

.inner, .container {
  max-width: 1270px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .inner, .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.search-none {
  padding: 0 29px;
}

.bg-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.transition-delay-1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.transition-delay-2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.transition-delay-3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.transition-delay-4 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.transition-delay-5 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.not-h2 h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  background: none;
}
.not-h2 h2:before, .not-h2 h2:after {
  display: none;
}
.not-h2 h5 {
  padding: 0;
}
.not-h2 h5:before {
  display: none;
}

.line-title {
  font-family: "Urbanist-Bold";
  font-size: 27px;
  line-height: 1.15;
  letter-spacing: normal;
  margin: 0 auto !important;
  padding: 0 48px;
  display: inline-block;
  margin-bottom: 20px !important;
  background: none;
  text-transform: inherit;
  position: relative;
}
.line-title:before, .line-title:after {
  content: "";
  width: 17.5px;
  height: 1px;
  background: #383535;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
  display: block !important;
}
.line-title:before {
  left: 0;
}
.line-title:after {
  right: 0;
}

.go-top {
  position: fixed;
  bottom: 217px;
  left: 18px;
  z-index: 3;
  -webkit-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
@media (max-width: 992px) {
  .go-top {
    display: none;
  }
}
.go-top.is-active {
  -webkit-transform: translate(0px, 0);
          transform: translate(0px, 0);
}
.go-top a {
  display: block;
  width: 14.5px;
  height: 99.5px;
  background-image: url("../images/scroll.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.go-top a:hover {
  opacity: 0.7;
}

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

.mobile {
  display: none;
}
@media (max-width: 992px) {
  .mobile {
    display: block;
  }
}

.text-box a:not(.btns) {
  text-decoration: underline;
}
.text-box ul {
  margin-bottom: 20px;
}
.text-box ul:last-child {
  margin-bottom: 0;
}
.text-box ul > li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 8px;
}
.text-box ul > li:last-child {
  margin-bottom: 0;
}
.text-box ul > li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  line-height: 28px;
}
.text-box ul ul, .text-box ul ol {
  padding-left: 20px;
  padding-top: 10px;
}
.text-box h1, .text-box h2, .text-box h3, .text-box h4, .text-box h5, .text-box h6 {
  margin-bottom: 16px;
}
.text-box h1:last-child, .text-box h2:last-child, .text-box h3:last-child, .text-box h4:last-child, .text-box h5:last-child, .text-box h6:last-child {
  margin-bottom: 0;
}
.text-box h4 {
  margin-top: 10px;
}
.text-box ol {
  margin-bottom: 20px;
}
.text-box ol:last-child {
  margin-bottom: 0;
}
.text-box ol > li {
  list-style-type: decimal;
  list-style-position: inside;
  position: relative;
  margin-bottom: 8px;
}
.text-box ol > li:last-child {
  margin-bottom: 0;
}
.text-box ol ul, .text-box ol ol {
  padding-left: 20px;
  padding-top: 10px;
}
.text-box.text-white ul li:before {
  color: #ffffff;
}
.text-box.text-white blockquote {
  color: #ffffff;
}

blockquote::before {
  content: "";
}
blockquote p {
  font-size: 31px;
  line-height: 1.1;
  font-family: "PowerBreakfast-Regular";
  text-align: center;
  text-transform: uppercase;
}

button,
input,
optgroup,
select,
textarea {
  outline: none;
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

textarea {
  overflow: auto;
}

.video-light-box {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
}
.video-light-box:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.8;
}
.video-light-box .close {
  opacity: 1;
  background: none;
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  z-index: 9;
  outline: none;
  right: 0px;
  top: -44px;
  -webkit-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}
@media (max-width: 1200px) {
  .video-light-box .close {
    right: 39px;
    top: -30px;
  }
}
@media (max-width: 992px) {
  .video-light-box .close {
    right: 13px;
  }
}
.video-light-box .close:hover:before {
  background: rgba(255, 255, 255, 0.7);
}
.video-light-box .close:hover:after {
  background: rgba(255, 255, 255, 0.7);
}
.video-light-box .close:before {
  content: "";
  display: block;
  width: 21px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(-45deg) translateZ(0);
          transform: rotate(-45deg) translateZ(0);
  position: absolute;
  left: 3px;
  top: 13px;
  -webkit-transition: All 0.3s ease-in-out;
  transition: All 0.3s ease-in-out;
}
.video-light-box .close:after {
  content: "";
  display: block;
  width: 21px;
  height: 1px;
  background: #ffffff;
  -webkit-transform: rotate(45deg) translateZ(0);
          transform: rotate(45deg) translateZ(0);
  position: absolute;
  left: 3px;
  top: 13px;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.video-light-box .video-box {
  max-width: 1200px;
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0;
  padding: 0 45px;
}
@media (max-width: 992px) {
  .video-light-box .video-box {
    padding: 0 20px;
  }
}
.video-light-box .video-box video {
  width: 100%;
}
.video-light-box .video-box iframe {
  width: 100%;
  height: 641px;
}
@media (max-width: 1200px) {
  .video-light-box .video-box iframe {
    height: 52.9vw;
  }
}

.data-video {
  display: none;
}

@media (max-width: 992px) {
  .notfound {
    height: 35vh !important;
    padding-top: 70px !important;
  }
}

.form-search-page {
  padding-top: 100px;
  padding-bottom: 100px;
}
.form-search-page .content {
  max-width: 570px;
  margin: 0 auto;
}
.form-search-page .search-items-page .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  width: 100%;
}
@media (max-width: 500px) {
  .form-search-page .search-items-page .item {
    display: block;
  }
}
.form-search-page .search-items-page .item .img-box {
  border-radius: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  width: 170px;
  height: 135px;
}
@media (max-width: 500px) {
  .form-search-page .search-items-page .item .img-box {
    width: 100%;
    height: auto;
  }
}
.form-search-page .search-items-page .item .text-box {
  padding: 10px 25px 0 18px;
}
@media (max-width: 500px) {
  .form-search-page .search-items-page .item .text-box {
    padding: 10px 0 0 0;
  }
}
.form-search-page .search-items-page .item .text-box span {
  font-family: "PowerBreakfast-Regular";
  font-size: 15px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #f16500;
}
.form-search-page .search-items-page .item .text-box p {
  font-family: "Urbanist-Bold";
  font-size: 21px;
  line-height: 1.35;
  color: #383535;
  margin-bottom: 10px;
}
.form-search-page .search-items-page .skip-btn {
  display: inline-block;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
  border-radius: 50px;
  padding: 12px 20px;
  margin-top: 30px;
}
.form-search-page .search-items-page .skip-btn:hover span::before {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.form-search-page .search-items-page .skip-btn:hover span::after {
  background-position-x: 0px;
}
.form-search-page .search-items-page .skip-btn span {
  position: relative;
  font-family: "Urbanist-Bold";
  font-size: 15px;
  line-height: 1.55;
  color: #383535;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-search-page .search-items-page .skip-btn span::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #f16500;
  margin-right: 11px;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.form-search-page .search-items-page .skip-btn span::after {
  content: "";
  position: absolute;
  background: url("../images/arrow-right.png") no-repeat;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-position-x: -28px;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@keyframes texts {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  100% {
    height: 100%;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}
@-webkit-keyframes texts {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  100% {
    height: 100%;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}
.foot-section {
  pointer-events: none;
}
@media (max-width: 992px) {
  .foot-section {
    display: none;
  }
}

footer {
  background: #F1E5DB;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 992px) {
  footer {
    position: relative;
  }
}
footer .foot-go-top {
  position: absolute;
  top: 60px;
  right: 35px;
  z-index: 3;
  display: none;
}
@media (max-width: 992px) {
  footer .foot-go-top {
    display: block;
  }
}
footer .foot-go-top a {
  display: block;
  width: 14.5px;
  height: 99.5px;
  background-image: url("../images/scroll.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
footer .foot-go-top a:hover {
  opacity: 0.7;
}
footer .foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
  padding-top: 49px;
  position: relative;
  padding-bottom: 298px;
}
@media (max-width: 992px) {
  footer .foot {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 34px;
  }
}
footer .foot .bottom-info {
  position: absolute;
  bottom: -43px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 1;
  width: 464px;
}
@media (max-width: 992px) {
  footer .foot .bottom-info {
    width: 375px;
    bottom: -73px;
  }
}
@media (max-width: 414px) {
  footer .foot .bottom-info {
    left: initial;
    right: 0;
    -webkit-transform: none;
            transform: none;
    bottom: -123px;
  }
}
footer .foot .bottom-info .desktop-white {
  display: none;
}
footer .foot .bottom-info .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 116px 0 0 44px;
  text-align: center;
}
footer .foot .bottom-info .text p {
  font-family: "Urbanist-Regular";
  font-size: 12px;
  letter-spacing: 0.01em;
  line-height: 1.2;
  margin-bottom: 11px;
}
footer .foot .bottom-info .text h3 {
  font-family: "PowerBreakfast-Regular";
  font-size: 31px;
  line-height: 0.9;
  letter-spacing: 0.03em;
  color: #383535;
  margin-bottom: 10px;
  text-transform: uppercase;
}
footer .foot .bottom-info .text h3 strong {
  display: block;
  font-size: 48px;
}
footer .foot .bottom-info .text h3 span {
  color: inherit;
}
footer .foot .bottom-info .text h4 {
  font-family: "Urbanist-Bold";
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.07em;
  color: #f16500;
  display: inline-block;
  margin: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
}
footer .foot .bottom-info .text h4:before {
  content: "";
  width: 16px;
  height: 14px;
  background-image: url("../images/foot-star.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -29px;
}
footer .foot .text {
  padding-right: 24px;
  width: 42.2%;
  padding-left: 67px;
}
@media (max-width: 1200px) {
  footer .foot .text {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  footer .foot .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding: 0;
    max-width: 335px;
    margin: 0 auto;
    text-align: center;
  }
}
footer .foot .text p {
  margin-bottom: 2px;
  line-height: 1.4;
}
@media (max-width: 992px) {
  footer .foot .text p {
    font-size: 13px;
    line-height: 1.75;
  }
}
footer .foot .text p a {
  text-decoration: none;
  border-bottom: none;
  color: inherit;
  display: inline-block;
  padding-left: 27px;
  position: relative;
}
footer .foot .text p a:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f16500;
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
footer .foot .text p a:nth-child(1) {
  padding: 0;
}
footer .foot .text p a:nth-child(1):before {
  display: none;
}
footer .foot .text h4 {
  font-family: "Urbanist-Bold";
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 15px;
}
@media (max-width: 992px) {
  footer .foot .text h4 {
    font-size: 11px;
    margin-top: 5px;
  }
}
footer .foot .logo {
  width: 199px;
}
@media (max-width: 992px) {
  footer .foot .logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 40px;
  }
  footer .foot .logo img {
    max-width: 147px;
    margin: 0 auto;
  }
}
footer .foot .logo img {
  display: none;
}
footer .foot .logo img.light {
  display: block;
}
footer .foot .logos {
  width: calc(57.8% - 199px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 63px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  footer .foot .logos {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .foot .logos .box:nth-child(1) {
  margin-right: 47px;
}
@media (max-width: 992px) {
  footer .foot .logos .box:nth-child(1) {
    margin-right: 35px;
  }
  footer .foot .logos .box:nth-child(1) img {
    max-width: 51px;
  }
}
footer .foot .logos .box:nth-child(2) {
  margin-right: 8px;
}
@media (max-width: 992px) {
  footer .foot .logos .box:nth-child(2) img {
    max-width: 90px;
  }
}
footer .foot .logos .box:nth-child(3) img {
  max-width: 165px;
}
@media (max-width: 992px) {
  footer .foot .logos .box:nth-child(3) img {
    max-width: 123px;
  }
}
footer .foot .logos .box img.active-black {
  display: none;
}
footer .foot-bottom {
  background: #CFDD28;
  position: relative;
  z-index: 2;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (max-width: 992px) {
  footer .foot-bottom {
    padding-top: 23px;
    padding-bottom: 38px;
  }
}
footer .foot-bottom .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 992px) {
  footer .foot-bottom .box {
    display: block;
    text-align: center;
  }
}
footer .foot-bottom .box .block {
  padding: 0 30px;
  position: relative;
}
@media (max-width: 992px) {
  footer .foot-bottom .box .block {
    margin-bottom: 20px;
  }
}
footer .foot-bottom .box .block:before {
  content: "";
  width: 1px;
  height: 15px;
  background: url("../images/mask/line.svg") no-repeat center;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 992px) {
  footer .foot-bottom .box .block:before {
    right: initial;
    left: 50%;
    top: initial;
    bottom: -17px;
    -webkit-transform: translate(-50%, 0%) rotate(90deg);
            transform: translate(-50%, 0%) rotate(90deg);
  }
}
footer .foot-bottom .box .block:last-child:before {
  display: none;
}
footer .foot-bottom .box .block:last-child a {
  cursor: text;
}
footer .foot-bottom .box .block:last-child a:hover {
  opacity: 1;
}
footer .foot-bottom .box .block a {
  font-family: "Urbanist-Regular";
  font-size: 15px;
  line-height: 1.75;
  color: inherit;
  color: #383535;
}
footer .foot-bottom .box .block a:hover {
  opacity: 0.7;
}

header {
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 992px) {
  header {
    position: fixed;
    top: -100%;
    left: 0;
    height: 100vh;
    z-index: 999;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), top 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), top 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    background: #ffffff;
  }
  header.open {
    top: 0;
    opacity: 1;
  }
  header .head-box-c {
    overflow-y: auto;
    height: 100%;
    padding-bottom: 100px;
  }
}
header a {
  text-decoration: none !important;
  border: none !important;
}
header ul, header ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
header ul li:before, header ol li:before {
  display: none;
}
header .header {
  width: 100%;
}
@media (max-width: 992px) {
  header .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    overflow: hidden;
  }
}
header .header .top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  header .header .top-bar {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
header .header .top-bar .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  header .header .top-bar .left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: block;
    padding-top: 14px;
  }
}
header .header .top-bar .left .map-box {
  margin-right: 23px;
  position: relative;
}
@media (max-width: 992px) {
  header .header .top-bar .left .map-box {
    margin: 0;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
  }
}
header .header .top-bar .left .map-box:hover .local-btn span::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
header .header .top-bar .left .map-box:hover .map-content {
  visibility: visible;
  opacity: 1;
}
header .header .top-bar .left .map-box .map-content {
  min-width: 318px;
}
@media (max-width: 1100px) {
  header .header .top-bar .left .map-box .map-content {
    min-width: 281px;
  }
}
header .header .top-bar .left .map-box .local-btn {
  display: block;
  background: #CFDD28;
  padding: 5px 22px;
  cursor: pointer;
}
@media (max-width: 992px) {
  header .header .top-bar .left .map-box .local-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 40px;
    min-width: auto;
  }
}
header .header .top-bar .left .map-box .local-btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "PowerBreakfast-Regular";
  font-size: 24px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #383535;
}
@media (max-width: 1100px) {
  header .header .top-bar .left .map-box .local-btn span {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  header .header .top-bar .left .map-box .local-btn span {
    font-size: 24px;
  }
}
header .header .top-bar .left .map-box .local-btn span::before {
  content: "\ea65";
  color: #f16500;
  font-family: "icomoon" !important;
  line-height: 1;
  margin-right: 13px;
  font-size: 17px;
}
@media (max-width: 992px) {
  header .header .top-bar .left .map-box .local-btn span::before {
    font-size: 17px;
  }
}
header .header .top-bar .left .map-box .local-btn span::after {
  content: "";
  background: url("../images/mask/arrow-down.svg") no-repeat center;
  background-size: cover;
  display: inline-block;
  width: 10px;
  height: 6px;
  margin-left: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
}
header .header .top-bar .left .dark-light-mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (max-width: 992px) {
  header .header .top-bar .left .dark-light-mode {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 21px;
  }
}
header .header .top-bar .left .dark-light-mode span {
  font-family: "Urbanist-Regular";
  font-size: 10px;
  line-height: 1.75;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding-top: 3px;
}
header .header .top-bar .left .dark-light-mode:hover {
  opacity: 0.7;
}
header .header .top-bar .left .dark-light-mode .switch-btn {
  margin: 0 10px;
  border: 1px solid #383535;
  border-radius: 20px;
  position: relative;
  width: 50px;
  height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .header .top-bar .left .dark-light-mode .switch-btn.dark {
  background: #ffffff;
  border-color: #ffffff;
}
header .header .top-bar .left .dark-light-mode .switch-btn.dark .light-model {
  opacity: 0;
}
header .header .top-bar .left .dark-light-mode .switch-btn.dark .dark-model {
  opacity: 1;
}
header .header .top-bar .left .dark-light-mode .switch-btn img {
  width: 16px;
}
header .header .top-bar .left .dark-light-mode .switch-btn .light-model {
  margin-right: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .header .top-bar .left .dark-light-mode .switch-btn .dark-model {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .header .top-bar .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  header .header .top-bar .right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .header .top-bar .right.is-active {
    margin-bottom: 186px;
  }
}
header .header .top-bar .right .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header .top-bar .right .menu li {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px 12px 24px;
  font-family: "Urbanist-Regular";
  font-size: 14px;
  line-height: 1.3;
  position: relative;
}
@media (max-width: 1100px) {
  header .header .top-bar .right .menu li {
    padding: 9px 14px 9px 20px;
  }
}
header .header .top-bar .right .menu li::after {
  content: "";
  position: absolute;
  right: -3px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #f16500;
}
header .header .top-bar .right .menu li > a:hover {
  opacity: 0.7;
}
header .header .top-bar .right .menu .menu-item-has-children {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 12px 43px 12px 29px;
}
@media (max-width: 1100px) {
  header .header .top-bar .right .menu .menu-item-has-children {
    padding: 9px 50px 9px 22px;
  }
}
@media (min-width: 992px) {
  header .header .top-bar .right .menu .menu-item-has-children {
    position: relative;
  }
}
@media (max-width: 992px) {
  header .header .top-bar .right .menu .menu-item-has-children {
    position: static;
    padding: 12px 35px 12px 7px;
    margin-left: 10px;
  }
}
header .header .top-bar .right .menu .menu-item-has-children:hover {
  color: #161616;
  background: #ffffff;
}
@media (min-width: 992px) {
  header .header .top-bar .right .menu .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
header .header .top-bar .right .menu .menu-item-has-children:hover:after {
  top: 39%;
  -webkit-transform: rotate(180deg) translate(0, -50%);
          transform: rotate(180deg) translate(0, -50%);
}
header .header .top-bar .right .menu .menu-item-has-children span {
  font-family: "Urbanist-Regular";
  font-size: 14px;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}
header .header .top-bar .right .menu .menu-item-has-children:after {
  content: "";
  background: url("../images/mask/arrow-down.svg") no-repeat center;
  background-size: cover;
  display: inline-block;
  width: 10px;
  height: 6px;
  margin-left: 10px;
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 992px) {
  header .header .top-bar .right .menu .menu-item-has-children:after {
    display: none;
  }
}
@media (max-width: 992px) {
  header .header .top-bar .right .menu .menu-item-has-children > a {
    position: relative;
  }
  header .header .top-bar .right .menu .menu-item-has-children > a:after {
    content: "";
    background: url("../images/mask/arrow-down.svg") no-repeat center;
    background-size: cover;
    display: inline-block;
    width: 10px;
    height: 6px;
    margin-left: 10px;
    position: absolute;
    right: -18px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 1;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
header .header .top-bar .right .menu .menu-item-has-children .sub-menu {
  position: absolute;
  top: 0%;
  left: 0;
  margin: 0;
  background: #ffffff;
  padding: 70px 22px 17px 29px;
  width: 276px;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media (max-width: 992px) {
  header .header .top-bar .right .menu .menu-item-has-children .sub-menu {
    width: 100vw;
    left: inherit;
    right: 0;
    top: 100%;
    padding: 26px 20px 5px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .header .top-bar .right .menu .menu-item-has-children .sub-menu li:last-child a {
  border-bottom: transparent;
  padding-bottom: 0;
}
header .header .top-bar .right .menu .menu-item-has-children .sub-menu li {
  padding: 0;
  margin: 0;
  margin-bottom: 14px;
  border-bottom: 1px dashed rgba(56, 53, 53, 0.3);
}
@media (max-width: 992px) {
  header .header .top-bar .right .menu .menu-item-has-children .sub-menu li {
    border: none;
    margin: 0;
    width: 33.333%;
    display: block;
  }
}
header .header .top-bar .right .menu .menu-item-has-children .sub-menu li:before, header .header .top-bar .right .menu .menu-item-has-children .sub-menu li:after {
  display: none;
}
header .header .top-bar .right .menu .menu-item-has-children .sub-menu li:last-child {
  border-bottom: none;
}
header .header .top-bar .right .menu .menu-item-has-children .sub-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 17px;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  header .header .top-bar .right .menu .menu-item-has-children .sub-menu a {
    display: block;
    text-align: center;
  }
}
header .header .top-bar .right .menu .menu-item-has-children .sub-menu a .img {
  width: 64px;
  position: relative;
}
@media (max-width: 992px) {
  header .header .top-bar .right .menu .menu-item-has-children .sub-menu a .img {
    width: 100%;
    text-align: center;
  }
  header .header .top-bar .right .menu .menu-item-has-children .sub-menu a .img img {
    max-width: 48px;
  }
}
header .header .top-bar .right .menu .menu-item-has-children .sub-menu a .img img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header .header .top-bar .right .menu .menu-item-has-children .sub-menu a .img img.hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
@media (max-width: 992px) {
  header .header .top-bar .right .menu .menu-item-has-children .sub-menu a .img img.hover {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
header .header .top-bar .right .menu .menu-item-has-children .sub-menu a .text {
  width: calc(100% - 64px);
  padding-left: 20px;
}
@media (max-width: 992px) {
  header .header .top-bar .right .menu .menu-item-has-children .sub-menu a .text {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
}
header .header .top-bar .right .menu .menu-item-has-children .sub-menu a .text span {
  font-family: "Urbanist-Regular";
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  header .header .top-bar .right .menu .menu-item-has-children .sub-menu a .text span {
    line-height: 1.1;
  }
}
header .header .top-bar .right .menu .menu-item-has-children .sub-menu a .text p {
  font-family: "PowerBreakfast-Regular";
  font-size: 22px;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  header .header .top-bar .right .menu .menu-item-has-children .sub-menu a .text p {
    font-size: 20px;
    line-height: 1.1;
  }
}
header .header .top-bar .right .menu .menu-item-has-children .sub-menu a:hover .img img {
  opacity: 0;
}
header .header .top-bar .right .menu .menu-item-has-children .sub-menu a:hover .img img.hover {
  opacity: 1;
  visibility: visible;
}
header .header .top-bar .right .menu .menu-item-has-children.is-active {
  background: #ffffff;
}
header .header .top-bar .right .menu .menu-item-has-children.is-active > a:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 992px) {
  header .header .top-bar .right .menu .menu-item-has-children.is-active .sub-menu {
    visibility: visible;
    opacity: 1;
  }
}
header .header .top-bar .right .btn-give {
  padding: 4px 28px 6px 26px;
  background: #CFDD28;
  position: relative;
  z-index: 1;
}
@media (max-width: 1100px) {
  header .header .top-bar .right .btn-give {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 992px) {
  header .header .top-bar .right .btn-give {
    display: none;
  }
}
header .header .top-bar .right .btn-give span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "PowerBreakfast-Regular";
  font-size: 24px;
  line-height: 1.3;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #383535;
}
@media (max-width: 1100px) {
  header .header .top-bar .right .btn-give span {
    font-size: 20px;
  }
}
header .header .top-bar .right .btn-give span::before {
  content: "\ea67";
  color: #f16500;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  margin-right: 17px;
  font-size: 14px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header .header .top-bar .right .btn-give:hover span {
  color: #f16500;
}
header .header .top-bar .right .btn-give:hover span:before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media (max-width: 992px) {
  header .header .nav-main {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
header .header .nav-main .content {
  margin-top: 26px;
  max-width: 1074px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 992px) {
  header .header .nav-main .content {
    padding-top: 43px;
    padding-bottom: 25px;
  }
}
header .header .nav-main .content .logo {
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 0;
}
@media (max-width: 992px) {
  header .header .nav-main .content .logo {
    display: none;
  }
}
header .header .nav-main .content .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  header .header .nav-main .content .menu {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 992px) {
  header .header .nav-main .content .menu {
    display: block;
  }
}
header .header .nav-main .content .menu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 15px 30px 18px 23px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 1;
}
@media (max-width: 1100px) {
  header .header .nav-main .content .menu > li {
    padding: 15px 20px 18px 20px;
  }
}
@media (max-width: 992px) {
  header .header .nav-main .content .menu > li {
    margin: 0 !important;
    padding: 20px 10px 20px 10px;
    display: block;
    text-align: center;
  }
}
header .header .nav-main .content .menu > li > a {
  text-align: center;
  font-family: "Urbanist-Regular";
  font-size: 14px;
  line-height: 0.95;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  header .header .nav-main .content .menu > li > a {
    display: inline-block;
  }
}
header .header .nav-main .content .menu > li > a strong {
  font-family: "PowerBreakfast-Regular";
  line-height: 0.95;
  font-size: 27px;
  display: block;
  font-weight: normal;
  letter-spacing: 0;
}
@media (max-width: 992px) {
  header .header .nav-main .content .menu > li > a strong {
    padding-top: 3px;
  }
}
@media (max-width: 992px) {
  header .header .nav-main .content .menu > li.is-active {
    padding: 20px 10px 0px 10px;
  }
  header .header .nav-main .content .menu > li.is-active > a {
    background: #ffffff;
    padding: 15px 31px 9px 31px;
  }
}
header .header .nav-main .content .menu > li::before {
  content: "";
  position: absolute;
  left: -27px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: inline-block;
  background: url("../images/mask/line.svg") no-repeat center;
  background-size: cover;
  height: 14px;
  width: 2px;
  display: none;
}
@media (max-width: 1200px) {
  header .header .nav-main .content .menu > li::before {
    left: -14px;
  }
}
@media (max-width: 1100px) {
  header .header .nav-main .content .menu > li::before {
    left: -1.4vw;
  }
}
@media (max-width: 1050px) {
  header .header .nav-main .content .menu > li::before {
    left: -1vw;
  }
}
@media (max-width: 992px) {
  header .header .nav-main .content .menu > li::before {
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
    left: 50%;
    top: 88%;
    display: block;
    z-index: -1;
  }
}
header .header .nav-main .content .menu > li:nth-child(2n) {
  margin-left: 48px;
}
@media (max-width: 1200px) {
  header .header .nav-main .content .menu > li:nth-child(2n) {
    margin-left: 18px;
  }
}
@media (max-width: 1100px) {
  header .header .nav-main .content .menu > li:nth-child(2n) {
    margin-left: 0;
  }
}
header .header .nav-main .content .menu > li:nth-child(2n):before {
  display: block;
}
@media (max-width: 992px) {
  header .header .nav-main .content .menu > li:last-child:before {
    display: none !important;
  }
}
header .header .nav-main .content .menu > li:nth-child(2) {
  margin-right: 150px;
}
header .header .nav-main .content .menu > li:nth-child(3) {
  margin-left: 155px;
}
header .header .nav-main .content .menu > li:not(.menu-item-has-children) > a:hover {
  opacity: 0.7;
}
header .header .nav-main .content img {
  display: none;
}
header .header .nav-main .content img.light {
  display: block;
}
header .header .nav-main .content li {
  padding: 0;
}
header .header .nav-main .content .menu-item-has-children {
  position: relative;
  height: 75px;
  -webkit-filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.12));
}
@media (max-width: 992px) {
  header .header .nav-main .content .menu-item-has-children {
    height: auto;
  }
}
@media (min-width: 992px) {
  header .header .nav-main .content .menu-item-has-children:hover {
    background: #ffffff;
  }
  header .header .nav-main .content .menu-item-has-children:hover a {
    background: #ffffff;
  }
  header .header .nav-main .content .menu-item-has-children:hover a span {
    color: #383535;
  }
  header .header .nav-main .content .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
header .header .nav-main .content .menu-item-has-children .sub-menu {
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 11px 26px 15px 25px;
  top: 100%;
  background: #ffffff;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 276px;
  margin: 0;
}
@media (min-width: 992px) {
  header .header .nav-main .content .menu-item-has-children .sub-menu {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block !important;
    height: auto !important;
  }
}
@media (max-width: 992px) {
  header .header .nav-main .content .menu-item-has-children .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100%;
    display: none;
  }
}
header .header .nav-main .content .menu-item-has-children .sub-menu li {
  padding: 0;
  margin: 0;
  border-bottom: 1px dashed rgba(56, 53, 53, 0.3);
}
@media (max-width: 992px) {
  header .header .nav-main .content .menu-item-has-children .sub-menu li {
    text-align: left;
  }
}
header .header .nav-main .content .menu-item-has-children .sub-menu li:last-child {
  border-bottom: transparent;
  padding-bottom: 0;
}
header .header .nav-main .content .menu-item-has-children .sub-menu li a {
  font-family: "Urbanist-Bold";
  font-size: 15px;
  line-height: 0.95;
  padding: 15.5px 45px 15.5px 0;
  display: block;
  position: relative;
}
header .header .nav-main .content .menu-item-has-children .sub-menu li a i {
  width: 21px;
  height: 21px;
  background: #CFDD28;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
header .header .nav-main .content .menu-item-has-children .sub-menu li a i:before, header .header .nav-main .content .menu-item-has-children .sub-menu li a i:after {
  top: 50%;
  content: "";
  position: absolute;
  background: url("../images/arrow-white.svg");
  width: 9px;
  height: 7px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
header .header .nav-main .content .menu-item-has-children .sub-menu li a i:before {
  left: 50%;
}
@media (max-width: 767px) {
  header .header .nav-main .content .menu-item-has-children .sub-menu li a i:before {
    display: none;
  }
}
header .header .nav-main .content .menu-item-has-children .sub-menu li a i:after {
  left: -50%;
}
@media (max-width: 992px) {
  header .header .nav-main .content .menu-item-has-children .sub-menu li a i:after {
    left: 50% !important;
  }
}
header .header .nav-main .content .menu-item-has-children .sub-menu li a:hover i {
  background: #f16500;
}
header .header .nav-main .content .menu-item-has-children .sub-menu li a:hover i:before {
  left: 150%;
}
header .header .nav-main .content .menu-item-has-children .sub-menu li a:hover i:after {
  left: 50%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
header .header .nav-main .content .menu-item-has-children .sub-menu li a:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background: #f16500;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: none;
}
header .header .nav-main .content .menu-item-has-children .sub-menu li a::after {
  content: "\ea6a";
  color: #ffffff;
  font-family: "icomoon" !important;
  line-height: 21px;
  font-size: 16px;
  font-style: normal;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: none;
}
header .header .nav-main .content .menu-item-has-children .sub-menu li a:hover:before {
  background: #CFDD28;
}

.form-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  background: no-repeat;
  background-color: #CFDD28;
  background-position: 147px -222px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.form-search.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.form-search .content {
  max-width: 570px;
  margin: 0 auto;
  padding-top: 185px;
  padding-bottom: 507px;
  position: relative;
}
@media (max-width: 992px) {
  .form-search .content {
    padding-top: 70px;
    padding-bottom: 120px;
  }
}
.form-search .content .form-box {
  position: relative;
  margin-bottom: 60px;
}
.form-search .content .form-box::before {
  position: absolute;
  top: 22px;
  left: 28px;
  content: "\e95d";
  color: #222B25;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 22px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 9;
}
.form-search .content .form-box input {
  width: 100% !important;
  padding: 25px 57px 25px 73px !important;
  border-radius: 50px !important;
  border: transparent !important;
  outline: none !important;
  font-family: "WorkSans-Regular" !important;
  font-size: 14px !important;
  line-height: 1.14 !important;
  color: #222B25 !important;
}
.form-search .content .form-box .submit {
  position: absolute;
  right: 17px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 26px;
  width: 26px;
  background-color: #f16500;
  border-radius: 50%;
  border: none;
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.form-search .content .form-box .submit:hover span:before, .form-search .content .form-box .submit:hover span:after {
  background: #383535;
}
.form-search .content .form-box .submit span {
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.form-search .content .form-box .submit span:before, .form-search .content .form-box .submit span:after {
  content: "";
  width: 13px;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 3px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.form-search .content .form-box .submit span:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.form-search .content .form-box .submit span:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.form-search .content .close-btn {
  position: absolute;
  top: 108px;
  right: -79px;
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: top;
          transform-origin: top;
}
@media (max-width: 992px) {
  .form-search .content .close-btn {
    right: 0;
    top: 40px;
  }
}
.form-search .content .close-btn:hover span {
  background: #f16500;
}
.form-search .content .close-btn span {
  display: block;
  background: #383535;
  position: absolute;
  width: 17px;
  height: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: 50%;
}
.form-search .content .close-btn span:first-child {
  -webkit-transform: rotate(-45deg) translate(0, -50%);
          transform: rotate(-45deg) translate(0, -50%);
}
.form-search .content .close-btn span:last-child {
  -webkit-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
}
.form-search .content .search-items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  width: 100%;
}
@media (max-width: 500px) {
  .form-search .content .search-items .item {
    display: block;
  }
}
.form-search .content .search-items .item .img-box {
  border-radius: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  width: 170px;
  height: 135px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 500px) {
  .form-search .content .search-items .item .img-box {
    width: 100%;
    height: auto;
    padding-top: 100%;
  }
}
.form-search .content .search-items .item .text-box {
  padding: 10px 25px 0 18px;
}
@media (max-width: 500px) {
  .form-search .content .search-items .item .text-box {
    padding: 10px 0 0 0;
  }
}
.form-search .content .search-items .item .text-box span {
  font-family: "PowerBreakfast-Regular";
  font-size: 15px;
  line-height: 1.2;
  display: inline-block;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #f16500;
  position: relative;
  padding-right: 34px;
}
.form-search .content .search-items .item .text-box span:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 8px;
  display: inline-block;
  width: 17px;
  height: 1px;
  background: #f16500;
}
.form-search .content .search-items .item .text-box p {
  font-family: "Urbanist-Bold";
  font-size: 21px;
  line-height: 1.35;
  color: #383535;
  margin-bottom: 10px;
}
.form-search .content .search-items .skip-btn {
  display: inline-block;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
  border-radius: 50px;
  padding: 12px 20px;
  margin-top: 30px;
}
.form-search .content .search-items .skip-btn:hover span::before {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.form-search .content .search-items .skip-btn:hover span::after {
  background-position-x: 0px;
}
.form-search .content .search-items .skip-btn span {
  position: relative;
  font-family: "Urbanist-Bold";
  font-size: 15px;
  line-height: 1.55;
  color: #383535;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  margin-left: 8px;
  align-items: center;
}
.form-search .content .search-items .skip-btn span i {
  width: 21px;
  height: 21px;
  background: #f16500;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.form-search .content .search-items .skip-btn span i:before, .form-search .content .search-items .skip-btn span i:after {
  top: 50%;
  content: "";
  position: absolute;
  background: url("../images/arrow-white.svg");
  width: 9px;
  height: 7px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.form-search .content .search-items .skip-btn span i:before {
  left: 50%;
}
.form-search .content .search-items .skip-btn span i:after {
  left: -50%;
}
.form-search .content .search-items .skip-btn span:hover i {
  width: 25px;
  height: 25px;
}
.form-search .content .search-items .skip-btn span:hover i:before {
  left: 150%;
}
.form-search .content .search-items .skip-btn span:hover i:after {
  left: 50%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

html body #ajaxsearchpro1_1.asp_w {
  background: none !important;
  background-image: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
html body #ajaxsearchpro1_1.asp_w div {
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}
html body #ajaxsearchpro1_1.asp_w .probox {
  height: auto !important;
}
html body #ajaxsearchpro1_1.asp_w .probox .proinput {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
html body #ajaxsearchpro1_1.asp_w .probox .proinput .autocomplete {
  display: none !important;
}
html body #ajaxsearchpro1_1.asp_w .probox .proinput form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html body #ajaxsearchpro1_1.asp_w .probox .proinput input {
  width: 100% !important;
  padding: 25px 57px 25px 73px !important;
  border-radius: 50px !important;
  border: transparent !important;
  outline: none !important;
  font-family: "WorkSans-Regular" !important;
  font-size: 14px !important;
  line-height: 1.14 !important;
  color: #222B25 !important;
  background: #ffffff !important;
  height: auto !important;
  margin: 0 !important;
  max-width: 100% !important;
  display: block !important;
}
html body #ajaxsearchpro1_1.asp_w .proclose, html body #ajaxsearchpro1_1.asp_w .proloading, html body #ajaxsearchpro1_1.asp_w .prosettings, html body #ajaxsearchpro1_1.asp_w .promagnifier {
  display: none !important;
}
html body #ajaxsearchpro1_1.asp_w .promagnifier {
  position: absolute;
  top: 50%;
  right: 17px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 9;
  width: 40px;
  height: 40px;
  background-image: url("../images/ok.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
html body #ajaxsearchpro1_1.asp_w .promagnifier:hover {
  opacity: 0.7;
}
html body #ajaxsearchpro1_1.asp_w .promagnifier span {
  display: none !important;
}

html body #ajaxsearchprores1_1.asp_w {
  background: none !important;
  background-image: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  margin-top: 60px !important;
}
html body #ajaxsearchprores1_1.asp_w div:not(.asp_image) {
  background-image: none !important;
  background: none !important;
}
html body #ajaxsearchprores1_1.asp_w div {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
html body #ajaxsearchprores1_1.asp_w .asp_nores, html body #ajaxsearchprores1_1.asp_w .clear {
  display: none !important;
}
html body #ajaxsearchprores1_1.asp_w .resdrg .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px !important;
}
html body #ajaxsearchprores1_1.asp_w .resdrg .item:after {
  display: none;
}
html body #ajaxsearchprores1_1.asp_w .resdrg .item .asp_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}
@media (max-width: 500px) {
  html body #ajaxsearchprores1_1.asp_w .resdrg .item .asp_content {
    display: block;
    padding-left: 0 !important;
    min-height: auto !important;
  }
}
html body #ajaxsearchprores1_1.asp_w .resdrg .item .asp_content:hover h3 a {
  color: #f16500;
}
html body #ajaxsearchprores1_1.asp_w .resdrg .item .asp_content .asp_res_image_url {
  border-radius: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  width: 170px;
  height: 135px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  display: none !important;
}
@media (max-width: 500px) {
  html body #ajaxsearchprores1_1.asp_w .resdrg .item .asp_content .asp_res_image_url {
    width: 100%;
    height: auto;
    position: static;
  }
}
html body #ajaxsearchprores1_1.asp_w .resdrg .item .asp_content .asp_res_image_url .asp_image {
  width: 100%;
  height: auto;
  padding-top: 79.4117647059% !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
  border-radius: 12px;
}
@media (max-width: 500px) {
  html body #ajaxsearchprores1_1.asp_w .resdrg .item .asp_content .asp_res_image_url .asp_image {
    margin-bottom: 15px !important;
  }
}
html body #ajaxsearchprores1_1.asp_w .resdrg .item .asp_content .asp_res_image_url .asp_image .void {
  display: none;
}
html body #ajaxsearchprores1_1.asp_w .resdrg .item .asp_content h3 {
  font-family: "Urbanist-Bold";
  font-size: 21px;
  line-height: 1.35;
  color: #383535;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 10px 25px 0 18px;
}
@media (max-width: 500px) {
  html body #ajaxsearchprores1_1.asp_w .resdrg .item .asp_content h3 {
    padding: 10px 0 0 0;
  }
}
html body #ajaxsearchprores1_1.asp_w .resdrg .item .asp_content h3 a {
  font-family: "Urbanist-Bold";
  font-size: 21px;
  line-height: 1.35;
  color: #383535;
}
html body #ajaxsearchprores1_1.asp_w .resdrg .item .asp_content .asp_res_text {
  display: none !important;
}

.sidebar-block {
  position: fixed;
  right: 0px;
  top: 180px;
  background: #ffffff;
  z-index: 99;
  -webkit-transition: top 0.7s ease;
  transition: top 0.7s ease;
}
@media (max-width: 992px) {
  .sidebar-block {
    display: none;
  }
}
.sidebar-block.is-active {
  top: 105px;
}
.sidebar-block .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
}
.sidebar-block .content-box .search-block .btn-search {
  display: block;
  width: 48px;
  height: 48px;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
  background: #f16500;
  text-align: center;
}
.sidebar-block .content-box .search-block .btn-search:hover span::before {
  color: #383535;
}
.sidebar-block .content-box .search-block .btn-search span::before {
  font-size: 17px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 48px;
}
.sidebar-block .content-box .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 31px 16px 5px;
}
.sidebar-block .content-box .links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #383535;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar-block .content-box .links a:hover {
  color: #f16500;
}
.sidebar-block .content-box .links a:hover .path1::before {
  color: #f16500;
}
.sidebar-block .content-box .links a::before {
  font-size: 12px;
  color: inherit;
}
.sidebar-block .content-box .links a::after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #f16500;
  margin: 16px 0;
}
.sidebar-block .content-box .links a span::before {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidebar-block .content-box .text {
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
  -webkit-transform: matrix(-1, 0, 0, -1, 0, 0);
          transform: matrix(-1, 0, 0, -1, 0, 0);
  padding-top: 33px;
}
.sidebar-block .content-box .text span {
  font-family: "Urbanist-Regular";
  font-size: 12px;
  line-height: 48px;
  opacity: 0.5;
}
.sidebar-block .content-box .text a:hover {
  opacity: 0.7;
}
.sidebar-block .content-box .text strong {
  font-family: "Urbanist-Bold";
  font-size: 14px;
  line-height: 48px;
  opacity: 1;
  display: inline-block;
  margin-top: 10px;
}

.map-content {
  position: absolute;
  background: #ffffff;
  padding: 31px 35px 15px 14px;
  width: 100%;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
}
@media (max-width: 1100px) {
  .map-content {
    padding: 28px 23px 4px 15px;
  }
}
@media (min-width: 992px) {
  .map-content {
    -webkit-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
    display: block !important;
  }
}
@media (max-width: 992px) {
  .map-content {
    position: relative;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0 auto;
    display: none;
  }
}
.map-content .img-wrap {
  padding-bottom: 23px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .map-content .img-wrap {
    max-width: 274px;
    margin: 0 auto;
  }
}
@media (max-width: 1100px) {
  .map-content .img-wrap svg {
    width: 100%;
  }
}
.map-content .img-wrap svg path {
  cursor: pointer;
}
.map-content .mapsvg-marker {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media (max-width: 992px) {
  .map-content .mapsvg-marker {
    max-width: 323px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    z-index: 5;
  }
}
.map-content .mapsvg-marker.is-show .marker-info.is-active {
  pointer-events: initial;
}
.map-content .mapsvg-marker .marker-info {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.map-content .mapsvg-marker .marker-info .info {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  background: #ffffff;
  width: 230px;
}
.map-content .mapsvg-marker .marker-info .info:before {
  content: "";
  width: 15px;
  height: 20px;
  background-image: url("../images/map-icon-i.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 4px;
  left: 54%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  z-index: 2;
}
.map-content .mapsvg-marker .marker-info .info .arrow-right {
  position: absolute;
  width: 21px;
  height: 21px;
  top: 11px;
  left: 18px;
  background: #f16500;
  border-radius: 50%;
}
.map-content .mapsvg-marker .marker-info .info .arrow-right:before {
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  background: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 11px;
  height: 10px;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-position-x: 0px;
}
.map-content .mapsvg-marker .marker-info .info .text {
  padding: 11px 10px 13px 51px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
}
.map-content .mapsvg-marker .marker-info .info .text span {
  font-family: "PowerBreakfast-Regular";
  font-size: 22px;
  display: block;
  line-height: 1;
  color: #383535;
  margin-bottom: 0px;
}
.map-content .mapsvg-marker .marker-info .info .text p {
  font-family: "Urbanist-Medium";
  font-size: 13px;
  display: block;
  letter-spacing: 0.05px;
  color: #f16500;
  line-height: 1.1;
  margin-bottom: 0px;
}
.map-content .mapsvg-marker .marker-info img {
  width: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.map-content .mapsvg-marker .marker-info.is-active img {
  -webkit-transform: translate(0, -6px);
          transform: translate(0, -6px);
}
.map-content .mapsvg-marker .marker-info.is-active .info {
  opacity: 1;
  visibility: visible;
}
.map-content .mapsvg-marker .map-marker-1 {
  top: 13.14%;
  left: 51.48%;
}
.map-content .mapsvg-marker .map-marker-2 {
  top: 22.45%;
  left: 73.41%;
}
.map-content .mapsvg-marker .map-marker-3 {
  top: 18.83%;
  left: 38.55%;
}
.map-content .mapsvg-marker .map-marker-4 {
  top: 21.77%;
  left: 51.41%;
}
.map-content .mapsvg-marker .map-marker-5 {
  top: 25.9%;
  left: 15.27%;
}
.map-content .mapsvg-marker .map-marker-6 {
  top: 32.74%;
  left: 24.48%;
}
.map-content .mapsvg-marker .map-marker-7 {
  top: 30.74%;
  left: 46.48%;
}
.map-content .mapsvg-marker .map-marker-8 {
  top: 32.74%;
  left: 66.48%;
}
.map-content .mapsvg-marker .map-marker-9 {
  top: 42.74%;
  left: 36.48%;
}
.map-content .mapsvg-marker .map-marker-10 {
  top: 43.85%;
  left: 61.92%;
}
.map-content .mapsvg-marker .map-marker-11 {
  top: 60.31%;
  left: 45.27%;
}
.map-content .mapsvg-marker .map-marker-12 {
  top: 56.91%;
  left: 75.67%;
}
.map-content .mapsvg-marker .map-marker-13 {
  top: 69.31%;
  left: 81.67%;
}
.map-content .btn-box {
  border-top: 1px dashed rgba(56, 53, 53, 0.3);
  margin: 0 0px 0 15px;
  padding-top: 9px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .map-content .btn-box {
    margin: 0;
    margin-left: 5px;
    margin-right: -15px;
    padding-top: 14px;
  }
}
.map-content .btn-box .site-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.map-content .btn-box .site-btn:hover span::before {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.map-content .btn-box .site-btn:hover span::after {
  background-position-x: 0px;
}
.map-content .btn-box .site-btn strong {
  font-family: "PowerBreakfast-Regular";
  font-size: 22px;
  line-height: 1.55;
}
.map-content .btn-box .site-btn span {
  position: relative;
  font-family: "Urbanist-Bold";
  font-size: 13px;
  line-height: 1.55;
  letter-spacing: 0.05em;
  color: #f16500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  margin-left: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.map-content .btn-box .site-btn span i {
  width: 21px;
  height: 21px;
  background: #f16500;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.map-content .btn-box .site-btn span i:before, .map-content .btn-box .site-btn span i:after {
  top: 50%;
  content: "";
  position: absolute;
  background: url("../images/arrow-white.svg");
  width: 9px;
  height: 7px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.map-content .btn-box .site-btn span i:before {
  left: 50%;
}
.map-content .btn-box .site-btn span i:after {
  left: -50%;
}
.map-content .btn-box .site-btn span:hover i {
  width: 25px;
  height: 25px;
}
.map-content .btn-box .site-btn span:hover i:before {
  left: 150%;
}
.map-content .btn-box .site-btn span:hover i:after {
  left: 50%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.stick-logo-white {
  display: none !important;
}

.mobile-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding-top: 21px;
  overflow: hidden;
  margin: 0 !important;
}
@media (max-width: 992px) {
  .mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
  }
}
.mobile-header .logo img {
  max-width: 147px;
}
.mobile-header .logo a img {
  display: none;
}
.mobile-header .logo a img.light {
  display: block;
}
.mobile-header .logo a.stick {
  display: none;
}
.mobile-header.is-active-two {
  background: #ffffff;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .mobile-header.is-active-two {
    background: none;
  }
}
@media (min-width: 992px) {
  .mobile-header.is-active-two .logo a {
    display: none;
  }
  .mobile-header.is-active-two .logo a.stick {
    display: block;
  }
  .mobile-header.is-active-two .logo a.stick img {
    display: block;
  }
}
.mobile-header.is-active + .hamburger {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
}

.hamburger {
  position: fixed;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  z-index: 99999;
  background: #ffffff;
  border-radius: 50%;
  display: none;
}
@media (max-width: 992px) {
  .hamburger {
    display: block;
  }
}
.hamburger:before {
  content: "menu";
  font-family: "Urbanist-Bold";
  font-size: 8px;
  color: #383535;
  letter-spacing: 0.05em;
  position: absolute;
  bottom: 7px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 1;
}
.hamburger span {
  width: 21px;
  height: 1px;
  background: #383535;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hamburger span:nth-child(1) {
  top: 17px;
}
.hamburger span:nth-child(2) {
  top: 22px;
}
.hamburger span:nth-child(3) {
  top: 27px;
}
.hamburger.open {
  background: #F5EDE6;
}
.hamburger.open span:nth-child(1) {
  top: 22px;
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
          transform: translate(-50%, 0%) rotate(45deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  top: 22px;
  -webkit-transform: translate(-50%, 0%) rotate(-45deg);
          transform: translate(-50%, 0%) rotate(-45deg);
}

.header-stick {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 48px;
  width: 100%;
  top: -60px;
  -webkit-transition: top 0.4s ease-in-out;
  transition: top 0.4s ease-in-out;
}
@media (max-width: 992px) {
  .header-stick {
    display: none !important;
  }
}
.header-stick.is-active {
  top: 0;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
}
.header-stick .logo {
  width: 163px;
}
.header-stick .logo a img {
  display: block;
}
.header-stick .logo a img.light {
  display: none;
}
.header-stick .menu {
  margin: 0;
  padding: 0;
  padding-right: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1260px) {
  .header-stick .menu {
    padding-right: 0;
  }
}
.header-stick .menu > li {
  margin: 0;
  padding: 7.5px 26px 7.5px 26px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  line-height: 0.9;
  z-index: 1;
  text-align: center;
  margin-left: 35px;
}
@media (max-width: 1260px) {
  .header-stick .menu > li {
    margin-left: 20px;
    padding: 7.5px 20px 7.5px 20px;
  }
}
.header-stick .menu > li:before {
  content: "";
  position: absolute;
  left: -24px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: inline-block;
  background: url("../images/mask/line.svg") no-repeat center;
  background-size: cover;
  height: 14px;
  width: 2px;
}
@media (max-width: 1260px) {
  .header-stick .menu > li:before {
    left: -13px;
  }
}
.header-stick .menu > li:first-child {
  margin-left: 0;
}
.header-stick .menu > li:first-child:before {
  display: none;
}
.header-stick .menu > li > a {
  text-align: center;
  font-family: "Urbanist-Regular";
  font-size: 12.33px;
  line-height: 0.9;
  text-align: center;
  text-transform: uppercase;
}
.header-stick .menu > li > a strong {
  font-family: "PowerBreakfast-Regular";
  line-height: 0.9;
  font-size: 21.93px;
  display: block;
  font-weight: normal;
  letter-spacing: 0;
  padding-top: 2px;
}
.header-stick .menu > li.menu-item-has-children {
  position: relative;
  -webkit-filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.12));
}
.header-stick .menu > li.menu-item-has-children:hover {
  background: #ffffff;
}
.header-stick .menu > li.menu-item-has-children:hover a {
  background: #ffffff;
}
.header-stick .menu > li.menu-item-has-children:hover a span {
  color: #383535;
}
.header-stick .menu > li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-stick .menu > li.menu-item-has-children .sub-menu {
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 11px 26px 15px 25px;
  top: 100%;
  background: #ffffff;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 276px;
  margin: 0;
  text-align: left;
}
.header-stick .menu > li.menu-item-has-children .sub-menu li {
  padding: 0;
  margin: 0;
  border-bottom: 1px dashed rgba(56, 53, 53, 0.3);
}
.header-stick .menu > li.menu-item-has-children .sub-menu li:last-child {
  border-bottom: transparent;
  padding-bottom: 0;
}
.header-stick .menu > li.menu-item-has-children .sub-menu li:before {
  display: none;
}
.header-stick .menu > li.menu-item-has-children .sub-menu li a {
  font-family: "Urbanist-Bold";
  font-size: 15px;
  line-height: 0.95;
  color: #383535;
  padding: 15.5px 45px 15.5px 0;
  display: block;
  position: relative;
}
.header-stick .menu > li.menu-item-has-children .sub-menu li a:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background: #CFDD28;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.header-stick .menu > li.menu-item-has-children .sub-menu li a::after {
  content: "\ea6a";
  color: #ffffff;
  font-family: "icomoon" !important;
  line-height: 21px;
  font-size: 16px;
  font-style: normal;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.header-stick .menu > li.menu-item-has-children .sub-menu li a:hover:before {
  background: #f16500;
}
.header-stick .menu-right {
  margin: 0;
  padding: 0;
}
.header-stick .menu-right > li {
  display: none;
  margin: 0;
  font-family: "Urbanist-Regular";
  font-size: 14px;
  line-height: 1.3;
  background: #CFDD28;
  position: relative;
}
.header-stick .menu-right > li:before {
  display: none;
}
.header-stick .menu-right > li:after {
  content: "";
  position: absolute;
  right: -3px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #f16500;
}
.header-stick .menu-right > li > a:hover {
  opacity: 0.7;
}
.header-stick .menu-right > li.menu-item-has-children {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 16px 55px 16px 35px;
}
.header-stick .menu-right > li.menu-item-has-children:hover {
  color: #161616;
}
.header-stick .menu-right > li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-stick .menu-right > li.menu-item-has-children:hover:after {
  top: 39%;
  -webkit-transform: rotate(180deg) translate(0, -50%);
          transform: rotate(180deg) translate(0, -50%);
}
.header-stick .menu-right > li.menu-item-has-children > a {
  color: #383535;
}
.header-stick .menu-right > li.menu-item-has-children span {
  font-family: "Urbanist-Regular";
  font-size: 14px;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}
.header-stick .menu-right > li.menu-item-has-children:after {
  content: "";
  background: url("../images/mask/arrow-down.svg") no-repeat center;
  background-size: cover;
  display: inline-block;
  width: 10px;
  height: 6px;
  margin-left: 10px;
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header-stick .menu-right > li.menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  right: 0;
  margin: 0;
  background: #ffffff;
  padding: 20px 22px 17px 29px;
  width: 276px;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.header-stick .menu-right > li.menu-item-has-children .sub-menu li:last-child a {
  border-bottom: transparent;
  padding-bottom: 0;
}
.header-stick .menu-right > li.menu-item-has-children .sub-menu li {
  padding: 0;
  margin: 0;
  margin-bottom: 14px;
  border-bottom: 1px dashed rgba(56, 53, 53, 0.3);
}
.header-stick .menu-right > li.menu-item-has-children .sub-menu li:before, .header-stick .menu-right > li.menu-item-has-children .sub-menu li:after {
  display: none;
}
.header-stick .menu-right > li.menu-item-has-children .sub-menu li:last-child {
  border-bottom: none;
}
.header-stick .menu-right > li.menu-item-has-children .sub-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 17px;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-stick .menu-right > li.menu-item-has-children .sub-menu a .img {
  width: 64px;
  position: relative;
}
.header-stick .menu-right > li.menu-item-has-children .sub-menu a .img img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header-stick .menu-right > li.menu-item-has-children .sub-menu a .img img.hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.header-stick .menu-right > li.menu-item-has-children .sub-menu a .text {
  width: calc(100% - 64px);
  padding-left: 20px;
}
.header-stick .menu-right > li.menu-item-has-children .sub-menu a .text span {
  font-family: "Urbanist-Regular";
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.header-stick .menu-right > li.menu-item-has-children .sub-menu a .text p {
  font-family: "PowerBreakfast-Regular";
  font-size: 22px;
  line-height: 1;
  margin-bottom: 0;
}
.header-stick .menu-right > li.menu-item-has-children .sub-menu a:hover .img img {
  opacity: 0;
}
.header-stick .menu-right > li.menu-item-has-children .sub-menu a:hover .img img.hover {
  opacity: 1;
  visibility: visible;
}
.mobile-btn-give {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #CFDD28;
  z-index: 99;
  text-align: center;
}
@media (max-width: 992px) {
  .mobile-btn-give {
    display: block;
  }
}
.mobile-btn-give .btn-give {
  padding: 9px 28px 7px 26px;
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (max-width: 1100px) {
  .mobile-btn-give .btn-give {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.mobile-btn-give .btn-give span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "PowerBreakfast-Regular";
  font-size: 24px;
  line-height: 1.3;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #383535;
}
@media (max-width: 1100px) {
  .mobile-btn-give .btn-give span {
    font-size: 20px;
  }
}
.mobile-btn-give .btn-give span::before {
  content: "\ea67";
  color: #f16500;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  margin-right: 17px;
  font-size: 14px;
}
.mobile-btn-give .btn-give:hover span {
  color: #f16500;
}

header .sidebar-block {
  display: none;
}
@media (max-width: 992px) {
  header .sidebar-block {
    display: block;
    position: fixed;
    right: initial;
    top: initial !important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
  }
}
header .sidebar-block .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
}
header .sidebar-block .content-box .search-block {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
header .sidebar-block .content-box .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
}
header .sidebar-block .content-box .links a {
  margin: 0 16px;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  position: relative;
}
header .sidebar-block .content-box .links a:nth-child(1) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
header .sidebar-block .content-box .links a:nth-child(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
header .sidebar-block .content-box .links a:nth-child(3) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
header .sidebar-block .content-box .links a:nth-child(4) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
header .sidebar-block .content-box .links a:after {
  margin: 0 16px;
  position: absolute;
  left: -32px;
  top: 45%;
}
header .sidebar-block .content-box .text {
  -webkit-transform: none;
          transform: none;
  -webkit-writing-mode: inherit;
      -ms-writing-mode: inherit;
          writing-mode: inherit;
  display: inline-block;
  padding: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 30px;
}
header .sidebar-block .content-box .text span {
  display: none;
}
header .sidebar-block .content-box .text strong {
  margin: 0;
  line-height: 1.2;
}

.home-banner {
  padding-top: 24px;
  padding-bottom: 87px;
}
@media (max-width: 767px) {
  .home-banner {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.home-banner .home-banner-box .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 992px) {
  .home-banner .home-banner-box .images {
    margin-left: -6px;
    margin-right: -6px;
  }
}
@media (max-width: 767px) {
  .home-banner .home-banner-box .images {
    position: relative;
    margin: 0;
    padding: 0 62px;
  }
}
.home-banner .home-banner-box .images .img {
  padding: 0 15px;
  padding-top: 29px;
}
@media (max-width: 992px) {
  .home-banner .home-banner-box .images .img {
    padding: 0 6px;
  }
}
@media (max-width: 767px) {
  .home-banner .home-banner-box .images .img {
    padding: 0;
  }
}
.home-banner .home-banner-box .images .img.lvse-active .box .slick-slider:before {
  -webkit-animation: texts 0.8s infinite;
          animation: texts 0.8s infinite;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.home-banner .home-banner-box .images .img .box {
  position: relative;
  -webkit-filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.12));
}
.home-banner .home-banner-box .images .img .box .slick-slider {
  border-radius: 7px;
  overflow: hidden;
}
.home-banner .home-banner-box .images .img .box .slick-slider:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #CFDD28;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
  z-index: 9;
  border-radius: 7px;
}
.home-banner .home-banner-box .images .img .box .slick-slider .slider-block.img-a-1 {
  opacity: 0 !important;
}
.home-banner .home-banner-box .images .img .box .slick-slider .slider-block.img-a-1 img {
  -webkit-transform: scale(1.05) !important;
          transform: scale(1.05) !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
  opacity: 0 !important;
}
.home-banner .home-banner-box .images .img .box .slick-slider .slider-block.img-a-2 {
  opacity: 1 !important;
}
.home-banner .home-banner-box .images .img .box .slick-slider .slider-block.img-a-2 img {
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
  opacity: 1 !important;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.home-banner .home-banner-box .images .img .box p {
  font-family: "PowerBreakfast-Regular";
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}
@media (max-width: 1260px) {
  .home-banner .home-banner-box .images .img .box p {
    font-size: 20px;
  }
}
.home-banner .home-banner-box .images .img .box p a {
  color: #383535;
  border: none;
}
.home-banner .home-banner-box .images .img .box .slider-block {
  -webkit-transition: opacity 0s !important;
  transition: opacity 0s !important;
  overflow: hidden;
  border-radius: 7px;
  position: relative;
}
.home-banner .home-banner-box .images .img .box .slider-block:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #CFDD28;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
  z-index: 9;
  border-radius: 7px;
}
.home-banner .home-banner-box .images .img .box .slider-block img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 0;
}
.home-banner .home-banner-box .images .img .box .slider-block.move:before {
  -webkit-animation: texts 1.2s infinite;
          animation: texts 1.2s infinite;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.home-banner .home-banner-box .images .img .box .slider-block.move img {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.home-banner .home-banner-box .images .img .box .slider-block.move-active-1 img {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.home-banner .home-banner-box .images .img .box .img-p {
  position: absolute;
  top: 0;
  left: 30px;
  width: 197px;
  z-index: 0;
}
@media (min-width: 1560px) {
  .home-banner .home-banner-box .images .img .box .img-p {
    width: 270px;
  }
}
@media (min-width: 1360px) {
  .home-banner .home-banner-box .images .img .box .img-p {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media (max-width: 1260px) {
  .home-banner .home-banner-box .images .img .box .img-p {
    left: 50%;
    max-width: 100%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media (max-width: 992px) {
  .home-banner .home-banner-box .images .img .box .img-p {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .home-banner .home-banner-box .images .img .box .img-p {
    width: 197px;
  }
}
.home-banner .home-banner-box .images .img .box .img-p img {
  -webkit-transform: none !important;
          transform: none !important;
  opacity: 1 !important;
}
.home-banner .home-banner-box .images .img .box .bg-img-cc {
  padding-bottom: 42px;
}
.home-banner .home-banner-box .images .img .box .home-banner-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.home-banner .home-banner-box .images .img .box .home-banner-slider:before {
  display: none;
}
.home-banner .home-banner-box .images .img .box .home-banner-slider + img {
  -webkit-transform: none !important;
          transform: none !important;
  opacity: 1 !important;
}
.home-banner .home-banner-box .images .img .box .home-banner-slider .slider-block:before {
  display: none;
}
.home-banner .home-banner-box .images .img .box .home-banner-slider .slider-block .text {
  position: relative;
  z-index: 2;
  padding: 83px 29px 29px 29px;
  padding: 6.3vw 29px 29px 29px !important;
}
@media (max-width: 1100px) {
  .home-banner .home-banner-box .images .img .box .home-banner-slider .slider-block .text {
    padding: 4.3vw 29px 29px 29px !important;
  }
}
@media (max-width: 992px) {
  .home-banner .home-banner-box .images .img .box .home-banner-slider .slider-block .text {
    padding: 50px 20px 29px 20px !important;
  }
}
@media (max-width: 767px) {
  .home-banner .home-banner-box .images .img .box .home-banner-slider .slider-block .text {
    padding: 13vw 20px 29px 20px !important;
  }
}
@media (max-width: 500px) {
  .home-banner .home-banner-box .images .img .box .home-banner-slider .slider-block .text {
    padding: 22vw 20px 29px 20px !important;
  }
}
@media (max-width: 370px) {
  .home-banner .home-banner-box .images .img .box .home-banner-slider .slider-block .text {
    padding: 30px 10px 10px 10px;
  }
}
.home-banner .home-banner-box .images .img .box .home-banner-slider .slider-block .text h2 {
  display: inline-block;
  background: #ffffff;
  font-family: "PowerBreakfast-Regular";
  font-size: 17px;
  letter-spacing: 0.02em;
  color: #383535;
  line-height: 1.4;
  margin: 0;
  padding: 4px 10px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .home-banner .home-banner-box .images .img .box .home-banner-slider .slider-block .text h2 {
    padding: 4px 8px;
    font-size: 16px;
  }
}
.home-banner .home-banner-box .images .img .box .home-banner-slider .slider-block .text h2:before, .home-banner .home-banner-box .images .img .box .home-banner-slider .slider-block .text h2:after {
  display: none;
}
.home-banner .home-banner-box .images .img .box .home-banner-slider .slider-block .text p {
  font-family: "PowerBreakfast-Regular";
  font-size: 26px;
  font-size: 2vw !important;
  letter-spacing: -0.03em;
  color: #383535;
  line-height: 1;
  margin-bottom: 4px;
  text-transform: uppercase;
  position: static;
  text-align: left;
}
@media (max-width: 992px) {
  .home-banner .home-banner-box .images .img .box .home-banner-slider .slider-block .text p {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .home-banner .home-banner-box .images .img .box .home-banner-slider .slider-block .text p {
    font-size: 26px;
    font-size: 6vw !important;
  }
}
@media (max-width: 370px) {
  .home-banner .home-banner-box .images .img .box .home-banner-slider .slider-block .text p {
    font-size: 23px;
  }
}
.home-banner .home-banner-box .images .img .box .home-banner-slider .slider-block .text p strong {
  font-family: "PowerBreakfast-Regular";
  font-size: 69px;
  font-size: 5vw !important;
  letter-spacing: -0.02em;
  color: #383535;
  line-height: 1;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 1260px) {
  .home-banner .home-banner-box .images .img .box .home-banner-slider .slider-block .text p strong {
    font-size: 58px;
  }
}
@media (max-width: 992px) {
  .home-banner .home-banner-box .images .img .box .home-banner-slider .slider-block .text p strong {
    font-size: 48px;
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .home-banner .home-banner-box .images .img .box .home-banner-slider .slider-block .text p strong {
    font-size: 69px;
    font-size: 15vw !important;
  }
}
@media (max-width: 370px) {
  .home-banner .home-banner-box .images .img .box .home-banner-slider .slider-block .text p strong {
    font-size: 48px;
  }
}
.home-banner .home-banner-box .images .img .box .home-banner-slider .slider-block .text h3 {
  font-family: "PowerBreakfast-Regular";
  font-size: 36px;
  font-size: 2.5vw !important;
  letter-spacing: -0.02em;
  color: #f16500;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 1260px) {
  .home-banner .home-banner-box .images .img .box .home-banner-slider .slider-block .text h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .home-banner .home-banner-box .images .img .box .home-banner-slider .slider-block .text h3 {
    font-size: 36px;
    font-size: 7.5vw !important;
  }
}
@media (max-width: 370px) {
  .home-banner .home-banner-box .images .img .box .home-banner-slider .slider-block .text h3 {
    font-size: 26px;
  }
}
.home-banner .home-banner-box .images .img .icon-image {
  position: absolute;
  bottom: -105px;
  right: -95px;
  width: 155px;
  z-index: 9;
  background: #ffffff;
  border-radius: 50%;
  padding: 10px;
}
.home-banner .home-banner-box .images .img .icon-image img {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.home-banner .home-banner-box .images .img .next-section {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  z-index: 9;
  width: 42px;
  height: 42px;
  background: #f16500;
  overflow: hidden;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .home-banner .home-banner-box .images .img .next-section {
    display: none;
  }
}
.home-banner .home-banner-box .images .img .next-section:before {
  content: "";
  left: 50%;
  top: 50%;
  position: absolute;
  background: url("../images/arrow-white.svg");
  width: 13px;
  height: 11px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.home-banner .home-banner-box .images .img .next-section:after {
  content: "";
  left: 50%;
  top: -50%;
  position: absolute;
  background: url("../images/arrow-white.svg");
  width: 13px;
  height: 11px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.home-banner .home-banner-box .images .img .next-section:hover {
  width: 52px;
  height: 52px;
}
.home-banner .home-banner-box .images .img .next-section:hover:before {
  top: 150%;
}
.home-banner .home-banner-box .images .img .next-section:hover:after {
  top: 50%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.home-banner .home-banner-box .images .img img {
  border-radius: 7px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
}
@media (max-width: 992px) {
  .home-banner .home-banner-box .images .img img {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (max-width: 767px) {
  .home-banner .home-banner-box .images .img img {
    border-radius: 0;
  }
}
.home-banner .home-banner-box .images .img.img-1 {
  border-radius: 0 7px 7px 0;
  width: 9.4%;
}
@media (max-width: 767px) {
  .home-banner .home-banner-box .images .img.img-1 {
    width: 30%;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 1;
    height: 400px;
    overflow: hidden;
  }
  .home-banner .home-banner-box .images .img.img-1 .box {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 556px) {
  .home-banner .home-banner-box .images .img.img-1 {
    width: 26%;
    display: block;
  }
}
.home-banner .home-banner-box .images .img.img-1 img {
  border-radius: 0 7px 7px 0;
}
.home-banner .home-banner-box .images .img.img-1 .slider-block {
  border-radius: 0 7px 7px 0;
}
.home-banner .home-banner-box .images .img.img-1 .slick-slider:before {
  border-radius: 0 7px 7px 0;
}
.home-banner .home-banner-box .images .img.img-2 {
  width: 21.5%;
  padding-top: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .home-banner .home-banner-box .images .img.img-2 {
    width: 100%;
    max-width: 352px;
    margin: 0 auto;
  }
}
@media (max-width: 414px) {
  .home-banner .home-banner-box .images .img.img-2 {
    max-width: 252px;
  }
}
.home-banner .home-banner-box .images .img.img-2 img {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.home-banner .home-banner-box .images .img.img-3 {
  width: 38.2%;
}
@media (max-width: 767px) {
  .home-banner .home-banner-box .images .img.img-3 {
    width: 100%;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 0;
    height: 400px;
    overflow: hidden;
  }
}
@media (max-width: 556px) {
  .home-banner .home-banner-box .images .img.img-3 {
    width: 93%;
    right: -152px;
    display: block;
  }
}
.home-banner .home-banner-box .images .img.img-4 {
  width: 15.3%;
}
@media (max-width: 767px) {
  .home-banner .home-banner-box .images .img.img-4 {
    display: none;
  }
}
.home-banner .home-banner-box .images .img.img-5 {
  width: 15.6%;
  border-radius: 0 7px 7px 0;
}
@media (max-width: 767px) {
  .home-banner .home-banner-box .images .img.img-5 {
    display: none;
  }
}
.home-banner .home-banner-box .images .img.img-5 .slider-block {
  border-radius: 7px 0 0 7px;
}
.home-banner .home-banner-box .images .img.img-5 .slick-slider:before {
  border-radius: 7px 0 0 7px;
}
@media (max-width: 992px) {
  .home-banner.style-two .home-banner-box .images .img {
    padding-top: 29px;
  }
}
.home-banner.style-two .home-banner-box .images .img .icon-image {
  right: inherit;
  left: -77px;
  bottom: -107px;
}
.home-banner.style-two .home-banner-box .images .img.img-2 {
  padding-top: 29px;
}
@media (max-width: 767px) {
  .home-banner.style-two .home-banner-box .images .img.img-2 {
    display: none;
  }
}
.home-banner.style-two .home-banner-box .images .img.img-2 img {
  border-radius: 7px 7px 0 0;
}
.home-banner.style-two .home-banner-box .images .img.img-4 {
  padding-top: 0;
  width: 21.5%;
}
@media (max-width: 767px) {
  .home-banner.style-two .home-banner-box .images .img.img-4 {
    width: 100%;
    z-index: 3;
    display: block;
  }
}
.home-banner.style-two .home-banner-box .images .img.img-4 img {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.home-banner.style-two .home-banner-box .images .img.img-5 {
  width: 9.4%;
}

.home-links {
  margin-bottom: 49px;
}
@media (max-width: 992px) {
  .home-links {
    margin-bottom: 25px;
  }
}
.home-links .home-links-box {
  max-width: 860px;
}
.home-links .home-links-box .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-links .home-links-box .links .block {
  width: 33.33%;
  padding: 0 44px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .home-links .home-links-box .links .block {
    padding: 0 10px !important;
    text-align: center;
    width: 30%;
  }
}
.home-links .home-links-box .links .block:before {
  content: "";
  width: 2px;
  height: 15px;
  background: url("../images/mask/line.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .home-links .home-links-box .links .block:before {
    display: none;
  }
}
.home-links .home-links-box .links .block:nth-child(3n) {
  padding: 0 0 0 47px;
}
@media (max-width: 992px) {
  .home-links .home-links-box .links .block:nth-child(3n) {
    width: 40%;
  }
}
.home-links .home-links-box .links .block:nth-child(3n):before {
  display: none;
}
.home-links .home-links-box .links .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  width: 100%;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .home-links .home-links-box .links .box {
    display: block;
  }
}
.home-links .home-links-box .links .box .img {
  width: 64px;
  position: relative;
}
@media (max-width: 992px) {
  .home-links .home-links-box .links .box .img {
    width: auto;
    height: 45px;
    margin: 0 auto;
  }
  .home-links .home-links-box .links .box .img img {
    width: auto;
    height: 100%;
  }
}
.home-links .home-links-box .links .box .img img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.home-links .home-links-box .links .box .img img.hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.home-links .home-links-box .links .box .text {
  width: calc(100% - 64px);
  padding-left: 20px;
}
@media (max-width: 992px) {
  .home-links .home-links-box .links .box .text {
    padding: 0;
    width: 100%;
    padding-top: 5px;
  }
}
.home-links .home-links-box .links .box .text span {
  font-family: "Urbanist-Regular";
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .home-links .home-links-box .links .box .text span {
    line-height: 1.1;
  }
}
.home-links .home-links-box .links .box .text p {
  font-family: "PowerBreakfast-Regular";
  font-size: 22px;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .home-links .home-links-box .links .box .text p {
    font-size: 20px;
  }
}
.home-links .home-links-box .links .box:hover .img img {
  opacity: 0;
}
.home-links .home-links-box .links .box:hover .img img.hover {
  opacity: 1;
  visibility: visible;
}
.home-ala-une {
  margin-bottom: 83px;
}
@media (max-width: 992px) {
  .home-ala-une {
    margin-bottom: 39px;
  }
}
.home-ala-une .home-ala-une-box {
  max-width: 870px;
}
@media (max-width: 992px) {
  .home-ala-une .home-ala-une-box {
    padding: 0;
  }
}
.home-ala-une .home-ala-une-box .title {
  text-align: center;
  margin-bottom: 27px;
}
@media (max-width: 992px) {
  .home-ala-une .home-ala-une-box .title {
    margin-bottom: 7px;
  }
}
.home-ala-une .home-ala-une-box .title h2 {
  display: inline-block;
  font-family: "Urbanist-Regular";
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  position: relative;
  margin: 0;
  background: none;
  padding: 0 36px;
}
.home-ala-une .home-ala-une-box .title h2:before, .home-ala-une .home-ala-une-box .title h2:after {
  content: "";
  width: 17.5px;
  height: 1px;
  background: #383535;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
.home-ala-une .home-ala-une-box .title h2:before {
  left: 0;
}
.home-ala-une .home-ala-une-box .title h2:after {
  right: 0;
}
.home-ala-une .home-ala-une-box .content {
  background: #CFDD28;
  padding: 95px 117px 67px 120px;
  position: relative;
}
@media (max-width: 992px) {
  .home-ala-une .home-ala-une-box .content {
    padding: 78px 9px 29px 9px;
  }
}
.home-ala-une .home-ala-une-box .content:before {
  content: "";
  background-image: url("../images/home-ala-une-bg.png");
  width: 332px;
  height: 168px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 992px) {
  .home-ala-une .home-ala-une-box .content:before {
    display: none;
  }
}
.home-ala-une .home-ala-une-box .content .img-p {
  width: 220px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 992px) {
  .home-ala-une .home-ala-une-box .content .img-p {
    width: 125px;
  }
}
.home-ala-une .home-ala-une-box .content .box {
  background: #ffffff;
  position: relative;
  z-index: 2;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
}
.home-ala-une .home-ala-une-box .content .box .title-c {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #f16500;
  padding: 7px 20px;
}
@media (max-width: 992px) {
  .home-ala-une .home-ala-une-box .content .box .title-c {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 241px;
    padding: 7px 18px;
    text-align: center;
  }
}
.home-ala-une .home-ala-une-box .content .box .title-c h3 {
  font-family: "Urbanist-Bold";
  font-size: 12.6px;
  line-height: 1.75;
  letter-spacing: 0.07em;
  color: #ffffff;
  margin-bottom: 0;
  text-transform: uppercase;
}
.home-ala-une .home-ala-une-box .content .box .img-and-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 33px 25px 36px;
  color: #383535;
}
@media (max-width: 992px) {
  .home-ala-une .home-ala-une-box .content .box .img-and-text {
    position: relative;
    padding: 44px 20px 20px 20px;
  }
}
.home-ala-une .home-ala-une-box .content .box .img-and-text .img {
  width: 107px;
}
@media (max-width: 992px) {
  .home-ala-une .home-ala-une-box .content .box .img-and-text .img {
    position: absolute;
    top: 41px;
    right: 17px;
  }
}
.home-ala-une .home-ala-une-box .content .box .img-and-text .text {
  width: calc(100% - 107px);
  padding-left: 26px;
}
@media (max-width: 992px) {
  .home-ala-une .home-ala-une-box .content .box .img-and-text .text {
    width: 100%;
    padding: 0;
  }
}
.home-ala-une .home-ala-une-box .content .box .img-and-text .text h4 {
  font-family: "PowerBreakfast-Regular";
  font-size: 34.84px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 9px;
}
@media (max-width: 992px) {
  .home-ala-une .home-ala-une-box .content .box .img-and-text .text h4 {
    font-size: 31.84px;
    max-width: 250px;
  }
}
@media (max-width: 500px) {
  .home-ala-une .home-ala-une-box .content .box .img-and-text .text h4 {
    max-width: calc(100% - 130px);
  }
}
.home-ala-une .home-ala-une-box .content .box .img-and-text .text h4 strong {
  font-weight: normal;
  font-size: 48.11px;
  line-height: 1.2;
  display: block;
}
@media (max-width: 992px) {
  .home-ala-une .home-ala-une-box .content .box .img-and-text .text h4 strong {
    font-size: 41px;
  }
}
.home-ala-une .home-ala-une-box .content .box .img-and-text .text p {
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .home-ala-une .home-ala-une-box .content .box .img-and-text .text p {
    max-width: 100%;
  }
}
@media (max-width: 420px) {
  .home-ala-une .home-ala-une-box .content .box .img-and-text .text p {
    max-width: 100%;
  }
}
.home-ala-une .home-ala-une-box .content .box .img-and-text:hover .btn i {
  width: 25px;
  height: 25px;
}
.home-ala-une .home-ala-une-box .content .box .img-and-text:hover .btn i:before {
  left: 150%;
}
.home-ala-une .home-ala-une-box .content .box .img-and-text:hover .btn i:after {
  left: 50%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.home-ala-une .home-ala-une-box .content .btn {
  color: #383535;
}
.home-ala-une .home-ala-une-box .content .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 48px;
  padding-top: 32px;
}
@media (max-width: 992px) {
  .home-ala-une .home-ala-une-box .content .links {
    padding-left: 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.home-ala-une .home-ala-une-box .content .links .btn {
  color: #383535;
  margin-right: 21px;
}
@media (max-width: 992px) {
  .home-ala-une .home-ala-une-box .content .links .btn {
    margin-right: 30px;
  }
}
.home-ala-une .home-ala-une-box .content .links .btn:last-child {
  margin-right: 0;
}
.home-ala-une.style-two .home-ala-une-box .content {
  padding: 98px 117px 38px 120px;
}
@media (max-width: 992px) {
  .home-ala-une.style-two .home-ala-une-box .content {
    padding: 98px 9px 16px 9px;
  }
}
.home-ala-une.style-two .home-ala-une-box .content .box {
  position: relative;
}
.home-ala-une.style-two .home-ala-une-box .content .box:before {
  content: "";
  width: 15px;
  height: 20px;
  background-image: url("../images/map-icon-i.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -16px;
  left: 27%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  z-index: 2;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.home-ala-une.style-two .home-ala-une-box .content .box .img-and-text {
  padding: 25px 33px 17px 40px;
}
@media (max-width: 992px) {
  .home-ala-une.style-two .home-ala-une-box .content .box .img-and-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 38px 20px 18px 17px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.home-ala-une.style-two .home-ala-une-box .content .box .img-and-text .img {
  width: 129px;
}
@media (max-width: 992px) {
  .home-ala-une.style-two .home-ala-une-box .content .box .img-and-text .img {
    position: static;
    width: 78px;
  }
}
.home-ala-une.style-two .home-ala-une-box .content .box .img-and-text .text {
  width: calc(100% - 129px);
  padding-left: 40px;
  padding-top: 23px;
}
@media (max-width: 992px) {
  .home-ala-une.style-two .home-ala-une-box .content .box .img-and-text .text {
    width: auto;
    max-width: calc(100% - 78px);
    padding-left: 10px;
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .home-ala-une.style-two .home-ala-une-box .content .box .img-and-text .text h4 {
    font-size: 30px;
    max-width: 100%;
  }
}

.home-video {
  margin-bottom: 54px;
}
.home-video .home-video-box {
  max-width: 668px;
}
.home-video .home-video-box .video {
  position: relative;
  margin-bottom: 16px;
  border-radius: 7px 7px 0 0;
  overflow: hidden;
}
.home-video .home-video-box .video h2 {
  background: none;
  padding: 0;
  margin: 0;
  font-family: "PowerBreakfast-Regular";
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.home-video .home-video-box .video h2 span {
  color: #f16500;
}
.home-video .home-video-box .video h2:before, .home-video .home-video-box .video h2:after {
  display: none;
}
.home-video .home-video-box .video .text-and-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 91px;
  padding-bottom: 12px;
  padding-left: 36px;
  z-index: 1;
}
@media (max-width: 992px) {
  .home-video .home-video-box .video .text-and-icon {
    display: block;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.home-video .home-video-box .video .text-and-icon:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: url("../images/home-video-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.home-video .home-video-box .video .text-and-icon h2 {
  text-align: right;
  width: calc(100% - 110px);
}
@media (max-width: 992px) {
  .home-video .home-video-box .video .text-and-icon h2 {
    width: 100%;
    text-align: center;
  }
}
.home-video .home-video-box .video .text-and-icon i {
  display: block;
  width: 70px;
  height: 70px;
  background-image: url("../images/play.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 992px) {
  .home-video .home-video-box .video .text-and-icon i {
    margin: 0 auto;
    width: 35px;
    height: 35px;
  }
}
.home-video .home-video-box .video .text-and-icon:hover i {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.home-video .home-video-box .text {
  max-width: 309px;
  margin: 0 auto;
  text-align: center;
}
.home-video .home-video-box .text p {
  line-height: 1.4;
}
.home-video.width-970 .home-video-box {
  max-width: 1070px !important;
}
.home-video.width-1170 .home-video-box {
  max-width: 1270px !important;
}

.home-partenaires {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .home-partenaires {
    margin-bottom: 50px;
  }
}
.home-partenaires .home-partenaires-box {
  max-width: 568px;
}
@media (max-width: 992px) {
  .home-partenaires .home-partenaires-box {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.home-partenaires .home-partenaires-box .title {
  text-align: center;
}
.home-partenaires .home-partenaires-box .title h2 {
  font-family: "Urbanist-Regular";
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.07em;
  margin-bottom: 15px;
  display: inline-block;
}
.home-partenaires .home-partenaires-box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0E4E4E;
}
.home-partenaires .home-partenaires-box .content .icon-text {
  text-align: center;
  padding-left: 15px;
  padding-right: 19px;
  width: calc(55% - 141px);
}
@media (max-width: 992px) {
  .home-partenaires .home-partenaires-box .content .icon-text {
    width: calc(55% - 107px);
    padding-right: 10px;
    padding-left: 10px;
  }
}
.home-partenaires .home-partenaires-box .content .icon-text img {
  width: 48px;
}
.home-partenaires .home-partenaires-box .content .icon-text p {
  font-family: "Urbanist-Bold";
  font-size: 10.9px;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .home-partenaires .home-partenaires-box .content .icon-text p {
    font-size: 8px;
  }
}
.home-partenaires .home-partenaires-box .content .img {
  width: 45%;
}
.home-partenaires .home-partenaires-box .content .link {
  width: 141px;
}
@media (max-width: 992px) {
  .home-partenaires .home-partenaires-box .content .link {
    width: 107px;
  }
}
.home-partenaires .home-partenaires-box .content .link a {
  font-family: "Urbanist-Black";
  font-size: 10.9px;
  color: #0E4E4E;
  display: inline-block;
  text-transform: uppercase;
  padding: 4px 19px;
  letter-spacing: -0.02em;
  border: 1px solid #BDECE5;
  border-radius: 64px;
  background: #BDECE5;
}
@media (max-width: 992px) {
  .home-partenaires .home-partenaires-box .content .link a {
    font-size: 8px;
    padding: 4px 4px;
    display: block;
    text-align: center;
  }
}
.home-partenaires .home-partenaires-box .content .link a:hover {
  background: #0E4E4E;
  color: #BDECE5;
}
@media (min-width: 992px) {
  .home-partenaires.style-two {
    margin-bottom: 84px;
  }
  .home-partenaires.style-two .home-partenaires-box {
    max-width: 828px;
  }
  .home-partenaires.style-two .home-partenaires-box .title {
    margin-bottom: 26px;
  }
  .home-partenaires.style-two .home-partenaires-box .title h2 {
    font-size: 13px;
    padding: 0 44px;
  }
  .home-partenaires.style-two .home-partenaires-box .title h2:before, .home-partenaires.style-two .home-partenaires-box .title h2:after {
    content: "";
    width: 17.5px;
    height: 1px;
    background: #383535;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 1;
    display: block !important;
  }
  .home-partenaires.style-two .home-partenaires-box .title h2:before {
    left: 0;
  }
  .home-partenaires.style-two .home-partenaires-box .title h2:after {
    right: 0;
  }
  .home-partenaires.style-two .home-partenaires-box .content .icon-text {
    width: calc(52.8% - 220px);
    padding-right: 0;
  }
  .home-partenaires.style-two .home-partenaires-box .content .icon-text img {
    width: 76px;
  }
  .home-partenaires.style-two .home-partenaires-box .content .icon-text p {
    font-family: "Urbanist-Bold";
    font-size: 17px;
    padding-top: 5px;
  }
  .home-partenaires.style-two .home-partenaires-box .content .img {
    width: 47.2%;
  }
  .home-partenaires.style-two .home-partenaires-box .content .link {
    width: 220px;
  }
  .home-partenaires.style-two .home-partenaires-box .content .link a {
    font-size: 17px;
    width: 100%;
    text-align: center;
    padding: 6.5px 19px;
  }
}

.home-left-text-and-right-slider {
  margin-bottom: 84px;
  position: relative;
  z-index: 3 !important;
}
@media (max-width: 992px) {
  .home-left-text-and-right-slider {
    margin-bottom: 45px;
  }
}
.home-left-text-and-right-slider .home-left-text-and-right-slider-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1118px;
}
@media (max-width: 992px) {
  .home-left-text-and-right-slider .home-left-text-and-right-slider-box {
    display: block;
  }
}
.home-left-text-and-right-slider .home-left-text-and-right-slider-box .left {
  width: 48%;
}
@media (max-width: 992px) {
  .home-left-text-and-right-slider .home-left-text-and-right-slider-box .left {
    width: 100%;
    margin-bottom: 80px;
  }
}
.home-left-text-and-right-slider .home-left-text-and-right-slider-box .left h2 {
  font-family: "Urbanist-Regular";
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.07em;
  position: relative;
  margin-bottom: 22px;
  padding-left: 39px;
}
.home-left-text-and-right-slider .home-left-text-and-right-slider-box .left h2:before {
  content: "";
  width: 17.5px;
  height: 1px;
  background: #383535;
  position: absolute;
  top: 6px;
  left: 0px;
  display: block;
  -webkit-transform: none;
          transform: none;
}
.home-left-text-and-right-slider .home-left-text-and-right-slider-box .left h3 {
  font-family: "Urbanist-Bold";
  font-size: 33px;
  line-height: 1.2;
  letter-spacing: normal;
  color: #383535;
  margin-bottom: 27px;
}
@media (max-width: 992px) {
  .home-left-text-and-right-slider .home-left-text-and-right-slider-box .left h3 {
    font-size: 30px;
    margin-bottom: 18px;
  }
}
.home-left-text-and-right-slider .home-left-text-and-right-slider-box .left h3 span {
  color: #f16500;
}
.home-left-text-and-right-slider .home-left-text-and-right-slider-box .left p {
  max-width: 470px;
}
.home-left-text-and-right-slider .home-left-text-and-right-slider-box .left .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -22px;
  padding-top: 3px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .home-left-text-and-right-slider .home-left-text-and-right-slider-box .left .block {
    margin: 0;
    margin-left: -22px;
    overflow-x: auto;
    margin-right: -20px;
    padding-bottom: 22px;
  }
}
.home-left-text-and-right-slider .home-left-text-and-right-slider-box .left .block .box {
  padding-left: 22px;
  padding-right: 12px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 992px) {
  .home-left-text-and-right-slider .home-left-text-and-right-slider-box .left .block .box {
    min-width: 150px;
  }
}
.home-left-text-and-right-slider .home-left-text-and-right-slider-box .left .block .box:before {
  content: "";
  width: 2px;
  height: 100%;
  background-image: url("../images/line.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.home-left-text-and-right-slider .home-left-text-and-right-slider-box .left .block .box h4 {
  font-family: "PowerBreakfast-Regular";
  font-size: 27px;
  line-height: 1;
  margin-bottom: 4px;
}
.home-left-text-and-right-slider .home-left-text-and-right-slider-box .left .block .box h4 strong {
  display: block;
  font-size: 40px;
  font-weight: normal;
}
.home-left-text-and-right-slider .home-left-text-and-right-slider-box .left .block .box h5 {
  font-family: "PowerBreakfast-Regular";
  font-size: 27px;
  line-height: 1;
  color: #f16500;
  padding: 0 !important;
  margin-bottom: 0;
}
.home-left-text-and-right-slider .home-left-text-and-right-slider-box .left .block .box:nth-child(3n-2) {
  width: 30%;
}
.home-left-text-and-right-slider .home-left-text-and-right-slider-box .left .block .box:nth-child(3n-1) {
  width: 29.3%;
}
.home-left-text-and-right-slider .home-left-text-and-right-slider-box .left .block .box:nth-child(3n-1):before {
  background-image: url("../images/line-2.svg");
  height: 80%;
}
.home-left-text-and-right-slider .home-left-text-and-right-slider-box .left .block .box:nth-child(3n) {
  width: 40.7%;
}
@media (max-width: 992px) {
  .home-left-text-and-right-slider .home-left-text-and-right-slider-box .left .block .box:nth-child(3n) {
    min-width: 190px;
  }
}
.home-left-text-and-right-slider .home-left-text-and-right-slider-box .left .block .box:nth-child(3n):before {
  display: none;
}
.home-left-text-and-right-slider .home-left-text-and-right-slider-box .right {
  width: 39.3%;
  position: relative;
  background: #CFDD28;
  padding: 28px 29px 35px 29px;
  margin-right: 47px;
  margin-top: -4px;
}
@media (max-width: 1270px) {
  .home-left-text-and-right-slider .home-left-text-and-right-slider-box .right {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .home-left-text-and-right-slider .home-left-text-and-right-slider-box .right {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 556px) {
  .home-left-text-and-right-slider .home-left-text-and-right-slider-box .right {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
    padding: 29px 20px 40px 20px;
  }
}
.home-left-text-and-right-slider .home-left-text-and-right-slider-box .right:before {
  content: "";
  background-image: url("../images/cloud.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  width: 239px;
  height: 252px;
  top: -53px;
  right: -48px;
  z-index: 0;
}
@media (max-width: 992px) {
  .home-left-text-and-right-slider .home-left-text-and-right-slider-box .right:before {
    right: -73px;
  }
}
.home-left-text-and-right-slider .home-left-text-and-right-slider-box .right .left-text-and-right-slider {
  position: relative;
  z-index: 2;
}
.home-left-text-and-right-slider .home-left-text-and-right-slider-box .right .left-text-and-right-slider .slider-block .video {
  position: relative;
  margin-bottom: 9px;
  border-radius: 7px 7px 0 0;
  overflow: hidden;
}
.home-left-text-and-right-slider .home-left-text-and-right-slider-box .right .left-text-and-right-slider .slider-block .video .text-and-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 148px 20px 20px 20px;
  text-align: center;
  z-index: 1;
}
.home-left-text-and-right-slider .home-left-text-and-right-slider-box .right .left-text-and-right-slider .slider-block .video .text-and-icon:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: url("../images/home-video-bg-2.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.home-left-text-and-right-slider .home-left-text-and-right-slider-box .right .left-text-and-right-slider .slider-block .video .text-and-icon h2 {
  background: none;
  padding: 0;
  margin: 0;
  font-family: "Urbanist-Bold";
  font-size: 25px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: inherit;
  margin-bottom: 3px;
}
.home-left-text-and-right-slider .home-left-text-and-right-slider-box .right .left-text-and-right-slider .slider-block .video .text-and-icon h3 {
  font-family: "Urbanist-Bold";
  font-size: 15px;
  line-height: 1.2;
  color: #CFDD28;
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
}
.home-left-text-and-right-slider .home-left-text-and-right-slider-box .right .left-text-and-right-slider .slider-block .video .text-and-icon h4 {
  font-family: "PowerBreakfast-Regular";
  font-size: 28px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 38px;
  position: relative;
  display: inline-block;
  z-index: 2;
  margin-bottom: 10px;
}
.home-left-text-and-right-slider .home-left-text-and-right-slider-box .right .left-text-and-right-slider .slider-block .video .text-and-icon h4:before {
  content: "";
  width: 17px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 14px;
  left: 0px;
}
.home-left-text-and-right-slider .home-left-text-and-right-slider-box .right .left-text-and-right-slider .slider-block .video .text-and-icon h4:after {
  content: "";
  width: 17px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 14px;
  right: 0px;
}
.home-left-text-and-right-slider .home-left-text-and-right-slider-box .right .left-text-and-right-slider .slider-block .video .text-and-icon i {
  display: block;
  width: 70px;
  height: 70px;
  background-image: url("../images/play.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: 0 auto;
  margin-bottom: 15px;
}
.home-left-text-and-right-slider .home-left-text-and-right-slider-box .right .left-text-and-right-slider .slider-block .video .text-and-icon:hover i {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.home-left-text-and-right-slider .home-left-text-and-right-slider-box .right .left-text-and-right-slider .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -12px;
  right: 14px;
  z-index: 1;
}
.home-left-text-and-right-slider .home-left-text-and-right-slider-box .right .left-text-and-right-slider .slick-dots li {
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 9px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.home-left-text-and-right-slider .home-left-text-and-right-slider-box .right .left-text-and-right-slider .slick-dots li button {
  display: none;
}
.home-left-text-and-right-slider .home-left-text-and-right-slider-box .right .left-text-and-right-slider .slick-dots li:before, .home-left-text-and-right-slider .home-left-text-and-right-slider-box .right .left-text-and-right-slider .slick-dots li:after {
  display: none;
}
.home-left-text-and-right-slider .home-left-text-and-right-slider-box .right .left-text-and-right-slider .slick-dots li.slick-active, .home-left-text-and-right-slider .home-left-text-and-right-slider-box .right .left-text-and-right-slider .slick-dots li:hover {
  background: #f16500;
}
.home-left-text-and-right-slider .home-left-text-and-right-slider-box .right .text-c p {
  font-family: "Urbanist-Bold";
  font-size: 16.2px;
  line-height: 1;
  color: #383535;
  margin-bottom: 0px;
  padding-right: 150px;
}
.home-left-text-and-right-slider .home-left-text-and-right-slider-box .right .text-c h5 {
  font-family: "PowerBreakfast-Regular";
  font-size: 53.4px;
  color: #f16500;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 15px;
  padding: 0 !important;
  padding-right: 100px !important;
}
.home-left-text-and-right-slider .home-left-text-and-right-slider-box .right .text-c .link {
  text-align: center;
}

.home-links + .home-left-text-and-right-slider {
  margin-top: 112px;
}
@media (max-width: 992px) {
  .home-links + .home-left-text-and-right-slider {
    margin-top: 50px;
  }
}

.home-les-actualites {
  background: #CFDD28;
  padding-top: 87px;
  padding-bottom: 149px;
}
@media (max-width: 992px) {
  .home-les-actualites {
    padding-top: 77px;
    padding-bottom: 0;
  }
}
.home-les-actualites .home-les-actualites-box {
  max-width: 1272px;
  position: relative;
}
@media (max-width: 992px) {
  .home-les-actualites .home-les-actualites-box {
    padding-bottom: 200px;
  }
}
.home-les-actualites .home-les-actualites-box:before {
  content: "";
  background-image: url("../images/home-les-actualites-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  width: 409px;
  height: 392px;
  top: -314px;
  left: 50px;
  z-index: 0;
  pointer-events: none;
}
.home-les-actualites .home-les-actualites-box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 69px;
}
@media (max-width: 992px) {
  .home-les-actualites .home-les-actualites-box .title {
    margin-bottom: 33px;
  }
}
.home-les-actualites .home-les-actualites-box .title h2 {
  font-family: "Urbanist-Bold";
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 0;
  text-transform: inherit;
  color: #383535;
  padding-left: 47px;
  position: relative;
}
.home-les-actualites .home-les-actualites-box .title h2:before {
  content: "";
  width: 17px;
  height: 1px;
  background: #383535;
  position: absolute;
  top: 19px;
  left: 0px;
  display: block;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 992px) {
  .home-les-actualites .home-les-actualites-box .title .btn {
    position: absolute;
    bottom: 145px;
    left: 20px;
  }
  .home-les-actualites .home-les-actualites-box .title .btn i {
    left: initial;
    right: 0;
  }
}
.home-les-actualites .home-les-actualites-box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 1100px) {
  .home-les-actualites .home-les-actualites-box .content {
    overflow-y: hidden;
    overflow-x: auto;
  }
}
@media (max-width: 767px) {
  .home-les-actualites .home-les-actualites-box .content {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.home-les-actualites .home-les-actualites-box .content .left {
  width: 75%;
  min-width: 902px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .home-les-actualites .home-les-actualites-box .content .left {
    padding: 0 5px;
  }
}
.home-les-actualites .home-les-actualites-box .content .left .list {
  margin-bottom: 62px;
  width: 33.33%;
  padding: 0 15px;
}
@media (max-width: 992px) {
  .home-les-actualites .home-les-actualites-box .content .left .list {
    min-width: 300px;
  }
}
@media (max-width: 768px) {
  .home-les-actualites .home-les-actualites-box .content .left .list {
    margin-bottom: 10px;
  }
}
.home-les-actualites .home-les-actualites-box .content .left .list .img {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 17px;
}
.home-les-actualites .home-les-actualites-box .content .left .list .img img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.home-les-actualites .home-les-actualites-box .content .left .list .img a {
  padding-top: 79.4%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home-les-actualites .home-les-actualites-box .content .left .list .text {
  max-width: 250px;
}
.home-les-actualites .home-les-actualites-box .content .left .list .text span {
  font-family: "PowerBreakfast-Regular";
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #f16500;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 30px;
  margin-bottom: 16px;
  position: relative;
}
.home-les-actualites .home-les-actualites-box .content .left .list .text span:before {
  content: "";
  width: 18px;
  height: 2px;
  background-image: url("../images/line-3.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
.home-les-actualites .home-les-actualites-box .content .left .list .text h3 {
  font-family: "Urbanist-Bold";
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: normal;
  margin-bottom: 16px;
  color: #383535;
  text-transform: inherit;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.home-les-actualites .home-les-actualites-box .content .left .list.is-active .img a {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.home-les-actualites .home-les-actualites-box .content .left .list.is-active .text .btn i {
  width: 25px;
  height: 25px;
}
.home-les-actualites .home-les-actualites-box .content .left .list.is-active .text .btn i:before {
  left: 150%;
}
.home-les-actualites .home-les-actualites-box .content .left .list.is-active .text .btn i:after {
  left: 50%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.home-les-actualites .home-les-actualites-box .content .right {
  width: 25%;
  min-width: 301px;
  background: #ffffff;
  border-radius: 12px;
  padding: 20px 5px;
}

.home-les-actualites + .home-newsletter {
  margin-top: -98px;
}
@media (max-width: 992px) {
  .home-les-actualites + .home-newsletter {
    margin-top: -116px;
  }
}

.home-newsletter {
  margin-bottom: 81px;
}
@media (max-width: 992px) {
  .home-newsletter {
    margin-bottom: 60px;
  }
}
.home-newsletter .home-newsletter-box {
  max-width: 870px;
}
@media (max-width: 992px) {
  .home-newsletter .home-newsletter-box {
    padding: 0 10px;
  }
}
.home-newsletter .home-newsletter-box .content {
  background: #F16500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 40px 65px 41px 59px;
}
@media (max-width: 992px) {
  .home-newsletter .home-newsletter-box .content {
    display: block;
    padding: 30px 10px 39px 10px;
  }
}
.home-newsletter .home-newsletter-box .content:before {
  content: "";
  width: 147px;
  height: 158px;
  background-image: url("../images/home-newsletter-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.home-newsletter .home-newsletter-box .content .title {
  width: 44%;
  position: relative;
  z-index: 2;
  padding-right: 47px;
}
@media (max-width: 992px) {
  .home-newsletter .home-newsletter-box .content .title {
    width: 100%;
    padding: 0 8px;
    margin-bottom: 32px;
  }
}
.home-newsletter .home-newsletter-box .content .title h2 {
  font-family: "PowerBreakfast-Regular";
  font-size: 41px;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 1px;
}
.home-newsletter .home-newsletter-box .content .title p {
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 0;
  padding-right: 25px;
}
.home-newsletter .home-newsletter-box .content .form {
  position: relative;
  z-index: 2;
  background: #ffffff;
  padding: 13.5px 20px;
  width: 56%;
}
@media (max-width: 992px) {
  .home-newsletter .home-newsletter-box .content .form {
    width: 100%;
    padding: 13.5px 16px 13.5px 20px;
  }
}
.home-newsletter .home-newsletter-box .content .form .form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-newsletter .home-newsletter-box .content .form .form-group {
  margin-bottom: 0;
  padding-left: 30px;
  border-right: 1px solid #383535;
  width: calc(100% - 117px);
  line-height: 1.2;
  position: relative;
}
@media (max-width: 992px) {
  .home-newsletter .home-newsletter-box .content .form .form-group {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.home-newsletter .home-newsletter-box .content .form .form-group:before {
  content: "";
  content: "";
  width: 14px;
  height: 13px;
  background-image: url("../images/@.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  z-index: 1;
}
.home-newsletter .home-newsletter-box .content .form .form-group input {
  width: 100%;
  border: none;
  font-family: "Urbanist-Regular";
  line-height: 1.2;
  font-size: 13px;
  color: #383535;
}
.home-newsletter .home-newsletter-box .content .form .form-group input::-webkit-input-placeholder {
  font-family: "Urbanist-Regular";
  font-size: 13px;
  color: #383535;
  opacity: 1;
}
.home-newsletter .home-newsletter-box .content .form .form-group input:-moz-placeholder {
  font-family: "Urbanist-Regular";
  font-size: 13px;
  color: #383535;
  opacity: 1;
}
.home-newsletter .home-newsletter-box .content .form .form-group input::-moz-placeholder {
  font-family: "Urbanist-Regular";
  font-size: 13px;
  color: #383535;
  opacity: 1;
}
.home-newsletter .home-newsletter-box .content .form .form-group input:-ms-input-placeholder {
  font-family: "Urbanist-Regular";
  font-size: 13px;
  color: #383535;
  opacity: 1;
}
.home-newsletter .home-newsletter-box .content .form .form-group input.wpcf7-not-valid {
  border-color: #E91D1D;
}
.home-newsletter .home-newsletter-box .content .form .form-submit {
  padding-left: 19px;
  width: 117px;
  line-height: 1.2;
  position: relative;
}
.home-newsletter .home-newsletter-box .content .form .form-submit:before {
  content: "";
  visibility: hidden;
  width: 10px;
  height: 10px;
  background: none;
  border: 2px solid #f16500;
  border-radius: 50%;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  animation: loading 0.5s infinite linear;
  -moz-animation: loading 0.5s infinite linear;
  -webkit-animation: loading 0.5s infinite linear;
  -o-animation: loading 0.5s infinite linear;
  position: absolute;
  right: -15px;
  top: 4px;
}
.home-newsletter .home-newsletter-box .content .form .form-submit input {
  background: none;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Urbanist-Bold";
  font-size: 15px;
  color: #383535;
  opacity: 1;
}
.home-newsletter .home-newsletter-box .content .form .form-submit i {
  width: 21px;
  height: 21px;
  background: #f16500;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.home-newsletter .home-newsletter-box .content .form .form-submit i:before, .home-newsletter .home-newsletter-box .content .form .form-submit i:after {
  top: 50%;
  content: "";
  position: absolute;
  background: url("../images/arrow-white.svg");
  width: 9px;
  height: 7px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.home-newsletter .home-newsletter-box .content .form .form-submit i:before {
  left: 50%;
}
.home-newsletter .home-newsletter-box .content .form .form-submit i:after {
  left: -50%;
}
.home-newsletter .home-newsletter-box .content .form .form-submit:hover i {
  width: 25px;
  height: 25px;
}
.home-newsletter .home-newsletter-box .content .form .form-submit:hover i:before {
  left: 150%;
}
.home-newsletter .home-newsletter-box .content .form .form-submit:hover i:after {
  left: 50%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.home-newsletter .home-newsletter-box .content .wpcf7-not-valid-tip {
  display: none !important;
}
.home-newsletter .home-newsletter-box .content .wpcf7-spinner {
  display: none;
}
.home-newsletter .home-newsletter-box .content .wpcf7-validation-errors, .home-newsletter .home-newsletter-box .content .wpcf7-response-output {
  border: none;
  margin: 0;
  padding: 15px 0 0 0;
  text-align: center;
}
.home-newsletter .home-newsletter-box .content .wpcf7-mail-sent-ok {
  border: none;
  margin: 0;
  padding: 15px 0 0 0;
  color: #383535;
  text-align: center;
}
.home-newsletter .home-newsletter-box .content form {
  position: relative;
}
.home-newsletter .home-newsletter-box .content form .wpcf7-response-output {
  border: none !important;
  width: 100%;
  text-align: center;
  line-height: 1.2;
  margin: 0;
  padding: 20px 0 0px 0;
  color: #383535;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
.home-newsletter .home-newsletter-box .content form.submitting .form-submit:before {
  visibility: visible;
}
.home-newsletter .home-newsletter-box .end-text {
  padding-left: 27px;
  margin-top: 21px;
  position: relative;
}
@media (max-width: 992px) {
  .home-newsletter .home-newsletter-box .end-text {
    padding-right: 10px;
  }
}
.home-newsletter .home-newsletter-box .end-text:before {
  content: "(*)";
  font-family: "Urbanist-Regular";
  color: inherit;
  font-size: 13px;
  line-height: 1.35;
  position: absolute;
  top: 0;
  left: 7px;
  z-index: 1;
}
.home-newsletter .home-newsletter-box .end-text p {
  font-size: 13px;
  line-height: 1.35;
}

.home-newsletter + .home-partenaires {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .home-newsletter + .home-partenaires {
    padding-top: 0;
  }
}

.home-link-and-map {
  margin-bottom: 114px;
}
@media (max-width: 992px) {
  .home-link-and-map {
    margin-bottom: 59px;
  }
}
.home-link-and-map .home-link-and-map-box {
  max-width: 1270px;
}
@media (max-width: 992px) {
  .home-link-and-map .home-link-and-map-box {
    padding: 0;
  }
}
.home-link-and-map .home-link-and-map-box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .home-link-and-map .home-link-and-map-box .content {
    display: block;
  }
}
.home-link-and-map .home-link-and-map-box .content .left {
  width: calc(50% - 15px);
}
@media (max-width: 992px) {
  .home-link-and-map .home-link-and-map-box .content .left {
    width: 100%;
  }
}
.home-link-and-map .home-link-and-map-box .content .left .block {
  background: #F5EDE6;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 290px;
  padding: 20px 38px 8px 27px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .home-link-and-map .home-link-and-map-box .content .left .block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 32px 40px 27px 20px;
    min-height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }
}
.home-link-and-map .home-link-and-map-box .content .left .block:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .home-link-and-map .home-link-and-map-box .content .left .block:last-child {
    margin-bottom: 15px;
  }
}
.home-link-and-map .home-link-and-map-box .content .left .block:nth-child(2) .img {
  padding-left: 10px;
}
.home-link-and-map .home-link-and-map-box .content .left .block:nth-child(2) .img img {
  max-width: 200px;
}
.home-link-and-map .home-link-and-map-box .content .left .block .img {
  width: 46%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 992px) {
  .home-link-and-map .home-link-and-map-box .content .left .block .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 112px;
  }
}
.home-link-and-map .home-link-and-map-box .content .left .block .text {
  width: 46%;
}
@media (max-width: 992px) {
  .home-link-and-map .home-link-and-map-box .content .left .block .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 120px);
  }
}
.home-link-and-map .home-link-and-map-box .content .left .block .text h2 {
  font-family: "Urbanist-Bold";
  font-size: 27px;
  line-height: 115%;
  margin-bottom: 17px;
  text-transform: inherit;
}
.home-link-and-map .home-link-and-map-box .content .left .block .text h2 span {
  display: block;
}
.home-link-and-map .home-link-and-map-box .content .left .block .text p {
  margin-bottom: 13px;
}
@media (max-width: 414px) {
  .home-link-and-map .home-link-and-map-box .content .left .block .text .btn {
    margin-right: -100px;
  }
}
.home-link-and-map .home-link-and-map-box .content .left .block:hover .img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.home-link-and-map .home-link-and-map-box .content .left .block:hover .btn i {
  width: 25px;
  height: 25px;
}
.home-link-and-map .home-link-and-map-box .content .left .block:hover .btn i:before {
  left: 150%;
}
.home-link-and-map .home-link-and-map-box .content .left .block:hover .btn i:after {
  left: 50%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.home-link-and-map .home-link-and-map-box .content .right {
  width: calc(50% - 15px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 5px dotted #F1E5DB;
}
@media (max-width: 992px) {
  .home-link-and-map .home-link-and-map-box .content .right {
    width: 100%;
    border: none;
    padding: 0 9px;
  }
}
.home-link-and-map .home-link-and-map-box .content .right .box {
  padding-top: 44px;
}
@media (max-width: 992px) {
  .home-link-and-map .home-link-and-map-box .content .right .box {
    padding-top: 17px;
    border: 5px dotted #F1E5DB;
  }
}
.home-link-and-map .home-link-and-map-box .content .right .box .title {
  text-align: center;
}
.home-link-and-map .home-link-and-map-box .content .right .box .title h2 {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .home-link-and-map .home-link-and-map-box .content .right .box .title h2 {
    display: inline-block;
    max-width: 250px;
    padding: 0 38px;
  }
}
.home-link-and-map .home-link-and-map-box .content .right .box .map-box {
  padding: 12px 90px 5px 51px;
}
@media (max-width: 1260px) {
  .home-link-and-map .home-link-and-map-box .content .right .box .map-box {
    padding: 12px 50px 5px 50px;
  }
}
@media (max-width: 1200px) {
  .home-link-and-map .home-link-and-map-box .content .right .box .map-box {
    padding: 12px 20px 5px 20px;
  }
}
@media (max-width: 1100px) {
  .home-link-and-map .home-link-and-map-box .content .right .box .map-box {
    padding: 12px 0px 5px 0px;
  }
}
.home-link-and-map .home-link-and-map-box .content .right .box .map-content {
  position: relative;
  opacity: 1;
  visibility: visible;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
@media (max-width: 992px) {
  .home-link-and-map .home-link-and-map-box .content .right .box .map-content {
    display: block;
  }
  .home-link-and-map .home-link-and-map-box .content .right .box .map-content svg {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 992px) {
  .home-link-and-map .home-link-and-map-box .content .right .box .map-content .img-wrap {
    max-width: 336px;
  }
}
.home-link-and-map .home-link-and-map-box .content .right .box .map-content .mapsvg-marker .marker-info img {
  width: 30px;
}
.home-link-and-map .home-link-and-map-box .content .right .box .map-content .mapsvg-marker .map-marker-1 {
  top: 8.14%;
  left: 53.48%;
}
.home-link-and-map .home-link-and-map-box .content .right .box .map-content .mapsvg-marker .map-marker-2 {
  top: 20%;
  left: 77%;
}
.home-link-and-map .home-link-and-map-box .content .right .box .map-content .mapsvg-marker .map-marker-3 {
  top: 16%;
  left: 37%;
}
.home-link-and-map .home-link-and-map-box .content .right .box .map-content .mapsvg-marker .map-marker-4 {
  top: 20%;
  left: 53%;
}
@media (max-width: 992px) {
  .home-link-and-map .home-link-and-map-box .content .right .box .map-content .mapsvg-marker .map-marker-4 {
    top: 18%;
    left: 51%;
  }
}
.home-link-and-map .home-link-and-map-box .content .right .box .map-content .mapsvg-marker .map-marker-5 {
  top: 25%;
  left: 9%;
}
.home-link-and-map .home-link-and-map-box .content .right .box .map-content .mapsvg-marker .map-marker-6 {
  top: 33.5%;
  left: 22%;
}
.home-link-and-map .home-link-and-map-box .content .right .box .map-content .mapsvg-marker .map-marker-7 {
  top: 32%;
  left: 47%;
}
.home-link-and-map .home-link-and-map-box .content .right .box .map-content .mapsvg-marker .map-marker-8 {
  top: 33%;
  left: 70%;
}
.home-link-and-map .home-link-and-map-box .content .right .box .map-content .mapsvg-marker .map-marker-9 {
  top: 50%;
  left: 36%;
}
.home-link-and-map .home-link-and-map-box .content .right .box .map-content .mapsvg-marker .map-marker-10 {
  top: 50%;
  left: 68%;
}
.home-link-and-map .home-link-and-map-box .content .right .box .map-content .mapsvg-marker .map-marker-11 {
  top: 70%;
  left: 47%;
}
.home-link-and-map .home-link-and-map-box .content .right .box .map-content .mapsvg-marker .map-marker-12 {
  top: 65%;
  left: 80%;
}
.home-link-and-map .home-link-and-map-box .content .right .box .map-content .mapsvg-marker .map-marker-13 {
  top: 82%;
  left: 86%;
}
@media (max-width: 992px) {
  .home-link-and-map .home-link-and-map-box .content .right .box .map-content .mapsvg-marker .map-marker-13 {
    top: 82%;
    left: 88%;
  }
}

.home-logo-slider {
  margin-bottom: 98px;
}
@media (max-width: 992px) {
  .home-logo-slider {
    margin-bottom: 58px;
  }
}
.home-logo-slider .home-logo-slider-box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .home-logo-slider .home-logo-slider-box .title {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.home-logo-slider .home-logo-slider-box .title h2 {
  font-family: "PowerBreakfast-Regular";
  font-size: 30px;
  margin-bottom: 0;
  line-height: 1.2;
  cursor: pointer;
  padding: 7px 31px;
  margin: 0 25px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 992px) {
  .home-logo-slider .home-logo-slider-box .title h2 {
    margin: 0;
    font-size: 25px;
    width: calc(50% - 13px);
    padding: 7px !important;
    text-align: center;
  }
}
.home-logo-slider .home-logo-slider-box .title h2:hover {
  opacity: 0.8;
}
.home-logo-slider .home-logo-slider-box .title h2:nth-child(2):after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #F1E5DB;
  position: absolute;
  top: 50%;
  left: -7px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 992px) {
  .home-logo-slider .home-logo-slider-box .title h2:nth-child(2):after {
    left: -13px;
  }
}
.home-logo-slider .home-logo-slider-box .title h2:nth-child(2).is-active:after {
  left: -28px;
}
@media (max-width: 992px) {
  .home-logo-slider .home-logo-slider-box .title h2:nth-child(2).is-active:after {
    left: -22px;
  }
}
.home-logo-slider .home-logo-slider-box .title h2.is-active {
  background: #CFDD28;
}
.home-logo-slider .home-logo-slider-box .title h2.is-active:before {
  content: "";
  width: 15px;
  height: 20px;
  background-image: url("../images/triangle-green.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -17px;
  top: inherit;
  left: 99px;
  -webkit-transform: none;
          transform: none;
  z-index: 2;
  display: block;
}
.home-logo-slider .home-logo-slider-box .content-box {
  background: #ffffff;
  padding: 26px 0;
}
.home-logo-slider .home-logo-slider-box .content-box .content-box-box {
  max-width: 1332px;
}
.home-logo-slider .home-logo-slider-box .content-box .content-box-box .content-list {
  position: relative;
}
.home-logo-slider .home-logo-slider-box .content-box .content-box-box .content-list .content-list-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  visibility: hidden;
  opacity: 0;
  width: 100%;
}
.home-logo-slider .home-logo-slider-box .content-box .content-box-box .content-list .content-list-box.is-active {
  position: static;
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.home-logo-slider .home-logo-slider-box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}
.home-logo-slider .home-logo-slider-box .content .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 44px;
}
.home-logo-slider .home-logo-slider-box .content .block:before {
  content: "";
  width: 1px;
  height: 17px;
  background: #383535;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 1;
}
.home-logo-slider .home-logo-slider-box .content .block:first-child {
  padding-left: 0;
}
.home-logo-slider .home-logo-slider-box .content .block:last-child {
  padding-right: 0;
}
.home-logo-slider .home-logo-slider-box .content .block:last-child:before {
  display: none;
}
.home-logo-slider .home-logo-slider-box .content .block .box img {
  min-width: 125px;
}
.home-logo-slider .home-logo-slider-box .links {
  text-align: center;
  padding-right: 26px;
  padding-top: 36px;
}
@media (max-width: 992px) {
  .home-logo-slider .home-logo-slider-box .links {
    padding-top: 4px;
    padding-right: 0;
  }
}
.home-logo-slider .home-logo-slider-box .links a {
  margin: 0 23px;
}
@media (max-width: 992px) {
  .home-logo-slider .home-logo-slider-box .links a {
    margin-bottom: 4px;
  }
}

.home-logo-slider + .home-alimentaire {
  margin-top: -22px;
}
@media (max-width: 992px) {
  .home-logo-slider + .home-alimentaire {
    margin-top: 0;
  }
}

.home-alimentaire {
  margin-bottom: 37px;
  padding-bottom: 50px;
}
.home-alimentaire .home-alimentaire-box {
  max-width: 870px;
}
@media (max-width: 992px) {
  .home-alimentaire .home-alimentaire-box {
    padding: 0;
  }
}
.home-alimentaire .home-alimentaire-box .content {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
  background: #CFDD28;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 235px;
  position: relative;
  margin-bottom: 44px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .home-alimentaire .home-alimentaire-box .content {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.home-alimentaire .home-alimentaire-box .content:before {
  content: "";
  width: 17px;
  height: 20px;
  background-image: url("../images/triangle-green.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -17px;
  top: inherit;
  left: 36.6%;
  -webkit-transform: none;
  transform: none;
  z-index: 2;
  display: block;
}
@media (max-width: 992px) {
  .home-alimentaire .home-alimentaire-box .content:before {
    left: 50%;
  }
}
.home-alimentaire .home-alimentaire-box .content .img-p {
  width: 198px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 992px) {
  .home-alimentaire .home-alimentaire-box .content .img-p {
    width: 105px;
  }
}
.home-alimentaire .home-alimentaire-box .content .text {
  padding-top: 38px;
  width: calc(100% - 220px);
}
@media (max-width: 992px) {
  .home-alimentaire .home-alimentaire-box .content .text {
    width: 62%;
    padding-left: 28px;
    padding-bottom: 71px;
  }
}
.home-alimentaire .home-alimentaire-box .content .text h2 {
  font-family: "PowerBreakfast-Regular";
  font-size: 19px;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.02em;
  background: #f16500;
  display: inline-block;
  padding: 4.5px 10px;
  margin-bottom: 12px;
}
.home-alimentaire .home-alimentaire-box .content .text h3 {
  font-family: "PowerBreakfast-Regular";
  font-size: 53px;
  color: #383535;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 10px;
}
.home-alimentaire .home-alimentaire-box .content .img {
  width: 220px;
  padding: 30px;
}
@media (max-width: 992px) {
  .home-alimentaire .home-alimentaire-box .content .img {
    padding: 30px 0;
  }
}
.home-alimentaire .home-alimentaire-box .content .img .badge-svg {
  background: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
  padding: 15px;
}
.home-alimentaire .home-alimentaire-box .links {
  text-align: center;
}
.home-alimentaire .home-alimentaire-box .links a {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .home-alimentaire .home-alimentaire-box .links a {
    margin-bottom: 23px;
  }
}

.home-add-new-block {
  margin-bottom: 37px;
  padding-bottom: 50px;
}
.home-add-new-block .home-add-new-block-box {
  max-width: 670px;
  overflow: hidden;
}
.home-add-new-block .home-add-new-block-box .content {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
  background: #CFDD28;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 230px;
  position: relative;
  margin-bottom: 32px;
}
@media (max-width: 556px) {
  .home-add-new-block .home-add-new-block-box .content {
    padding-left: 130px;
  }
}
.home-add-new-block .home-add-new-block-box .content:before {
  content: "";
  width: 17px;
  height: 20px;
  background-image: url("../images/triangle-green.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -17px;
  top: inherit;
  left: 50%;
  -webkit-transform: none;
  transform: none;
  z-index: 2;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: block;
}
@media (max-width: 992px) {
  .home-add-new-block .home-add-new-block-box .content:before {
    left: 50%;
  }
}
.home-add-new-block .home-add-new-block-box .content .img-p {
  width: 182px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  z-index: 0;
}
@media (max-width: 556px) {
  .home-add-new-block .home-add-new-block-box .content .img-p {
    width: 135px;
  }
}
.home-add-new-block .home-add-new-block-box .content .text {
  padding-top: 38px;
  padding-bottom: 53px;
}
@media (max-width: 767px) {
  .home-add-new-block .home-add-new-block-box .content .text {
    padding-left: 28px;
    padding-bottom: 30px;
  }
}
.home-add-new-block .home-add-new-block-box .content .text h2 {
  display: inline-block;
  background: #ffffff;
  font-family: "PowerBreakfast-Regular";
  font-size: 17px;
  letter-spacing: 0.02em;
  color: #383535;
  line-height: 1.4;
  margin: 0;
  padding: 4px 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.home-add-new-block .home-add-new-block-box .content .text h2:before, .home-add-new-block .home-add-new-block-box .content .text h2:after {
  display: none;
}
.home-add-new-block .home-add-new-block-box .content .text p {
  font-family: "PowerBreakfast-Regular";
  font-size: 26px;
  letter-spacing: -0.03em;
  color: #383535;
  line-height: 1;
  margin-bottom: 7px;
  text-transform: uppercase;
  position: static;
  text-align: left;
}
@media (max-width: 992px) {
  .home-add-new-block .home-add-new-block-box .content .text p {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .home-add-new-block .home-add-new-block-box .content .text p {
    font-size: 26px;
  }
}
@media (max-width: 370px) {
  .home-add-new-block .home-add-new-block-box .content .text p {
    font-size: 23px;
  }
}
.home-add-new-block .home-add-new-block-box .content .text p strong {
  font-family: "PowerBreakfast-Regular";
  font-size: 69px;
  letter-spacing: -0.02em;
  color: #383535;
  line-height: 1;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 1260px) {
  .home-add-new-block .home-add-new-block-box .content .text p strong {
    font-size: 58px;
  }
}
@media (max-width: 992px) {
  .home-add-new-block .home-add-new-block-box .content .text p strong {
    font-size: 48px;
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .home-add-new-block .home-add-new-block-box .content .text p strong {
    font-size: 69px;
  }
}
@media (max-width: 370px) {
  .home-add-new-block .home-add-new-block-box .content .text p strong {
    font-size: 48px;
  }
}
.home-add-new-block .home-add-new-block-box .content .text h3 {
  font-family: "PowerBreakfast-Regular";
  font-size: 36px;
  letter-spacing: -0.02em;
  color: #f16500;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 1260px) {
  .home-add-new-block .home-add-new-block-box .content .text h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .home-add-new-block .home-add-new-block-box .content .text h3 {
    font-size: 36px;
  }
}
@media (max-width: 370px) {
  .home-add-new-block .home-add-new-block-box .content .text h3 {
    font-size: 26px;
  }
}
.home-add-new-block .home-add-new-block-box .content .img {
  width: 43%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media (max-width: 992px) {
  .home-add-new-block .home-add-new-block-box .content .img {
    position: absolute;
    top: 70px;
    width: 55%;
    right: -42px;
    max-width: 206px;
  }
}
.home-add-new-block .home-add-new-block-box .content .img .badge-svg {
  width: 155px;
  z-index: 1;
  background: #ffffff;
  border-radius: 50%;
  padding: 10px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
}
.home-add-new-block .home-add-new-block-box .end-text {
  text-align: center;
}
.home-add-new-block .home-add-new-block-box .end-text p {
  font-family: "PowerBreakfast-Regular";
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1.2;
}
.home-add-new-block .home-add-new-block-box .end-text p a {
  color: inherit;
  border: none;
}

html.active header {
  background-color: #161616;
}
html.active body {
  background-color: #161616;
  color: #ffffff;
}
html.active .wp-block-columns p a, html.active .home-banner .home-banner-box .images .img .box p a {
  color: #ffffff;
}
html.active .header-bg {
  display: none;
}
html.active .wrapper, html.active .main {
  background: #161616;
}
html.active .map-content, html.active header .header .top-bar .right .menu .menu-item-has-children:hover, html.active header .header .top-bar .right .menu .menu-item-has-children .sub-menu, html.active header .header .nav-main .content .menu-item-has-children .sub-menu, html.active .header-stick, html.active .header-stick .menu-right > li.menu-item-has-children .sub-menu, html.active .sidebar-block, html.active footer, html.active .header-stick .menu > li.menu-item-has-children:hover, html.active .header-stick .menu > li.menu-item-has-children:hover a, html.active .header-stick .menu > li.menu-item-has-children .sub-menu {
  background: #161616;
}
html.active .icon-YouTube .path1:before, html.active .header-stick .menu-right > li.menu-item-has-children:hover, html.active header .header .top-bar .right .menu .menu-item-has-children:hover, html.active .header-stick .menu > li.menu-item-has-children .sub-menu li a {
  color: #ffffff;
}
html.active .icon-YouTube .path2:before {
  color: #383535;
}
html.active header .header .top-bar .right .menu .menu-item-has-children .sub-menu li, html.active header .header .nav-main .content .menu-item-has-children .sub-menu li, html.active .header-stick .menu-right > li.menu-item-has-children .sub-menu li, html.active .header-stick .menu > li.menu-item-has-children .sub-menu li {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  html.active header .header .nav-main .content .menu-item-has-children:hover, html.active header .header .nav-main .content .menu-item-has-children:hover a {
    background: #161616;
  }
}
html.active .header-stick .logo a img {
  display: none;
}
html.active .header-stick .logo a img.stick-logo-white {
  display: block !important;
}
html.active header .header .nav-main .content img {
  display: block;
}
html.active header .header .nav-main .content img.light {
  display: none;
}
html.active .sidebar-block .content-box .links a {
  color: #ffffff;
}
html.active .sidebar-block .content-box .links a:hover {
  color: #f16500;
}
html.active .mobile-header .logo a img {
  display: block;
}
html.active .mobile-header .logo a img.light {
  display: none;
}
html.active .home-video .home-video-box .video .text-and-icon:before {
  background-image: url("../images/home-video-bg-black.png");
}
html.active .home-left-text-and-right-slider .home-left-text-and-right-slider-box .left h3, html.active .home-left-text-and-right-slider .home-left-text-and-right-slider-box .left .btn, html.active .home-link-and-map .home-link-and-map-box .content .left .block .text .btn, html.active .home-logo-slider .home-logo-slider-box .links .btn, html.active .home-left-text-and-right-images .home-left-text-and-right-images-box .left h3 {
  color: #ffffff;
}
html.active .home-left-text-and-right-slider .home-left-text-and-right-slider-box .left h2:before, html.active .line-title:after, html.active .line-title:before, html.active .home-partenaires.style-two .home-partenaires-box .title h2:after, html.active .home-partenaires.style-two .home-partenaires-box .title h2:before {
  background: #ffffff;
}
html.active .home-les-actualites .home-les-actualites-box:before {
  display: none;
}
html.active .home-link-and-map .home-link-and-map-box .content .left .block {
  background: rgba(245, 237, 230, 0.1);
}
html.active .home-logo-slider .home-logo-slider-box .title h2:first-child, html.active .home-les-actualites .home-les-actualites-box .title .btn {
  color: #383535;
}
html.active .btn {
  color: #ffffff;
}
html.active .btn.btn-button {
  color: #383535;
}
html.active footer .foot .logo img {
  display: block;
}
html.active footer .foot .logo img.light {
  display: none;
}
@media (min-width: 992px) {
  html.active footer .foot .bottom-info {
    bottom: 0;
  }
}
html.active footer .foot .logos .box img {
  display: none;
}
html.active footer .foot .logos .box img.active-black {
  display: block;
}
html.active footer .foot .bottom-info .text h3 {
  color: #ffffff;
}
@media (max-width: 992px) {
  html.active header {
    background: #161616;
  }
  html.active .mobile-header.is-active-two {
    background: #161616;
  }
  html.active .mobile-header.is-active-two .logo a.stick img {
    display: none;
  }
  html.active .mobile-header.is-active-two .logo a.stick img.stick-logo-white {
    display: block !important;
  }
}
html.active .page-title .page-title-box .title h3, html.active .wp-block-file a.wp-block-file__button, html.active .file-button, html.active .hauts-de-france .hauts-de-france-box .content .block .text h3, html.active .page-actualites-list .page-actualites-list-box .content .content-box .list .text h3 {
  color: #ffffff;
}
html.active .wp-block-file a.wp-block-file__button {
  color: #ffffff !important;
}
html.active h5:before, html.active .page-actualites-list .page-actualites-list-box .title h2:after, html.active .page-actualites-list .page-actualites-list-box .title h2:before, html.active .home-ala-une .home-ala-une-box .title h2:after, html.active .home-ala-une .home-ala-une-box .title h2:before {
  background: #ffffff;
}
html.active .hauts-de-france .hauts-de-france-box .content .block .img:before {
  background-image: url("../images/home-video-bg-7.png");
}
html.active .contacto-one-block .contacto-one-block-box .block .img:before {
  background-image: url("../images/home-video-bg-7.png");
}
html.active .contacto-one-block .contacto-one-block-box .block .text h3 {
  color: #ffffff;
}
html.active .page-actualites-list .page-actualites-list-box .content .content-box .list .img {
  border-color: #161616;
}
html.active .go-top a {
  background-image: url("../images/scroll-white.svg");
}
html.active footer .foot-go-top a {
  background-image: url("../images/scroll-white.svg");
}
html.active .wp-block-buttons a {
  color: #ffffff;
}
@media (max-width: 992px) {
  html.active header .header .nav-main .content .menu > li.is-active > a {
    background: none !important;
  }
}

.breadcrumbs-page {
  padding-top: 23px;
  margin-bottom: 23px;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 992px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs .breadcrumbs-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  border-radius: 50px;
  padding: 6px 23px;
}
.breadcrumbs span, .breadcrumbs a {
  font-family: "Urbanist-Regular";
  font-size: 12px;
  color: #383535;
}
.breadcrumbs span {
  opacity: 0.5;
  display: inline-block;
}
.breadcrumbs span:first-child {
  margin-right: 17px;
}
.breadcrumbs a {
  display: inline-block;
  margin-right: 36px;
  position: relative;
}
.breadcrumbs a:before {
  content: "";
  width: 5px;
  height: 6px;
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -19px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.breadcrumbs a:hover {
  opacity: 0.7;
}

.filtrer {
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .filtrer {
    margin-bottom: 25px;
  }
}
.filtrer span {
  font-family: "Urbanist-Regular";
  font-size: 12px;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 16px;
}
@media (max-width: 1270px) {
  .filtrer span {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .filtrer span {
    width: 50px;
    margin-right: 0;
  }
}
.filtrer .filtrer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}
@media (max-width: 992px) {
  .filtrer .filtrer-box {
    width: calc(100% - 30px);
    margin-right: -50px;
  }
}
@media (max-width: 768px) {
  .filtrer .filtrer-box {
    width: calc(100% - 30px);
    margin-right: -20px;
  }
}
.filtrer .filtrer-box .box {
  margin-right: 15px;
  margin-bottom: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.filtrer .filtrer-box .box a {
  display: block;
  font-family: "PowerBreakfast-Regular";
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.3;
  background: #CFDD28;
  padding: 7px 18px 5px 15px;
  white-space: nowrap;
  color: #383535;
}
.filtrer .filtrer-box .box a sup {
  font-size: 57%;
  top: -0.9em;
  right: -0.4em;
}
.filtrer .filtrer-box .box a:hover {
  background: #f16500;
  color: #ffffff;
}
.filtrer .filtrer-box .box a.is-active {
  background: #f16500;
  color: #ffffff;
}
.filtrer .filtrer-box .box.is-active a {
  background: #f16500;
  color: #ffffff;
}

.pages {
  width: 100%;
}

.navigation, .pages-button {
  margin: 0 auto;
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 104px;
}
@media (max-width: 992px) {
  .navigation, .pages-button {
    margin-top: 35px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 68px;
  }
}
.navigation .prev, .pages-button .prev {
  background-image: url("../images/arrow left.svg");
  display: inline-block;
  width: 12px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 15px 0 0;
  font-size: 0;
  color: transparent;
}
@media (max-width: 992px) {
  .navigation .prev, .pages-button .prev {
    margin: 0 12px 0 0;
  }
}
.navigation .prev:hover, .pages-button .prev:hover {
  opacity: 0.7;
}
.navigation .next, .pages-button .next {
  background-image: url("../images/arrow right.svg");
  display: inline-block;
  width: 12px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 0 0 15px;
  font-size: 0;
  color: transparent;
}
@media (max-width: 992px) {
  .navigation .next, .pages-button .next {
    margin: 0 0 0 12px;
  }
}
.navigation .next:hover, .pages-button .next:hover {
  opacity: 0.7;
}
.navigation ul, .pages-button ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navigation ul li, .pages-button ul li {
  padding: 0 10px;
  margin: 0;
}
@media (max-width: 992px) {
  .navigation ul li, .pages-button ul li {
    padding: 0 7px;
  }
}
.navigation ul li:before, .pages-button ul li:before {
  display: none;
}
.navigation ul li a, .pages-button ul li a {
  font-family: "PowerBreakfast-Regular";
  font-size: 21px;
  display: inline-block;
  width: 57px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .navigation ul li a, .pages-button ul li a {
    width: 47px;
    height: 47px;
    line-height: 47px;
  }
}
.navigation ul li a:hover, .pages-button ul li a:hover {
  background: #f16500;
  color: #ffffff;
}
.navigation ul li.active a, .pages-button ul li.active a {
  background: #f16500;
  color: #ffffff;
}
@media (max-width: 992px) {
  .navigation.desktop, .pages-button.desktop {
    display: none;
  }
}
.navigation.mobile, .pages-button.mobile {
  display: none;
}
@media (max-width: 992px) {
  .navigation.mobile, .pages-button.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.actualites-list {
  padding-top: 23px;
}
@media (max-width: 992px) {
  .actualites-list {
    padding-top: 0;
    margin-top: -25px;
  }
}
.actualites-list .actualites-list-box {
  max-width: 1270px;
}
.actualites-list .actualites-list-box .title {
  text-align: center;
  margin-bottom: 47px;
  margin-top: 34px;
}
@media (max-width: 992px) {
  .actualites-list .actualites-list-box .title {
    margin-bottom: 32px;
  }
}
.actualites-list .actualites-list-box .title h1 {
  font-family: "Urbanist-Bold";
  font-size: 56px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .actualites-list .actualites-list-box .title h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
.actualites-list .actualites-list-box .title p {
  font-family: "Urbanist-Regular";
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .actualites-list .actualites-list-box .title p {
    font-size: 16px;
  }
}
.actualites-list .actualites-list-box .list-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 72px;
}
@media (max-width: 768px) {
  .actualites-list .actualites-list-box .list-one {
    display: block;
    padding: 0 18px;
    margin-bottom: 27px;
  }
}
.actualites-list .actualites-list-box .list-one .img {
  width: 48.8%;
  border-radius: 17px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .actualites-list .actualites-list-box .list-one .img {
    width: 100%;
    margin-bottom: 24px;
  }
}
.actualites-list .actualites-list-box .list-one .img img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.actualites-list .actualites-list-box .list-one .text {
  width: 43.8%;
  padding-left: 31px;
}
@media (max-width: 768px) {
  .actualites-list .actualites-list-box .list-one .text {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 414px) {
  .actualites-list .actualites-list-box .list-one .text {
    max-width: 250px;
  }
}
.actualites-list .actualites-list-box .list-one .text span {
  font-family: "PowerBreakfast-Regular";
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #f16500;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 30px;
  margin-bottom: 2px;
  position: relative;
}
.actualites-list .actualites-list-box .list-one .text span:before {
  content: "";
  width: 18px;
  height: 2px;
  background-image: url("../images/line-3.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
.actualites-list .actualites-list-box .list-one .text h2 {
  font-family: "Urbanist-Bold";
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: normal;
  margin-bottom: 15px;
  text-transform: inherit;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .actualites-list .actualites-list-box .list-one .text h2 {
    font-size: 23px;
    line-height: 1.35;
    margin-bottom: 20px;
  }
}
.actualites-list .actualites-list-box .list-one .text p {
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .actualites-list .actualites-list-box .list-one .text p {
    margin-bottom: 20px;
  }
}
.actualites-list .actualites-list-box .list-one.is-active .img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.actualites-list .actualites-list-box .list-one.is-active .text h2 {
  opacity: 0.7;
}
.actualites-list .actualites-list-box .list-one.is-active .text .btn i {
  width: 25px;
  height: 25px;
}
.actualites-list .actualites-list-box .list-one.is-active .text .btn i:before {
  left: 150%;
}
.actualites-list .actualites-list-box .list-one.is-active .text .btn i:after {
  left: 50%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.actualites-list .actualites-list-box .content {
  max-width: 970px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .actualites-list .actualites-list-box .content {
    padding: 0 18px;
  }
}
.actualites-list .actualites-list-box .content .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -17.5px;
  margin-right: -17.5px;
}
@media (max-width: 768px) {
  .actualites-list .actualites-list-box .content .content-box {
    margin-left: -18px;
    margin-right: -18px;
  }
}
.actualites-list .actualites-list-box .content .content-box .list {
  margin-bottom: 62px;
  width: 33.33%;
  padding: 0 17.5px;
}
@media (max-width: 768px) {
  .actualites-list .actualites-list-box .content .content-box .list {
    width: 50%;
    padding: 0 18px;
    margin-bottom: 27px;
  }
}
@media (max-width: 556px) {
  .actualites-list .actualites-list-box .content .content-box .list {
    width: 100%;
  }
}
.actualites-list .actualites-list-box .content .content-box .list:first-child {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -100px;
  margin-right: -100px;
  margin-bottom: 72px;
  min-width: calc(100% + 200px);
}
@media (max-width: 1270px) {
  .actualites-list .actualites-list-box .content .content-box .list:first-child {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    min-width: inherit;
  }
}
@media (max-width: 768px) {
  .actualites-list .actualites-list-box .content .content-box .list:first-child {
    display: block;
    padding: 0 18px;
    margin-bottom: 27px;
  }
}
.actualites-list .actualites-list-box .content .content-box .list:first-child .img {
  width: 48.8%;
  border-radius: 17px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .actualites-list .actualites-list-box .content .content-box .list:first-child .img {
    width: 100%;
    margin-bottom: 24px;
  }
}
.actualites-list .actualites-list-box .content .content-box .list:first-child .img img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.actualites-list .actualites-list-box .content .content-box .list:first-child .text {
  max-width: inherit;
  width: 43.8%;
  padding-left: 31px;
}
@media (max-width: 768px) {
  .actualites-list .actualites-list-box .content .content-box .list:first-child .text {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 414px) {
  .actualites-list .actualites-list-box .content .content-box .list:first-child .text {
    max-width: 250px;
  }
}
.actualites-list .actualites-list-box .content .content-box .list:first-child .text span {
  font-family: "PowerBreakfast-Regular";
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #f16500;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 30px;
  margin-bottom: 2px;
  position: relative;
}
.actualites-list .actualites-list-box .content .content-box .list:first-child .text span:before {
  content: "";
  width: 18px;
  height: 2px;
  background-image: url("../images/line-3.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
.actualites-list .actualites-list-box .content .content-box .list:first-child .text h2 {
  font-family: "Urbanist-Bold";
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: normal;
  margin-bottom: 15px;
  text-transform: inherit;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .actualites-list .actualites-list-box .content .content-box .list:first-child .text h2 {
    font-size: 23px;
    line-height: 1.35;
    margin-bottom: 20px;
  }
}
.actualites-list .actualites-list-box .content .content-box .list:first-child .text p {
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .actualites-list .actualites-list-box .content .content-box .list:first-child .text p {
    margin-bottom: 20px;
  }
}
.actualites-list .actualites-list-box .content .content-box .list .img {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
  border: 1px solid #F5EDE6;
}
.actualites-list .actualites-list-box .content .content-box .list .img img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.actualites-list .actualites-list-box .content .content-box .list .img a {
  padding-top: 79.4%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.actualites-list .actualites-list-box .content .content-box .list .text {
  max-width: 250px;
}
.actualites-list .actualites-list-box .content .content-box .list .text span {
  font-family: "PowerBreakfast-Regular";
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #f16500;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 30px;
  margin-bottom: 2px;
  position: relative;
}
.actualites-list .actualites-list-box .content .content-box .list .text span:before {
  content: "";
  width: 18px;
  height: 2px;
  background-image: url("../images/line-3.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
.actualites-list .actualites-list-box .content .content-box .list .text h2 {
  font-family: "Urbanist-Bold";
  font-size: 23px;
  line-height: 1.35;
  letter-spacing: normal;
  margin-bottom: 20px;
  text-transform: inherit;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.actualites-list .actualites-list-box .content .content-box .list .text p {
  margin-bottom: 20px;
  padding-right: 10px;
}
.actualites-list .actualites-list-box .content .content-box .list.is-active .img a {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.actualites-list .actualites-list-box .content .content-box .list.is-active .text .btn i {
  width: 25px;
  height: 25px;
}
.actualites-list .actualites-list-box .content .content-box .list.is-active .text .btn i:before {
  left: 150%;
}
.actualites-list .actualites-list-box .content .content-box .list.is-active .text .btn i:after {
  left: 50%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.actualites-list + .home-newsletter {
  padding-bottom: 35px;
}
@media (max-width: 992px) {
  .actualites-list + .home-newsletter {
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
}
.actualites-list + .home-newsletter .home-newsletter-box {
  max-width: 1070px;
}
.actualites-list + .home-newsletter .home-newsletter-box .content {
  background: #CFDD28;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
}
@media (min-width: 992px) {
  .actualites-list + .home-newsletter .home-newsletter-box .content {
    padding: 47px 100px 47px 70px;
  }
}
.actualites-list + .home-newsletter .home-newsletter-box .content:before {
  background-image: url("../images/actualites-8.png");
  width: 213px;
  height: 185px;
}
@media (max-width: 992px) {
  .actualites-list + .home-newsletter .home-newsletter-box .content:before {
    background-image: url("../images/actualites-8-m.png");
    width: 127px;
    height: 137px;
  }
}
@media (max-width: 992px) {
  .actualites-list + .home-newsletter .home-newsletter-box .content .title {
    text-align: center;
  }
}
.actualites-list + .home-newsletter .home-newsletter-box .content .title h2 {
  color: #383535;
}
@media (min-width: 992px) {
  .actualites-list + .home-newsletter .home-newsletter-box .content .title h2 {
    font-size: 48px;
    line-height: 1;
  }
}
@media (max-width: 992px) {
  .actualites-list + .home-newsletter .home-newsletter-box .content .title h2 {
    font-size: 40px;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .actualites-list + .home-newsletter .home-newsletter-box .content .form {
    width: 53.6%;
    padding: 17px 19px 17px 29px;
  }
  .actualites-list + .home-newsletter .home-newsletter-box .content .form .form-group {
    width: calc(100% - 147px);
  }
  .actualites-list + .home-newsletter .home-newsletter-box .content .form .form-submit {
    width: 147px;
    padding-left: 25px;
  }
}
.actualites-list + .home-newsletter .home-newsletter-box .end-text {
  max-width: 770px;
  margin: 0 auto;
  margin-top: 21px;
}
.actualites-list + .home-ala-une {
  margin-bottom: 132px;
}
@media (max-width: 992px) {
  .actualites-list + .home-ala-une {
    margin-bottom: 50px;
  }
}

.temoignages-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 12px;
  position: relative;
}
@media (max-width: 992px) {
  .temoignages-content {
    padding-top: 0;
    padding-bottom: 10px;
  }
}
.temoignages-content .navigation, .temoignages-content .pages-button {
  padding-top: 47px;
}
@media (max-width: 992px) {
  .temoignages-content .navigation, .temoignages-content .pages-button {
    padding-top: 10px;
  }
}
.temoignages-content:before {
  content: "";
  width: 30px;
  height: 30px;
  background: none;
  border: 2px solid #f16500;
  border-radius: 50%;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  animation: loading 0.5s infinite linear;
  -moz-animation: loading 0.5s infinite linear;
  -webkit-animation: loading 0.5s infinite linear;
  -o-animation: loading 0.5s infinite linear;
  position: absolute;
  left: 48%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 0;
  visibility: hidden;
}
.temoignages-content.is-active:before {
  opacity: 1;
  visibility: visible;
}
.temoignages-content.is-active .list {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.temoignages-content .list {
  width: 33.333%;
  padding: 0 15px;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 992px) {
  .temoignages-content .list {
    width: 50%;
  }
}
@media (max-width: 556px) {
  .temoignages-content .list {
    width: 100%;
  }
}
.temoignages-content .list .list-box {
  background: #CFDD28;
  padding: 7px;
  height: 100%;
  -webkit-filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.12));
}
.temoignages-content .list .list-box.video-list {
  padding: 30px 30px 46px 30px;
  position: relative;
}
@media (max-width: 992px) {
  .temoignages-content .list .list-box.video-list {
    padding: 20px;
  }
}
.temoignages-content .list .list-box.video-list:before {
  content: "";
  width: 260px;
  height: 180px;
  background-image: url("../images/cloud-3.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
}
.temoignages-content .list .list-box .video {
  position: relative;
  margin-bottom: 20px;
  border-radius: 7px 7px 0 0;
  overflow: hidden;
}
.temoignages-content .list .list-box .video .img {
  padding-top: 97%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.temoignages-content .list .list-box .video .text-and-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 20px 20px 20px;
  text-align: center;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.temoignages-content .list .list-box .video .text-and-icon:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: url("../images/home-video-bg-3.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.temoignages-content .list .list-box .video .text-and-icon h3 {
  font-family: "PowerBreakfast-Regular";
  font-size: 24px;
  line-height: 1.2;
  color: #ffffff;
  position: relative;
  z-index: 2;
  margin-bottom: 0px;
}
.temoignages-content .list .list-box .video .text-and-icon i {
  display: block;
  width: 70px;
  height: 70px;
  background-image: url("../images/play.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: 0 auto;
  margin-bottom: 8px;
}
.temoignages-content .list .list-box .video .text-and-icon:hover i {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.temoignages-content .list .list-box .title-c {
  text-align: center;
}
.temoignages-content .list .list-box .title-c h4 {
  font-family: "Urbanist-Bold";
  font-size: 21px;
  line-height: 1.2;
  color: #383535;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .temoignages-content .list .list-box .title-c h4 {
    font-size: 18px;
  }
}
.temoignages-content .list .list-box .title-c p {
  font-size: 12px;
  line-height: 1.4;
  color: #383535;
  margin-bottom: 0;
}
.temoignages-content .list .list-box .not-video {
  background: #ffffff;
  padding: 31px 13px 20px 13px;
  position: relative;
  height: 100%;
  display: block;
}
@media (max-width: 1200px) {
  .temoignages-content .list .list-box .not-video {
    padding: 20px 10px 20px 10px;
  }
}
.temoignages-content .list .list-box .not-video:before {
  content: "";
  width: 213px;
  height: 136px;
  background-image: url("../images/cloud-2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
}
.temoignages-content .list .list-box .not-video .text-c-box {
  padding-top: 40px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.temoignages-content .list .list-box .not-video .text-c-box:before {
  content: "";
  width: 15px;
  height: 18px;
  background-image: url("../images/“.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 30px;
}
.temoignages-content .list .list-box .not-video .text-c {
  margin-bottom: 20px;
  text-align: center;
  height: 176px;
  overflow-x: hidden;
}
.temoignages-content .list .list-box .not-video .text-c blockquote {
  font-family: "PowerBreakfast-Regular";
  font-size: 32px;
  line-height: 1.1;
  color: #383535;
  max-width: 282px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.temoignages-content .list .list-box .not-video .img {
  text-align: center;
  margin-bottom: 14px;
  min-height: 64px;
  z-index: 2;
  position: relative;
}
.temoignages-content .list .list-box .not-video .img:before {
  content: "";
  width: 100%;
  height: 60px;
  background: #ffffff;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 1;
}
.temoignages-content .list .list-box .not-video .img img {
  position: relative;
  z-index: 2;
  width: auto;
  max-height: 64px;
}
.temoignages-content .mCSB_scrollTools {
  opacity: 1;
}
.temoignages-content .mCSB_scrollTools .mCSB_dragger {
  height: 7px !important;
}
.temoignages-content .mCSB_inside > .mCSB_container {
  margin: 0;
}
.temoignages-content .mCSB_scrollTools {
  right: 5px;
}
@media (max-width: 992px) {
  .temoignages-content .mCSB_scrollTools {
    right: 5px;
  }
}
.temoignages-content .mCSB_draggerContainer:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #383535;
  position: absolute;
  top: 0;
  left: 3px;
}
.temoignages-content .mCSB_draggerContainer .mCSB_draggerRail {
  display: none;
}
.temoignages-content .mCSB_draggerContainer .mCSB_dragger_bar {
  margin: 0;
  width: 7px;
  height: 7px;
  background: #383535;
  background-color: #383535;
  border-radius: 50%;
}

.part-membres-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 9px;
  position: relative;
}
.part-membres-content:before {
  content: "";
  width: 30px;
  height: 30px;
  background: none;
  border: 2px solid #f16500;
  border-radius: 50%;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  animation: loading 0.5s infinite linear;
  -moz-animation: loading 0.5s infinite linear;
  -webkit-animation: loading 0.5s infinite linear;
  -o-animation: loading 0.5s infinite linear;
  position: absolute;
  left: 48%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 0;
  visibility: hidden;
}
.part-membres-content.is-active:before {
  opacity: 1;
  visibility: visible;
}
.part-membres-content.is-active .list {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.part-membres-content .list {
  width: 33.333%;
  padding: 0 15px;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 992px) {
  .part-membres-content .list {
    width: 50%;
  }
}
@media (max-width: 556px) {
  .part-membres-content .list {
    width: 100%;
  }
}
.part-membres-content .list .list-box {
  background: #CFDD28;
  padding: 32px 33px 17px 27px;
  height: 100%;
  -webkit-filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.12));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 992px) {
  .part-membres-content .list .list-box {
    padding: 20px;
  }
}
.part-membres-content .list .list-box:before {
  content: "";
  width: 260px;
  height: 180px;
  background-image: url("../images/cloud-3.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
}
.part-membres-content .list .list-box .img-c {
  position: relative;
  margin-bottom: 35px;
  border-radius: 7px 7px;
  background: #ffffff;
  padding: 25px 26px 25px 24px;
}
.part-membres-content .list .list-box .img-c:before {
  content: "";
  width: 17px;
  height: 19px;
  position: absolute;
  left: 44%;
  bottom: -18px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 0;
  background-image: url("../images/home-video-bg-4-icon.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.part-membres-content .list .list-box .img-c .img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  z-index: 2;
  padding-top: 73%;
  -webkit-transition: -webkit-transform 4s;
  transition: -webkit-transform 4s;
  transition: transform 4s;
  transition: transform 4s, -webkit-transform 4s;
}
.part-membres-content .list .list-box .title-c {
  text-align: center;
}
.part-membres-content .list .list-box .title-c h2 {
  font-family: "Urbanist-Bold";
  font-size: 17px;
  line-height: 1.4;
  text-transform: inherit;
  color: #383535;
  max-width: 286px;
  margin: 0 auto;
  margin-bottom: 12px;
  min-height: 71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 556px) {
  .part-membres-content .list .list-box .title-c h2 {
    min-height: auto;
  }
}
.part-membres-content .list .list-box .title-c .link {
  min-height: 36.5px;
}
@media (max-width: 556px) {
  .part-membres-content .list .list-box .title-c .link {
    min-height: auto;
  }
}
.part-membres-content .list .list-box .title-c .link a {
  color: #383535;
}
.part-membres-content .list.is-active .list-box .img-c .img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.part-membres-content .list.is-active .list-box .btn i {
  width: 25px;
  height: 25px;
}
.part-membres-content .list.is-active .list-box .btn i:before {
  left: 150%;
}
.part-membres-content .list.is-active .list-box .btn i:after {
  left: 50%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.part-membres-btn {
  text-align: center;
  padding-top: 83px;
  padding-bottom: 150px;
}
@media (max-width: 992px) {
  .part-membres-btn {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.part-membres-btn .btn {
  font-size: 19px;
  background: #F5EDE6;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 22px 75px 22px 35px;
}
.part-membres-btn .btn i {
  left: inherit;
  right: 35px;
}

.home-left-text-and-right-images {
  margin-bottom: 107px;
  padding-top: 60px;
}
@media (max-width: 992px) {
  .home-left-text-and-right-images {
    margin-bottom: 45px;
  }
}
.home-left-text-and-right-images .home-left-text-and-right-images-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1070px;
}
@media (max-width: 992px) {
  .home-left-text-and-right-images .home-left-text-and-right-images-box {
    display: block;
  }
}
.home-left-text-and-right-images .home-left-text-and-right-images-box .left {
  width: 48%;
}
@media (max-width: 992px) {
  .home-left-text-and-right-images .home-left-text-and-right-images-box .left {
    width: 100%;
    margin-bottom: 80px;
  }
}
.home-left-text-and-right-images .home-left-text-and-right-images-box .left h2 {
  font-family: "Urbanist-Regular";
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.07em;
  position: relative;
  margin-bottom: 22px;
  padding-left: 39px;
}
.home-left-text-and-right-images .home-left-text-and-right-images-box .left h2:before {
  content: "";
  width: 17.5px;
  height: 1px;
  background: #383535;
  position: absolute;
  top: 6px;
  left: 0px;
  display: block;
  -webkit-transform: none;
          transform: none;
}
.home-left-text-and-right-images .home-left-text-and-right-images-box .left h3 {
  font-family: "Urbanist-Bold";
  font-size: 33px;
  line-height: 1.2;
  letter-spacing: normal;
  color: #383535;
  margin-bottom: 31px;
}
@media (max-width: 992px) {
  .home-left-text-and-right-images .home-left-text-and-right-images-box .left h3 {
    font-size: 30px;
    margin-bottom: 18px;
  }
}
.home-left-text-and-right-images .home-left-text-and-right-images-box .left h3 span {
  color: #f16500;
}
.home-left-text-and-right-images .home-left-text-and-right-images-box .left p {
  max-width: 470px;
}
.home-left-text-and-right-images .home-left-text-and-right-images-box .left .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -22px;
  padding-top: 3px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .home-left-text-and-right-images .home-left-text-and-right-images-box .left .block {
    margin: 0;
    margin-left: -22px;
    overflow-x: auto;
    margin-right: -20px;
    padding-bottom: 22px;
  }
}
.home-left-text-and-right-images .home-left-text-and-right-images-box .right {
  width: 48.5%;
  position: relative;
  background: #CFDD28;
  padding: 39px 40px 34px 40px;
  margin-top: -5px;
}
@media (max-width: 992px) {
  .home-left-text-and-right-images .home-left-text-and-right-images-box .right {
    width: 100%;
    margin-top: 0;
  }
}
.home-left-text-and-right-images .home-left-text-and-right-images-box .right:before {
  content: "";
  background-image: url("../images/cloud.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  width: 239px;
  height: 252px;
  top: -53px;
  right: -48px;
  z-index: 0;
}
@media (max-width: 992px) {
  .home-left-text-and-right-images .home-left-text-and-right-images-box .right:before {
    right: -73px;
  }
}
.home-left-text-and-right-images .home-left-text-and-right-images-box .right .title h2 {
  font-family: "PowerBreakfast-Regular";
  font-size: 37px;
  color: #383535;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 20px;
}
.home-left-text-and-right-images .home-left-text-and-right-images-box .right .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
}
.home-left-text-and-right-images .home-left-text-and-right-images-box .right .block.slick-slider {
  cursor: -webkit-grab;
  cursor: grab;
}
.home-left-text-and-right-images .home-left-text-and-right-images-box .right .block.is-two {
  width: 100%;
  margin: 0;
}
.home-left-text-and-right-images .home-left-text-and-right-images-box .right .block.is-two .slick-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-left-text-and-right-images .home-left-text-and-right-images-box .right .block.is-two .slick-track {
  width: inherit !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 100% !important;
}
.home-left-text-and-right-images .home-left-text-and-right-images-box .right .block.is-two .box {
  float: none;
  width: calc(50% - 15px) !important;
  padding: 0;
}
@media (max-width: 556px) {
  .home-left-text-and-right-images .home-left-text-and-right-images-box .right .block.is-two .box {
    width: 100% !important;
  }
}
.home-left-text-and-right-images .home-left-text-and-right-images-box .right .block.is-one {
  width: 100%;
  margin: 0;
}
.home-left-text-and-right-images .home-left-text-and-right-images-box .right .block.is-one .slick-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-left-text-and-right-images .home-left-text-and-right-images-box .right .block.is-one .slick-track {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100% !important;
}
.home-left-text-and-right-images .home-left-text-and-right-images-box .right .block.is-one .box {
  float: none;
  width: 100% !important;
  padding: 0;
}
@media (max-width: 556px) {
  .home-left-text-and-right-images .home-left-text-and-right-images-box .right .block.is-one .box {
    width: 100% !important;
  }
}
.home-left-text-and-right-images .home-left-text-and-right-images-box .right .block .box {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 556px) {
  .home-left-text-and-right-images .home-left-text-and-right-images-box .right .block .box {
    width: 100%;
  }
}
.home-left-text-and-right-images .home-left-text-and-right-images-box .right .block .box .img {
  padding-top: 134%;
  margin-bottom: 15px;
  position: relative;
}
.home-left-text-and-right-images .home-left-text-and-right-images-box .right .block .box .img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: url("../images/home-video-bg-5.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.home-left-text-and-right-images .home-left-text-and-right-images-box .right .block .box .text {
  text-align: center;
}
.home-left-text-and-right-images .home-left-text-and-right-images-box .right .block .box .text h3 {
  font-family: "Urbanist-Bold";
  font-size: 17px;
  line-height: 1.1;
  color: #383535;
  margin-bottom: 5px;
}
.home-left-text-and-right-images .home-left-text-and-right-images-box .right .block .box .text h4 {
  font-family: "Urbanist-Bold";
  font-size: 15px;
  line-height: 1.25;
  color: #f16500;
  margin-bottom: 10px;
}
.home-left-text-and-right-images .home-left-text-and-right-images-box .right .block .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  z-index: 1;
}
.home-left-text-and-right-images .home-left-text-and-right-images-box .right .block .slick-dots li {
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 9px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.home-left-text-and-right-images .home-left-text-and-right-images-box .right .block .slick-dots li button {
  display: none;
}
.home-left-text-and-right-images .home-left-text-and-right-images-box .right .block .slick-dots li:before, .home-left-text-and-right-images .home-left-text-and-right-images-box .right .block .slick-dots li:after {
  display: none;
}
.home-left-text-and-right-images .home-left-text-and-right-images-box .right .block .slick-dots li.slick-active, .home-left-text-and-right-images .home-left-text-and-right-images-box .right .block .slick-dots li:hover {
  background: #f16500;
}
.home-left-text-and-right-images .home-left-text-and-right-images-box .right .link {
  text-align: center;
}

.suivez-actualites {
  background: #F5EDE6;
  margin-top: 113px;
  margin-bottom: 97px;
}
@media (max-width: 992px) {
  .suivez-actualites {
    padding-bottom: 0;
  }
}
.suivez-actualites .suivez-actualites-box {
  max-width: 1272px;
  position: relative;
  padding-top: 87px;
  padding-bottom: 47px;
}
@media (max-width: 992px) {
  .suivez-actualites .suivez-actualites-box {
    padding-bottom: 20px;
  }
}
.suivez-actualites .suivez-actualites-box:before {
  content: "";
  background-image: url("../images/suivez-actualites-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  width: 410px;
  height: 168px;
  top: 0px;
  left: 50px;
  z-index: 0;
  pointer-events: none;
}
.suivez-actualites .suivez-actualites-box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 69px;
}
@media (max-width: 767px) {
  .suivez-actualites .suivez-actualites-box .title {
    display: block;
  }
}
.suivez-actualites .suivez-actualites-box .title h2 {
  font-family: "Urbanist-Bold";
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 0;
  text-transform: inherit;
  color: #383535;
  padding-left: 47px;
  position: relative;
}
@media (max-width: 767px) {
  .suivez-actualites .suivez-actualites-box .title h2 {
    margin-bottom: 20px;
  }
}
.suivez-actualites .suivez-actualites-box .title h2:before {
  content: "";
  width: 17px;
  height: 1px;
  background: #383535;
  position: absolute;
  top: 19px;
  left: 0px;
  display: block;
  -webkit-transform: none;
          transform: none;
}
.suivez-actualites .suivez-actualites-box .title .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.suivez-actualites .suivez-actualites-box .title .links a {
  font-family: "Urbanist-Bold";
  font-size: 13px;
  display: inline-block;
  margin-left: 34px;
  padding-left: 39px;
  position: relative;
}
@media (max-width: 767px) {
  .suivez-actualites .suivez-actualites-box .title .links a {
    margin-left: 0;
    margin-right: 20px;
  }
}
.suivez-actualites .suivez-actualites-box .title .links a:before {
  content: "";
  width: 31px;
  height: 31px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
.suivez-actualites .suivez-actualites-box .title .links a:hover {
  opacity: 0.7;
}
.suivez-actualites .suivez-actualites-box .title .links a.Facebook {
  color: #1877F2;
}
.suivez-actualites .suivez-actualites-box .title .links a.Facebook:before {
  background-image: url("../images/suivez-actualites-Facebook.svg");
}
.suivez-actualites .suivez-actualites-box .title .links a.Twitter {
  color: #1D9BF0;
}
.suivez-actualites .suivez-actualites-box .title .links a.Twitter:before {
  background-image: url("../images/suivez-actualites-Twitter.svg");
}
.suivez-actualites .suivez-actualites-box .content {
  margin-bottom: 30px;
}
.suivez-actualites .suivez-actualites-box .link {
  text-align: center;
}
@media (min-width: 992px) {
  .suivez-actualites + .home-ala-une {
    margin-bottom: 57px;
  }
}

@media (min-width: 992px) {
  .home-ala-une + .home-partenaires {
    margin-bottom: 74px;
  }
}

@media (min-width: 992px) {
  .home-logo-slider + .home-alimentaire {
    margin-bottom: 127px;
  }
}

img.alignright {
  float: right;
  display: inline;
  margin: 2px 0 2px 15px;
  display: inline;
  max-width: 100%;
  height: auto !important;
  border-radius: 20px;
  padding: 0;
  margin-left: 25px;
}
img.alignleft {
  float: left;
  width: auto;
  padding: 0;
  margin-right: 25px;
}
img.aligncenter {
  width: auto;
}

.breadcrumbs-page + .page-title {
  padding-top: 0 !important;
}
.breadcrumbs-page + .actualites-list {
  padding-top: 0 !important;
}

.page-title {
  padding-top: 23px;
  margin-bottom: 43px;
}
@media (max-width: 992px) {
  .page-title {
    padding-top: 16px;
  }
}
.page-title .page-title-box .title {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .page-title .page-title-box .title {
    margin-top: 0;
  }
}
.page-title .page-title-box .title h2 {
  display: inline-block;
  font-family: "PowerBreakfast-Regular";
  font-size: 15px;
  line-height: 1;
  color: #f16500;
  margin-bottom: 12px;
  padding: 0 36px;
}
.page-title .page-title-box .title h2:before, .page-title .page-title-box .title h2:after {
  content: "";
  width: 17.5px;
  height: 1px;
  background: #f16500;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
  display: block !important;
}
.page-title .page-title-box .title h2:before {
  left: 0;
}
.page-title .page-title-box .title h2:after {
  right: 0;
}
.page-title .page-title-box .title h1 {
  font-family: "Urbanist-Bold";
  font-size: 56px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .page-title .page-title-box .title h1 {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
.page-title .page-title-box .title h1 .c-summary_list_item {
  display: block;
  overflow: hidden;
}
.page-title .page-title-box .title h1 .c-summary_list_item span {
  display: block;
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
  -webkit-transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.page-title .page-title-box .title h1 .c-summary_list_item:nth-child(1) span {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.page-title .page-title-box .title h1 .c-summary_list_item:nth-child(2) span {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.page-title .page-title-box .title h1 .c-summary_list_item:nth-child(3) span {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.page-title .page-title-box .title h1 .c-summary_list_item:nth-child(4) span {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.page-title .page-title-box .title h1 .c-summary_list_item:nth-child(5) span {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.page-title .page-title-box .title h1 .c-summary_list_item:nth-child(6) span {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.page-title .page-title-box .title h1 .c-summary_list_item:nth-child(7) span {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.page-title .page-title-box .title h1 .c-summary_list_item:nth-child(8) span {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.page-title .page-title-box .title h1 .c-summary_list_item:nth-child(9) span {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.page-title .page-title-box .title h1 .c-summary_list_item:nth-child(9) span {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.page-title .page-title-box .title h1 .c-summary_list_item:nth-child(10) span {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.page-title .page-title-box .title h1.animated .c-summary_list_item span {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.page-title .page-title-box .title h3 {
  font-family: "Urbanist-Regular";
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.07em;
  color: #383535;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page-title + p {
  font-family: "Urbanist-Bold";
  font-size: 19px;
  line-height: 1.75;
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .page-title + p {
    padding-right: 65px !important;
  }
}
@media (max-width: 992px) {
  .page-title + p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 36px;
  }
}

.wp-block-gallery .wp-block-image {
  position: relative;
}
.wp-block-gallery .wp-block-image a {
  border-radius: 12px;
  overflow: hidden;
}
.wp-block-gallery .wp-block-image a img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.wp-block-gallery .wp-block-image a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.wp-block-gallery .wp-block-image figcaption {
  font-family: "PowerBreakfast-Regular" !important;
  font-size: 20px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  color: #383535 !important;
  display: inline-block !important;
  padding: 10px 18px !important;
  background: #CFDD28 !important;
  position: absolute !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  max-width: 209px !important;
  bottom: 25px !important;
  left: 50% !important;
  max-height: inherit !important;
  -webkit-transform: translate(-50%, 0) !important;
          transform: translate(-50%, 0) !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .wp-block-gallery .wp-block-image figcaption {
    max-width: 90% !important;
  }
}
@media (max-width: 768px) {
  .wp-block-gallery .wp-block-image figcaption {
    font-size: 17px !important;
  }
}
.wp-block-gallery .wp-block-image figcaption:before {
  content: "";
  width: 15px;
  height: 20px;
  background-image: url("../images/triangle-green-2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: none;
          transform: none;
  z-index: 2;
  display: block;
  -webkit-transform: rotate(0deg) translate(-50%, 0);
          transform: rotate(0deg) translate(-50%, 0);
}
.wp-block-image, .wp-block-one-img {
  position: relative;
  text-align: center;
  margin-bottom: 29px;
  display: block !important;
}
@media (max-width: 768px) {
  .wp-block-image, .wp-block-one-img {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 15px;
  }
}
.wp-block-image figcaption, .wp-block-one-img figcaption {
  max-width: calc(100% - 40px) !important;
  margin: 0 auto !important;
  font-family: "PowerBreakfast-Regular" !important;
  font-size: 20px !important;
  margin-bottom: 0 !important;
  line-height: 1.2 !important;
  color: #383535 !important;
  background: #CFDD28 !important;
  padding: 15.5px 19px !important;
  -webkit-transform: translate(0, -27px) !important;
          transform: translate(0, -27px) !important;
  display: inline-block !important;
  width: auto !important;
  overflow: inherit !important;
  z-index: 9 !important;
  max-width: initial !important;
  position: relative !important;
}
.wp-block-image figcaption:before, .wp-block-one-img figcaption:before {
  content: "";
  width: 15px;
  height: 20px;
  background-image: url("../images/triangle-green-2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -12px;
  left: 40%;
  -webkit-transform: none;
          transform: none;
  z-index: 2;
  display: block;
  -webkit-transform: rotate(0deg) translate(-50%, 0);
          transform: rotate(0deg) translate(-50%, 0);
}
.wp-block-image img, .wp-block-one-img img {
  border-radius: 12px !important;
}
@media (max-width: 768px) {
  .wp-block-image img, .wp-block-one-img img {
    border-radius: 0 !important;
  }
}
.wp-block-image + h2, .wp-block-one-img + h2 {
  margin-bottom: 55px;
}
.wp-block-image.size-full, .wp-block-one-img.size-full {
  max-width: 1270px !important;
}
.wp-block-image.size-medium, .wp-block-one-img.size-medium {
  max-width: 870px !important;
}
.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
  margin-right: var(--gallery-block--gutter-size, 30px);
  width: calc(33.33333% - var(--gallery-block--gutter-size, 30px) * 0.66667);
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  margin: 0 var(--gallery-block--gutter-size, 16px) var(--gallery-block--gutter-size, 30px) 0;
  width: calc(50% - var(--gallery-block--gutter-size, 16px) / 2);
}

.wp-block-one-img figcaption {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  pointer-events: none;
}
.wp-block-one-img a {
  overflow: hidden;
  display: block;
  border-radius: 12px !important;
}
@media (max-width: 768px) {
  .wp-block-one-img a {
    border-radius: 0 !important;
  }
}
.wp-block-one-img a img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.wp-block-one-img a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.wp-block-one-img.width-770 {
  max-width: 870px !important;
}
.wp-block-one-img.width-970 {
  max-width: 1070px !important;
}
.wp-block-one-img.width-1170 {
  max-width: 1270px !important;
}

.wp-block-quote {
  text-align: center;
  max-width: 960px !important;
  margin-top: 50px;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .wp-block-quote {
    margin-top: 34px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .wp-block-quote {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.wp-block-quote p {
  font-family: "PowerBreakfast-Regular";
  font-size: 31px;
  line-height: 1.1;
  color: #383535;
  background: #CFDD28;
  margin-bottom: 30px;
  padding: 90px 80px 69px 80px;
  position: relative;
}
@media (max-width: 992px) {
  .wp-block-quote p {
    font-size: 23px;
    padding: 63px 34px 41px 34px;
  }
}
.wp-block-quote p:before {
  content: "";
  width: 20px;
  height: 25px;
  background-image: url("../images/“.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 46px;
  left: 70px;
}
@media (max-width: 992px) {
  .wp-block-quote p:before {
    top: 19px;
    left: 20px;
  }
}
.wp-block-quote p:after {
  content: "";
  width: 17px;
  height: 20px;
  background-image: url("../images/triangle-green.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -17px;
  top: inherit;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: none;
  transform: none;
  z-index: 2;
  display: block;
}
@media (max-width: 992px) {
  .wp-block-quote p:after {
    left: 47.5%;
  }
}
.wp-block-quote cite {
  font-family: "Urbanist-Regular";
  font-size: 15px;
  line-height: 1.5;
  font-style: normal;
}
.wp-block-quote cite strong {
  font-family: "Urbanist-Bold";
  font-size: 18px;
  line-height: 1.75;
  display: block;
}

.wp-block-pullquote {
  text-align: center;
  max-width: 960px !important;
  margin-top: 50px;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .wp-block-pullquote {
    margin-top: 34px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .wp-block-pullquote {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.wp-block-pullquote p {
  font-family: "PowerBreakfast-Regular";
  font-size: 31px;
  line-height: 1.1;
  color: #383535;
  background: #CFDD28;
  margin-bottom: 30px;
  padding: 90px 80px 69px 80px;
  position: relative;
}
@media (max-width: 992px) {
  .wp-block-pullquote p {
    font-size: 23px;
    padding: 63px 34px 41px 34px;
  }
}
.wp-block-pullquote p:before {
  content: "";
  width: 20px;
  height: 25px;
  background-image: url("../images/“.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 46px;
  left: 70px;
}
@media (max-width: 992px) {
  .wp-block-pullquote p:before {
    top: 19px;
    left: 20px;
  }
}
.wp-block-pullquote p:after {
  content: "";
  width: 17px;
  height: 20px;
  background-image: url("../images/triangle-green.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -17px;
  top: inherit;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: none;
  transform: none;
  z-index: 2;
  display: block;
}
@media (max-width: 992px) {
  .wp-block-pullquote p:after {
    left: 47.5%;
  }
}
.wp-block-pullquote cite {
  font-family: "Urbanist-Regular";
  font-size: 15px;
  line-height: 1.5;
  font-style: normal;
}
.wp-block-pullquote cite strong {
  font-family: "Urbanist-Bold";
  font-size: 18px;
  line-height: 1.75;
  display: block;
}

.wp-block-columns {
  margin-top: 20px !important;
  max-width: 870px !important;
}
.wp-block-columns .wp-block-column {
  margin-bottom: 20px;
}
.wp-block-columns p {
  margin-bottom: 10px;
}
.wp-block-columns p a {
  color: #383535;
  border: none;
}
.wp-block-columns h5 {
  font-family: "Urbanist-Bold";
  font-size: 27px;
  line-height: 1.3;
  letter-spacing: normal;
  color: #f16500;
  margin-bottom: 19px;
  padding: 0 !important;
}
.wp-block-columns h5:before {
  display: none;
}
.wp-block-columns.width-770 {
  max-width: 870px !important;
}
.wp-block-columns.width-970 {
  max-width: 1070px !important;
}
.wp-block-columns.width-1170 {
  max-width: 1270px !important;
}

.wp-block-button-two {
  margin-bottom: 30px;
  max-width: 870px !important;
}
.wp-block-button-two a {
  font-family: "Urbanist-Bold";
  font-size: 19px;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  color: #ffffff;
  background: #f16500;
  border-radius: 50px;
  padding: 23px 73px 23px 35px;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
}
@media (max-width: 992px) {
  .wp-block-button-two a {
    font-size: 17px;
    padding: 13px 50px 13px 20px;
  }
}
.wp-block-button-two a i {
  width: 21px;
  height: 21px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 35px;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 992px) {
  .wp-block-button-two a i {
    right: 15px;
  }
}
.wp-block-button-two a i:before, .wp-block-button-two a i:after {
  top: 50%;
  content: "";
  position: absolute;
  background: url("../images/arrow-orang.svg");
  width: 10px;
  height: 8px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.wp-block-button-two a i:before {
  left: 50%;
}
.wp-block-button-two a i:after {
  left: -50%;
}
.wp-block-button-two a:hover i {
  width: 25px;
  height: 25px;
}
.wp-block-button-two a:hover i:before {
  left: 150%;
}
.wp-block-button-two a:hover i:after {
  left: 50%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.wp-block-buttons {
  margin-bottom: 20px;
  margin-top: 20px !important;
}
.wp-block-buttons a {
  font-family: "Urbanist-Regular";
  font-size: 17px;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  color: #383535 !important;
  background: none;
  border-radius: 0;
  padding-left: 32px;
}
.wp-block-buttons a i {
  width: 21px;
  height: 21px;
  background: #f16500;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.wp-block-buttons a i:before, .wp-block-buttons a i:after {
  top: 50%;
  content: "";
  position: absolute;
  background: url("../images/arrow-white.svg");
  width: 9px;
  height: 7px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.wp-block-buttons a i:before {
  left: 50%;
}
.wp-block-buttons a i:after {
  left: -50%;
}
.wp-block-buttons a:hover {
  color: #383535;
}
.wp-block-buttons a:hover i {
  width: 25px;
  height: 25px;
}
.wp-block-buttons a:hover i:before {
  left: 150%;
}
.wp-block-buttons a:hover i:after {
  left: 50%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.wp-block-media-text p.has-large-font-size {
  font-family: "Urbanist-Bold";
  color: #383535;
  font-size: 27px;
  line-height: 1.3;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .wp-block-media-text p.has-large-font-size {
    font-size: 24px;
  }
}
.wp-block-media-text p.has-large-font-size span {
  color: #f16500;
}

.file-button {
  display: inline-block;
  font-family: "Urbanist-Bold";
  font-size: 17px;
  padding: 0;
  margin: 0;
  background: none;
  color: #383535;
  padding-left: 48px;
  border: none;
  position: relative;
}
.file-button i {
  width: 34px;
  height: 34px;
  background: #f16500;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.file-button i:before, .file-button i:after {
  top: 50%;
  content: "";
  position: absolute;
  background: url("../images/wp-block-file.svg");
  width: 7px;
  height: 14px;
  left: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.file-button i:before {
  top: 50%;
}
.file-button i:after {
  top: -50%;
}
.file-button:hover {
  color: #383535;
}
.file-button:hover i {
  width: 38px;
  height: 38px;
}
.file-button:hover i:before {
  top: 150%;
}
.file-button:hover i:after {
  top: 50%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.wp-block-file {
  margin-top: 10px !important;
  margin-bottom: 63px;
}
@media (max-width: 992px) {
  .wp-block-file {
    margin-bottom: 30px;
  }
}
.wp-block-file a {
  display: none;
}
.wp-block-file a.wp-block-file__button {
  display: inline-block;
  font-family: "Urbanist-Bold";
  font-size: 17px;
  padding: 0;
  margin: 0;
  background: none;
  color: #383535 !important;
  padding-left: 48px;
  opacity: 1;
  position: relative;
}
.wp-block-file a.wp-block-file__button i {
  width: 34px;
  height: 34px;
  background: #f16500;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.wp-block-file a.wp-block-file__button i:before, .wp-block-file a.wp-block-file__button i:after {
  top: 50%;
  content: "";
  position: absolute;
  background: url("../images/wp-block-file.svg");
  width: 7px;
  height: 14px;
  left: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.wp-block-file a.wp-block-file__button i:before {
  top: 50%;
}
.wp-block-file a.wp-block-file__button i:after {
  top: -50%;
}
.wp-block-file a.wp-block-file__button:hover {
  color: #383535;
  opacity: 1;
}
.wp-block-file a.wp-block-file__button:hover i {
  width: 38px;
  height: 38px;
}
.wp-block-file a.wp-block-file__button:hover i:before {
  top: 150%;
}
.wp-block-file a.wp-block-file__button:hover i:after {
  top: 50%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

h5 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
@media (max-width: 768px) {
  h5 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
h5:before {
  left: 50px;
}
@media (max-width: 768px) {
  h5:before {
    left: 20px;
  }
}

p + .home-alimentaire {
  padding-bottom: 15px;
}

@media (max-width: 1270px) {
  .home-alimentaire + .four-img {
    margin-top: 0;
  }
}

.four-img {
  margin-bottom: 49px;
}
@media (max-width: 992px) {
  .four-img {
    max-width: 670px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.four-img .four-img-box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 1200px) {
  .four-img .four-img-box .content {
    margin-left: -7px;
    margin-right: -7px;
  }
}
@media (max-width: 992px) {
  .four-img .four-img-box .content {
    display: block;
  }
}
.four-img .four-img-box .content .block {
  width: 50%;
  padding: 0 15px;
  position: relative;
}
@media (max-width: 1200px) {
  .four-img .four-img-box .content .block {
    padding: 0 7px;
  }
}
@media (max-width: 992px) {
  .four-img .four-img-box .content .block {
    width: 100%;
    margin-bottom: 14px;
  }
}
.four-img .four-img-box .content .block img {
  border-radius: 12px;
}
.four-img .four-img-box .content .block a:hover + span {
  opacity: 1;
  visibility: visible;
}
.four-img .four-img-box .content .block span {
  font-family: "PowerBreakfast-Regular";
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  color: #383535;
  display: inline-block;
  padding: 10px 18px;
  background: #CFDD28;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 209px;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .four-img .four-img-box .content .block span {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .four-img .four-img-box .content .block span {
    font-size: 17px;
  }
}
.four-img .four-img-box .content .block span:before {
  content: "";
  width: 15px;
  height: 20px;
  background-image: url("../images/triangle-green-2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: none;
          transform: none;
  z-index: 2;
  display: block;
  -webkit-transform: rotate(0deg) translate(-50%, 0);
          transform: rotate(0deg) translate(-50%, 0);
}
.four-img .four-img-box .content .block .box-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}
@media (max-width: 1200px) {
  .four-img .four-img-box .content .block .box-box {
    margin-left: -7px;
    margin-right: -7px;
  }
}
@media (max-width: 556px) {
  .four-img .four-img-box .content .block .box-box {
    display: block;
  }
}
.four-img .four-img-box .content .block .box {
  width: 50%;
  margin-bottom: 30px;
  position: relative;
  padding: 0 15px;
}
@media (max-width: 1200px) {
  .four-img .four-img-box .content .block .box {
    padding: 0 7px;
    margin-bottom: 14px;
  }
}
@media (max-width: 556px) {
  .four-img .four-img-box .content .block .box {
    width: 100%;
  }
}
.four-img .four-img-box .content .block .box:last-child {
  width: 100%;
  margin-bottom: 0;
}
.four-img .four-img-box .content .block .bg-img {
  border-radius: 12px;
}
.four-img .four-img-box .content .block:first-child .bg-img {
  padding-top: 100%;
}
.four-img .four-img-box .content .block:last-child a {
  display: block;
  width: 100%;
  height: 100%;
}
.four-img .four-img-box .content .block:last-child .bg-img {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .four-img .four-img-box .content .block:last-child .bg-img {
    padding-top: 100%;
  }
}
.four-img .four-img-box .content .block:last-child .box-box {
  width: 100%;
  height: 100%;
}
@media (max-width: 556px) {
  .four-img .four-img-box .content .block:last-child .box-box {
    width: auto;
    height: auto;
  }
}
.four-img .four-img-box .content .block:last-child .box-box .box:nth-child(1) {
  height: calc(50% - 15px);
}
.four-img .four-img-box .content .block:last-child .box-box .box:nth-child(2) {
  height: calc(50% - 15px);
}
.four-img .four-img-box .content .block:last-child .box-box .box:nth-child(3) {
  height: calc(50% - 15px);
}
.four-img.width-770 .four-img-box {
  max-width: 870px !important;
}
.four-img.width-970 .four-img-box {
  max-width: 1070px !important;
}
.four-img.width-1170 .four-img-box {
  max-width: 1270px !important;
}

#lightcase-overlay {
  background-color: rgba(56, 53, 53, 0.8);
}

#lightcase-case {
  background-color: transparent;
}

html.lightcase-open {
  overflow: hidden !important;
}

[class*=lightcase-icon-]:before {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 30px;
  height: 30px;
}
@media (max-width: 992px) {
  [class*=lightcase-icon-]:before {
    font-size: 15px;
    line-height: 15px;
    height: 15px;
  }
}

.lightcase-icon-prev:before {
  content: "\e7ba";
}

.lightcase-icon-next:before {
  content: "\e6c5";
}

a.lightcase-icon-prev,
a.lightcase-icon-next {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  width: 60px;
  height: 60px;
  background-color: #222;
  text-shadow: none !important;
}
@media (max-width: 992px) {
  a.lightcase-icon-prev,
  a.lightcase-icon-next {
    width: 30px;
    height: 30px;
  }
}
a.lightcase-icon-prev:hover,
a.lightcase-icon-next:hover {
  color: #f16500;
}

a[class*=lightcase-icon-].lightcase-icon-close {
  color: #ffffff;
  text-shadow: none !important;
}

a[class*=lightcase-icon-].lightcase-icon-close {
  text-decoration: none;
  width: auto;
  width: 60px;
  height: 60px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.9);
  text-shadow: none !important;
}
@media (max-width: 992px) {
  a[class*=lightcase-icon-].lightcase-icon-close {
    width: 30px;
    height: 30px;
  }
}
a[class*=lightcase-icon-].lightcase-icon-close span {
  display: none;
}
a[class*=lightcase-icon-].lightcase-icon-close:before {
  content: "\e6c4";
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  height: 24px;
  display: block;
}
@media (max-width: 992px) {
  a[class*=lightcase-icon-].lightcase-icon-close:before {
    font-size: 15px;
    line-height: 15px;
    height: 15px;
  }
}
a[class*=lightcase-icon-].lightcase-icon-close:hover {
  color: #f16500;
}

#lightcase-loading {
  border-radius: 50%;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
  width: 40px;
  height: 40px;
}
#lightcase-loading:before {
  display: none;
}

.text-and-newsletter {
  margin-bottom: 31px;
}
@media (max-width: 992px) {
  .text-and-newsletter {
    margin-bottom: 20px;
  }
}
.text-and-newsletter .text-and-newsletter-box {
  max-width: 870px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .text-and-newsletter .text-and-newsletter-box {
    display: block;
  }
}
.text-and-newsletter .text-and-newsletter-box .left {
  width: calc(50% - 15px);
}
@media (max-width: 768px) {
  .text-and-newsletter .text-and-newsletter-box .left {
    width: 100%;
  }
}
.text-and-newsletter .text-and-newsletter-box .left h4 {
  margin-bottom: 33px;
}
@media (max-width: 1270px) {
  .text-and-newsletter .text-and-newsletter-box .left h4 {
    margin-bottom: 20px;
  }
}
.text-and-newsletter .text-and-newsletter-box .right {
  width: calc(50% - 15px);
  margin-top: 9px;
}
@media (max-width: 1270px) {
  .text-and-newsletter .text-and-newsletter-box .right {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .text-and-newsletter .text-and-newsletter-box .right {
    width: 100%;
  }
}
.text-and-newsletter .text-and-newsletter-box .content {
  background: #CFDD28;
  position: relative;
  padding: 37px 10px 50px 20px;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
}
.text-and-newsletter .text-and-newsletter-box .content:before {
  content: "";
  width: 268px;
  height: 130px;
  background-image: url("../images/text-and-newsletter-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 62px;
  z-index: 0;
}
.text-and-newsletter .text-and-newsletter-box .content .title {
  position: relative;
  z-index: 2;
  text-align: center;
}
.text-and-newsletter .text-and-newsletter-box .content .title h2 {
  font-family: "PowerBreakfast-Regular";
  font-size: 46px;
  line-height: 1;
  color: #383535;
  margin-bottom: 37px;
}
@media (max-width: 1270px) {
  .text-and-newsletter .text-and-newsletter-box .content .title h2 {
    margin-bottom: 30px;
  }
}
.text-and-newsletter .text-and-newsletter-box .content .form {
  position: relative;
  z-index: 2;
  background: #ffffff;
  padding: 13.5px 14px 13.5px 29px;
}
.text-and-newsletter .text-and-newsletter-box .content .form .form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.text-and-newsletter .text-and-newsletter-box .content .form .form-group {
  margin-bottom: 0;
  padding-left: 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  width: calc(100% - 67px);
  line-height: 1.2;
  position: relative;
}
@media (max-width: 992px) {
  .text-and-newsletter .text-and-newsletter-box .content .form .form-group {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.text-and-newsletter .text-and-newsletter-box .content .form .form-group:before {
  content: "";
  content: "";
  width: 14px;
  height: 13px;
  background-image: url("../images/@.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  z-index: 1;
}
.text-and-newsletter .text-and-newsletter-box .content .form .form-group input {
  width: 100%;
  border: none;
  font-family: "Urbanist-Regular";
  line-height: 1.2;
  font-size: 13px;
  color: #383535;
}
.text-and-newsletter .text-and-newsletter-box .content .form .form-group input::-webkit-input-placeholder {
  font-family: "Urbanist-Regular";
  font-size: 13px;
  color: #383535;
  opacity: 1;
}
.text-and-newsletter .text-and-newsletter-box .content .form .form-group input:-moz-placeholder {
  font-family: "Urbanist-Regular";
  font-size: 13px;
  color: #383535;
  opacity: 1;
}
.text-and-newsletter .text-and-newsletter-box .content .form .form-group input::-moz-placeholder {
  font-family: "Urbanist-Regular";
  font-size: 13px;
  color: #383535;
  opacity: 1;
}
.text-and-newsletter .text-and-newsletter-box .content .form .form-group input:-ms-input-placeholder {
  font-family: "Urbanist-Regular";
  font-size: 13px;
  color: #383535;
  opacity: 1;
}
.text-and-newsletter .text-and-newsletter-box .content .form .form-submit {
  padding-left: 14px;
  width: 67px;
  line-height: 1.2;
  position: relative;
}
.text-and-newsletter .text-and-newsletter-box .content .form .form-submit:before {
  content: "";
  visibility: hidden;
  width: 10px;
  height: 10px;
  background: none;
  border: 2px solid #f16500;
  border-radius: 50%;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  animation: loading 0.5s infinite linear;
  -moz-animation: loading 0.5s infinite linear;
  -webkit-animation: loading 0.5s infinite linear;
  -o-animation: loading 0.5s infinite linear;
  position: absolute;
  right: -15px;
  top: 4px;
}
.text-and-newsletter .text-and-newsletter-box .content .form .form-submit input {
  background: none;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Urbanist-Bold";
  font-size: 15px;
  color: #383535;
  opacity: 1;
}
.text-and-newsletter .text-and-newsletter-box .content .form .form-submit i {
  width: 21px;
  height: 21px;
  background: #f16500;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.text-and-newsletter .text-and-newsletter-box .content .form .form-submit i:before, .text-and-newsletter .text-and-newsletter-box .content .form .form-submit i:after {
  top: 50%;
  content: "";
  position: absolute;
  background: url("../images/arrow-white.svg");
  width: 9px;
  height: 7px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.text-and-newsletter .text-and-newsletter-box .content .form .form-submit i:before {
  left: 50%;
}
.text-and-newsletter .text-and-newsletter-box .content .form .form-submit i:after {
  left: -50%;
}
.text-and-newsletter .text-and-newsletter-box .content .form .form-submit:hover i {
  width: 25px;
  height: 25px;
}
.text-and-newsletter .text-and-newsletter-box .content .form .form-submit:hover i:before {
  left: 150%;
}
.text-and-newsletter .text-and-newsletter-box .content .form .form-submit:hover i:after {
  left: 50%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.text-and-newsletter .text-and-newsletter-box .content .wpcf7-not-valid-tip {
  display: none !important;
}
.text-and-newsletter .text-and-newsletter-box .content .wpcf7-spinner {
  display: none;
}
.text-and-newsletter .text-and-newsletter-box .content .wpcf7-validation-errors, .text-and-newsletter .text-and-newsletter-box .content .wpcf7-response-output {
  border: none;
  margin: 0;
  padding: 15px 0 0 0;
  text-align: center;
}
.text-and-newsletter .text-and-newsletter-box .content .wpcf7-mail-sent-ok {
  border: none;
  margin: 0;
  padding: 15px 0 0 0;
  color: #f16500;
  text-align: center;
}
.text-and-newsletter .text-and-newsletter-box .content form {
  position: relative;
}
.text-and-newsletter .text-and-newsletter-box .content form .wpcf7-response-output {
  border: none !important;
  width: 100%;
  text-align: center;
  line-height: 1.2;
  margin: 0;
  padding: 20px 0 0px 0;
  color: #f16500;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
.text-and-newsletter .text-and-newsletter-box .content form.submitting .form-submit:before {
  visibility: visible;
}
.text-and-newsletter .text-and-newsletter-box .end-text {
  text-align: center;
  margin-top: 21px;
  position: relative;
}
@media (max-width: 992px) {
  .text-and-newsletter .text-and-newsletter-box .end-text {
    padding-right: 10px;
  }
}
.text-and-newsletter .text-and-newsletter-box .end-text p {
  font-size: 13px;
  line-height: 1.35;
  max-width: 331px;
  margin: 0 auto;
}

.faqs {
  margin-bottom: 88px;
}
@media (max-width: 992px) {
  .faqs {
    margin-bottom: 30px;
  }
}
.faqs + .faqs {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .faqs + .faqs {
    margin-bottom: 30px;
  }
}
.faqs .faqs-box {
  max-width: 930px;
}
.faqs .faqs-box .block {
  margin-bottom: 20px;
}
@media (max-width: 1270px) {
  .faqs .faqs-box .block {
    margin-bottom: 13px;
  }
}
.faqs .faqs-box .block .title-c {
  border: 3px solid #F5EDE6;
  background: #F5EDE6;
  padding: 5px 90px 3px 30px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 992px) {
  .faqs .faqs-box .block .title-c {
    padding: 5px 40px 3px 20px;
  }
}
.faqs .faqs-box .block .title-c h2 {
  font-family: "PowerBreakfast-Regular";
  font-size: 34px;
  color: #383535;
  line-height: 1.3;
  margin-bottom: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 992px) {
  .faqs .faqs-box .block .title-c h2 {
    font-size: 26px;
  }
}
.faqs .faqs-box .block .title-c i {
  position: absolute;
  top: 50%;
  right: 28px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 28px;
  height: 28px;
  background: #f16500;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 992px) {
  .faqs .faqs-box .block .title-c i {
    width: 20px;
    height: 20px;
    right: 18px;
  }
}
.faqs .faqs-box .block .title-c i:before, .faqs .faqs-box .block .title-c i:after {
  content: "";
  width: 10px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  pointer-events: none;
}
@media (max-width: 992px) {
  .faqs .faqs-box .block .title-c i:before, .faqs .faqs-box .block .title-c i:after {
    width: 8px;
  }
}
.faqs .faqs-box .block .title-c i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.faqs .faqs-box .block .title-c:hover h2 {
  opacity: 0.7;
}
.faqs .faqs-box .block .text-c {
  padding: 32px 30px 66px 30px;
  display: none;
}
@media (max-width: 992px) {
  .faqs .faqs-box .block .text-c {
    padding: 20px;
  }
}
.faqs .faqs-box .block .text-c p {
  margin-bottom: 25px;
}
.faqs .faqs-box .block .text-c p:last-child {
  margin-bottom: 15px;
}
.faqs .faqs-box .block .text-c p img {
  float: right;
  width: calc(50% - 15px);
  margin-left: 30px;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .faqs .faqs-box .block .text-c p img {
    width: calc(40% - 15px);
  }
}
@media (max-width: 556px) {
  .faqs .faqs-box .block .text-c p img {
    float: inherit;
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
}
.faqs .faqs-box .block .text-c .file-button {
  margin-top: 15px;
}
.faqs .faqs-box .block.is-active .title-c {
  background: none;
}
.faqs .faqs-box .block.is-active .title-c h2 {
  color: #f16500;
}
.faqs .faqs-box .block.is-active .title-c i:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.faqs .faqs-box .block.is-active .text-c {
  display: block;
}
.faqs.full-width .faqs-box {
  max-width: 1138px;
}
.faqs.full-width .faqs-box .block .text-c {
  padding: 32px 30px 26px 30px;
}
@media (max-width: 992px) {
  .faqs.full-width .faqs-box .block .text-c {
    padding: 23px;
  }
}
.faqs.full-width .faqs-box .block .text-c .alignright img {
  max-width: 270px;
}
.faqs.full-width .faqs-box .block .text-c p img {
  width: 270px;
}
@media (max-width: 600px) {
  .faqs.full-width .faqs-box .block .text-c p img {
    width: 200px;
  }
}
@media (max-width: 556px) {
  .faqs.full-width .faqs-box .block .text-c p img {
    width: 100%;
  }
}
.faqs + .home-newsletter {
  margin-bottom: 10px;
}
.home-newsletter.style-two {
  padding-bottom: 35px;
}
@media (max-width: 992px) {
  .home-newsletter.style-two {
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
}
.home-newsletter.style-two .home-newsletter-box {
  max-width: 1070px;
}
@media (max-width: 992px) {
  .home-newsletter.style-two .home-newsletter-box {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .home-newsletter.style-two .home-newsletter-box {
    padding: 0 20px;
  }
}
.home-newsletter.style-two .home-newsletter-box .content {
  background: #CFDD28;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
}
@media (min-width: 992px) {
  .home-newsletter.style-two .home-newsletter-box .content {
    padding: 47px 100px 47px 70px;
  }
}
.home-newsletter.style-two .home-newsletter-box .content:before {
  background-image: url("../images/actualites-8.png");
  width: 213px;
  height: 185px;
}
@media (max-width: 992px) {
  .home-newsletter.style-two .home-newsletter-box .content:before {
    background-image: url("../images/actualites-8-m.png");
    width: 127px;
    height: 137px;
  }
}
@media (max-width: 992px) {
  .home-newsletter.style-two .home-newsletter-box .content .title {
    text-align: center;
  }
}
.home-newsletter.style-two .home-newsletter-box .content .title h2 {
  color: #383535;
}
@media (min-width: 992px) {
  .home-newsletter.style-two .home-newsletter-box .content .title h2 {
    font-size: 48px;
    line-height: 1;
  }
}
@media (max-width: 992px) {
  .home-newsletter.style-two .home-newsletter-box .content .title h2 {
    font-size: 40px;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .home-newsletter.style-two .home-newsletter-box .content .form {
    width: 53.6%;
    padding: 17px 19px 17px 29px;
  }
  .home-newsletter.style-two .home-newsletter-box .content .form .form-group {
    width: calc(100% - 147px);
  }
  .home-newsletter.style-two .home-newsletter-box .content .form .form-submit {
    width: 147px;
    padding-left: 25px;
  }
}
.home-newsletter.style-two .home-newsletter-box .end-text {
  max-width: 770px;
  margin: 0 auto;
  margin-top: 21px;
}

.page-map {
  margin-top: 36px;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .page-map {
    margin-bottom: 0px;
  }
}
.page-map .page-map-box {
  max-width: 1270px;
}
@media (max-width: 992px) {
  .page-map .page-map-box {
    padding: 0;
  }
}
.page-map .page-map-box .content {
  max-width: 560px;
  margin: 0 auto;
}
.page-map .page-map-box .content .map-box {
  padding: 12px 90px 5px 51px;
}
@media (max-width: 1260px) {
  .page-map .page-map-box .content .map-box {
    padding: 12px 50px 5px 50px;
  }
}
@media (max-width: 1200px) {
  .page-map .page-map-box .content .map-box {
    padding: 12px 20px 5px 20px;
  }
}
@media (max-width: 1100px) {
  .page-map .page-map-box .content .map-box {
    padding: 12px 0px 5px 0px;
  }
}
.page-map .page-map-box .content .map-content {
  position: relative;
  opacity: 1;
  visibility: visible;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
@media (max-width: 992px) {
  .page-map .page-map-box .content .map-content {
    display: block;
  }
  .page-map .page-map-box .content .map-content svg {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 992px) {
  .page-map .page-map-box .content .map-content .img-wrap {
    max-width: 336px;
  }
}
.page-map .page-map-box .content .map-content .mapsvg-marker .marker-info img {
  width: 30px;
}
.page-map .page-map-box .content .map-content .mapsvg-marker .map-marker-1 {
  top: 8.14%;
  left: 53.48%;
}
.page-map .page-map-box .content .map-content .mapsvg-marker .map-marker-2 {
  top: 20%;
  left: 77%;
}
.page-map .page-map-box .content .map-content .mapsvg-marker .map-marker-3 {
  top: 16%;
  left: 37%;
}
.page-map .page-map-box .content .map-content .mapsvg-marker .map-marker-4 {
  top: 20%;
  left: 53%;
}
@media (max-width: 992px) {
  .page-map .page-map-box .content .map-content .mapsvg-marker .map-marker-4 {
    top: 18%;
    left: 53%;
  }
}
.page-map .page-map-box .content .map-content .mapsvg-marker .map-marker-5 {
  top: 25%;
  left: 9%;
}
.page-map .page-map-box .content .map-content .mapsvg-marker .map-marker-6 {
  top: 33.5%;
  left: 22%;
}
.page-map .page-map-box .content .map-content .mapsvg-marker .map-marker-7 {
  top: 32%;
  left: 47%;
}
.page-map .page-map-box .content .map-content .mapsvg-marker .map-marker-8 {
  top: 33%;
  left: 70%;
}
.page-map .page-map-box .content .map-content .mapsvg-marker .map-marker-9 {
  top: 50%;
  left: 36%;
}
.page-map .page-map-box .content .map-content .mapsvg-marker .map-marker-10 {
  top: 50%;
  left: 68%;
}
.page-map .page-map-box .content .map-content .mapsvg-marker .map-marker-11 {
  top: 70%;
  left: 47%;
}
.page-map .page-map-box .content .map-content .mapsvg-marker .map-marker-12 {
  top: 65%;
  left: 77%;
}
.page-map .page-map-box .content .map-content .mapsvg-marker .map-marker-13 {
  top: 82%;
  left: 83%;
}
@media (max-width: 992px) {
  .page-map .page-map-box .content .map-content .mapsvg-marker .map-marker-13 {
    top: 82%;
    left: 88%;
  }
}

.wp-block-table {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .wp-block-table {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .wp-block-table {
    overflow-y: hidden;
    overflow-x: auto;
  }
}

table {
  width: 100%;
}
@media (max-width: 767px) {
  table {
    width: 700px !important;
  }
}
table thead {
  border-bottom: 5px dotted #F1E5DB;
}
table thead tr th {
  font-family: "Urbanist-Bold";
  font-size: 17px;
  color: #f16500;
  text-align: center;
  padding: 18px 34px;
  line-height: 1.4;
}
@media (max-width: 992px) {
  table thead tr th {
    padding: 18px 15px;
  }
}
table tbody tr {
  border-bottom: 5px dotted #F1E5DB;
}
table tbody tr:first-child td {
  font-family: "Urbanist-Bold";
  font-size: 17px;
  color: #f16500;
  text-align: center;
  padding: 18px 34px;
  line-height: 1.4;
}
@media (max-width: 992px) {
  table tbody tr:first-child td {
    padding: 18px 15px;
  }
}
table tbody tr td {
  font-family: "Urbanist-Regular";
  padding: 18px 0;
  width: 190px;
  text-align: center;
  line-height: 1.4;
  font-size: 17px;
}
table tbody tr td:first-child {
  font-family: "Urbanist-Bold";
  font-size: 16px;
  width: 41%;
  text-align: left;
}

.fiches-par-produits {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .fiches-par-produits {
    margin-bottom: 30px;
  }
}
.fiches-par-produits .fiches-par-produits-box {
  max-width: 1070px;
}
.fiches-par-produits .fiches-par-produits-box .title h2 {
  color: #383535;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 870px) {
  .fiches-par-produits .fiches-par-produits-box .title h2 {
    max-width: 870px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media (max-width: 768px) {
  .fiches-par-produits .fiches-par-produits-box .title h2 {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.fiches-par-produits .fiches-par-produits-box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .fiches-par-produits .fiches-par-produits-box .content {
    max-width: 520px;
    margin: 0 auto;
  }
}
.fiches-par-produits .fiches-par-produits-box .content .block {
  width: 25%;
  padding: 0 25px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .fiches-par-produits .fiches-par-produits-box .content .block {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .fiches-par-produits .fiches-par-produits-box .content .block {
    padding: 0 10px;
  }
}
@media (max-width: 500px) {
  .fiches-par-produits .fiches-par-produits-box .content .block {
    width: 100% !important;
  }
}
.fiches-par-produits .fiches-par-produits-box .content .block .img {
  margin: 0 15px 20px 15px;
  border-radius: 50%;
  overflow: hidden;
}
.fiches-par-produits .fiches-par-produits-box .content .block .img img {
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.fiches-par-produits .fiches-par-produits-box .content .block .text {
  text-align: center;
}
@media (max-width: 767px) {
  .fiches-par-produits .fiches-par-produits-box .content .block .text {
    max-width: 225px;
    margin: 0 auto;
  }
}
.fiches-par-produits .fiches-par-produits-box .content .block .text p {
  font-family: "PowerBreakfast-Regular";
  font-size: 22px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 15px;
}
.fiches-par-produits .fiches-par-produits-box .content .block .text p span {
  background: #f16500;
  padding: 2.5px 10px;
  display: inline-block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.fiches-par-produits .fiches-par-produits-box .content .block .text .btn {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
}
.fiches-par-produits .fiches-par-produits-box .content a:hover .img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.fiches-par-produits .fiches-par-produits-box .content a:hover .text p span {
  background: #383535;
}
.fiches-par-produits .fiches-par-produits-box .content a:hover .text .btn {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  text-align: left;
}
.fiches-par-produits .fiches-par-produits-box .content a:hover .text .btn i {
  top: 6px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.fiches-par-produits.style-two .fiches-par-produits-box {
  max-width: 820px;
}
.fiches-par-produits.style-two .fiches-par-produits-box .content .block {
  width: 33.333%;
}
@media (max-width: 992px) {
  .fiches-par-produits.style-two .fiches-par-produits-box .content .block {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .fiches-par-produits.style-two .fiches-par-produits-box .content .block {
    width: 100%;
  }
}
.fiches-par-produits.list-one .fiches-par-produits-box .content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fiches-par-produits.list-one .fiches-par-produits-box .content .block {
  width: 100%;
  text-align: center;
}
@media (min-width: 500px) {
  .fiches-par-produits.list-one .fiches-par-produits-box .content .block .img {
    max-width: 170px;
    margin: 15px auto;
    margin-bottom: 20px;
  }
  .fiches-par-produits.list-one .fiches-par-produits-box .content .block .text {
    margin: 0 auto;
    max-width: 200px;
  }
}
.fiches-par-produits.list-two .fiches-par-produits-box .content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fiches-par-produits.list-two .fiches-par-produits-box .content .block {
  width: 50%;
  text-align: center;
}
@media (min-width: 500px) {
  .fiches-par-produits.list-two .fiches-par-produits-box .content .block .img {
    max-width: 170px;
    margin: 15px auto;
    margin-bottom: 20px;
  }
  .fiches-par-produits.list-two .fiches-par-produits-box .content .block .text {
    margin: 0 auto;
    max-width: 200px;
  }
}
.fiches-par-produits.list-three .fiches-par-produits-box .content .block {
  width: 33.33%;
}
@media (max-width: 992px) {
  .fiches-par-produits.list-three .fiches-par-produits-box .content .block {
    width: 50%;
  }
}
@media (min-width: 500px) {
  .fiches-par-produits.list-three .fiches-par-produits-box .content .block .img {
    max-width: 170px;
    margin-bottom: 20px;
  }
  .fiches-par-produits.list-three .fiches-par-produits-box .content .block .text {
    max-width: 200px;
  }
}

.hauts-de-france {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .hauts-de-france {
    margin-bottom: 10px;
  }
}
.hauts-de-france .hauts-de-france-box {
  max-width: 870px;
}
.hauts-de-france .hauts-de-france-box .title {
  padding-bottom: 15px;
}
.hauts-de-france .hauts-de-france-box .title h2 {
  color: #383535;
  max-width: 801px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 870px) {
  .hauts-de-france .hauts-de-france-box .title h2 {
    max-width: 870px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media (max-width: 768px) {
  .hauts-de-france .hauts-de-france-box .title h2 {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.hauts-de-france .hauts-de-france-box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.hauts-de-france .hauts-de-france-box .content .block {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .hauts-de-france .hauts-de-france-box .content .block {
    width: 50%;
  }
}
@media (max-width: 767px) and (max-width: 500px) {
  .hauts-de-france .hauts-de-france-box .content .block {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hauts-de-france .hauts-de-france-box .content .block:last-child {
    width: 100%;
  }
}
.hauts-de-france .hauts-de-france-box .content .block .img {
  padding-top: 134%;
  margin-bottom: 8px;
  position: relative;
}
.hauts-de-france .hauts-de-france-box .content .block .img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: url("../images/home-video-bg-6.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.hauts-de-france .hauts-de-france-box .content .block .text h3 {
  font-family: "Urbanist-Bold";
  font-size: 19px;
  line-height: 1.1;
  color: #383535;
  margin-bottom: 13px;
}
.hauts-de-france .hauts-de-france-box .content .block .text h4 {
  font-family: "Urbanist-Bold";
  font-size: 17px;
  line-height: 1.25;
  color: #f16500;
  margin-bottom: 10px;
}
.hauts-de-france .hauts-de-france-box .content .block .text a {
  font-family: "Urbanist-Regular";
  font-size: 16px;
  display: inline;
  padding-left: 33px;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}
.hauts-de-france .hauts-de-france-box .content .block .text a:before {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.hauts-de-france .hauts-de-france-box .content .block .text a.link:before {
  background-image: url("../images/email (optional).svg");
}
.hauts-de-france .hauts-de-france-box .content .block .text a.phone:before {
  background-image: url("../images/phone (optional).svg");
}
.hauts-de-france .hauts-de-france-box .content .block .text a:hover {
  opacity: 0.7;
}
.hauts-de-france .hauts-de-france-box .content .block .text-c h5 {
  font-family: "Urbanist-Bold";
  font-size: 27px;
  line-height: 1.3;
  letter-spacing: normal;
  color: #f16500;
  margin-bottom: 19px;
  padding: 0 !important;
}
.hauts-de-france .hauts-de-france-box .content .block .text-c h5:before {
  display: none;
}
.hauts-de-france .hauts-de-france-box .content .block .text-c p {
  margin-bottom: 18px;
}
.hauts-de-france .hauts-de-france-box .content .block .text-c p a {
  color: inherit;
  border: none;
}
.hauts-de-france .hauts-de-france-box .content .block .text-c p a:hover {
  opacity: 0.7;
}

.formulaire-de-contact {
  margin-bottom: 47px;
}
.formulaire-de-contact .formulaire-de-contact-box {
  max-width: 870px;
}
.formulaire-de-contact .formulaire-de-contact-box .title {
  padding-bottom: 15px;
}
.formulaire-de-contact .formulaire-de-contact-box .title h2 {
  color: #383535;
}
.formulaire-de-contact .formulaire-de-contact-box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 767px) {
  .formulaire-de-contact .formulaire-de-contact-box .content {
    margin-left: -7px;
    margin-right: -7px;
  }
}
.formulaire-de-contact .formulaire-de-contact-box .content .form-group {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 22px;
  position: relative;
}
@media (max-width: 767px) {
  .formulaire-de-contact .formulaire-de-contact-box .content .form-group {
    padding: 0 7px;
    margin-bottom: 14px;
  }
}
.formulaire-de-contact .formulaire-de-contact-box .content .form-group.width-33 {
  width: 33.333%;
}
@media (max-width: 767px) {
  .formulaire-de-contact .formulaire-de-contact-box .content .form-group.width-33 {
    width: 100%;
  }
}
.formulaire-de-contact .formulaire-de-contact-box .content .form-group.width-50 {
  width: 50%;
}
@media (max-width: 767px) {
  .formulaire-de-contact .formulaire-de-contact-box .content .form-group.width-50 {
    width: 100%;
  }
}
.formulaire-de-contact .formulaire-de-contact-box .content .form-group .text-l {
  margin-bottom: 0;
  font-family: "Urbanist-Regular";
  font-size: 15px;
  line-height: 1.75;
  color: #383535;
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  padding: 0 37px;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .formulaire-de-contact .formulaire-de-contact-box .content .form-group .text-l {
    top: 13px;
    padding: 0 22px;
  }
}
.formulaire-de-contact .formulaire-de-contact-box .content .form-group .text-l i {
  color: #f16500;
}
.formulaire-de-contact .formulaire-de-contact-box .content .form-group input, .formulaire-de-contact .formulaire-de-contact-box .content .form-group textarea {
  width: 100%;
  font-family: "Urbanist-Regular";
  font-size: 15px;
  line-height: 1.75;
  color: #383535;
  padding: 16px 22px;
  border-radius: 300px;
  background: #F5EDE6;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 1px solid #F5EDE6;
}
@media (max-width: 767px) {
  .formulaire-de-contact .formulaire-de-contact-box .content .form-group input, .formulaire-de-contact .formulaire-de-contact-box .content .form-group textarea {
    padding: 13px 15px;
  }
}
.formulaire-de-contact .formulaire-de-contact-box .content .form-group input.wpcf7-not-valid, .formulaire-de-contact .formulaire-de-contact-box .content .form-group textarea.wpcf7-not-valid {
  border-color: #f16500;
}
.formulaire-de-contact .formulaire-de-contact-box .content .form-group textarea {
  height: 175px;
  border-radius: 20px;
  resize: none;
}
.formulaire-de-contact .formulaire-de-contact-box .content .form-group.is-active .text-l {
  top: 7px;
  font-size: 9px;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .formulaire-de-contact .formulaire-de-contact-box .content .form-group.is-active .text-l {
    top: 5px;
  }
}
.formulaire-de-contact .formulaire-de-contact-box .content .form-checkbox {
  padding: 0 15px;
  position: relative;
  margin-top: -8px;
  margin-bottom: 14px;
}
.formulaire-de-contact .formulaire-de-contact-box .content .form-checkbox .wpcf7-form-control-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding-left: 25px;
  color: transparent;
}
.formulaire-de-contact .formulaire-de-contact-box .content .form-checkbox .wpcf7-list-item-label {
  cursor: pointer;
}
.formulaire-de-contact .formulaire-de-contact-box .content .form-checkbox .wpcf7-list-item-label:before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 4px;
  left: 15px;
  border: 1px solid #f16500;
}
.formulaire-de-contact .formulaire-de-contact-box .content .form-checkbox .wpcf7-list-item-label:after {
  content: "";
  width: 8px;
  height: 6px;
  background-image: url("../images/Stroke.svg");
  position: absolute;
  top: 7px;
  left: 18px;
  opacity: 0;
  display: none;
}
.formulaire-de-contact .formulaire-de-contact-box .content .form-checkbox p {
  display: inline-block;
  padding-left: 25px;
  margin-bottom: 0;
}
.formulaire-de-contact .formulaire-de-contact-box .content .form-checkbox p a {
  position: relative;
  z-index: 2;
  border: none;
}
.formulaire-de-contact .formulaire-de-contact-box .content .form-checkbox p a:hover {
  opacity: 0.7;
}
.formulaire-de-contact .formulaire-de-contact-box .content .form-checkbox input {
  display: none;
}
.formulaire-de-contact .formulaire-de-contact-box .content .form-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.formulaire-de-contact .formulaire-de-contact-box .content .form-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background: #f16500;
}
.formulaire-de-contact .formulaire-de-contact-box .content .form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding: 0 15px;
}
.formulaire-de-contact .formulaire-de-contact-box .content .form-submit .box {
  position: relative;
}
.formulaire-de-contact .formulaire-de-contact-box .content .form-submit .box:before {
  content: "";
  visibility: hidden;
  width: 15px;
  height: 15px;
  background: none;
  border: 2px solid #f16500;
  border-radius: 50%;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  animation: loading 0.5s infinite linear;
  -moz-animation: loading 0.5s infinite linear;
  -webkit-animation: loading 0.5s infinite linear;
  -o-animation: loading 0.5s infinite linear;
  position: absolute;
  right: -20px;
  top: 42%;
}
@media (max-width: 992px) {
  .formulaire-de-contact .formulaire-de-contact-box .content .form-submit .box:before {
    top: 38%;
  }
}
.formulaire-de-contact .formulaire-de-contact-box .content .form-submit .box input {
  font-family: "Urbanist-Bold";
  font-size: 19px;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  color: #ffffff;
  background: #f16500;
  border-radius: 50px;
  padding: 23px 73px 23px 35px;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 992px) {
  .formulaire-de-contact .formulaire-de-contact-box .content .form-submit .box input {
    font-size: 17px;
    padding: 13px 50px 13px 20px;
  }
}
.formulaire-de-contact .formulaire-de-contact-box .content .form-submit .box i {
  width: 21px;
  height: 21px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 35px;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 992px) {
  .formulaire-de-contact .formulaire-de-contact-box .content .form-submit .box i {
    right: 15px;
  }
}
.formulaire-de-contact .formulaire-de-contact-box .content .form-submit .box i:before, .formulaire-de-contact .formulaire-de-contact-box .content .form-submit .box i:after {
  top: 50%;
  content: "";
  position: absolute;
  background: url("../images/arrow-orang.svg");
  width: 10px;
  height: 8px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.formulaire-de-contact .formulaire-de-contact-box .content .form-submit .box i:before {
  left: 50%;
}
.formulaire-de-contact .formulaire-de-contact-box .content .form-submit .box i:after {
  left: -50%;
}
.formulaire-de-contact .formulaire-de-contact-box .content .form-submit .box:hover i {
  width: 25px;
  height: 25px;
}
.formulaire-de-contact .formulaire-de-contact-box .content .form-submit .box:hover i:before {
  left: 150%;
}
.formulaire-de-contact .formulaire-de-contact-box .content .form-submit .box:hover i:after {
  left: 50%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.formulaire-de-contact .formulaire-de-contact-box .content .wpcf7-not-valid-tip {
  display: none !important;
}
.formulaire-de-contact .formulaire-de-contact-box .content .wpcf7-spinner {
  display: none;
}
.formulaire-de-contact .formulaire-de-contact-box .content .wpcf7-validation-errors, .formulaire-de-contact .formulaire-de-contact-box .content .wpcf7-response-output {
  border: none;
  margin: 0;
  padding: 15px 0 0 0;
  text-align: center;
}
.formulaire-de-contact .formulaire-de-contact-box .content .wpcf7-mail-sent-ok {
  border: none;
  margin: 0;
  padding: 15px 0 0 0;
  color: #f16500;
  text-align: center;
}
.formulaire-de-contact .formulaire-de-contact-box form {
  position: relative;
}
.formulaire-de-contact .formulaire-de-contact-box form .wpcf7-response-output {
  border: none !important;
  width: 100%;
  text-align: center;
  line-height: 1.2;
  margin: 0;
  padding: 15px 0 0px 0;
  color: #f16500;
  width: 100%;
}
.formulaire-de-contact .formulaire-de-contact-box form.submitting .form-submit .box:before {
  visibility: visible;
}
.formulaire-de-contact + .home-ala-une {
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .page-actualites-list {
    margin-bottom: 60px;
  }
}
.page-actualites-list .page-actualites-list-box .title {
  text-align: center;
  margin-bottom: 41px;
}
@media (max-width: 992px) {
  .page-actualites-list .page-actualites-list-box .title {
    margin-bottom: 20px;
  }
}
.page-actualites-list .page-actualites-list-box .title h2 {
  display: inline-block;
  font-family: "Urbanist-Regular";
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  position: relative;
  margin: 0;
  background: none;
  padding: 0 36px;
}
.page-actualites-list .page-actualites-list-box .title h2:before, .page-actualites-list .page-actualites-list-box .title h2:after {
  content: "";
  width: 17.5px;
  height: 1px;
  background: #383535;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
.page-actualites-list .page-actualites-list-box .title h2:before {
  left: 0;
}
.page-actualites-list .page-actualites-list-box .title h2:after {
  right: 0;
}
.page-actualites-list .page-actualites-list-box .content {
  max-width: 970px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .page-actualites-list .page-actualites-list-box .content {
    overflow-y: hidden;
    overflow-x: auto;
    margin-left: -50px;
    margin-right: -50px;
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .page-actualites-list .page-actualites-list-box .content {
    padding: 0 20px;
  }
}
.page-actualites-list .page-actualites-list-box .content .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -17.5px;
  margin-right: -17.5px;
}
@media (max-width: 992px) {
  .page-actualites-list .page-actualites-list-box .content .content-box {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 30px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.page-actualites-list .page-actualites-list-box .content .content-box .list {
  margin-bottom: 62px;
  width: 33.33%;
  padding: 0 17.5px;
}
@media (max-width: 992px) {
  .page-actualites-list .page-actualites-list-box .content .content-box .list {
    min-width: 300px;
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .page-actualites-list .page-actualites-list-box .content .content-box .list {
    margin-bottom: 27px;
  }
}
.page-actualites-list .page-actualites-list-box .content .content-box .list .img {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
  border: 1px solid #F5EDE6;
}
.page-actualites-list .page-actualites-list-box .content .content-box .list .img img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-actualites-list .page-actualites-list-box .content .content-box .list .img a {
  padding-top: 79.4%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-actualites-list .page-actualites-list-box .content .content-box .list .text {
  max-width: 250px;
}
.page-actualites-list .page-actualites-list-box .content .content-box .list .text span {
  font-family: "PowerBreakfast-Regular";
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #f16500;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 30px;
  margin-bottom: 2px;
  position: relative;
}
.page-actualites-list .page-actualites-list-box .content .content-box .list .text span:before {
  content: "";
  width: 18px;
  height: 2px;
  background-image: url("../images/line-3.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
.page-actualites-list .page-actualites-list-box .content .content-box .list .text h3 {
  font-family: "Urbanist-Bold";
  font-size: 23px;
  line-height: 1.35;
  letter-spacing: normal;
  margin-bottom: 20px;
  color: #383535;
  text-transform: inherit;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-actualites-list .page-actualites-list-box .content .content-box .list .text p {
  margin-bottom: 20px;
  padding-right: 10px;
}
.page-actualites-list .page-actualites-list-box .content .content-box .list.is-active .img a {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.page-actualites-list .page-actualites-list-box .content .content-box .list.is-active .text .btn i {
  width: 25px;
  height: 25px;
}
.page-actualites-list .page-actualites-list-box .content .content-box .list.is-active .text .btn i:before {
  left: 150%;
}
.page-actualites-list .page-actualites-list-box .content .content-box .list.is-active .text .btn i:after {
  left: 50%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.contacto-one-block .contacto-one-block-box {
  max-width: 310px;
  margin: 0 auto;
}
.contacto-one-block .contacto-one-block-box .block .img {
  padding-top: 134%;
  margin-bottom: 8px;
  position: relative;
}
.contacto-one-block .contacto-one-block-box .block .img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: url("../images/home-video-bg-6.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.contacto-one-block .contacto-one-block-box .block .text h3 {
  font-family: "Urbanist-Bold";
  font-size: 19px;
  line-height: 1.1;
  color: #383535;
  margin-bottom: 13px;
}
.contacto-one-block .contacto-one-block-box .block .text h4 {
  font-family: "Urbanist-Bold";
  font-size: 17px;
  line-height: 1.25;
  color: #f16500;
  margin-bottom: 10px;
}
.contacto-one-block .contacto-one-block-box .block .text a {
  font-family: "Urbanist-Regular";
  font-size: 13px;
  display: inline;
  padding-left: 33px;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}
.contacto-one-block .contacto-one-block-box .block .text a:before {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.contacto-one-block .contacto-one-block-box .block .text a.link:before {
  background-image: url("../images/email (optional).svg");
}
.contacto-one-block .contacto-one-block-box .block .text a.phone:before {
  background-image: url("../images/phone (optional).svg");
}
.contacto-one-block .contacto-one-block-box .block .text a:hover {
  opacity: 0.7;
}
.contacto-one-block .contacto-one-block-box .block .text-c h5 {
  font-family: "Urbanist-Bold";
  font-size: 27px;
  line-height: 1.3;
  letter-spacing: normal;
  color: #f16500;
  margin-bottom: 19px;
  padding: 0 !important;
}
.contacto-one-block .contacto-one-block-box .block .text-c h5:before {
  display: none;
}
.contacto-one-block .contacto-one-block-box .block .text-c p {
  margin-bottom: 18px;
}
.contacto-one-block .contacto-one-block-box .block .text-c p a {
  color: inherit;
  border: none;
}
.contacto-one-block .contacto-one-block-box .block .text-c p a:hover {
  opacity: 0.7;
}

.cff-wrapper {
  text-align: center;
  color: #383535;
}
.cff-wrapper .cff-posts-wrap {
  text-align: initial;
}
.cff-wrapper .cff-load-more {
  font-family: "Urbanist-Bold" !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  display: inline-block !important;
  margin: 0 auto !important;
  position: relative !important;
  color: #383535 !important;
  padding-left: 32px !important;
  background: #ffffff !important;
  border-radius: 50px !important;
  padding: 11px 21px 11.5px 52px !important;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12) !important;
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12) !important;
  float: none !important;
  width: auto !important;
  min-height: auto !important;
}
.cff-wrapper .cff-load-more i {
  width: 21px;
  height: 21px;
  background: #f16500;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 20px;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.cff-wrapper .cff-load-more i:before, .cff-wrapper .cff-load-more i:after {
  top: 50%;
  content: "";
  position: absolute;
  background: url("../images/arrow-white.svg");
  width: 9px;
  height: 7px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cff-wrapper .cff-load-more i:before {
  left: 50%;
}
.cff-wrapper .cff-load-more i:after {
  left: -50%;
}
.cff-wrapper .cff-load-more:hover i {
  width: 25px;
  height: 25px;
}
.cff-wrapper .cff-load-more:hover i:before {
  left: 150%;
}
.cff-wrapper .cff-load-more:hover i:after {
  left: 50%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.cff-wrapper .cff-posts-wrap .cff-item {
  border: 7px solid #CFDD28 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
@media (min-width: 1200px) {
  .cff-wrapper .cff-posts-wrap .cff-item {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}
@media (max-width: 480px) {
  .cff-wrapper .cff-posts-wrap .cff-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.cff-wrapper .cff-posts-wrap .cff-item .cff-post-text {
  margin: 5px 0 28px 0 !important;
}
.cff-wrapper .cff-posts-wrap .cff-item .cff-meta .cff-count {
  color: #f16500 !important;
}
.cff-wrapper .cff-posts-wrap .cff-item .cff-meta-wrap {
  margin: 15px 0 0 0 !important;
}
.cff-wrapper .cff-shared-link .cff-link {
  margin-bottom: 15px !important;
}
.cff-wrapper .cff-author .cff-date {
  color: #383535 !important;
}
.cff-wrapper .cff-post-links {
  color: #f16500 !important;
  float: none !important;
  margin-bottom: 5px !important;
}
.cff-wrapper .cff-post-links a:hover {
  opacity: 0.7 !important;
}

.ctf {
  color: #383535;
  border-radius: 12px !important;
  padding: 0 10px !important;
}
.ctf .ctf-more {
  padding: 10px 10px 15px 10px !important;
}
.ctf .ctf-item {
  padding: 10px 10px 5px 10px !important;
}
.ctf p {
  font-size: 13px;
  line-height: 1.4;
  color: #383535;
}
.ctf .ctf-more {
  display: none !important;
}

/*add- to*/
.map-content .mapsvg-marker .map-marker-10 .info, .map-content .mapsvg-marker .map-marker-11 .info, .map-content .mapsvg-marker .map-marker-12 .info, .map-content .mapsvg-marker .map-marker-2, .map-content .mapsvg-marker .map-marker-5 .info {
  width: 190px;
}

.map-content .mapsvg-marker .map-marker-3 .info {
  width: 210px;
}

.map-content .mapsvg-marker .map-marker-7 .info {
  width: 260px;
}

.hamburger {
  width: 60px;
  height: 60px;
}

.hamburger:before {
  font-family: "Urbanist-Regular";
  font-size: 10px;
  bottom: 9px;
}

.hamburger span:nth-child(3) {
  top: 32px;
}

.hamburger span:nth-child(2) {
  top: 27px;
}

.hamburger span:nth-child(1) {
  top: 22px;
}

.hamburger span {
  width: 28px;
}

.home-banner .home-banner-box .images .img.img-1 .box .slick-slider {
  border-radius: 0 7px 7px 0;
}

.home-banner .home-banner-box .images .img.img-5 .box .slick-slider {
  border-radius: 7px 0 7px 0;
}

.wp-block-button__link {
  color: #383535 !important;
}

.part-membres-content, .temoignages-content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.admin-bar {
  margin-top: 30px;
}

.wp-block-image img[src$=".svg"], .wp-block-one-img img[src$=".svg"] {
  border-radius: 0 !important;
}

.error404 .wp-block-button-two {
  margin: 0 auto;
}

.error404 .inner {
  text-align: center;
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover-image .has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]), .wp-block-cover .has-background-dim:not([class*=-background-color]), .wp-block-cover-image img.wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background, .wp-block-cover img.wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background {
  border-radius: 12px;
}

.wp-block-cover__inner-container p {
  line-height: 1.25;
}

.form-box p {
  margin-bottom: 0;
}

html body #ajaxsearchpro1_1.asp_w .probox .proinput input::-webkit-input-placeholder {
  color: #383535;
  font-family: "Urbanist-Regular";
  font-size: 17px;
}

html body #ajaxsearchpro1_1.asp_w .probox .proinput input::-moz-placeholder {
  color: #383535;
  font-family: "Urbanist-Regular";
  font-size: 17px;
}

html body #ajaxsearchpro1_1.asp_w .probox .proinput input:-ms-input-placeholder {
  color: #383535;
  font-family: "Urbanist-Regular";
  font-size: 17px;
}

html body #ajaxsearchpro1_1.asp_w .probox .proinput input::-ms-input-placeholder {
  color: #383535;
  font-family: "Urbanist-Regular";
  font-size: 17px;
}

html body #ajaxsearchpro1_1.asp_w .probox .proinput input::placeholder {
  color: #383535;
  font-family: "Urbanist-Regular";
  font-size: 17px;
}

html body #ajaxsearchprores1_1.asp_w .resdrg .item .asp_content .asp_res_image_url {
  border-radius: 12px;
  width: 100px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
}

html body #ajaxsearchprores1_1.asp_w .resdrg .item .asp_content h3 {
  padding: 10px 25px 0 120px;
}

html body #ajaxsearchprores1_1.asp_w .resdrg .item .asp_content {
  min-height: 70px;
}

.home-les-actualites .home-les-actualites-box .content .right {
  width: 0;
  min-width: 0;
  display: none;
}

.home-les-actualites .home-les-actualites-box .content .left {
  width: 100%;
}

.mobile-btn-give {
  z-index: 9999999;
}

@media (max-width: 992px) {
  header .sidebar-block {
    bottom: 42px;
  }
}
.home-les-actualites .home-les-actualites-box .content .left .list .img {
  background-color: #ffffff;
}