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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

audio,
canvas,
video {
  display: inline-block;
}

body {
  margin: 0;
}

ul {
  list-style-type: none;
}

a {
  background: transparent;
  text-decoration: none;
}

button,
input {
  line-height: normal;
}

input[type=search] {
  -webkit-appearance: textfield;
}

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

textarea:focus,
input:focus {
  outline: 0;
}

input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/**
 * Helper mixins
*/
/**
 * Variables
*/
/* Typography */
/* Breakpoints */
/* Paths */
/* Grid setup */
/* Colour palette */
/* Components */
:root {
  --font-primary: "Montserrat", sans-serif;
  --font-secondary: serif;
  --body-line-height: 1.5em;
  --body-line-height-sm: 1.2em;
  --title-line-height: 1.25em;
  /* set base values */
  --text-base-size: 0.875em;
  --text-scale-ratio: 1.2645;
  /* type scale */
  --text-xs: calc(1em / (var(--text-scale-ratio) * var(--text-scale-ratio)));
  --text-sm: calc(1em / var(--text-scale-ratio));
  --text-md: calc(1em * var(--text-scale-ratio));
  --text-lg: calc(1em * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-xl: calc(1em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-xxl: calc(1em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-xxxl: calc(1em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
  --space-unit: 0.775rem;
  --space-xxs: calc(0.25 * var(--space-unit));
  --space-xs: calc(0.5 * var(--space-unit));
  --space-sm: calc(0.75 * var(--space-unit));
  --space-md-by2: calc(1.25 * var(--space-unit)/2);
  --space-md: calc(1.25 * var(--space-unit));
  --space-lg: calc(2 * var(--space-unit));
  --space-xl: calc(3.25 * var(--space-unit));
  --space-xxl: calc(5.25 * var(--space-unit));
  --space-xxs-neg: calc(-0.25 * var(--space-unit));
  --space-xs-neg: calc(-0.5 * var(--space-unit));
  --space-sm-neg: calc(-0.75 * var(--space-unit));
  --space-md-neg: calc(-1.25 * var(--space-unit));
  --space-lg-neg: calc(-2 * var(--space-unit));
  --space-xl-neg: calc(-3.25 * var(--space-unit));
  --space-xxl-neg: calc(-5.25 * var(--space-unit));
}
@media (min-width: 767px) {
  :root {
    --space-unit: .9rem;
    --text-base-size: .875rem;
  }
}
@media (min-width: 992px) {
  :root {
    --space-unit: .955rem;
    --text-base-size: .9em;
  }
}
@media (min-width: 1200px) {
  :root {
    --space-unit: 1rem;
    --text-base-size: 1em;
  }
}
@media (min-width: 1200px) {
  :root {
    --space-unit: 1.2rem;
    --text-base-size: 1.125em;
  }
}

/**
 * Print Stylesheet
*/
@media print {
  @page {
    margin: 1cm;
  }
  body {
    background: #fff;
    color: #000;
  }

  a {
    page-break-inside: avoid;
  }

  blockquote {
    page-break-inside: avoid;
  }

  table,
pre {
    page-break-inside: avoid;
  }

  ul, ol, dl {
    page-break-before: avoid;
  }
}
body {
  font-size: 16px;
  max-width: 100%;
}

#page {
  z-index: 0;
  position: relative;
  width: 100%;
}
#page .site-branding-dark {
  display: none;
}
#page .site-branding-light {
  display: block;
}
.light #page {
  background-color: #fff;
}
.light #page .site-branding-light {
  display: none;
}
.light #page .site-branding-dark {
  display: block;
}

html {
  padding-left: var(--space-md);
  padding-right: var(--space-md);
}

