@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=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: bold;
}

/**
 * 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, .bloc-content.default .bloc-content__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .bloc-content.default .bloc-content__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .bloc-content.default .bloc-content__container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .bloc-content.default .bloc-content__container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .bloc-content.default .bloc-content__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, .bloc-content.default .bloc-content__container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .bloc-content.default .bloc-content__container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .bloc-content.default .bloc-content__container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .bloc-content.default .bloc-content__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;
  line-height: 1.3;
}
body.is-active {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

h1 {
  color: #008B97;
}

h2 {
  color: #008B97;
}

h3 {
  font-size: 3rem;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  font-weight: 900;
}

p {
  line-height: 2.1rem;
}

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

a {
  text-decoration: none;
  color: #008B97;
}
a:hover {
  color: #005c64;
}

ul strong {
  font-weight: 600 !important;
}

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

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

[class*=wp-image] img {
  border-radius: 25px;
}

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

.element_conteiner:has(.days) {
  display: flex !important;
  gap: 10px !important;
}
.element_conteiner span {
  background-color: transparent !important;
  font-size: 4rem !important;
  padding: 0px !important;
  font-family: "Asap", sans-serif !important;
  margin: 0px !important;
}
@media (min-width: 768px) {
  .element_conteiner span {
    font-size: 6rem !important;
  }
}
.element_conteiner .hourse, .element_conteiner .minutes, .element_conteiner .secondes {
  position: relative;
  text-align: left !important;
}
.element_conteiner .hourse::after, .element_conteiner .minutes::after {
  content: ":";
  display: block;
  position: absolute;
  top: -4px;
  right: 5px;
}

.bg-blue .element_conteiner span {
  color: white !important;
}

/**** 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: #83509B;
  transition: all 0.2s ease-out;
}
.facetwp-page i {
  font-size: 30px;
}

/**** ImageLinks ****/
.imgl-tooltip-form {
  padding: 20px !important;
}

.imgl-tooltip-offset h1, .imgl-tooltip-offset h2, .imgl-tooltip-offset h3, .imgl-tooltip-offset h4, .imgl-tooltip-offset h5, .imgl-tooltip-offset h6 {
  font-family: "Asap", sans-serif !important;
}
.imgl-tooltip-offset p {
  font-family: "Asap", sans-serif !important;
  font-size: 1.5rem;
}

.frm_style_style-formidable.with_frm_style input[type=submit] {
  text-transform: uppercase;
}

.btn, a.btn-purple, button.btn-purple, a.btn-blue, button.btn-blue, a.btn-orange, .navbar-nav li.btn-orange a, .navbar-nav li.btn-blue a, button.btn-orange, a.btn-white, button.btn-white {
  display: inline-block;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  color: white !important;
  width: fit-content;
  transition: all 0.2s ease-in-out;
  font-weight: 600;
  font-size: 1.4rem;
  padding-inline: 7px;
  padding-block: 5px;
}
.btn:hover, a.btn-purple:hover, button.btn-purple:hover, a.btn-blue:hover, button.btn-blue:hover, a.btn-orange:hover, .navbar-nav li.btn-orange a:hover, .navbar-nav li.btn-blue a:hover, button.btn-orange:hover, a.btn-white:hover, button.btn-white:hover {
  color: white !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .btn, a.btn-purple, button.btn-purple, a.btn-blue, button.btn-blue, a.btn-orange, .navbar-nav li.btn-orange a, .navbar-nav li.btn-blue a, button.btn-orange, a.btn-white, button.btn-white {
    font-size: 1.6rem;
    padding-inline: 15px;
    padding-block: 10px;
  }
}

a.btn-white, button.btn-white {
  background-color: white;
  color: #83509B !important;
}
a.btn-white:hover, button.btn-white:hover {
  background-color: #f2f2f2;
  color: #75478a !important;
}

a.btn-orange, .navbar-nav li.btn-orange a, .navbar-nav li.btn-blue a, button.btn-orange {
  background-color: #EA560D;
}
a.btn-orange:hover, .navbar-nav li.btn-orange a:hover, .navbar-nav li.btn-blue a:hover, button.btn-orange:hover {
  background-color: #d24d0c;
}

