@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Jockey+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100..900;1,100..900&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.is-hidden {
  display: none !important;
}
@media (max-width: 575px) {
  .is-hidden-sm {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .is-hidden-md {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .is-hidden-lg {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .is-hidden-xl {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .is-hidden-sm--up {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .is-hidden-md--up {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .is-hidden-lg--up {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .is-hidden-xl--up {
    display: none !important;
  }
}

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

.img-fit--cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  vertical-align: middle;
}

.img-fit--contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
@font-face {
  font-family: system;
  font-style: normal;
  font-weight: 300;
  src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma");
}
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-size: calc(1em * 0.625);
  scroll-behavior: smooth;
}

body {
  font-family: "Asap", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: #3C3C3B;
}
@media (min-width: 768px) {
  body {
    font-size: 2rem;
  }
}
body.is-active {
  position: fixed;
  width: 100%;
}
body strong {
  font-weight: bold;
}

ul li {
  font-size: 1.6rem;
}

h1 {
  color: #351685;
  font-family: "Jockey One", sans-serif;
}

h2 {
  color: #351685;
  font-family: "Jockey One", sans-serif;
  font-size: 2.5rem;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 5rem;
  }
}

p,
p a {
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #351685;
}
a:hover {
  color: #240f59;
}

option {
  color: initial;
}

textarea {
  resize: vertical;
}

.entry-content table,
.bloc-content__body table,
.wysiwyg table {
  width: 100%;
  max-width: 100%;
  margin: 1.5rem 0;
  display: block;
  border-collapse: collapse;
  font-size: 1.6rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.entry-content table th,
.entry-content table td,
.bloc-content__body table th,
.bloc-content__body table td,
.wysiwyg table th,
.wysiwyg table td {
  border: 1px solid #ccc;
  padding: 0.75rem 1rem;
  text-align: left;
}
.entry-content table th,
.bloc-content__body table th,
.wysiwyg table th {
  background-color: #D7341C;
  color: #fff;
  font-weight: 600;
}
.entry-content table tbody tr:nth-child(even),
.bloc-content__body table tbody tr:nth-child(even),
.wysiwyg table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.entry-content table tbody tr:nth-child(odd),
.bloc-content__body table tbody tr:nth-child(odd),
.wysiwyg table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}
.entry-content a:not([class*=btn]):not([class*=wp-element-button]):not([class*=wysiwyg-btn]),
.bloc-content__body a:not([class*=btn]):not([class*=wp-element-button]):not([class*=wysiwyg-btn]),
.wysiwyg a:not([class*=btn]):not([class*=wp-element-button]):not([class*=wysiwyg-btn]) {
  text-decoration: underline;
}
.entry-content a:not([class*=btn]):not([class*=wp-element-button]):not([class*=wysiwyg-btn]):hover,
.bloc-content__body a:not([class*=btn]):not([class*=wp-element-button]):not([class*=wysiwyg-btn]):hover,
.wysiwyg a:not([class*=btn]):not([class*=wp-element-button]):not([class*=wysiwyg-btn]):hover {
  text-decoration: none;
}
.entry-content p + ul,
.bloc-content__body p + ul,
.wysiwyg p + ul {
  margin-top: -8px;
}
.entry-content iframe,
.bloc-content__body iframe,
.wysiwyg iframe {
  max-width: 100%;
}
@media (max-width: 768px) {
  .entry-content table,
.bloc-content__body table,
.wysiwyg table {
    font-size: 0.9rem;
  }
}
.entry-content img,
.bloc-content__body img,
.wysiwyg img {
  max-width: 100%;
}

.site-title {
  vertical-align: middle;
}

.bg-white, .bloc-cards__grid.auto .bloc-cards__drop:nth-child(4n+2) .bloc-cards__card {
  background-color: white;
}

.bg-grey, .bloc-cards__grid.auto .bloc-cards__drop:nth-child(4n+3) .bloc-cards__card {
  background-color: #EEEAE9;
}

.bg-lav, .bloc-cards__grid.auto .bloc-cards__drop:nth-child(4n+4) .bloc-cards__card {
  background-color: #EDEBFC;
}

.bg-violet, .bloc-cards__grid.auto .bloc-cards__drop:nth-child(4n+1) .bloc-cards__card {
  background-color: #351685;
}
.bg-violet *:not(.wysiwyg-btn, .wp-element-button), .bloc-cards__grid.auto .bloc-cards__drop:nth-child(4n+1) .bloc-cards__card *:not(.wysiwyg-btn, .wp-element-button) {
  color: white;
}
.bg-violet a:not(.wysiwyg-btn, .wp-element-button), .bloc-cards__grid.auto .bloc-cards__drop:nth-child(4n+1) .bloc-cards__card a:not(.wysiwyg-btn, .wp-element-button) {
  color: white;
}

img.alignright {
  margin: 0 0 1em 1em;
  float: right;
}

img.alignleft {
  margin: 0 1em 1em 0;
  float: left;
}

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

.alignright {
  margin-left: 15px;
  float: right;
}

.alignleft {
  margin-right: 15px;
  float: left;
}

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

img[class^=wp-image] {
  height: auto;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.gallery a {
  display: block;
}
.gallery .gallery-item img {
  border-color: transparent !important;
  height: auto;
}
.gallery .gallery-caption {
  font-size: 1.5rem;
  color: #6a6a6a;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: none;
  margin: 20px 0;
  /* fixes potential theme css conflict */
}
.acf-map img {
  max-width: inherit !important;
}

/**** WYSIWYG specific elements style ****/
p:has(.wysiwyg-btn) {
  display: flex;
  margin-top: 25px;
}

.wp-block-video {
  max-height: 200px;
}
@media (min-width: 768px) {
  .wp-block-video {
    max-height: 600px;
  }
}
.wp-block-video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/**** FacetWP ****/
.facetwp-pager {
  display: flex;
  justify-content: center;
  padding-block: 20px;
  margin-top: 40px;
}
.facetwp-page {
  border: 1px solid;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: #351685;
  transition: all 0.2s ease-out;
}
.facetwp-page i {
  font-size: 30px;
}
.facetwp-dropdown {
  padding-block: 10px;
  background-color: transparent;
  border: 1px solid #83509b;
  border-radius: 5px;
  padding-inline: 10px;
  color: #83509b;
  font-weight: 600;
}

#filters .facetwp-dropdown option[value=non-classe] {
  display: none;
}

#filters .facetwp-dropdown option[value=non-classe] {
  display: none;
}

/**** Formidable ****/
.frm_forms .frm_button_submit {
  background: #D7341C !important;
  border-color: #D7341C !important;
  border-radius: 25px !important;
  font-size: 1.6rem !important;
  text-transform: uppercase !important;
}
.frm_forms .frm_button_submit:hover {
  background-color: transparent !important;
  color: #D7341C !important;
}
.frm_forms .frm_primary_label {
  font-family: "Asap", sans-serif !important;
}

/**** Meow lightbox ****/
body .mwl .mwl__metadata h2 {
  font-family: "Asap", sans-serif;
  font-weight: normal;
  font-size: 16px;
}

.btn, .btn-p, .btn-o, .btn-small, .wp-element-button, .frm_forms .frm_button_submit, .btn-w, .navbar-links li.is-btn a, .bg-violet .wp-element-button, .bloc-cards__grid.auto .bloc-cards__drop:nth-child(4n+1) .bloc-cards__card .wp-element-button {
  padding-inline: 20px;
  padding-block: 10px;
  border-radius: 30px;
  text-transform: uppercase;
  transition: all 0.1s ease-out;
  font-size: 1.4rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .btn, .btn-p, .btn-o, .btn-small, .wp-element-button, .frm_forms .frm_button_submit, .btn-w, .navbar-links li.is-btn a, .bg-violet .wp-element-button, .bloc-cards__grid.auto .bloc-cards__drop:nth-child(4n+1) .bloc-cards__card .wp-element-button {
    font-size: 1.6rem;
  }
}

.btn-w, .navbar-links li.is-btn a, .bg-violet .wp-element-button, .bloc-cards__grid.auto .bloc-cards__drop:nth-child(4n+1) .bloc-cards__card .wp-element-button {
  background-color: white;
  color: #351685;
  border: 1px solid white;
}
.btn-w:hover, .navbar-links li.is-btn a:hover, .bg-violet .wp-element-button:hover, .bloc-cards__grid.auto .bloc-cards__drop:nth-child(4n+1) .bloc-cards__card .wp-element-button:hover {
  background-color: #e6e6e6;
  color: #240f59;
}

.btn-o, .btn-small, .wp-element-button, .frm_forms .frm_button_submit {
  background-color: #D7341C;
  color: white;
  border: 1px solid #D7341C;
}
.btn-o:hover, .btn-small:hover, .wp-element-button:hover, .frm_forms .frm_button_submit:hover {
  background-color: transparent;
  color: #D7341C;
}

.btn-p {
  background-color: #351685;
  color: white;
  border: 1px solid #351685;
}
.btn-p:hover {
  background-color: transparent;
  color: #351685;
  border-color: #351685;
}

.btn-small {
  padding-inline: 10px;
  padding-block: 5px;
  font-size: 1.4rem;
}

.site-header {
  position: relative;
}

.menu {
  display: none;
  height: calc(100vh - 70px);
  width: 100%;
  background-color: white;
  position: absolute;
  top: 95;
  z-index: 1000;
  overflow-y: scroll;
  padding-bottom: 80px;
  padding-top: 80px;
}
.menu-header__list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .menu-header__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }
}
@media (min-width: 992px) {
  .menu-header__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.menu .menu-item-has-children a {
  color: #351685;
  font-size: 2.5rem;
  font-weight: 700;
}
.menu .sub-menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
  padding-left: 20px;
  padding-top: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.menu .sub-menu a {
  font-size: 1.8rem;
  color: #3C3C3B;
  font-weight: 300;
}
.menu .sub-menu a:hover {
  text-decoration: underline;
}
.menu .sub-menu::before {
  content: "";
  height: 80%;
  width: 2px;
  background-color: #351685;
  position: absolute;
  left: 0;
  top: 20%;
}
@media (min-width: 992px) {
  .menu {
    height: calc(100vh - 95px);
  }
}

.navbar {
  background-color: #351685;
  padding-block: 15px;
  height: 70px;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .navbar {
    height: 95px;
  }
}
.navbar .container {
  display: grid;
  grid-template-columns: 40px 150px auto;
  gap: 10px;
}
@media (min-width: 992px) {
  .navbar .container {
    grid-template-columns: 110px 150px auto 160px;
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .navbar .icon-text {
    display: none;
  }
}
.navbar.is-active .navbar-toggle__burger span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.navbar.is-active .navbar-toggle__burger span:nth-child(2) {
  transform: scale(0);
  opacity: 0;
}
.navbar.is-active .navbar-toggle__burger span:nth-child(3) {
  transform: translateY(-12px) rotate(-45deg);
}
.navbar-toggle {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 10px;
  background-color: transparent;
  border: 0px;
  cursor: pointer;
}
.navbar-toggle__burger {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.navbar-toggle span {
  width: 100%;
  height: 1px;
  background-color: white;
  transition: all 0.2s ease-out;
}
.navbar-toggle p {
  margin: 0;
  color: white;
  text-transform: uppercase;
}
.navbar-brand {
  display: flex;
  width: 100%;
  background-color: #D7341C;
  padding-inline: 20px;
  padding-block: 15px;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
}
.navbar-brand a {
  width: 100%;
  display: flex;
}
@media (max-width: 991px) {
  .navbar-brand {
    display: flex;
    padding-inline: 10px;
    padding-block: 10px;
    width: fit-content;
  }
  .navbar-brand a {
    width: 80px;
  }
}
.navbar-links {
  display: flex;
  gap: 15px;
  list-style: none;
  justify-content: end;
}
.navbar-links li:not(.is-btn) a {
  color: white;
}
.navbar-links li:not(.is-btn) a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .navbar-links {
    display: none;
  }
}
.navbar-utils {
  display: flex;
  align-items: center;
  justify-content: end;
}

/**** Desktop lang list ****/
.wpml-ls ul {
  display: flex;
  gap: 15px;
  font-size: 2rem;
}
.wpml-ls-link {
  color: white;
  padding: 0 !important;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-family: "Asap", sans-serif;
}
.wpml-ls-item {
  position: relative;
  width: max-content;
}
.wpml-ls-item::after {
  content: "";
  position: absolute;
  top: 20%;
  right: -7px;
  height: 70%;
  width: 1px;
  background-color: white;
}
.wpml-ls-item:last-of-type::after {
  display: none;
}
.wpml-ls-item:hover a {
  color: #D7341C;
}
.wpml-ls-current-language a {
  color: #D7341C;
  text-decoration: underline;
  font-weight: 600;
}
@media (max-width: 991px) {
  .wpml-ls-statics-shortcode_actions {
    display: none;
  }
}

.otgs-development-site-front-end {
  display: none;
}

/**** Mobile lang selector ****/
.mobile-lang {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-lang a {
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .mobile-lang {
    display: none;
  }
}
.mobile-lang .menu-item-has-children {
  position: relative;
  width: 40px;
}
.mobile-lang .menu-item-has-children::after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: block;
  background-color: transparent;
  color: #D7341C;
  right: 0;
  width: fit-content;
  font-size: 1.5rem;
  transition: all 0.2s ease-out;
  line-height: 1.5rem;
  height: 16px;
}
.mobile-lang .menu-item-has-children a {
  cursor: pointer;
}
.mobile-lang .menu-item-has-children:hover .sub-menu {
  opacity: 1;
}
.mobile-lang .menu-item-has-children.active .sub-menu {
  opacity: 1;
}
.mobile-lang .menu-item-has-children.active::after {
  transform: scaleY(-1);
}
.mobile-lang .sub-menu {
  padding-inline: 20px;
  padding-block: 10px;
  background-color: white;
  position: absolute;
  top: 30px;
  right: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
  border-radius: 5px;
  transition: all 0.2s ease-out;
  opacity: 0;
}
.mobile-lang .sub-menu a {
  color: #351685;
  font-size: 1.7rem;
}

/**** Navbar search ****/
.navbar-search {
  background-color: transparent;
  border: 0px;
  cursor: pointer;
  width: 40px;
  height: 27px;
}
.navbar-search svg {
  height: 27px;
  width: 100%;
}

.bloc-search {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #D7341C;
  transform-origin: center;
  transition: transform 0.5s ease-in-out;
  transform: translateY(-100%);
}
.bloc-search.is-active {
  transform: translateY(0);
}
.bloc-search .search-form {
  display: flex;
}
@media (min-width: 576px) {
  .bloc-search .search-form {
    width: 70%;
    max-width: 600px;
  }
}

.search-field {
  width: calc(100% - 60px);
  height: 50px;
  padding: 15px 20px;
  border-radius: 20px 0 0 20px;
  border: 1px solid #D7341C;
}

.search-submit {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 0 20px 20px 0;
  border: 1px solid #351685;
  background: #351685;
  color: white;
  font-size: 20px;
  cursor: pointer;
}
.search-submit:hover {
  background: #2c126f;
  border-color: #2c126f;
}

/**** Front Hero ****/
.front-hero {
  position: relative;
  padding-top: 80px;
  padding-bottom: 120px;
}
@media (min-width: 992px) {
  .front-hero {
    padding-top: 60px;
    padding-bottom: 295px;
  }
}
.front-hero::after {
  width: 60%;
  height: 30px;
  background: white;
  clip-path: polygon(30px 0, 100% 0, 100% 100%, 0% 100%);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 992px) {
  .front-hero::after {
    width: 40%;
    height: 80px;
    clip-path: polygon(95px 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.front-hero--img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
.front-hero--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.front-hero h1.inv-title {
  opacity: 0;
  margin: 0px;
  height: 0;
}
.front-hero__content {
  position: relative;
  z-index: 2;
  display: grid;
  padding-block: 30px;
  top: 20px;
}
@media (max-width: 991px) {
  .front-hero__content div:not(.empty) {
    width: calc(100% - 40px);
  }
}
@media (min-width: 1940px) {
  .front-hero__content {
    max-width: 80vw;
  }
}
.front-hero__content::after {
  content: "";
  border-radius: 0px 9999px 9999px 0px;
  background: transparent;
  z-index: 0;
  width: 150%;
  height: 100%;
  left: -50%;
  position: absolute;
}
@media (max-width: 991px) {
  .front-hero__content::after {
    width: 140%;
  }
}
.front-hero__content::before {
  content: "";
  width: 150%;
  height: 100%;
  background-color: #351685;
  position: absolute;
  left: -50%;
  border-radius: 0px 9999px 9999px 0px;
  opacity: 0.8;
  z-index: -1;
}
@media (max-width: 991px) {
  .front-hero__content::before {
    width: 140%;
  }
}
@media (min-width: 992px) {
  .front-hero__content {
    grid-template-columns: 50% 50%;
    padding-block: 120px;
    top: 120px;
    min-height: 470px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .front-hero__content::before {
    left: -40%;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .front-hero__content::after {
    width: 100%;
    left: -40%;
  }
}
@media (max-width: 767px) {
  .front-hero__content {
    max-width: calc(100% - 70px);
  }
}
.front-hero .static {
  font-size: 1.8rem;
  color: white;
  font-family: "Asap", sans-serif;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .front-hero .static {
    font-size: 4rem;
  }
}
.front-hero .animated {
  color: white;
  font-size: 2rem;
  font-family: "Jockey One", sans-serif;
  margin-block: 0px;
}
@media (min-width: 992px) {
  .front-hero .animated {
    font-size: 5rem;
  }
}
.front-hero .empty svg {
  position: absolute;
  bottom: -80px;
  right: 0px;
}
.front-hero .empty polyline {
  stroke-dasharray: 500;
  /* total length of the polyline */
  stroke-dashoffset: 500;
  /* fully hidden initially */
  animation: draw 3s linear forwards;
  animation-delay: 0.9s;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
    /* reveals the whole polyline */
  }
}
@media (max-width: 991px) {
  .front-hero .empty {
    display: none;
  }
}
.front-hero__content.aos-animate::after {
  animation: shadowExpandMobile 1.5s ease-in-out forwards;
  animation-delay: 0.9s;
}
@media (min-width: 992px) {
  .front-hero__content.aos-animate::after {
    animation: shadowExpand 1.5s ease-in-out forwards;
  }
}
@keyframes shadowExpand {
  0% {
    box-shadow: 0 0 0 0px #8263ce, 0 0 0 0px #6e3bcd, 0 0 0 0px #4f2fb1, 0 0 0 0px rgba(38, 24, 119, 0.7);
  }
  25% {
    box-shadow: 0 0 0 30px #8263ce, 0 0 0 0px #6e3bcd, 0 0 0 0px #4f2fb1, 0 0 0 0px rgba(38, 24, 119, 0.7);
  }
  50% {
    box-shadow: 0 0 0 30px #8263ce, 0 0 0 60px #6e3bcd, 0 0 0 0px #4f2fb1, 0 0 0 0px rgba(38, 24, 119, 0.7);
  }
  75% {
    box-shadow: 0 0 0 30px #8263ce, 0 0 0 60px #6e3bcd, 0 0 0 90px #4f2fb1, 0 0 0 0px rgba(38, 24, 119, 0.7);
  }
  100% {
    box-shadow: 0 0 0 30px #8263ce, 0 0 0 60px #6e3bcd, 0 0 0 90px #4f2fb1, 0 0 0 120px rgba(38, 24, 119, 0.7);
  }
}
@keyframes shadowExpandMobile {
  0% {
    box-shadow: 0 0 0 0px #8263ce, 0 0 0 0px #6e3bcd, 0 0 0 0px #4f2fb1, 0 0 0 0px rgba(38, 24, 119, 0.7);
  }
  25% {
    box-shadow: 0 0 0 10px #8263ce, 0 0 0 0px #6e3bcd, 0 0 0 0px #4f2fb1, 0 0 0 0px rgba(38, 24, 119, 0.7);
  }
  50% {
    box-shadow: 0 0 0 10px #8263ce, 0 0 0 20px #6e3bcd, 0 0 0 0px #4f2fb1, 0 0 0 0px rgba(38, 24, 119, 0.7);
  }
  75% {
    box-shadow: 0 0 0 10px #8263ce, 0 0 0 20px #6e3bcd, 0 0 0 30px #4f2fb1, 0 0 0 0px rgba(38, 24, 119, 0.7);
  }
  100% {
    box-shadow: 0 0 0 10px #8263ce, 0 0 0 20px #6e3bcd, 0 0 0 30px #4f2fb1, 0 0 0 40px rgba(38, 24, 119, 0.7);
  }
}

/**** Front Split ****/
.front-split .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  .front-split .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .front-split.reverse {
    padding-top: 0;
  }
  .front-split.reverse .container {
    flex-direction: column-reverse;
  }
}
.front-split__image {
  display: flex;
  justify-content: center;
  width: 250px;
  position: relative;
}
.front-split__image img {
  width: 80%;
  max-width: 300px;
  object-fit: contain;
}
@media (min-width: 992px) {
  .front-split__image img {
    width: 100%;
  }
}
.front-split__image.has-lines::after {
  content: "";
  width: 25px;
  height: 1px;
  position: absolute;
  bottom: 50%;
  right: 0px;
  background-color: lightgray;
  transform: scale(0);
  transform-origin: left;
}
@media (min-width: 992px) {
  .front-split__image.has-lines::after {
    width: 50px;
    right: 50px;
    left: unset;
  }
}
.front-split__image.has-lines::before {
  content: "";
  width: 25px;
  height: 1px;
  position: absolute;
  bottom: 50%;
  left: 0px;
  background-color: lightgray;
  transform: scale(0);
  transform-origin: right;
}
@media (min-width: 992px) {
  .front-split__image.has-lines::before {
    width: 50px;
    left: calc(50% - 215px);
  }
}
.front-split__image .line-decoration {
  display: block;
  width: 1px;
  height: 25px;
  background-color: lightgray;
  position: absolute;
  top: -35px;
  right: 50%;
  transform: scale(0);
  transform-origin: bottom;
}
.front-split__image .line-decoration--bottom {
  position: absolute;
  top: unset;
  left: unset;
  bottom: -35px;
  right: 50%;
  transform-origin: top;
}
@media (min-width: 992px) {
  .front-split__image .line-decoration {
    height: 50px;
    top: -40px;
  }
  .front-split__image .line-decoration--bottom {
    bottom: -40px;
    top: unset;
  }
}
@media (min-width: 992px) {
  .front-split__image {
    width: 100%;
  }
}
.front-split .arrow-decoration {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  bottom: -20px;
}
.front-split .arrow-decoration--right {
  width: 40px;
  height: 40px;
  right: 20px;
  top: 20px;
  left: unset;
}
@media (min-width: 992px) {
  .front-split .arrow-decoration--right {
    right: -20px;
    top: 0;
  }
}
@media (min-width: 992px) {
  .front-split .arrow-decoration {
    width: 60px;
    height: 60px;
    left: 90px;
    opacity: 0;
  }
  .front-split .arrow-decoration--right {
    left: unset;
    bottom: unset;
    top: 80px;
    right: 80px;
  }
}
.front-split__image.aos-animate .arrow-decoration {
  animation: slidLeft 500ms linear forwards;
  animation-delay: 1.4s;
}
.front-split__image.aos-animate .arrow-decoration--right {
  animation: slideRight 500ms linear forwards;
  animation-delay: 1.4s;
}
.front-split__image.aos-animate.has-lines::after, .front-split__image.aos-animate.has-lines::before, .front-split__image.aos-animate.has-lines .line-decoration {
  animation: growLine 1000ms linear forwards;
  animation-delay: 1.4s;
}
@keyframes growLine {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes slideRight {
  from {
    transform: translateX(-40px) translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateX(60px) translateY(-40px);
  }
}
@keyframes slidLeft {
  from {
    transform: translateX(40px) translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0px) translateY(0px);
  }
}
.front-split h2 {
  display: flex;
  flex-direction: column;
}
.front-split h2 .mega {
  font-size: 6rem;
  line-height: 6rem;
}
@media (min-width: 768px) {
  .front-split h2 .mega {
    font-size: 10rem;
    line-height: 10rem;
  }
}
@media (min-width: 992px) {
  .front-split h2 .mega {
    font-size: 20rem;
    line-height: 20rem;
  }
}
.front-split h2 .sub {
  color: #3C3C3B;
  font-family: "Asap", sans-serif;
  font-size: 2rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .front-split h2 .sub {
    font-size: 3rem;
  }
}

/**** Front Spiral ****/
.front-spiral {
  position: relative;
  padding-top: 100px;
  padding-bottom: 110px;
}
@media (min-width: 992px) {
  .front-spiral {
    padding-top: 240px;
    padding-bottom: 320px;
  }
}
.front-spiral h2 {
  color: white;
}
@media (min-width: 992px) {
  .front-spiral h2 {
    max-width: 280px;
  }
}
.front-spiral p:has(img) {
  display: flex;
  gap: 20px;
  max-width: 370px;
}
.front-spiral p:has(img) img {
  object-fit: contain;
}
.front-spiral p {
  color: white;
}
.front-spiral .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 992px) {
  .front-spiral .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1940px) {
  .front-spiral .container {
    max-width: 80vw;
  }
}
.front-spiral__left {
  position: relative;
}
.front-spiral__left::after {
  content: "";
  border-radius: 0px 9999px 9999px 0px;
  background: transparent;
  box-shadow: 0 0 0 10px #8263ce, 0 0 0 20px #6e3bcd, 0 0 0 30px #4f2fb1, 0 0 0 40px rgba(38, 24, 119, 0.7);
  z-index: 0;
  width: 115%;
  height: 100%;
  left: -50%;
  position: absolute;
}
@media (min-width: 992px) {
  .front-spiral__left::after {
    box-shadow: 0 0 0 30px #8263ce, 0 0 0 60px #6e3bcd, 0 0 0 90px #4f2fb1, 0 0 0 120px rgba(38, 24, 119, 0.7);
  }
}
@media (min-width: 1200px) {
  .front-spiral__left::after {
    width: 140%;
    left: -75%;
  }
}
.front-spiral__left::before {
  content: "";
  width: 115%;
  height: 100%;
  background-color: #351685;
  position: absolute;
  left: -50%;
  border-radius: 0px 9999px 9999px 0px;
  opacity: 0.8;
  z-index: -1;
}
@media (min-width: 1200px) {
  .front-spiral__left::before {
    width: 140%;
    left: -75%;
  }
}
@media (min-width: 992px) {
  .front-spiral__left {
    height: 400px;
    position: relative;
  }
}
.front-spiral__left img {
  width: 85%;
  position: absolute;
  z-index: 1;
  left: -40%;
  bottom: 0;
}
@media (min-width: 1940px) {
  .front-spiral__left img {
    max-width: 520px;
  }
}
@media (max-width: 991px) {
  .front-spiral__left {
    height: 250px;
  }
  .front-spiral__left img {
    left: -40px;
    width: 65%;
  }
}
@media (max-width: 767px) {
  .front-spiral__left {
    height: 180px;
  }
  .front-spiral__left img {
    left: -40px;
    width: 70%;
  }
}
.front-spiral__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.front-spiral__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.front-spiral::after {
  width: 75%;
  height: 30px;
  background: white;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media (min-width: 992px) {
  .front-spiral::after {
    height: 80px;
    clip-path: polygon(0 0, 93% 0, 100% 100%, 0 100%);
  }
}

/**** Front domaines ****/
.front-domaines .container {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
}
.front-domaines__grid {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
}
@media (min-width: 768px) {
  .front-domaines__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    gap: 15px;
  }
}
@media (min-width: 992px) {
  .front-domaines__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.front-domaines__item-link {
  width: 100%;
  padding: 10px 15px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  border-radius: 5px;
  background-color: white;
}
.front-domaines__item-link:hover {
  background-color: #EDEBFC;
}
@media (min-width: 768px) {
  .front-domaines__item-link {
    gap: 15px;
    flex-direction: unset;
  }
}
.front-domaines__item-link p {
  margin: 0px;
}

/**** Front purple ****/
.front-purple {
  background-color: #351685;
  position: relative;
  padding-top: 100px;
  padding-bottom: 110px;
}
@media (min-width: 992px) {
  .front-purple {
    padding-top: 240px;
    padding-bottom: 320px;
  }
}
.front-purple h2 {
  color: white;
  position: absolute;
  left: 0;
  width: fit-content;
  max-width: 55%;
}
@media (min-width: 992px) {
  .front-purple h2 {
    max-width: 60%;
  }
}
.front-purple * {
  color: white;
}
.front-purple .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .front-purple .container {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: unset;
  }
}
@media (min-width: 1940px) {
  .front-purple .container {
    max-width: 80vw;
  }
}
.front-purple__spiral {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .front-purple__spiral {
    min-height: 250px;
  }
}
@media (max-width: 767px) {
  .front-purple__spiral {
    min-height: 180px;
  }
}
.front-purple__spiral img {
  width: 140%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: -75%;
  border-radius: 0px 99999px 99999px 0px;
}
.front-purple__spiral::after {
  content: "";
  border-radius: 0px 9999px 9999px 0px;
  background: transparent;
  box-shadow: 0 0 0 10px #8263ce, 0 0 0 20px #6e3bcd, 0 0 0 30px #4f2fb1, 0 0 0 40px rgba(38, 24, 119, 0.7);
  z-index: 0;
  width: 115%;
  height: 100%;
  left: -50%;
  position: absolute;
}
@media (min-width: 992px) {
  .front-purple__spiral::after {
    box-shadow: 0 0 0 30px #8263ce, 0 0 0 60px #6e3bcd, 0 0 0 90px #4f2fb1, 0 0 0 120px rgba(38, 24, 119, 0.7);
  }
}
@media (min-width: 1200px) {
  .front-purple__spiral::after {
    width: 140%;
    left: -75%;
  }
}
.front-purple::after {
  width: 65%;
  height: 30px;
  background: white;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media (min-width: 992px) {
  .front-purple::after {
    height: 80px;
    clip-path: polygon(0 0, 93% 0, 100% 100%, 0 100%);
  }
}
.front-purple__content {
  position: relative;
}
.front-purple .purple-line {
  position: absolute;
  width: 200px;
  bottom: -40px;
  right: 0px;
}
@media (min-width: 992px) {
  .front-purple .purple-line {
    bottom: -140px;
    right: 100px;
  }
}
.front-purple .purple-line polyline {
  stroke-dasharray: 500;
  /* total length of the polyline */
  stroke-dashoffset: 500;
  /* fully hidden initially */
}
.front-purple .purple-arch {
  width: 140px;
  position: absolute;
  bottom: 25px;
  right: 190px;
}
.front-purple__content.aos-animate .purple-line polyline {
  animation: draw 3s linear forwards;
  animation-delay: 0.7s;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
    /* reveals the whole polyline */
  }
}

/**** Front stats ****/
.front-stats .container {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.front-stats__grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .front-stats__grid {
    display: grid;
    grid-template-columns: 50% 50%;
  }
}
@media (min-width: 992px) {
  .front-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
.front-stats--stat {
  display: flex;
  flex-direction: column;
}
.front-stats--stat p {
  margin: 0;
}
.front-stats--stat span {
  font-weight: bold;
  font-size: 4rem;
  line-height: 5rem;
}
@media (min-width: 992px) {
  .front-stats--stat span {
    font-size: 8rem;
    line-height: 6rem;
  }
}
@media (min-width: 768px) {
  .front-stats--stat {
    gap: 15px;
  }
}

/**** Front map ****/
.front-map .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.front-map__img {
  width: 100%;
  max-height: 500px;
}
.front-map__img img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}

/**** Front overlay ****/
.front-overlay {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .front-overlay {
    padding-top: 240px;
    padding-bottom: 240px;
  }
}
.front-overlay.is-visible {
  background-color: rgba(53, 22, 133, 0);
}
.front-overlay.is-visible::after {
  visibility: visible;
  opacity: 0.6;
}
.front-overlay.is-visible .front-overlay__card {
  z-index: 999999;
  transform: scale(1);
}
@media (min-width: 992px) {
  .front-overlay.is-visible .front-overlay__card {
    transform: scale(1.2);
  }
}
.front-overlay::after {
  content: "";
  visibility: hidden;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  background-color: #351685;
  opacity: 0;
  transition: all 0.4s ease-out;
  z-index: 1;
  pointer-events: none;
}
.front-overlay .container {
  display: flex;
  justify-content: center;
}
.front-overlay .card-arrow {
  display: block;
  position: absolute;
  z-index: 1;
  width: 25px;
  height: 25px;
  bottom: -7px;
  right: -7px;
}
@media (min-width: 992px) {
  .front-overlay .card-arrow {
    width: 45px;
    height: 45px;
    bottom: -15px;
    right: 0px;
  }
}
.front-overlay__card {
  position: relative;
  max-width: 100%;
  padding-block: 40px;
  padding-inline: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: scale(0.8);
  transition: all 0.4s ease-out;
}
.front-overlay__card p {
  color: white;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .front-overlay__card p {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .front-overlay__card {
    max-width: 600px;
    transform: scale(1);
  }
}
@media (min-width: 992px) {
  .front-overlay__card {
    padding-block: 80px;
    padding-inline: 80px;
  }
}
.front-overlay__bg {
  background-color: #351685;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  clip-path: polygon(45px 0, 100% 0, 100% calc(100% - 45px), calc(100% - 45px) 100%, 0 100%, 0 45px);
}
@media (min-width: 992px) {
  .front-overlay__bg {
    clip-path: polygon(90px 0, 100% 0, 100% calc(100% - 90px), calc(100% - 90px) 100%, 0 100%, 0 90px);
  }
}
.front-overlay .card-line {
  position: absolute;
  width: 140px;
  left: 25px;
  top: 30px;
}
.front-overlay .card-line polyline {
  stroke-dasharray: 500;
  /* total length of the polyline */
  stroke-dashoffset: 500;
  /* fully hidden initially */
}
@media (min-width: 992px) {
  .front-overlay .card-line {
    width: 225px;
    left: 60px;
    top: 60px;
  }
}
.front-overlay.animate-line polyline {
  animation: draw 3s linear forwards;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
    /* reveals the whole polyline */
    animation-delay: 0.7s;
  }
}
@media (min-width: 992px) {
  .front-overlay__title {
    padding-inline: 30px;
  }
}

.bloc {
  padding-block: 40px;
}
@media (min-width: 768px) {
  .bloc {
    padding-block: 80px;
  }
}
.bloc.bg-white + .bg-white, .bloc-cards__grid.auto .bloc-cards__drop:nth-child(4n+2) .bloc.bloc-cards__card + .bg-white, .bloc-cards__grid.auto .bloc-cards__drop:nth-child(4n+2) .bloc.bg-white + .bloc-cards__card, .bloc-cards__grid.auto .bloc-cards__drop:nth-child(4n+2) .bloc.bloc-cards__card + .bloc-cards__card {
  padding-top: 20px;
}
.bloc .container > :first-child {
  margin-top: 0;
}
.bloc .container > :last-child {
  margin-bottom: 0;
}
.bloc .container:has(.bloc-intro) {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
.bloc-intro {
  max-width: 700px;
}
.bloc-intro > :first-child {
  margin-top: 0;
}
.bloc-intro > :last-child {
  margin-bottom: 0;
}
.bloc-intro * {
  max-width: 700px;
}

.section-header {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.section-header h2 {
  font-size: 4rem;
  text-align: center;
  margin-block: 0px;
}
@media (min-width: 768px) {
  .section-header h2 {
    font-size: 9rem;
  }
}
.section-header p {
  margin-top: 0px;
  font-size: 1.6rem;
  text-align: center;
}
@media (min-width: 768px) {
  .section-header p {
    font-size: 3.2rem;
    font-weight: 400;
  }
}
.section-header__border {
  position: absolute;
  top: 20px;
  right: 0px;
  height: 100%;
}
.section-header__border polyline {
  stroke-dasharray: 500;
  /* total length of the polyline */
  stroke-dashoffset: 500;
  /* fully hidden initially */
}
.section-header__border svg {
  height: 100%;
}
.section-header:has(.aos-animate) .section-header__border polyline {
  animation: draw 3s linear forwards;
  animation-delay: 0.7s;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
    /* reveals the whole polyline */
  }
}

.flexible-content h2 {
  font-size: 3rem;
}
@media (min-width: 768px) {
  .flexible-content h2 {
    font-size: 4rem;
  }
}
.flexible-content p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.flexible-content > :first-child:not(.bg-violet) {
  padding-top: 0;
}
.flexible-content ul li {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.site-content:has(.flexible-content > :first-child.bg-grey, .bloc-cards__grid.auto .bloc-cards__drop:nth-child(4n+3) .flexible-content > .bloc-cards__card:first-child) .bloc-hero::after {
  background-color: #EEEAE9;
}
.site-content:has(.flexible-content > :first-child.bg-grey, .bloc-cards__grid.auto .bloc-cards__drop:nth-child(4n+3) .flexible-content > .bloc-cards__card:first-child) .bloc-hero__separator {
  background-color: #EEEAE9;
}
.site-content:has(.flexible-content > :first-child.bg-violet, .bloc-cards__grid.auto .bloc-cards__drop:nth-child(4n+1) .flexible-content > .bloc-cards__card:first-child) .bloc-hero::after {
  background-color: white;
}
.site-content:has(.flexible-content > :first-child.bg-violet, .bloc-cards__grid.auto .bloc-cards__drop:nth-child(4n+1) .flexible-content > .bloc-cards__card:first-child) .bloc-hero__separator {
  background-color: white;
}
.site-content:has(.flexible-content > :first-child.bg-lav, .bloc-cards__grid.auto .bloc-cards__drop:nth-child(4n+4) .flexible-content > .bloc-cards__card:first-child) .bloc-hero::after {
  background-color: #EDEBFC;
}
.site-content:has(.flexible-content > :first-child.bg-lav, .bloc-cards__grid.auto .bloc-cards__drop:nth-child(4n+4) .flexible-content > .bloc-cards__card:first-child) .bloc-hero__separator {
  background-color: #EDEBFC;
}

.bloc-content .container {
  position: relative;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .bloc-content__body {
    max-width: 800px;
  }
}
.bloc-content__body:has(p:only-child img) + .bloc-content__shape {
  display: none;
}
.bloc-content__body > :first-child {
  margin-top: 0;
}
.bloc-content__body > :last-child {
  margin-bottom: 0;
}
.bloc-content__body.aos-animate ~ .bloc-content__shape path {
  stroke-dashoffset: 0;
}
.bloc-content__body:has(.frm_forms) {
  width: 100%;
}
.bloc-content__shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 250px;
}
@media (max-width: 767px) {
  .bloc-content__shape {
    width: 150px;
    right: 15px;
    bottom: -30px;
  }
}
.bloc-content.bg-violet *, .bloc-cards__grid.auto .bloc-cards__drop:nth-child(4n+1) .bloc-content.bloc-cards__card * {
  stroke: white;
}
.bloc-content__shape path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: stroke-dashoffset 3s ease-in-out;
}
@media (max-width: 991px) {
  .bloc-content {
    padding-bottom: 70px;
  }
}

.bloc-accordion .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bloc-accordion__list {
  list-style: none;
  padding: 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 800px;
}
.bloc-accordion__element {
  position: relative;
  cursor: pointer;
}
.bloc-accordion__element--title {
  padding-block: 20px;
  padding-inline: 40px;
  clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
}
.bloc-accordion__element--title.bg-lav p, .bloc-cards__grid.auto .bloc-cards__drop:nth-child(4n+4) .bloc-accordion__element--title.bloc-cards__card p {
  color: #351685;
}
.bloc-accordion__element--title p {
  margin: 0;
  font-weight: 600;
  font-size: 1.5rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .bloc-accordion__element--title p {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .bloc-accordion__element--title {
    padding-left: 10px;
    padding-right: 30px;
  }
}
.bloc-accordion__element--content {
  padding-block: 20px;
  padding-inline: 60px;
}
@media (max-width: 767px) {
  .bloc-accordion__element--content {
    padding-inline: 20px;
  }
}
.bloc-accordion__element--arrow {
  transition: all 0.3s;
  position: absolute;
  right: 40px;
  top: 21px;
  height: fit-content;
}
.bloc-accordion__element--arrow i {
  color: white;
}
@media (max-width: 767px) {
  .bloc-accordion__element--arrow i {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .bloc-accordion__element--arrow {
    right: 10px;
  }
}
.bloc-accordion__element.is-active .bloc-accordion__element--arrow {
  transform: rotateX(180deg);
}
.bloc-accordion.bg-violet i, .bloc-cards__grid.auto .bloc-cards__drop:nth-child(4n+1) .bloc-accordion.bloc-cards__card i {
  color: #351685;
}

@media (max-width: 767px) {
  .bloc-embed {
    padding-bottom: 60px;
  }
}
.bloc-embed .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bloc-embed__frame {
  position: relative;
  max-width: 100%;
  height: auto;
  width: 300px;
  aspect-ratio: 625/400;
}
@media (min-width: 768px) {
  .bloc-embed__frame {
    width: 500px;
  }
}
.bloc-embed__frame iframe, .bloc-embed__frame object, .bloc-embed__frame embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bloc-embed__deco {
  display: flex;
  position: absolute;
  bottom: -30px;
  left: 0px;
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .bloc-embed__deco {
    width: 40px;
    height: 40px;
    bottom: 5px;
    left: -60px;
  }
}

.bloc-imgtxt__grid {
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 767px) {
  .bloc-imgtxt__grid {
    max-width: 450px;
  }
}
@media (min-width: 768px) {
  .bloc-imgtxt__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .bloc-imgtxt__grid.small_left {
    grid-template-columns: 2fr 3fr;
  }
  .bloc-imgtxt__grid.small_right {
    grid-template-columns: 3fr 2fr;
  }
  .bloc-imgtxt__grid.left {
    grid-template-areas: "imgZone textZone";
  }
  .bloc-imgtxt__grid.right {
    grid-template-areas: "textZone imgZone";
  }
  .bloc-imgtxt__grid.right .bloc-imgtxt__left {
    clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%, 0 60px);
  }
}
.bloc-imgtxt__left {
  grid-area: textZone;
  padding-inline: 30px;
  padding-block: 40px;
  height: 100%;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
}
@media (min-width: 768px) {
  .bloc-imgtxt__left {
    clip-path: polygon(0 0, calc(100% - 60px) 0, 100% 60px, 100% 100%, 0 100%);
  }
}
.bloc-imgtxt__left > :first-child {
  margin-top: 0;
}
.bloc-imgtxt__left > :last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .bloc-imgtxt__left {
    padding-inline: 60px;
    padding-block: 80px;
  }
}
.bloc-imgtxt__right {
  grid-area: imgZone;
  display: flex;
  height: 100%;
}
.bloc-imgtxt__right img {
  width: 100%;
  height: 100%;
}
.bloc-imgtxt__right.simple img {
  object-fit: cover;
}
.bloc-imgtxt__right.nostyle img {
  object-fit: contain;
}

.bloc-cards__grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .bloc-cards__grid.second {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .bloc-cards__grid.third {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .bloc-cards__grid.forth {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .bloc-cards__grid.forth {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
.bloc-cards__drop {
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%);
  padding: 1px;
}
.bloc-cards__drop:has(.bg-white, .bloc-cards__grid.auto .bloc-cards__drop:nth-child(4n+2) .bloc-cards__card) {
  background-color: #351685;
}
@media (min-width: 992px) {
  .bloc-cards__drop {
    clip-path: polygon(0 0, calc(100% - 60px) 0, 100% 60px, 100% 100%, 0 100%);
  }
}
.bloc-cards__card {
  padding-inline: 20px;
  padding-block: 30px;
  height: 100%;
  clip-path: polygon(0 0, calc(100% - 29px) 0, 100% 29px, 100% 100%, 0 100%);
}
.bloc-cards__card ul {
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-inline: 15px;
}
.bloc-cards__card ul * {
  font-size: 1.6rem;
}
.bloc-cards__card ul ul {
  padding-inline: 30px;
}
.bloc-cards__card > :first-child {
  margin-top: 0;
}
.bloc-cards__card > :last-child {
  margin-bottom: 0;
}
.bloc-cards__card h3 {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.bloc-cards__card h4 {
  font-size: 1.6rem;
  font-weight: 600;
}
.bloc-cards__card h3 + h4 {
  margin-top: 0px;
}
.bloc-cards__card p:has(img) + h3 {
  margin-top: 0px;
}
.bloc-cards__card a:has([class*=wp-image]) {
  display: block;
}
.bloc-cards__card a:has([class*=wp-image]):hover img {
  transform: scale(1.5);
}
.bloc-cards__card a:has([class*=wp-image]) img {
  transition: transform 0.5s ease-in-out;
  transform-origin: center;
}
@media (min-width: 992px) {
  .bloc-cards__card {
    clip-path: polygon(0 0, calc(100% - 59px) 0, 100% 59px, 100% 100%, 0 100%);
  }
}

.bloc-cards__grid.auto .bloc-cards__drop:nth-child(4n+2) {
  background-color: #351685;
}
.bloc-links__grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media (min-width: 768px) {
  .bloc-links__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: unset;
    justify-content: center;
  }
}
.bloc-links__element {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .bloc-links__element {
    width: 270px;
  }
}
.bloc-links__element .btn-o, .bloc-links__element .wp-element-button, .bloc-links__element .frm_forms .frm_button_submit, .frm_forms .bloc-links__element .frm_button_submit, .bloc-links__element .btn-small {
  min-width: 60%;
  text-align: center;
}
.bloc-links__img {
  width: 100%;
  aspect-ratio: 400/300;
}
.bloc-links__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bloc-slider {
  padding-bottom: 52px;
}
.bloc-slider__img {
  transition: transform 0.5s ease-in-out;
}
.bloc-slider__card-figure {
  height: 200px;
  display: block;
}
.bloc-slider__card-figure:hover .bloc-slider__img {
  transform: scale(1.5);
}
@media (min-width: 992px) {
  .bloc-slider__card-figure {
    height: 260px;
  }
}
.bloc-slider__caption {
  padding: 5px 10px;
  text-align: center;
  font-size: 16px;
}
.bloc-slider .bloc-cards__card {
  height: 250px;
}
@media (min-width: 992px) {
  .bloc-slider .bloc-cards__card {
    height: 300px;
  }
}

.slick-slider {
  position: relative;
}
.slick-slider .slick-arrow {
  position: absolute;
  bottom: 5px;
  left: 50%;
  z-index: 1;
  cursor: pointer;
}
.slick-slider .slick-prev {
  transform: translateX(-52%);
}
.slick-slider .slick-next {
  transform: translateX(52%);
}

.slick-slide {
  padding: 0 15px;
}

.bloc-numbers__grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  text-align: center;
}
@media (min-width: 992px) {
  .bloc-numbers__grid {
    flex-direction: row;
    justify-content: center;
    align-items: start;
    text-align: unset;
    gap: 40px;
    max-width: 700px;
  }
}
@media (min-width: 1200px) {
  .bloc-numbers__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 900px;
    gap: 80px;
  }
}
.bloc-numbers__element {
  display: flex;
  flex-direction: column;
  width: fit-content;
}
@media (min-width: 768px) {
  .bloc-numbers__element {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .bloc-numbers__element {
    width: fit-content;
  }
}
.bloc-numbers--num {
  font-size: 5rem;
  font-weight: 900;
}
.bloc-numbers--desc {
  font-size: 1.8rem;
  font-weight: 300;
}

.bloc-tabs__grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  .bloc-tabs__grid {
    display: grid;
    grid-template-columns: 300px auto;
  }
}
.bloc-tabs__column {
  height: fit-content;
  position: sticky;
  top: 90px;
  align-self: start;
}
@media (max-width: 991px) {
  .bloc-tabs__column {
    width: 100%;
    top: 0px;
    z-index: 1;
  }
}
.bloc-tabs__summary {
  padding-inline: 0px;
  padding-block: 20px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .bloc-tabs__summary {
    padding-inline: 30px;
  }
}
.bloc-tabs__summary--title {
  font-size: 2rem;
  text-transform: uppercase;
  padding-inline: 20px;
  border: 0;
  font-weight: 600;
  display: flex;
  gap: 5px;
  align-items: center;
}
.bloc-tabs__summary--title::before {
  content: "";
  display: flex;
  font-size: 1.8rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  transition: all 0.3s ease-out;
}
@media (min-width: 992px) {
  .bloc-tabs__summary--title {
    padding: 0;
    padding-block: 20px;
    border-bottom: 1px solid white;
  }
  .bloc-tabs__summary--title::before {
    display: none;
  }
}
.bloc-tabs__summary--list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  z-index: 0;
}
.bloc-tabs__summary--item {
  padding-block: 10px;
  display: flex;
  gap: 5px;
  align-items: center;
}
.bloc-tabs__summary--item::before {
  content: "+";
  display: flex;
  font-size: 1.8rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
@media (max-width: 991px) {
  .bloc-tabs__summary--item {
    padding-inline: 20px;
  }
}
.bloc-tabs__summary.is-active span::before {
  transform: scaleY(-1);
}
.bloc-tabs.is-active ul {
  padding-top: 20px;
}
.bloc-tabs__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-width: 0;
}
.bloc-tabs__card {
  clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
  padding-block: 30px;
  padding-inline: 30px;
  scroll-margin-top: 90px;
}
.bloc-tabs__card:nth-child(1n) {
  background-color: #EEEAE9;
}
.bloc-tabs__card:nth-child(2n) {
  background-color: #EDEBFC;
}
.bloc-tabs__card > :first-child {
  margin-top: 0;
}
.bloc-tabs__card > :last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .bloc-tabs__card {
    scroll-margin-top: 0px;
    padding-inline: 60px;
    padding-block: 40px;
    clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%, 0 60px);
  }
}

.bloc-viewer__grid {
  max-width: 100%;
  display: flex;
  flex-direction: column-reverse;
  background-color: white;
}
@media (min-width: 992px) {
  .bloc-viewer__grid {
    display: grid;
    grid-template-columns: 50% 50%;
  }
}
.bloc-viewer__grid.bg-grey .bloc-viewer__right, .bloc-cards__grid.auto .bloc-cards__drop:nth-child(4n+3) .bloc-viewer__grid.bloc-cards__card .bloc-viewer__right {
  border-color: #EEEAE9;
}
.bloc-viewer__grid.bg-lav .bloc-viewer__right, .bloc-cards__grid.auto .bloc-cards__drop:nth-child(4n+4) .bloc-viewer__grid.bloc-cards__card .bloc-viewer__right {
  border-color: #EDEBFC;
}
.bloc-viewer__grid.bg-violet .bloc-viewer__right, .bloc-cards__grid.auto .bloc-cards__drop:nth-child(4n+1) .bloc-viewer__grid.bloc-cards__card .bloc-viewer__right {
  border-color: #351685;
}
.bloc-viewer__grid.bg-white .bloc-viewer__right, .bloc-cards__grid.auto .bloc-cards__drop:nth-child(4n+2) .bloc-viewer__grid.bloc-cards__card .bloc-viewer__right {
  border-color: white;
}
@media (min-width: 992px) {
  .bloc-viewer__grid.right .bloc-viewer__right {
    border-left: 0px !important;
  }
}
@media (max-width: 991px) {
  .bloc-viewer__grid.right .bloc-imgtxt__left {
    border-bottom: 0px !important;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
  }
}
@media (min-width: 992px) {
  .bloc-viewer__grid.left .bloc-viewer__right {
    border-right: 0px !important;
  }
}
@media (max-width: 991px) {
  .bloc-viewer__grid.left .bloc-imgtxt__left {
    border-bottom: 0px !important;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
  }
}
.bloc-viewer__right {
  border: 1px solid;
  display: flex;
  justify-content: center;
}
.bloc-viewer__left:not(.bg-violet) h2, .bloc-viewer__left:not(.bg-violet) h3, .bloc-viewer__left:not(.bg-violet) h4 {
  color: #351685;
}

.bloc-hero {
  position: relative;
  padding-bottom: 40px;
  padding-top: 80px;
}
@media (min-width: 992px) {
  .bloc-hero {
    padding-top: 160px;
    padding-bottom: 280px;
  }
}
.bloc-hero h1 {
  color: white;
  width: fit-content;
  max-width: 70%;
  z-index: 1;
  font-size: 4rem;
}
@media (min-width: 768px) {
  .bloc-hero h1 {
    position: absolute;
    left: 0;
  }
}
@media (min-width: 992px) {
  .bloc-hero h1 {
    max-width: 80%;
  }
}
.bloc-hero h2 {
  font-size: 2.5rem;
  font-weight: 500;
}
.bloc-hero h3 {
  font-size: 2rem;
}
.bloc-hero h4 {
  font-size: 1.8rem;
}
.bloc-hero p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.bloc-hero__grid {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (min-width: 992px) {
  .bloc-hero__grid {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: unset;
  }
}
@media (min-width: 1940px) {
  .bloc-hero__grid {
    max-width: 80vw;
  }
}
.bloc-hero__spiral {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 180px;
}
@media (min-width: 768px) {
  .bloc-hero__spiral {
    justify-content: center;
    height: 250px;
  }
}
@media (min-width: 992px) {
  .bloc-hero__spiral {
    min-height: 300px;
  }
}
.bloc-hero__spiral img {
  width: 140%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: -55%;
  border-radius: 0px 99999px 99999px 0px;
}
@media (min-width: 1200px) {
  .bloc-hero__spiral img {
    width: 155%;
    left: -75%;
  }
}
.bloc-hero__spiral::after {
  content: "";
  border-radius: 0px 9999px 9999px 0px;
  background: transparent;
  box-shadow: 0 0 0 10px #8263ce, 0 0 0 20px #6e3bcd, 0 0 0 30px #4f2fb1, 0 0 0 40px rgba(38, 24, 119, 0.7);
  z-index: 0;
  width: 140%;
  height: 100%;
  left: -55%;
  top: 0;
  position: absolute;
}
@media (min-width: 992px) {
  .bloc-hero__spiral::after {
    box-shadow: 0 0 0 30px #8263ce, 0 0 0 60px #6e3bcd, 0 0 0 90px #4f2fb1, 0 0 0 120px rgba(38, 24, 119, 0.7);
  }
}
@media (min-width: 1200px) {
  .bloc-hero__spiral::after {
    width: 155%;
    left: -75%;
  }
}
.bloc-hero__content {
  position: relative;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .bloc-hero__content {
    padding-left: 50px;
    padding-right: 20px;
    padding-bottom: unset;
  }
}
.bloc-hero::after {
  width: 45%;
  height: 30px;
  background: white;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media (min-width: 992px) {
  .bloc-hero::after {
    height: 80px;
  }
}
.bloc-hero__separator {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .bloc-hero__separator {
    padding-top: 60px;
    padding-bottom: 40px;
    width: 100%;
  }
  .bloc-hero__separator img {
    max-width: 250px;
  }
}
.bloc-hero .empty {
  position: absolute;
  right: 32px;
  width: 150px;
  bottom: -180px;
}
.bloc-hero .empty polyline {
  stroke-dasharray: 500;
  /* total length of the polyline */
  stroke-dashoffset: 500;
  /* fully hidden initially */
  animation: draw 3s linear forwards;
  animation-delay: 0.9s;
}
.bloc-hero .empty.reversed {
  top: -40px;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
    /* reveals the whole polyline */
  }
}
@media (max-width: 991px) {
  .bloc-hero .empty {
    display: none;
  }
}
.bloc-hero__left {
  display: flex;
  flex-direction: column;
  height: fit-content;
  padding-block: 40px;
  align-items: start;
  justify-content: center;
}
.bloc-hero__left h1 {
  position: unset;
  margin-top: 0px;
}
.bloc-hero__left h1:has(+ div > h2) {
  margin-bottom: 0px;
}
.bloc-hero__left h1 + div > h2 {
  margin-top: 0px;
}
.bloc-hero__left h2:has(+ p) {
  margin-bottom: 0px;
}
.bloc-hero__left *:not(.wp-element-button) {
  max-width: 70%;
}
@media (min-width: 992px) {
  .bloc-hero__left *:not(.wp-element-button) {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .bloc-hero__left--desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .bloc-hero__left--mobile {
    display: none;
  }
}
.bloc-hero__right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  .bloc-hero__right {
    gap: 40px;
  }
}
.bloc-hero__right:has(.reversed) {
  position: relative;
}
.bloc-hero__display {
  display: flex;
  justify-content: center;
  max-height: 250px;
}
.bloc-hero__display img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 992px) {
  .bloc-hero__display {
    max-height: 400px;
    margin: auto;
  }
}
.bloc-hero__gallery {
  gap: 15px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.bloc-hero__slide {
  aspect-ratio: 105/75;
  width: 100%;
}
.bloc-hero__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bloc-hero.product-hero {
  padding-bottom: 160px;
}
.bloc-hero.product-hero::after {
  display: none;
}
@media (min-width: 1200px) {
  .bloc-hero.product-hero .bloc-hero__left::after {
    width: 170%;
  }
}
.bloc-hero__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.bloc-hero.img .bloc-hero__content {
  background-color: white;
  padding-block: 40px;
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%);
}
@media (min-width: 992px) {
  .bloc-hero.img .bloc-hero__content {
    clip-path: polygon(0 0, calc(100% - 60px) 0, 100% 60px, 100% 100%, 0 100%);
  }
}
.bloc-hero.img .bloc-hero__spiral::after {
  background-color: rgba(53, 22, 133, 0.8);
}
@media (min-width: 992px) {
  .bloc-hero.img .bloc-hero__grid {
    gap: 40px;
  }
}

#hero-lightbox .gallery-columns-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}
#hero-lightbox .gallery-columns-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
#hero-lightbox .gallery-columns-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
#hero-lightbox .gallery-columns-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
#hero-lightbox .gallery-columns-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}
#hero-lightbox .gallery-columns-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}
#hero-lightbox .gallery-columns-7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 15px;
}
#hero-lightbox .gallery-columns-8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 15px;
}
#hero-lightbox .gallery-columns-9 {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 15px;
}
#hero-lightbox .gallery-item {
  width: 100% !important;
  border: 0px;
}
#hero-lightbox .gallery-icon a {
  display: flex;
  aspect-ratio: 100/75;
  width: 100%;
  height: 100%;
}
#hero-lightbox .gallery-icon a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0px;
}