.container {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
.container-left {
  padding-right: 0;
}
@media (min-width: 992px) {
  .container-left {
    padding-right: 0;
  }
}
.container--full {
  max-width: inherit;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  max-width: 90rem;
  border-radius: 40px;
  overflow: hidden;
}
.container--small {
  margin: 0 auto;
  max-width: 420px;
  padding-left: var(--space-lg);
  padding-right: var(--space-lg);
}
@media (min-width: 527px) {
  .container--small {
    max-width: 470px;
  }
}
@media (min-width: 767px) {
  .container--small {
    max-width: 640px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .container--small {
    max-width: 840px;
  }
}
@media (min-width: 1200px) {
  .container--small {
    max-width: 1080px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media (min-width: 992px) {
  .flex-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .flex--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.hide {
  display: none;
}

.upper {
  text-transform: uppercase;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.dark {
  background: #000000;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

.design-system {
  padding: 4rem;
}

.bckg-yellow {
  background-color: #F1A32A;
}
.bckg-yellow svg * {
  stroke: #0d0d17;
}

.bckg-yellow-light {
  background-color: #FCF8ED;
}

.bckg-blue {
  background-color: #157FBD;
}
.bckg-blue svg * {
  stroke: #00436A;
}

.bckg-red {
  background-color: #D22E23;
}
.bckg-red svg * {
  stroke: #7B0800;
}

.bckg-green {
  background-color: #63B02F;
}
.bckg-green svg * {
  stroke: #346500;
}

.bckg-orange {
  background-color: #ED6907;
}
.bckg-orange svg * {
  stroke: #B54E01;
}

.bckg-purple {
  background-color: #22284e;
}
.bckg-purple svg * {
  stroke: #3851da;
}

.bckg-gradient {
  background: linear-gradient(45deg, #FFE9AB 5%, #99C3EA 35%, #697FBE);
}

.bckg-gray {
  background-color: #000000;
}
.bckg-gray svg * {
  stroke: #0d0d17;
}

.bckg-white, .footer, .bckg-blanc {
  background-color: #fff;
}

.bckg-white .text h2, .footer .text h2, .bckg-white .text p, .footer .text p, .bckg-blanc .text h2, .bckg-blanc .text p, .bckg-yellow-light .text h2, .bckg-yellow-light .text p {
  color: #000000;
}
.bckg-white.flexible-content .images figcaption, .flexible-content.footer .images figcaption, .bckg-blanc.flexible-content .images figcaption, .bckg-yellow-light.flexible-content .images figcaption {
  color: #000000;
}

.bckg-yellow-dark {
  background-color: #8B5500;
}
.bckg-yellow-dark svg * {
  stroke: #424d8e;
}

.bckg-blue-dark {
  background-color: #00436A;
}
.bckg-blue-dark svg * {
  stroke: #6ebdee;
}

.bckg-red-dark {
  background-color: #7B0800;
}
.bckg-red-dark svg * {
  stroke: #e24b40;
}

.bckg-green-dark {
  background-color: #346500;
}
.bckg-green-dark svg * {
  stroke: #8FD04C;
}

.bckg-orange-dark {
  background-color: #B54E01;
}
.bckg-orange-dark svg * {
  stroke: #ee8d49;
}

.bckg-purple-dark {
  background-color: #0d0d17;
}
.bckg-purple-dark svg * {
  stroke: #3851da;
}

.page-anim {
  opacity: 1;
}
.page-anim.out {
  opacity: 0;
}

.element-anim {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.element-anim.out {
  opacity: 0;
}

.square {
  position: relative;
  width: 50%;
  overflow: hidden;
}

.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.content {
  position: absolute;
  width: 100%;
  height: 100%;
}

.services:not(.logements) #page.la-brasserie-et-ses-evenements .menu-item-69 > a {
  color: #3851da;
}
.services:not(.logements) #page.snack-sandwicherie .menu-item-69 > a {
  color: #8FD04C;
}
.services:not(.logements) #page.nos-logements .menu-item-69 > a {
  color: #f0bc69;
}
.services:not(.logements) #page.car-wash .menu-item-69 > a {
  color: #6ebdee;
}
.services:not(.logements) #page.la-station .menu-item-69 > a {
  color: #e24b40;
}

.logements .main-navigation .menu-item-1111 a, .logement .main-navigation .menu-item-1111 a {
  color: #697FBE;
}

.evenements .main-navigation .menu-item-67 a, .evenement .main-navigation .menu-item-67 a {
  color: #697FBE;
}

.home .main-navigation .menu-item-62 a {
  color: #697FBE;
}

.contact .main-navigation .menu-item-64 a {
  color: #697FBE;
}

.no-js .loader {
  display: none !important;
}

.flag {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0iI0ZGMDAwMCIvPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0iI0ZGMDAwMCIvPjwvc3ZnPg==) repeat top left;
  background-size: 40px;
  min-height: 40px;
  min-width: 40px;
}

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

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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: 2px solid transparent;
}

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -10px;
  right: var(--space-md);
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  text-align: right;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-left: 6px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li a {
  display: block;
  background: rgba(255, 255, 255, 0.35);
  width: 30px;
  height: 2px;
  top: 0;
  position: relative;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.slick-dots li a .progress-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: white;
  z-index: 2;
  -webkit-animation: progress 4s linear;
          animation: progress 4s linear;
}
.slick-dots li a:hover {
  background: rgba(255, 255, 255, 0.9);
}
.slick-dots li.slick-active a {
  background: rgba(255, 255, 255, 0.5);
  height: 5px;
  top: 3px;
}
.slick-dots:hover li a {
  height: 7px;
  top: 3px;
}
.tabs .slick-dots {
  right: 0;
}
.tabs .slick-dots li a {
  background: rgba(0, 0, 0, 0.15);
}
.tabs .slick-dots li a .progress-indicator {
  background: rgba(0, 0, 0, 0.8);
}
.tabs .slick-dots li a:hover {
  background: rgba(0, 0, 0, 0.7);
}
.tabs .slick-dots li.slick-active a {
  background: rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) {
  .slick-dots li a {
    width: 46px;
  }
}

@-webkit-keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/**
 * Fonts
*/
body {
  font-size: var(--text-base-size);
  font-family: var(--font-primary);
  color: var(--color-text);
}

h1, h2, h3, h4, form legend {
  margin-bottom: var(--space-xxs);
  line-height: var(--title-line-height);
  font-weight: 400;
}
h1 b, h1 strong, h2 b, h2 strong, h3 b, h3 strong, h4 b, h4 strong, form legend b, form legend strong {
  font-weight: 700;
}

/* text size */
.text--xxxl {
  font-size: var(--text-xxxl);
}

h1, .text--xxl {
  font-size: var(--text-xxl);
}

h2, .text--xl {
  font-size: var(--text-xl);
}

h3, .text--lg {
  font-size: var(--text-lg);
}

h4, .text--md {
  font-size: var(--text-md);
}

.text--sm, .wpcf7-not-valid-tip, figure figcaption, small {
  font-size: var(--text-sm);
}

.text--xs {
  font-size: var(--text-xs);
}

p {
  line-height: var(--body-line-height);
  font-weight: 400;
  max-width: 480px;
}
p b, p strong {
  font-weight: 700;
}

.ui-menu-item {
  font-family: neue-haas-unica, sans-serif;
}

.hide-menu {
  background: #fff;
  width: 100%;
  border-top: 2px solid #000;
}

.site-branding {
  padding: 1rem 0;
}
.site-branding h1 {
  margin-bottom: var(--space-xxs-neg);
}

/* Navigation
--------------------------------------------- */
.navbar-collapse {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar-collapse .nav-item .nav-link {
  padding: 1rem;
}

.site-header {
  position: relative;
}
.site-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background: linear-gradient(45deg, #FFE9AB 5%, #99C3EA 35%, #697FBE);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.main-navigation {
  padding-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main-navigation > .flex {
  width: 100%;
}
@media (min-width: 992px) {
  .main-navigation > .flex {
    width: auto;
  }
}
.main-navigation li a {
  color: #000000;
  font-weight: 500;
}
.main-navigation.toggled {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000001;
  background: #000000;
  display: inline-block;
}
.main-navigation.toggled ul {
  display: block !important;
  left: auto;
  position: relative;
  float: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: var(--space-md);
  margin-bottom: var(--space-md);
}
.main-navigation.toggled ul .menu-item-has-children {
  border-top: 1px solid white;
  padding-top: var(--space-md);
  margin-top: var(--space-md);
}
.main-navigation.toggled ul #menu-item-dropdown-69 {
  opacity: 0.5;
  font-size: 1rem;
}
.main-navigation.toggled ul ul {
  border-bottom: 1px solid white;
  background: none !important;
}
.main-navigation.toggled .navbar-toggler span {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS40LjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApLS0+PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYWxxdWVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0My4xIDQzLjEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQzLjEgNDMuMSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgaWQ9Im1lbnUtY2xvc2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04NDguOTMzIC02My40MzMpIj48cG9seWdvbiBwb2ludHM9Ijg2OC40LDgyLjcgODQ5LjMsMTAxLjggODUzLjUsMTA2IDg3Mi42LDg2LjkgODkxLjcsNjcuOCA4ODcuNSw2My42IAkiLz48ZyBpZD0ibWVudS1jbG9zZV8wMDAwMDAxMTAxNzgzNDM0NzAyMDkwNDEzMDAwMDAxNDQ2NzY2OTMyODU3MTUwNTgyMF8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04NDguOTMzIC02My40MzMpIj48cG9seWdvbiBwb2ludHM9IjE3MTcuMywxNTAuMyAxNzM2LjQsMTY5LjQgMTc0MC42LDE2NS4yIDE3MjEuNiwxNDYuMSAxNzAyLjUsMTI3IDE2OTguMiwxMzEuMyAJCSIvPjwvZz48L2c+PC9zdmc+) no-repeat center center;
  background-size: 55%;
}
.main-navigation.toggled .navbar-collapse .nav-item .nav-link, .main-navigation.toggled .navbar-collapse .nav-item .dropdown-item {
  font-size: 1.55rem;
  padding: 0.6rem 0;
  display: block;
}
@media (min-width: 527px) {
  .main-navigation.toggled .navbar-collapse .nav-item .nav-link, .main-navigation.toggled .navbar-collapse .nav-item .dropdown-item {
    font-size: 2rem;
  }
}

.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

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

.main-navigation ul ul li:hover > ul {
  display: block;
  left: auto;
}

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

.main-navigation li {
  position: relative;
}

.dropdown-menu {
  display: block !important;
  margin-top: 0.5rem;
  padding-top: 1rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.dropdown-menu li a {
  display: block;
  padding: 1rem 1rem 1rem 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.navbar-toggler {
  display: block;
  background: transparent;
  border: none;
  max-height: 7.125rem;
  margin-left: auto;
}
.navbar-toggler span {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJDYWxxdWVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA2MyAzMiI+PCEtLUdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMzAuMi4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjEgQnVpbGQgMSktLT48cGF0aCBpZD0iVHJhY8OpXzM2IiBkPSJNMTAsMGg1M2wtMiw2SDhMMTAsMFoiLz48cGF0aCBpZD0iVHJhY8OpXzM3IiBkPSJNNiwxM2gzOGwtMiw2SDRsMi02WiIvPjxwYXRoIGlkPSJUcmFjw6lfMzgiIGQ9Ik0yLDI2aDUzbC0yLDZIMGwyLTZaIi8+PC9zdmc+) no-repeat center center;
  background-size: 85%;
  width: 3rem;
  height: 3rem;
  text-indent: -1001%;
  overflow: hidden;
  display: block;
}

.main-navigation ul {
  display: none;
}

@media (min-width: 992px) {
  .navbar-toggler {
    display: none;
  }

  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2px;
  }
}
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

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

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

.language-switch {
  width: 50%;
}

.services:not(.logements) .menu-item-69 > a {
  color: #FFE9AB;
}

.menu-item-has-children:hover > a {
  opacity: 0.75;
}

.footer {
  padding: var(--space-xl) 0;
}
.footer--container {
  position: relative;
  padding-top: var(--space-xl);
}
.footer--container:after {
  display: block;
  content: "";
  width: 100%;
  height: var(--space-xl);
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(45deg, #FFE9AB 5%, #99C3EA 35%, #697FBE);
  border-radius: 30px;
}
.footer .text {
  color: #000000;
}
.footer .img {
  margin-top: var(--space-md);
}
.footer .img a, .footer .img img {
  display: block;
  margin-bottom: var(--space-lg);
}
.footer__navigation h4 {
  margin-bottom: var(--space-md);
}
.footer__navigation--block {
  margin-top: var(--space-xl);
}

@media (min-width: 992px) {
  .footer__navigation {
    width: 67%;
    font-size: var(--text-sm);
  }
  .footer__navigation--block {
    margin-top: 0;
  }
}
.gallery, .swiper {
  overflow-x: clip;
}
.gallery figure, .swiper figure {
  overflow: hidden;
}
.gallery-wrapper img, .swiper-wrapper img {
  aspect-ratio: 3/2;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}

.gallery__header {
  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;
  margin-bottom: var(--space-md);
}
.gallery__header h2 {
  max-width: inherit;
}

.gallery-navigation {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  padding: 0.5rem;
  margin: 0 2rem;
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
}
.gallery-navigation .gallery-button {
  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;
  width: 2rem;
  height: 2rem;
  padding: 0.5rem;
}
.gallery-navigation .gallery-button .svg-icon {
  display: block;
  height: 1.2rem;
  width: 1.2rem;
}
.gallery-navigation .gallery-button + .gallery-button {
  margin-left: var(--space-xs);
}

.gallery-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
}
.gallery-pagination-bullet {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background-color: black;
  opacity: 0.275;
}
.gallery-pagination-bullet + span {
  margin-left: 0.2rem;
}
.gallery-pagination-bullet.active {
  opacity: 1;
}

@media (min-width: 992px) {
  .swiper__wrapper img {
    height: 24vw;
  }
}
.btn, form input[type=submit], .btn--inline, .footer-menu li a {
  display: inline-block;
  position: relative;
  color: #99C3EA;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: var(--space-md);
  color: #000000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.btn:before, form input[type=submit]:before, .btn:after, form input[type=submit]:after, .btn--inline:before, .footer-menu li a:before, .btn--inline:after, .footer-menu li a:after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  left: 0;
  bottom: -4px;
}
.btn:before, form input[type=submit]:before, .btn--inline:before, .footer-menu li a:before {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.btn:after, form input[type=submit]:after, .btn--inline:after, .footer-menu li a:after {
  width: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn:hover, form input[type=submit]:hover, .btn--inline:hover, .footer-menu li a:hover {
  color: #4386c5;
}
.btn:hover:after, form input[type=submit]:hover:after, .btn--inline:hover:after, .footer-menu li a:hover:after {
  width: 100%;
}

.btn--inline:after, .footer-menu li a:after {
  background: linear-gradient(45deg, #FFE9AB 5%, #99C3EA 35%, #697FBE);
}

.contact_form_submit {
  display: inline-block;
  position: relative;
}
.contact_form_submit input[type=submit] {
  margin: 0;
  width: 100%;
}
.contact_form_submit:before, .contact_form_submit:after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: -4px;
}
.contact_form_submit:before {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.contact_form_submit:after {
  width: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #000000;
}
.contact_form_submit:hover {
  color: #4386c5;
}
.contact_form_submit:hover:after {
  width: 100%;
}
.contact_form_submit .wpcf7-spinner {
  position: absolute;
  bottom: -45px;
  left: 0;
  margin: 0;
}

.btn, form input[type=submit] {
  display: inline-block;
  position: relative;
  padding: 0.7rem 2rem;
  text-align: center;
  font-weight: 500;
  font-size: var(--text-base-size);
  margin-top: 1rem;
  background-color: #000000;
  color: #fff;
  border-radius: 20px;
}
.btn:hover, form input[type=submit]:hover {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.btn:before, form input[type=submit]:before {
  background-color: rgba(0, 0, 0, 0.25);
}
.btn:after, form input[type=submit]:after {
  background-color: #000000;
}
.btn:before, form input[type=submit]:before, .btn:after, form input[type=submit]:after {
  bottom: -4px;
  left: 20px;
  width: calc(100% - 40px);
}
.btn__yellow {
  background: #F1A32A;
  color: #fff;
}
.btn__yellow:before {
  background-color: #f0bc69;
}
.btn__yellow:after {
  background-color: #8B5500;
}
.btn__yellow:hover {
  background: #f0bc69;
  color: #8B5500;
}
.btn__blue {
  background: #157FBD;
  color: #fff;
}
.btn__blue:before {
  background-color: #6ebdee;
}
.btn__blue:after {
  background-color: #00436A;
}
.btn__blue:hover {
  background: #6ebdee;
  color: #00436A;
}
.btn__red {
  background: #D22E23;
  color: #fff;
}
.btn__red:before {
  background-color: #e24b40;
}
.btn__red:after {
  background-color: #7B0800;
}
.btn__red:hover {
  background: #e24b40;
  color: #7B0800;
}
.btn__green {
  background: #63B02F;
  color: #fff;
}
.btn__green:before {
  background-color: #8FD04C;
}
.btn__green:after {
  background-color: #346500;
}
.btn__green:hover {
  background: #8FD04C;
  color: #346500;
}
.btn__orange {
  background: #ED6907;
  color: #fff;
}
.btn__orange:before {
  background-color: #ee8d49;
}
.btn__orange:after {
  background-color: #B54E01;
}
.btn__orange:hover {
  background: #ee8d49;
  color: #B54E01;
}
.btn__purple {
  background: #22284e;
  color: #fff;
}
.btn__purple:before {
  background-color: #424d8e;
}
.btn__purple:after {
  background-color: #0d0d17;
}
.btn__purple:hover {
  background: #424d8e;
  color: #0d0d17;
}
.btn__yellow--light {
  background: #f0bc69;
  color: #8B5500;
}
.btn__yellow--light:before {
  background-color: #8B5500;
}
.btn__yellow--light:after {
  background-color: #f0bc69;
}
.btn__yellow--light:hover {
  background: #f0bc69;
  color: #fff;
}
.btn__blue--light {
  background: #6ebdee;
  color: #00436A;
}
.btn__blue--light:before {
  background-color: #00436A;
}
.btn__blue--light:after {
  background-color: #6ebdee;
}
.btn__blue--light:hover {
  background: #6ebdee;
  color: #fff;
}
.btn__red--light {
  background: #e24b40;
  color: #7B0800;
}
.btn__red--light:before {
  background-color: #7B0800;
}
.btn__red--light:after {
  background-color: #e24b40;
}
.btn__red--light:hover {
  background: #e24b40;
  color: #fff;
}
.btn__green--light {
  background: #8FD04C;
  color: #346500;
}
.btn__green--light:before {
  background-color: #346500;
}
.btn__green--light:after {
  background-color: #8FD04C;
}
.btn__green--light:hover {
  background: #8FD04C;
  color: #fff;
}
.btn__orange--light {
  background: #ee8d49;
  color: #B54E01;
}
.btn__orange--light:before {
  background-color: #B54E01;
}
.btn__orange--light:after {
  background-color: #ee8d49;
}
.btn__orange--light:hover {
  background: #ee8d49;
  color: #fff;
}
.btn__purple--light {
  background: #424d8e;
  color: #0d0d17;
}
.btn__purple--light:before {
  background-color: #0d0d17;
}
.btn__purple--light:after {
  background-color: #424d8e;
}
.btn__purple--light:hover {
  background: #424d8e;
  color: #fff;
}

.btn-group .btn, .btn-group form input[type=submit], form .btn-group input[type=submit] {
  margin-right: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.btn-group .btn:last-child, .btn-group form input[type=submit]:last-child, form .btn-group input[type=submit]:last-child {
  margin-right: 0;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  margin-right: var(--space-xs);
  position: relative;
  padding: 2px;
  top: 3px;
}
.icon-fb {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjU3LjExIDI1Ny4xMSI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJhIiB4MT0iOC4yOSIgeTE9IjEwMDMuNjMiIHgyPSI4LjI5IiB5Mj0iMTAwOS44NyIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCg0MCwgMCwgMCwgLTM5Ljc4LCAtMzksIDQwNzczLjIyKSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzAwNjJlMCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzE5YWZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjx0aXRsZT5mYWNlYm9vay1pY29uPC90aXRsZT48cGF0aCBkPSJNMjcxLDg1OC42OUMyMTAuMzEsODQ4LDE2My44OSw3OTUuMTIsMTYzLjg5LDczMS41NmMwLTcwLjcxLDU3Ljg1LTEyOC41NiwxMjguNTYtMTI4LjU2UzQyMSw2NjAuODUsNDIxLDczMS41NmMwLDYzLjU2LTQ2LjQyLDExNi40Mi0xMDcuMTMsMTI3LjEzTDMwNi43Myw4NTNIMjc4LjE2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2My44OSAtNjAzKSIgc3R5bGU9ImZpbGw6dXJsKCNhKSIvPjxwYXRoIGQ9Ik0zNDIuNDQsNzY3LjI3bDUuNzEtMzUuNzFIMzEzLjg3di0yNWMwLTEwLDMuNTctMTcuODYsMTkuMjgtMTcuODZoMTYuNDNWNjU1Ljg1QzM0MC4yOSw2NTQuNDIsMzMwLjMsNjUzLDMyMSw2NTNjLTI5LjI4LDAtNTAsMTcuODYtNTAsNTB2MjguNTdIMjM4Ljg4djM1LjcxSDI3MVY4NThhMTA4LjIsMTA4LjIsMCwwLDAsNDIuODUsMHYtOTAuN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNjMuODkgLTYwMykiIHN0eWxlPSJmaWxsOiNmZmYiLz48L3N2Zz4=) no-repeat center center;
  background-size: 100%;
}

@media (min-width: 992px) {
  .icon {
    top: 5px;
  }
  .footer .icon {
    top: 3px;
  }
}
:root {
  --icon-xs: 16px;
  --icon-sm: 24px;
  --icon-md: 32px;
  --icon-lg: 48px;
  --icon-xl: 64px;
}

.icon--xs {
  font-size: var(--icon-xs);
}

.icon--sm {
  font-size: var(--icon-sm);
}

.icon--md {
  font-size: var(--icon-md);
}

.icon--lg {
  font-size: var(--icon-lg);
}

.icon--xl {
  font-size: var(--icon-xl);
}

.icon-text-aligner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon-text-aligner > *:nth-child(2) {
  margin-left: var(--space-xxs);
}
.icon-text-aligner .icon {
  color: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.carac-list__cat {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 1rem;
}
.carac-list__cat:last-child {
  border-bottom: none;
}
.carac-list-details {
  margin-top: 3rem;
  text-align: left;
}
.carac-list-details h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.carac-list-details .carac-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.carac-list-details .carac-list__item {
  display: block;
}
.carac-list-details .carac-list .text-detail {
  width: 80%;
  width: calc(100% - 1.75rem - var(--space-xs));
  float: left;
}
.carac-list-details .carac-list .icon {
  float: left;
  width: 1.75rem;
  top: -3px;
}
.carac-list-details .carac-list .icon svg * {
  stroke: #8B5500;
}
.carac-list-details .cat .carac-list__item {
  width: 100%;
  margin-bottom: 1.35rem;
}
@media (min-width: 992px) {
  .carac-list-details .cat .carac-list__item {
    width: 48%;
    margin-bottom: 1.25rem;
  }
  .carac-list-details .cat .carac-list__item:nth-child(2n+1) {
    margin-right: 4%;
  }
}
@media (min-width: 1200px) {
  .carac-list-details .cat .carac-list__item {
    width: 31%;
    margin-bottom: 1.25rem;
    margin-right: 3.5%;
  }
  .carac-list-details .cat .carac-list__item:nth-child(2n+1) {
    margin-right: 3.5%;
  }
  .carac-list-details .cat .carac-list__item:nth-child(3n+3) {
    margin-right: 0;
  }
}

.flexible-content {
  padding: var(--space-md) 0;
  margin: var(--space-md) 0 var(--space-md);
}
.flexible-content.bckg-image {
  background-repeat: no-repeat;
}
.flexible-content.right {
  background-position: right;
}
.flexible-content.left {
  background-position: left;
}
.flexible-content.bckg-transparent .container:not(.container--small) {
  margin: var(--space-md-neg) 0;
}
.flexible-content.bckg-transparent p, .flexible-content.bckg-transparent h2 {
  color: rgba(255, 255, 255, 0.75);
}
.flexible-content.bckg-transparent p b, .flexible-content.bckg-transparent p strong, .flexible-content.bckg-transparent h2 b, .flexible-content.bckg-transparent h2 strong {
  color: rgba(255, 255, 255, 0.9);
}
.flexible-content .text {
  color: white;
}
.flexible-content .text h2 {
  margin-bottom: var(--space-sm);
  width: 100%;
}
.flexible-content .text p {
  margin-bottom: var(--space-xs);
}
.flexible-content .images {
  z-index: 11;
  position: relative;
}
.flexible-content .images figure {
  margin-top: auto;
  margin-bottom: auto;
}
.flexible-content .images figure:first-child + figure {
  margin-left: var(--space-md);
}
.flexible-content .images figure img {
  border-radius: 30px;
  display: block;
  width: 100%;
}
.flexible-content .images figure figcaption {
  margin-top: 5px;
}
.flexible-content .images figure .col {
  width: 75%;
  margin-left: var(--space-md);
}
.flexible-content.stats .text {
  margin-bottom: var(--space-lg);
}
.flexible-content .container--small .images {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexible-content .container--small .images figure:first-child {
  margin-bottom: inherit;
}
.flexible-content .container--small .images figure:first-child + figure {
  margin-top: var(--space-xxl);
  margin-left: var(--space-md);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flexible-content .container--small .images .col {
  width: 100%;
}
.flexible-content .container--small .images .col figure:first-child + figure {
  margin-top: var(--space-md);
  margin-left: 0;
}
.flexible-content .container--small .images .col + figure {
  margin-left: var(--space-md);
}
@media (min-width: 992px) {
  .flexible-content .container--small .images .col {
    width: 75%;
  }
}
.flexible-content .container--small .images figure + .col {
  margin-left: var(--space-md);
}
@media (min-width: 992px) {
  .flexible-content .container--small .images {
    width: 55%;
  }
  .flexible-content.right .text {
    margin-left: 3%;
  }
  .flexible-content.left .text {
    margin-right: 3%;
  }
  .flexible-content .text h2 {
    max-width: 515px;
  }
  .flexible-content .text:only-child {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 0;
  }
  .flexible-content .text--center {
    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;
  }
  .flexible-content .images {
    width: 57%;
  }
  .flexible-content .images figure img {
    width: 100%;
    height: auto;
  }
  .flexible-content .images figcaption {
    color: white;
  }
  .flexible-content .text h2 {
    margin-bottom: var(--space-md);
  }
}
@media (min-width: 1200px) {
  .flexible-content .text h2 {
    margin-bottom: calc(var(--space-md) + var(--space-sm));
  }
}

figure figcaption {
  opacity: 0.75;
  text-align: center;
}

.hero-showcase {
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
.hero-showcase + .tabs {
  margin-top: 30px;
}
.hero-showcase.bckg-image {
  background-size: cover;
}
.hero-showcase.bckg-image.bckg-red {
  position: relative;
}
.hero-showcase.bckg-image.bckg-red:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(210, 46, 35, 0.7)), color-stop(60%, rgba(210, 46, 35, 0.4)), to(rgba(210, 46, 35, 0.3)));
  background: linear-gradient(90deg, rgba(210, 46, 35, 0.7) 20%, rgba(210, 46, 35, 0.4) 60%, rgba(210, 46, 35, 0.3) 100%);
  background: linear-gradient(45deg, #ffe9ab -5%, #99c3ea 35%, rgba(105, 127, 190, 0.2));
  mix-blend-mode: color;
}
.hero-showcase.bckg-image.bckg-red:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(210, 46, 35, 0.7)), color-stop(60%, rgba(210, 46, 35, 0.4)), to(rgba(210, 46, 35, 0.3)));
  background: linear-gradient(90deg, rgba(210, 46, 35, 0.7) 20%, rgba(210, 46, 35, 0.4) 60%, rgba(210, 46, 35, 0.3) 100%);
  background: linear-gradient(45deg, rgba(255, 233, 171, 0.98) 10%, rgba(153, 195, 234, 0.8) 35%, rgba(105, 127, 190, 0.3));
  opacity: 1;
}
.hero-showcase.bckg-image.bckg-red .text {
  color: black;
}
.hero-showcase .text {
  color: white;
  margin-top: var(--space-lg);
  margin-bottom: var(--space-lg);
  z-index: 2;
}
.hero-showcase .text h2, .hero-showcase .text p {
  width: 100%;
}
.hero-showcase .text h2 {
  margin: var(--space-sm) 0 var(--space-md);
}
.hero-showcase .container--small {
  position: relative;
  z-index: 10;
}
.hero-showcase .container--small .images .col figure {
  margin-bottom: 0;
}
.hero-showcase .container--small .images.item-2 figure:first-child {
  margin-bottom: var(--space-md);
}
@media (min-width: 992px) {
  .hero-showcase .container--small .images.item-2 figure:first-child {
    margin-bottom: var(--space-xxl);
  }
}
.hero-showcase--small .text {
  margin-top: var(--space-lg);
  margin-bottom: var(--space-lg);
}

.list_dynamique .text {
  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;
  width: 100%;
  margin-bottom: var(--space-md);
  color: black;
}
.list_dynamique .publication-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--space-md);
}
.list_dynamique .publication-list .card_publication {
  width: calc(33% - var(--space-md) / 2);
}
.list_dynamique--vertical .text h2 {
  margin-bottom: 0;
}
.list_dynamique--horizontal .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list_dynamique--horizontal .container .text {
  width: 33.333%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 0;
}
.list_dynamique--horizontal .container .text h2 {
  margin-bottom: var(--space-sm);
}
.list_dynamique--horizontal .container .text .btn, .list_dynamique--horizontal .container .text form input[type=submit], form .list_dynamique--horizontal .container .text input[type=submit] {
  margin-top: var(--space-md);
}
.list_dynamique--horizontal .container .publication-list {
  width: 66.666%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list_dynamique--horizontal .container .publication-list .card_publication {
  width: calc(50% - var(--space-md) / 2);
}

.list .publication-list {
  margin-top: var(--space-lg);
}

.publication-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--space-md);
}
.publication-list .card_publication {
  width: calc(33% - var(--space-md) / 2);
}
.publication-list .card_publication__img {
  border-radius: 20px;
}

.title-pill {
  font-size: var(--text-md);
  font-weight: 400;
  font-style: italic;
  display: inline-block;
  position: relative;
  color: white;
  z-index: 10;
  padding: 0.1rem 0.5rem;
  margin-bottom: var(--space-sm);
  margin-left: -6px;
}
.title-pill:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}
.title-pill.bck-yellow:after {
  background-color: #f3a426;
}
.title-pill.bck-yellow-light:after {
  background-color: #F1A32A;
}
.title-pill.bck-blue:after {
  background-color: #0491E3;
}
.title-pill.bck-red:after {
  background-color: #ED0F00;
}
.title-pill.bck-green:after {
  background-color: #67CB0A;
}
.title-pill.bck-orange:after {
  background-color: #ED6907;
}
.title-pill.bck-purple:after {
  background-color: #424d8e;
}
.title-pill.bck-gradient:after {
  background-color: linear-gradient(45deg, #FFE9AB 5%, #99C3EA 35%, #697FBE);
}
.title-pill.bck-gray:after {
  background-color: #000000;
}

.tabs {
  padding: 0 0 var(--space-md);
}
.tabs__nav {
  background-color: #FCF8ED;
  border-bottom: 2px solid white;
}
.tabs__nav--item {
  line-height: 30px;
  text-align: left;
  padding: var(--space-sm);
  color: rgba(0, 0, 0, 0.6);
}
.tabs__nav--item:hover {
  color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
.tabs__nav--item.active, .tabs__nav--item.active:first-child {
  color: #fff;
  background-color: #8B5500;
}
.tabs__content {
  background: #fff;
}
.tabs__content--item {
  background: #FCF8ED;
  padding: var(--space-md);
}
.tabs__content--item .text {
  min-height: 150px;
  padding-top: var(--space-md);
  padding-bottom: calc(var(--space-md) * 2);
}
.tabs__content--item .text .carac-list {
  margin-top: var(--space-md);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tabs__content--item .text .carac-list .icon {
  width: 1.5rem;
}
.tabs__content--item .text .carac-list .icon svg * {
  stroke: #8B5500;
}
.tabs__content--item .text .carac-list__item {
  width: 47%;
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
  display: inline-block;
  padding: var(--space-xxs) 0 var(--space-xxs) var(--space-md);
}
.tabs__content--item .text .carac-list__item:nth-child(2n+1) {
  margin-right: 6%;
}
@media (min-width: 992px) {
  .tabs__content--item .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .tabs__content--item .text h3 {
    width: 100%;
  }
  .tabs__content--item .text .carac-list {
    width: 60%;
    margin-top: 0;
    margin-left: auto;
  }
  .tabs__nav--item {
    float: left;
    width: 25%;
    padding: var(--space-md);
  }
}
.tabs .clearfix:before,
.tabs .clearfix:after {
  content: " ";
  display: table;
}
.tabs .clearfix:after {
  clear: both;
}
.tabs .clearfix {
  *zoom: 1;
}
.tabs .slick-slide {
  margin-right: var(--space-md);
}
.tabs .slick-slide img {
  height: 380px;
}

form label {
  display: block;
  margin-bottom: var(--space-md);
  font-family: var(--font-primary);
}
form input[type=text], form input[type=email], form textarea, form select {
  background: rgba(0, 0, 0, 0.05);
  border: none;
  border-bottom: 2px solid #697FBE;
  outline: none;
  padding: var(--space-sm);
  width: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: var(--text-base-size);
}
form input[type=text]:focus, form input[type=email]:focus, form textarea:focus, form select:focus {
  background: #697FBE;
  color: white;
}
form input[type=text]:focus::-webkit-input-placeholder, form input[type=email]:focus::-webkit-input-placeholder, form textarea:focus::-webkit-input-placeholder, form select:focus::-webkit-input-placeholder {
  /* Edge */
  color: white;
}
form input[type=text]:focus:-ms-input-placeholder, form input[type=email]:focus:-ms-input-placeholder, form textarea:focus:-ms-input-placeholder, form select:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}
form input[type=text]:focus::-moz-placeholder, form input[type=email]:focus::-moz-placeholder, form textarea:focus::-moz-placeholder, form select:focus::-moz-placeholder {
  color: white;
}
form input[type=text]:focus::-ms-input-placeholder, form input[type=email]:focus::-ms-input-placeholder, form textarea:focus::-ms-input-placeholder, form select:focus::-ms-input-placeholder {
  color: white;
}
form input[type=text]:focus::placeholder, form input[type=email]:focus::placeholder, form textarea:focus::placeholder, form select:focus::placeholder {
  color: white;
}
form .wpcf7-list-item {
  margin: 0;
  position: relative;
}
form .wpcf7-form-control.wpcf7-radio {
  display: block;
  width: 100%;
}
form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  height: 100%;
  display: inline-block;
  margin-right: 8px;
}
form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item:hover input[type=radio] {
  cursor: pointer;
}
form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item:hover input[type=radio] + span::before {
  background: rgba(0, 0, 0, 0.15);
}
form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
  background: rgba(0, 0, 0, 0.05);
}
form input[type=radio] {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 50;
}
form input[type=radio] + span {
  padding: var(--space-sm) var(--space-md) var(--space-sm) 0;
  height: 100%;
  position: relative;
  color: rgba(0, 0, 0, 0.35);
  top: -10px;
}
form input[type=radio] + span::before {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  top: 15px;
  position: relative;
  left: 0;
  margin-right: var(--space-sm);
  background: rgba(0, 0, 0, 0.05);
  border: 2px solid #697FBE;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
form input[type=radio]:checked + span {
  color: #000;
}
@media (min-width: 1200px) {
  form input[type=radio] {
    top: 0;
  }
  form input[type=radio] + span {
    top: -20px;
  }
  form input[type=radio] + span::before {
    width: 52px;
    height: 52px;
    top: 20px;
  }
}
form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:checked + span::before {
  border: 2px solid #697FBE;
  background: #697FBE;
}
form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type=radio]:checked:hover + span::before {
  background: #697FBE;
}
form p {
  max-width: inherit;
}
form ::-webkit-input-placeholder {
  /* Edge */
  font-family: var(--font-primary);
  color: rgba(0, 0, 0, 0.35);
}
form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: var(--font-primary);
  color: rgba(0, 0, 0, 0.35);
}
form ::-moz-placeholder {
  font-family: var(--font-primary);
  color: rgba(0, 0, 0, 0.35);
}
form ::-ms-input-placeholder {
  font-family: var(--font-primary);
  color: rgba(0, 0, 0, 0.35);
}
form ::placeholder {
  font-family: var(--font-primary);
  color: rgba(0, 0, 0, 0.35);
}
form input[type=submit] {
  border: none;
  width: inherit;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #F1A32A;
  background-color: #F1A32A;
  color: white;
  padding: var(--space-sm) var(--space-md);
}