a.btn-blue, button.btn-blue {
  background-color: #008B97;
}
a.btn-blue:hover, button.btn-blue:hover {
  background-color: #00747e;
}

a.btn-purple, button.btn-purple {
  background-color: #83509B;
}
a.btn-purple:hover, button.btn-purple:hover {
  background-color: #75478a;
}

.wysiwyg-btn {
  position: relative;
  padding-left: 40px !important;
}
.wysiwyg-btn::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  display: block;
  height: fit-content;
  font-size: 2.5rem;
  transform: rotateZ(-45deg);
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin-block: auto;
}

/**** Header info bar ****/
.header-info {
  background-color: #83509B;
  padding-block: 10px;
  align-items: end;
}
.header-info p {
  color: white;
  margin: 0px;
  text-align: end;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .header-info p {
    font-size: 1.6rem;
  }
}
.header-info .container, .header-info .bloc-content.default .bloc-content__container, .bloc-content.default .header-info .bloc-content__container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: end;
  align-items: end;
}
@media (min-width: 768px) {
  .header-info .container, .header-info .bloc-content.default .bloc-content__container, .bloc-content.default .header-info .bloc-content__container {
    flex-direction: unset;
    gap: 20px;
    align-items: center;
  }
}
.header-info a {
  font-size: 1.4rem;
}

/**** Header utils bar****/
.header-utils {
  background-color: #008B97;
  padding-block: 10px;
}
.header-utils * {
  color: white;
}
.header-utils__links {
  display: flex;
  gap: 10px;
}
.header-utils__links i {
  font-size: 1.8rem;
  font-weight: bold;
}
.header-utils__links i:hover {
  color: white;
  text-decoration: underline;
}
.header-utils .container, .header-utils .bloc-content.default .bloc-content__container, .bloc-content.default .header-utils .bloc-content__container {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
}
.header-utils a {
  font-weight: 400;
}
.header-utils a:hover {
  color: white;
  text-decoration: underline;
}

/**** Header Nav bar****/
.header-nav .container, .header-nav .bloc-content.default .bloc-content__container, .bloc-content.default .header-nav .bloc-content__container {
  display: grid;
  grid-template-columns: 150px auto;
  align-items: center;
}
.header-nav__brand {
  display: flex;
  cursor: pointer;
  padding-block: 10px;
}

.navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
}
.navbar-nav li:not(.btn, a.btn-white, button.btn-white, a.btn-orange, button.btn-orange, a.btn-blue, button.btn-blue, a.btn-purple, button.btn-purple, .btn-orange, .btn-blue) {
  position: relative;
  display: flex;
  align-items: center;
  position: relative;
}
.navbar-nav li:not(.btn, a.btn-white, button.btn-white, a.btn-orange, button.btn-orange, a.btn-blue, button.btn-blue, a.btn-purple, button.btn-purple, .btn-orange, .btn-blue) a {
  text-transform: uppercase;
  color: black;
  padding-block: 5px;
  font-size: 1.4rem;
}
.navbar-nav li:not(.btn, a.btn-white, button.btn-white, a.btn-orange, button.btn-orange, a.btn-blue, button.btn-blue, a.btn-purple, button.btn-purple, .btn-orange, .btn-blue) a:hover {
  color: white;
}
.navbar-nav li:not(.btn, a.btn-white, button.btn-white, a.btn-orange, button.btn-orange, a.btn-blue, button.btn-blue, a.btn-purple, button.btn-purple, .btn-orange, .btn-blue):hover a {
  color: #008B97;
}
.navbar-nav li:not(.menu-item-has-children)::before {
  display: block;
  position: absolute;
  top: 0;
  transition: all 0.2s;
  content: "";
  height: 1px;
  width: 100%;
  transform-origin: left;
  transform: scaleX(0);
  left: 0;
}
.navbar-nav li:not(.menu-item-has-children)::after {
  display: block;
  position: absolute;
  bottom: 0;
  transition: all 0.2s;
  content: "";
  height: 1px;
  width: 100%;
  transform-origin: right;
  transform: scaleX(0);
  right: 0;
}
.navbar-nav li:not(.menu-item-has-children):hover::before {
  background-color: white;
  transform: scaleX(1);
}
.navbar-nav li:not(.menu-item-has-children):hover::after {
  background-color: white;
  transform: scaleX(1);
}
.navbar-nav li:not(.menu-item-has-children):hover a {
  color: #008B97;
}
.navbar-nav li.btn-blue a {
  font-size: 1.4rem;
}
@media (min-width: 1200px) {
  .navbar-nav li.btn-blue a {
    background-color: #008B97;
  }
  .navbar-nav li.btn-blue a:hover {
    background-color: #00747e;
  }
}
.navbar-nav li.btn-orange a {
  font-size: 1.4rem;
}
.navbar-nav .menu-item-has-children {
  position: relative;
  height: 100%;
}
@media (min-width: 1200px) {
  .navbar-nav .menu-item-has-children:hover {
    background-color: #75478a;
  }
  .navbar-nav .menu-item-has-children:hover .sub-menu {
    display: block;
  }
  .navbar-nav .menu-item-has-children:hover a {
    color: white !important;
  }
}
.navbar-nav .sub-menu {
  position: absolute;
  padding-block: 20px;
  padding-inline: 0px;
  background-color: #83509B;
  min-width: 200px;
  width: max-content;
  top: 56px;
  left: 0;
  display: none;
}
@media (max-width: 1199px) {
  .navbar-nav .sub-menu {
    display: flex;
    gap: 10px;
    position: unset;
    background-color: transparent;
  }
}
.navbar-nav .sub-menu .menu-item {
  padding-inline: 20px;
}
.navbar-nav .sub-menu .menu-item:hover {
  background-color: #75478a;
}
.navbar-nav .sub-menu a {
  text-transform: none !important;
}

/**** Desktop / Mobile menu handeling ****/
.collapse {
  display: none;
  z-index: 1001;
  height: 100%;
}
@media (min-width: 1200px) {
  .collapse {
    display: unset;
  }
}
@media (max-width: 1199px) {
  .collapse {
    position: fixed !important;
    overflow: scroll !important;
    overflow: scroll !important;
    top: 0px !important;
  }
  .collapse .navbar-nav {
    height: unset;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    align-items: start !important;
  }
  .collapse .menu-item-has-children {
    display: flex;
    flex-direction: column;
    align-items: unset !important;
  }
  .collapse .menu-item:not(.menu-item-has-children) {
    width: 100%;
  }
  .collapse .menu-item:not(.btn-blue) a {
    color: white !important;
    font-weight: 900 !important;
    font-size: 2rem !important;
  }
  .collapse .sub-menu {
    padding-block: 5px;
    gap: 0px;
  }
  .collapse .sub-menu .menu-item a {
    font-size: 1.8rem !important;
    font-weight: 600 !important;
    padding-left: 30px;
  }
  .collapse .sub-menu .menu-item a::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "";
    display: block;
    height: fit-content;
    font-size: 2.5rem;
    transform: rotateZ(-45deg);
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin-block: auto;
  }
}

@media (min-width: 1200px) {
  .logged-in .collapse {
    top: 46px !important;
  }
}