.bloc-articles__grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .bloc-articles__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: unset;
  }
}
@media (min-width: 992px) {
  .bloc-articles__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.bloc-articles__actu {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 25px 0px 25px 0px;
  transition: all 0.2s ease-out;
  max-width: 350px;
  clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
}
.bloc-articles__actu:hover {
  color: #351685;
}
.bloc-articles__actu:hover span {
  text-decoration: underline;
}
.bloc-articles__actu:hover img {
  transform: scale(1.2);
}
.bloc-articles__actu:hover i {
  padding-left: 3px;
  text-decoration: none;
}
.bloc-articles__actu:hover .bloc-articles__actu--date {
  text-decoration: none;
}
.bloc-articles__actu--figure {
  width: 100%;
  height: 200px;
  border-radius: 25px 0px 0px 0px;
  overflow: hidden;
}
.bloc-articles__actu--figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-out;
}
.bloc-articles__actu--body {
  padding-inline: 20px;
  padding-bottom: 40px;
  position: relative;
  border-top: 0px;
  border-radius: 0px 0px 25px 0px;
  transition: all 0.2s ease-out;
  font-size: 1.6rem;
  background-color: #EDEBFC;
}
.bloc-articles__actu--body h3 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .bloc-articles__actu--body {
    height: calc(100% - 200px);
  }
}
.bloc-articles__actu--more {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-weight: 400;
  display: flex;
  gap: 5px;
  align-items: center;
}
.bloc-articles__actu--more i {
  transition: all 0.2s ease-out;
}
.bloc-articles__actu--info {
  display: flex;
  gap: 5px;
  flex-direction: column;
  align-items: start;
}
.bloc-articles__actu--cat {
  padding-inline: 7px;
  padding-block: 2px;
  border-radius: 5px;
  font-weight: 500;
  background-color: white;
}
.bloc-articles__actu--date {
  padding-inline: 3px;
  font-size: 1.6rem;
  font-weight: 400;
}