.interested {
  padding: var(--space-xl) 0 var(--space-xl);
}
.interested .btn, .interested form input[type=submit], form .interested input[type=submit] {
  margin-top: 0;
}
.interested .btn-group {
  margin-top: var(--space-md);
}
.interested .flex-md {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.interested-event {
  padding: var(--space-lg) var(--space-md);
  color: white;
}
.interested-event .text {
  margin-bottom: var(--space-md);
}
.interested-event .text h3 {
  margin-bottom: var(--space-md);
}
@media (min-width: 992px) {
  .interested {
    padding: var(--space-lg) 0 var(--space-xl);
  }
  .interested-event {
    padding: var(--space-xl) var(--space-md);
  }
  .interested-event .text {
    margin-bottom: 0;
  }
  .interested .btn-group {
    margin-top: var(--space-md);
  }
}
@media (min-width: 1480px) {
  .interested .flex-md {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .interested-event .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .interested-event .text h3 {
    margin-bottom: 0;
  }
  .interested-event .text p {
    margin-left: var(--space-xxl);
  }
}

.card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card__item {
  width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: var(--space-md-by2);
}
.card__item--color {
  height: 100%;
  padding: var(--space-md) var(--space-md);
  text-align: center;
}
.card__item--color .flex {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 86px;
}
.card__item--color svg {
  margin-top: var(--space-xs);
}
@media (min-width: 527px) {
  .card__item {
    width: 33.33%;
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }
}
@media (min-width: 767px) {
  .card__item {
    width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media (min-width: 992px) {
  .card__item {
    width: 16.666%;
    -ms-flex-preferred-size: 16.666%;
        flex-basis: 16.666%;
  }
}
@media (min-width: 1200px) {
  .card__item--color {
    padding: var(--space-lg) var(--space-lg) var(--space-md);
  }
}
.card__item p {
  margin-top: var(--space-md);
}
.card__item svg {
  width: 2.5rem;
}

.card_publication {
  border-radius: 20px;
  color: black;
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
}
.card_publication__body {
  padding: var(--space-sm) var(--space-md);
}
.card_publication__body h3 {
  font-weight: 700;
}
.card_publication__body .date {
  display: block;
  margin-bottom: var(--space-xs);
}
.card_publication__body p {
  line-height: var(--body-line-height-sm);
}
.card_publication__img {
  position: relative;
  padding-top: 56.25%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
.card_publication img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card_publication.horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
}
.card_publication.horizontal .card_publication__img {
  width: 38%;
  padding-top: 0;
}
.card_publication.horizontal .card_publication__body {
  width: 61%;
  padding-right: var(--space-md-by2);
}

/*//////////////////////////////////////////////////////////////////
[ Table ]*/
.limiter {
  width: 100%;
  margin: 0 auto;
}

.wrap-table100 {
  width: 960px;
  overflow: hidden;
}

.table {
  width: 100%;
  display: table;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .table {
    display: block;
  }
}
.row {
  display: table-row;
  background: #eeeeee;
}

.row.header {
  color: #ffffff;
  background: #000000;
}

@media screen and (max-width: 768px) {
  .row {
    display: block;
  }

  .row.header {
    padding: 0;
    height: 0px;
  }

  .row.header .cell {
    display: none;
  }

  .row .cell:before {
    font-family: Poppins-Bold;
    font-size: 12px;
    color: #808080;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: unset !important;
    margin-bottom: 13px;
    content: attr(data-title);
    min-width: 98px;
    display: block;
  }
}
.cell {
  display: table-cell;
}

@media screen and (max-width: 768px) {
  .cell {
    display: block;
  }
}
.row .cell {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #666666;
  line-height: 1.2;
  font-weight: unset !important;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}

.row.header .cell {
  font-family: Poppins-Regular;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset !important;
  padding-top: 19px;
  padding-bottom: 19px;
}

.row .cell:nth-child(1) {
  width: 360px;
  padding-left: 40px;
}

.row .cell:nth-child(2) {
  width: 160px;
}

.row .cell:nth-child(3) {
  width: 250px;
}

.row .cell:nth-child(4) {
  width: 190px;
}

.table, .row {
  width: 100% !important;
}

.row:hover {
  background-color: #ececff;
  cursor: pointer;
}

@media (max-width: 768px) {
  .row {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 18px;
    padding-top: 30px;
    padding-right: 15px;
    margin: 0;
  }

  .row .cell {
    border: none;
    padding-left: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .row .cell:nth-child(1) {
    padding-left: 30px;
  }

  .row .cell {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #555555;
    line-height: 1.2;
    font-weight: unset !important;
  }

  .table, .row, .cell {
    width: 100% !important;
  }
}
.hero {
  height: 50vw;
  min-height: 480px;
  max-height: 70vh;
  padding: 0;
  position: relative;
}
.hero .flag {
  position: absolute;
  top: var(--space-lg);
  right: var(--space-lg);
  z-index: 1001;
}
.hero .container--full {
  position: relative;
}
.hero .container--full:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: #2A7B9B;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  opacity: 1;
  z-index: 3;
}
.hero__fullimg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.hero__fullimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__content {
  position: absolute;
  width: 100%;
  width: calc(100% - 60px);
  bottom: 1rem;
  left: 30px;
  z-index: 4;
}
.hero__content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: var(--space-xs);
}
.hero__content__wrapper .left, .hero__content__wrapper .right {
  width: 50%;
}
.hero__content__wrapper .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.hero__content__wrapper .right {
  width: 45%;
  margin-bottom: var(--space-xs);
}
.hero__content__wrapper .right h2 {
  text-align: right;
  max-width: inherit;
  margin-bottom: var(--space-xs);
  color: #fff;
}
.hero__content h1 {
  color: #fff;
  margin-bottom: 0;
}

.hero .card_publication.horizontal {
  padding: 0.2rem;
}

.contact {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(51%, #000000));
  background: linear-gradient(90deg, #fff 50%, #000000 51%);
  background: white;
}
.contact__form {
  background: white;
  padding: var(--space-xl) 0 var(--space-xl) 0;
}
.contact__details {
  background-color: #fff;
}
.contact__details--box {
  margin-bottom: var(--space-xl);
}
.contact__details--box a, .contact__details--box h4 {
  margin-bottom: var(--space-sm);
}
.contact__details--box h4 {
  margin-bottom: var(--space-md);
}
@media (min-width: 992px) {
  .contact__form {
    width: 54%;
  }
  .contact__details {
    width: 40%;
    margin-left: 6%;
    padding: var(--space-xl) var(--space-lg);
  }
}

.events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}
.events--page {
  margin-top: calc(var(--space-lg-neg) + var(--space-md-neg));
}
.events__item {
  display: inline-block;
  margin-right: 0;
  margin-bottom: var(--space-md);
  width: 100%;
  background-color: #424d8e;
  line-height: 1;
}
.events__item:nth-child(2n) {
  margin-right: 0;
}
.events__item .img-hover-zoom {
  height: 77%;
}
.events__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.events .infos {
  padding: var(--space-md) var(--space-md);
}
.events .infos date {
  display: block;
  color: #fff;
  margin-bottom: var(--space-xs);
}
.events .infos h3 {
  color: #0d0d17;
}
@media (min-width: 767px) {
  .events__item {
    margin-right: var(--space-md);
    width: calc(50% - var(--space-md) / 2);
  }
  .events__item .img-hover-zoom {
    height: 60%;
  }
}
@media (min-width: 992px) {
  .events__item .img-hover-zoom {
    height: 77%;
  }
}
@media (min-width: 992px) {
  .events__item .img-hover-zoom {
    height: 81%;
  }
}
/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/swiper.css ***!
  \*******************************************************************************************************************************************************************/
/**
 * Swiper 12.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 18, 2026
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

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

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-slides-offset-before);
          margin-inline-start: var(--swiper-slides-offset-before);
  scroll-margin-inline-start: var(--swiper-slides-offset-before);
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child {
  -webkit-margin-end: var(--swiper-slides-offset-after);
          margin-inline-end: var(--swiper-slides-offset-after);
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-slides-offset-before);
          margin-block-start: var(--swiper-slides-offset-before);
  scroll-margin-block-start: var(--swiper-slides-offset-before);
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:last-child {
  -webkit-margin-after: var(--swiper-slides-offset-after);
          margin-block-end: var(--swiper-slides-offset-after);
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

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

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

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */
/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/modules/scrollbar.css ***!
  \******************************************************************************************************************************************************************************/
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

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

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

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