.navbar-toggle {
  width: 45px;
  height: 45px;
  padding: 0px;
  background-color: transparent;
  border: 1px solid #008B97;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  justify-content: center;
  align-items: center;
  justify-self: end;
}
@media (min-width: 1200px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-toggle:hover {
  cursor: pointer;
}

.icon-bar {
  width: 80%;
  height: 2px;
  background-color: #008B97;
  transition: all 0.2s;
}

.navbar {
  position: relative;
}
.navbar.is-active .collapse {
  display: block;
  position: absolute;
  background-color: #008B97;
  width: 100%;
  left: 0;
  top: 100%;
  padding-block: 80px;
}
.navbar.is-active .collapse ul {
  display: flex;
  flex-direction: column;
}
.navbar.is-active .navbar-toggle {
  z-index: 1001;
  position: fixed;
  top: 20px;
  background-color: white;
}
.navbar.is-active .icon-bar.first {
  transform: translate(0px, 5px) rotateZ(45deg);
}
.navbar.is-active .icon-bar.second {
  transform: translateX(5px);
  display: none;
}
.navbar.is-active .icon-bar.third {
  transform: translate(0, -5px) rotateZ(-45deg);
}

.menu-item {
  padding-inline: 8px;
}
.menu-item:hover {
  cursor: pointer;
}

.front-hero__figure {
  height: 300px;
}
@media (min-width: 768px) {
  .front-hero__figure {
    height: 400px;
  }
}
.front-hero__figure img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.front-hero__body {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 767px) {
  .front-hero__body {
    top: -70px;
  }
}
@media (min-width: 768px) {
  .front-hero__body {
    display: grid;
    grid-template-columns: 50% 50%;
  }
}
.front-hero h1 {
  margin: 0;
}
@media (min-width: 768px) {
  .front-hero h1 {
    position: absolute;
    top: -100px;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .front-hero h1 {
    top: -120px;
  }
}
.front-hero--content {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .front-hero--content {
    padding-top: 80px;
  }
}
@media (min-width: 768px) {
  .front-hero {
    padding-bottom: 40px;
  }
}

.front-ctas {
  padding-block: 40px;
}
.front-ctas__grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .front-ctas__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .front-ctas__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.front-ctas h3 {
  margin-top: 0px;
}
@media (max-width: 767px) {
  .front-ctas h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .front-ctas {
    padding-top: 10px;
  }
}

.front-cta {
  padding-bottom: 65px;
  position: relative;
}
@media (max-width: 767px) {
  .front-cta {
    max-width: 300px;
    width: 100%;
  }
  .front-cta a {
    width: 100%;
    font-size: 1.6rem;
  }
  .front-cta .front-cta__element {
    width: 100%;
  }
}
.front-cta__element {
  position: absolute;
  bottom: 0px;
  display: flex;
  min-height: 60px;
}

.front-split {
  padding-block: 40px;
}
.front-split__grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .front-split__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

.bloc-recs {
  position: relative;
  padding-block: 80px 40px;
  overflow: hidden;
}
.bloc-recs h3 {
  color: white;
  font-size: 2rem;
  margin-bottom: 10px;
  margin-top: 0px;
}
.bloc-recs p {
  color: white;
  margin-top: 0px;
}
.bloc-recs .container, .bloc-recs .bloc-content.default .bloc-content__container, .bloc-content.default .bloc-recs .bloc-content__container {
  background-color: #83509B;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  position: relative;
}
.bloc-recs .container::after, .bloc-recs .bloc-content.default .bloc-content__container::after, .bloc-content.default .bloc-recs .bloc-content__container::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: #83509B;
  top: 0;
  left: calc(100% - 30px);
  position: absolute;
}
.bloc-recs__grid {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-inline: 40px;
  padding-block: 80px;
  z-index: 1;
}
.bloc-recs__grid .custom-h2 {
  top: -25px;
  left: 40px;
  position: absolute;
}
@media (min-width: 768px) {
  .bloc-recs__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .bloc-recs__grid .custom-h2 {
    top: -40px;
  }
}
.bloc-recs__list {
  list-style: none;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0px;
}
.bloc-recs--figure {
  aspect-ratio: 7/4;
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.bloc-recs--figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.bloc-recs--element:not(:last-child) {
  border-bottom: 1px solid white;
  padding-bottom: 20px;
}
.bloc-recs .bloc-shape {
  right: -50px;
  z-index: 0;
}

.front-spots {
  padding-block: 40px;
}
.front-spots__grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .front-spots__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
.front-spots__map {
  width: 100%;
}
@media (max-width: 767px) {
  .front-spots__map {
    display: none;
  }
}
.front-spots__map img {
  width: 100%;
  object-fit: contain;
}

.front-partners {
  padding-block: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.front-partners__grid {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 20px;
}
.front-partners__title {
  font-size: 2rem;
  font-weight: 500;
  color: black;
  width: fit-content;
  margin: 0;
  position: relative;
}
.front-partners__title::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: black;
  position: absolute;
  right: -50px;
  top: 50%;
}
.front-partners__title::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: black;
  position: absolute;
  left: -50px;
  top: 50%;
}
.front-partners--logo {
  display: flex;
  align-items: center;
  height: 70px;
  max-width: 200px;
}
.front-partners--logo img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.bloc-contact {
  padding-block: 165px 80px;
}
.bloc-contact__grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-color: #EA560D;
  border-radius: 25px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .bloc-contact__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
.bloc-contact__grid::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: #EA560D;
  top: 0;
  right: calc(100% - 30px);
  position: absolute;
  z-index: -1;
}
.bloc-contact__content {
  position: relative;
  top: -70px;
}
@media (min-width: 768px) {
  .bloc-contact__content {
    top: -125px;
  }
}
.bloc-contact__content h2 {
  margin: 0px;
}
.bloc-contact__content h3 {
  margin-top: 5px;
  margin-bottom: 20px;
}
.bloc-contact__figure {
  width: 300px;
  position: relative;
  top: -85px;
}
.bloc-contact__figure img {
  width: 100%;
  object-fit: contain;
}
.bloc-contact .bloc-shape {
  z-index: 0;
}