.article-hero {
  display: flex;
  align-items: center;
  padding-block: 80px;
  margin-bottom: 80px;
}
.article-hero .container {
  height: fit-content;
}
.article-hero h1 {
  font-size: 5rem;
  margin: 0px;
  max-width: 600px;
}
.article-hero .article-date {
  font-weight: 600;
  color: white;
  padding-block: 15px;
  font-size: 1.6rem;
}
.article-hero .article-cat {
  background-color: #EDEBFC;
  color: #351685;
  padding-block: 5px;
  padding-inline: 10px;
  border-radius: 5px;
  clear: left;
  display: block;
  width: fit-content;
  margin-top: 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.article-hero .article-cats {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .products-grid {
    display: grid;
    grid-template-columns: 300px auto;
    gap: 40px;
  }
}
.products-filters {
  height: fit-content;
  background-color: #351685;
  padding-block: 40px;
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 90px;
}
.products-filters__controls {
  margin-bottom: 20px;
  display: flex;
  align-items: start;
  flex-direction: column;
}
.products-filters__controls .clear-btn {
  color: white;
  background-color: transparent;
  border: 0px;
  padding: 0;
  font-size: 1.8rem;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
}
.products-filters__controls .clear-btn i {
  position: absolute;
  right: -22px;
  top: 2px;
}
.products-filters--title {
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Jockey One", sans-serif;
  color: white;
}
.products-filters__container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.products-filters__title {
  font-weight: bold;
  font-size: 1.8rem;
  color: white;
  text-transform: uppercase;
}
.products-filters .facetwp-display-value {
  color: white;
}
.products-filters .facetwp-checkbox {
  background-position-y: 2px;
  display: flex;
}
.products-filters .facetwp-checkbox.checked {
  position: relative;
}
.products-filters .facetwp-checkbox.checked::after {
  width: 12px;
  height: 12px;
  content: "";
  background-color: #D7341C;
  position: absolute;
  left: 1px;
  top: 3px;
}
.products-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  row-gap: 40px;
}
.products .facetwp-facet {
  margin-bottom: 0px;
}
.products-element {
  display: flex;
  flex-direction: column;
  align-items: start;
  clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
  background-color: #EDEBFC;
  border: 1px solid #EDEBFC;
}
.products-element__figure {
  width: 100%;
  height: 200px;
  background-color: white;
  clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
}
.products-element__figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.products-element h3 {
  color: #351685;
  margin-bottom: 15px;
  margin-top: 0px;
  font-size: 2rem;
}
.products-element__exrpt p {
  font-size: 1.6rem;
}
.products-element__body {
  width: 100%;
  padding-inline: 20px;
  padding-block: 40px;
}