.bloc-shape {
  position: absolute;
  top: 0;
  height: 100%;
  min-width: 200px;
  right: 0;
}
.bloc-shape img {
  height: 100%;
  object-fit: cover;
}

/**** Custom h1 ****/
h1, .custom-h1, h2, .custom-h2 {
  display: flex;
  flex-direction: column;
  align-items: start;
  font-size: 4rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0px;
}
@media (min-width: 768px) {
  h1, .custom-h1, h2, .custom-h2 {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  h1, .custom-h1, h2, .custom-h2 {
    font-size: 7rem;
  }
}
h1 .regular, .custom-h1 .regular, h2 .regular, .custom-h2 .regular {
  color: white;
}
h1 .has-bg, .custom-h1 .has-bg, h2 .has-bg, .custom-h2 .has-bg {
  color: white;
  background-color: #008B97;
  border-radius: 5px;
  padding-inline: 10px;
  position: relative;
  left: -10px;
}
h1 .dark, .custom-h1 .dark, h2 .dark, .custom-h2 .dark {
  color: #594748;
}
h1 span, .custom-h1 span, h2 span, .custom-h2 span {
  font-weight: 900 !important;
}

h1 .custom-title, h2 .custom-title {
  font-size: 4rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0px;
}
@media (min-width: 768px) {
  h1 .custom-title, h2 .custom-title {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  h1 .custom-title, h2 .custom-title {
    font-size: 7rem;
  }
}
h1 .custom-title.regular, h2 .custom-title.regular {
  color: white;
}
h1 .custom-title.has-bg, h2 .custom-title.has-bg {
  color: white;
  background-color: #008B97;
  border-radius: 5px;
  padding-inline: 10px;
  position: relative;
  left: -10px;
}
h1 .custom-title.dark, h2 .custom-title.dark {
  color: #594748;
}

.txt-content h2 {
  display: block;
}

h3 .custom-title {
  font-size: 3rem;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  font-weight: 900;
}

.singular-template h2 {
  font-size: 4rem;
  color: #008B97;
}
.singular-template h3 {
  font-size: 2.5rem;
  color: #83509B;
}
.singular-template h4 {
  font-size: 1.8rem;
  color: black;
}
.singular-template h5, .singular-template h6 {
  color: black;
  font-size: 1.6rem;
  font-weight: 500;
}
.singular-template:has(iframe[title=Form]) .singular-hero {
  margin-bottom: 0px !important;
}
@media (min-width: 768px) {
  .singular-template:has(iframe[title=Form]) .singular-hero {
    margin-bottom: 40px !important;
  }
}

.singular-hero {
  background-color: #83509B;
  margin-bottom: 70px;
  height: 140px;
}
.singular-hero h1 {
  position: relative;
  top: 70px;
}
@media (min-width: 768px) {
  .singular-hero {
    margin-bottom: 85px;
  }
  .singular-hero h1 {
    top: 55px;
  }
}
@media (min-width: 992px) {
  .singular-hero {
    height: 240px;
  }
  .singular-hero h1 {
    top: 155px;
  }
}
@media (min-width: 1200px) {
  .singular-hero {
    margin-bottom: 120px;
  }
  .singular-hero h1 {
    top: 120px;
  }
}

.article-hero {
  background-color: #EA560D;
  display: flex;
  align-items: center;
  padding-block: 80px;
  margin-bottom: 80px;
}
.article-hero .container, .article-hero .bloc-content.default .bloc-content__container, .bloc-content.default .article-hero .bloc-content__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;
}

.article-content img {
  width: 100%;
  height: auto;
}

#article {
  padding-bottom: 80px;
}
#article h2, #article h2 span {
  font-weight: 900 !important;
  font-size: 5rem !important;
}
#article h3, #article h3 span {
  font-weight: 900 !important;
  font-size: 3rem !important;
  color: #83509B !important;
}

/*** Common elements ***/
.bloc {
  padding-block: 40px;
  margin-bottom: 40px;
}
.bloc:first-child {
  padding-top: 80px;
}
.bloc:last-of-type {
  margin-bottom: 0px;
}

.bg-white:has(+ .bloc.bg-white) {
  margin-bottom: 0;
  padding-bottom: 0;
}

.bg-cream:has(+ .bloc.bg-cream) {
  margin-bottom: 0;
  padding-bottom: 0;
}

.bg-orange:has(+ .bloc.bg-orange) {
  margin-bottom: 0;
}

.bg-cream:has(+ .bloc.bg-cream) {
  margin-bottom: 0;
}

.bg-blue:has(+ .bloc.bg-blue) {
  margin-bottom: 0;
}

.no-space {
  padding-bottom: 0px;
}

.txt-content :first-child {
  margin-top: 0;
}
.txt-content :last-child {
  margin-bottom: 0;
}

.bg-white {
  background-color: white;
}

.bg-cream {
  background-color: #F3F0EA;
}

.bg-orange {
  background-color: #EA560D;
}
.bg-orange *:not(.btn):not(a.btn-white):not(button.btn-white):not(a.btn-orange):not(button.btn-orange):not(a.btn-blue):not(button.btn-blue):not(a.btn-purple):not(button.btn-purple) {
  color: white;
}

.bg-blue {
  background-color: #008B97;
}
.bg-blue *:not(.btn):not(a.btn-white):not(button.btn-white):not(a.btn-orange):not(button.btn-orange):not(a.btn-blue):not(button.btn-blue):not(a.btn-purple):not(button.btn-purple) {
  color: white;
}

/*** [1A] - Bloc Contenu simple ***/
.bloc-content {
  display: flex;
  justify-content: center;
  padding-block: 40px;
}
.bloc-content.half-size .bloc-content__container {
  border-radius: 10px;
  padding-inline: 40px;
  padding-block: 40px;
  width: 80%;
}
@media (min-width: 992px) {
  .bloc-content.half-size .bloc-content__container {
    width: 50%;
    padding-inline: 60px;
  }
}

/*** [2A] - Bloc image et texte ***/
.bloc-imgtxt__grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .bloc-imgtxt__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    grid-template-areas: "figure txt";
  }
  .bloc-imgtxt__grid.small_left {
    grid-template-columns: 1fr 2fr;
    gap: 80px;
  }
  .bloc-imgtxt__grid.small_right {
    grid-template-columns: 2fr 1fr;
    gap: 80px;
  }
}
.bloc-imgtxt__grid.reverse {
  grid-template-areas: "txt figure";
}
.bloc-imgtxt__figure {
  display: block;
  aspect-ratio: 63/34;
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
  grid-area: figure;
}
.bloc-imgtxt__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bloc-imgtxt__txt {
  grid-area: txt;
}