.facetwp-counter {
  display: none;
}
.facetwp-checkbox .facetwp-display-value {
  font-size: 1.6rem;
}

.search-page {
  display: flex;
  flex-direction: column;
}
.search-hero {
  padding-block: 80px;
}
.search-hero h1 {
  margin: 0px;
  font-size: 4rem;
}
@media (min-width: 768px) {
  .search-hero h1 {
    font-size: 6rem;
  }
}
.search-results__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0px;
  padding-block: 40px;
}
@media (min-width: 768px) {
  .search-results__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .search-results__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.result-card__item {
  clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
  background-color: #351685;
  display: flex;
  flex-direction: column;
  padding-inline: 1px;
  padding-block: 1px;
}
.result-card__item a {
  padding-inline: 20px;
  padding-block: 20px;
  background-color: white;
  clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
}
.result-card__item h3 {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-template-produits .products-filters {
  position: static;
}

.bloc-404 {
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  min-height: 400px;
  justify-content: center;
}
@media (min-width: 768px) {
  .bloc-404 {
    padding-top: 120px;
  }
}
.bloc-404__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.bloc-404--title {
  font-family: "Jockey One", sans-serif;
  font-size: 6rem;
  color: #351685;
}
@media (min-width: 768px) {
  .bloc-404--title {
    font-size: 8rem;
  }
}

.ressources-facets {
  display: none;
}
.ressources-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.ressources-element {
  display: flex;
  gap: 20px;
  background-color: #EDEBFC;
  padding-block: 20px;
  padding-inline: 20px;
  clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
}
.ressources-element:hover {
  color: black;
}
.ressources-element:hover h2, .ressources-element:hover h3 {
  color: black;
}
.ressources-element--icon i {
  font-size: 4rem;
}
.ressources-element__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 1.8rem;
}
.ressources-element__content h2, .ressources-element__content h3 {
  margin: 0;
  font-family: "Asap", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
}
.ressources-element__content p {
  margin: 0px;
}

.backtotop {
  display: none;
  position: fixed;
  bottom: 5vh;
  right: 15px;
  z-index: 99;
}
@media (min-width: 768px) {
  .backtotop {
    bottom: 5vh;
    right: 30px;
  }
}
.backtotop__btn {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #525252;
  border-radius: 50%;
  background: #3C3C3B;
  color: white;
  font-size: 20px;
}
.backtotop__btn:hover {
  background: #565654;
  color: white;
}
.backtotop__btn:hover i {
  transform: translateY(-5px);
}
.backtotop i {
  transform-origin: center;
  transform: translateY(0);
  transition-property: background, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

.footer {
  padding-top: 120px;
  padding-bottom: 80px;
  background-color: #351685;
  position: relative;
}
.footer::after {
  width: 50%;
  height: 30px;
  background: white;
  clip-path: polygon(30px 0px, 100% 0, 100% 100%, 0% 100%);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: scaleY(-1);
}
@media (min-width: 992px) {
  .footer::after {
    width: 50%;
    height: 80px;
    clip-path: polygon(95px 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.footer-brand {
  width: fit-content;
}
@media (min-width: 768px) {
  .footer-brand {
    width: 150px;
  }
}
.footer-info {
  color: white;
}
.footer-socials {
  display: flex;
  gap: 10px;
}
.footer-socials a {
  background-color: white;
  width: 40px;
  border-radius: 5px;
  padding-inline: 5px;
  padding-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 3rem;
}
.footer-menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: center;
}
.footer-menu a {
  color: white;
  font-size: 1.6rem;
}
.footer-menu a:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .footer {
    padding-top: 120px;
  }
  .footer-menu {
    flex-direction: row;
    gap: 20px;
    text-align: unset;
  }
  .footer .menu-item {
    position: relative;
  }
  .footer .menu-item::after {
    content: "";
    position: absolute;
    top: 20%;
    right: -10px;
    height: 70%;
    width: 1px;
    background-color: white;
  }
  .footer .menu-item:last-of-type::after {
    display: none;
  }
}