/*** [2B] - Bloc columns ***/
.bloc-columns {
  overflow-x: hidden;
  position: relative;
}
.bloc-columns__grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .bloc-columns__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

/*** [3A] - Bloc 3 colonnes ***/
.bloc-triple {
  display: flex;
  justify-content: center;
}
.bloc-triple__grid {
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: 20px;
}
@media (min-width: 992px) {
  .bloc-triple__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 80px;
  }
}
.bloc-triple__column {
  position: relative;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bloc-triple__column * {
  text-align: center;
}
@media (max-width: 767px) {
  .bloc-triple__column h2 {
    margin-bottom: 20px;
  }
}
.bloc-triple .wysiwyg-btn {
  position: absolute;
  bottom: 20px;
}
@media (min-width: 768px) {
  .bloc-triple .wysiwyg-btn {
    bottom: 0px;
  }
}
.bloc-triple--content :first-child {
  margin-top: 0px;
}

/*** [1B] - Bloc accordeon ***/
.bloc-accordion__list {
  list-style: none;
  padding: 0px;
  width: 100%;
  display: flex;
  margin-top: 0px;
  flex-direction: column;
  gap: 20px;
}
.bloc-accordion__element {
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.bloc-accordion__element--title {
  position: relative;
  padding-block: 20px;
  padding-inline: 20px;
  background-color: white;
  border-radius: 10px;
  cursor: pointer;
}
.bloc-accordion__element--title h3 {
  margin: 0px;
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
  text-transform: none;
  color: #83509B;
}
@media (max-width: 767px) {
  .bloc-accordion__element--title {
    padding-left: 10px;
    padding-right: 30px;
  }
}
.bloc-accordion__element--content {
  padding-block: 20px;
  padding-inline: 40px;
  border-top: none;
}
.bloc-accordion__element--content p {
  color: black;
}
.bloc-accordion__element--arrow {
  transition: all 0.3s;
  position: absolute;
  right: 10px;
  height: fit-content;
  bottom: 0;
  top: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.bloc-accordion__element--arrow i {
  color: #83509B;
}
@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);
}

/**** Actualités ****/
.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%;
  color: white;
  background-color: #83509B;
  border-radius: 25px 0px 25px 0px;
  transition: all 0.2s ease-out;
  max-width: 350px;
}
.bloc-articles__actu:hover {
  color: #83509B;
}
.bloc-articles__actu:hover span {
  text-decoration: underline;
}
.bloc-articles__actu:hover img {
  transform: scale(1.2);
}
.bloc-articles__actu:hover .bloc-articles__actu--body {
  background-color: white;
}
.bloc-articles__actu:hover i {
  padding-left: 3px;
  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 {
  background-color: #83509B;
  padding-inline: 20px;
  padding-bottom: 40px;
  position: relative;
  border: 1px solid #83509B;
  border-top: 0px;
  border-radius: 0px 0px 25px 0px;
  transition: all 0.2s ease-out;
}
.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;
}

.footer {
  background-color: #008B97;
  padding-block: 40px;
  position: relative;
}
.footer .container, .footer .bloc-content.default .bloc-content__container, .bloc-content.default .footer .bloc-content__container {
  position: relative;
  z-index: 1;
}
.footer * {
  color: white;
}
.footer__grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .footer__grid {
    flex-direction: row;
    gap: 40px;
  }
}
.footer-brand {
  width: 200px;
}
.footer-brand img {
  width: 100%;
  object-fit: contain;
}
.footer-address {
  color: white;
  padding-left: 80px;
  position: relative;
}
.footer-address::after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: white;
  position: absolute;
  left: 60px;
  top: 0;
}
.footer-contact__item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer-contact__item a {
  display: flex;
  align-items: end;
  line-height: 1.6rem;
}
.footer-contact__item i {
  font-size: 2rem;
}
.footer ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
  list-style: none;
}
.footer a {
  text-transform: uppercase;
}
.footer a:hover {
  text-decoration: underline;
  font-weight: 500;
  color: white;
}
.footer .bloc-shape {
  z-index: 0;
}