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

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

@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");
}
@font-face {
  font-family: "Copperplate";
  src: url("../fonts/Copperplate/Copperplate.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* Raleway Variable Font - Normal */
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-VariableFont_wght.woff2") format("woff2");
  font-weight: 100 900;
  /* Plage de graisses disponibles */
  font-style: normal;
  font-display: swap;
}
/* Raleway Variable Font - Italic */
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-Italic-VariableFont_wght.woff2") format("woff2");
  font-weight: 100 900;
  /* Plage de graisses disponibles */
  font-style: italic;
  font-display: swap;
}
*, *::before, *::after {
  box-sizing: border-box;
}

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

body {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
}
body.no-scroll {
  overflow: hidden;
}

h1, .h1 {
  font-family: "Copperplate", serif;
  font-size: 3.4rem;
  font-weight: 100;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 4.4rem;
    line-height: 0.9;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 5.4rem;
  }
}

h2, .h2 {
  font-family: "Copperplate", serif;
  font-size: 3.4rem;
  font-weight: 100;
  line-height: 1;
}

h3, .h3 {
  font-size: 2.5rem;
  font-weight: 300;
}

textarea {
  resize: vertical;
}

a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  color: #997a1b;
}

blockquote {
  margin: 30px 0;
  padding: 15px 30px 15px 30px;
  position: relative;
  border-left: 4px solid #C49C23;
  background-color: #FCFAF4;
}
blockquote > * {
  position: relative;
  z-index: 1;
}
blockquote::before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 0;
  font-size: 15rem;
  color: #C49C23;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
  background-image: url("../img/svg/quote.svg");
  opacity: 0.12;
}

img {
  transform-origin: center;
}

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

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

ul[class*=__list],
ol[class*=__list] {
  padding-left: 0;
  list-style: none;
}

@media (min-width: 1360px) {
  .container {
    max-width: 1336px;
  }
}

.align-items-center {
  align-items: center;
}

.gap-y-15 {
  row-gap: 15px;
}

.gap-y-30 {
  row-gap: 30px;
}

.block-center, .error404__figure, .article, .fx-slider-contents__copy {
  margin-left: auto;
  margin-right: auto;
}

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

.list-unstyled, .site-footer__nav, .navbar-nav .sub-menu, .socials__list {
  padding-left: 0;
  list-style: none;
}

.content-dark *:not([class*=btn-]) {
  color: #FFFFFF;
}

.btn-outline--white, .btn-outline--pink, .btn-outline, .btn-primary--pink, .btn-primary {
  padding: 10px 30px;
  display: inline-block;
  background: transparent;
  font-weight: normal;
  text-transform: uppercase;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
}

.btn-primary {
  background: #C49C23;
  border-color: #C49C23;
  color: #FFFFFF;
}
.btn-primary:hover {
  background: #ae8b1f;
  color: #FFFFFF;
}

.btn-primary--pink {
  background: #E53779;
  border-color: #E53779;
  color: #FFFFFF;
}
.btn-primary--pink:hover {
  background: #d71c63;
  color: #FFFFFF;
}

.btn-outline {
  color: #C49C23;
  border-color: #C49C23;
}
.btn-outline:hover {
  background: #C49C23;
  color: #FFFFFF;
}

.btn-outline--pink {
  color: #E53779;
  border-color: #E53779;
}
.btn-outline--pink:hover {
  background: #E53779;
  color: #FFFFFF;
}

.btn-outline--white {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline--white:hover {
  background: #FFFFFF;
  color: #C49C23;
}

.fake-btn-trigger:hover .btn-primary {
  background: #ae8b1f;
  color: #FFFFFF;
}
.fake-btn-trigger:hover .btn-primary--pink {
  background: #e2206a;
  color: #FFFFFF;
}
.fake-btn-trigger:hover .btn-outline {
  background: #C49C23;
  color: #FFFFFF;
}
.fake-btn-trigger:hover .btn-outline--pink {
  background: #E53779;
  color: #FFFFFF;
}
.fake-btn-trigger:hover .btn-outline--white {
  background: #FFFFFF;
  color: #C49C23;
}

.text-yellow {
  color: #C49C23;
}

.text-pink {
  color: #E53779;
}

.faq-question {
  margin-top: 15px;
  padding: 15px 30px 15px 15px;
  position: relative;
  font-weight: 500;
  background: #EFF8E9;
  transition: border-radius 0.2s ease-in-out 0.2s;
  cursor: pointer;
}
@media (min-width: 768px) {
  .faq-question {
    padding-left: 20px;
  }
}
.faq-question.is-active {
  transition-delay: 0;
}
.faq-question.is-active::after {
  transform: rotateZ(-180deg);
}
.faq-question:hover {
  background: #e4f3da;
}
.faq-question::after {
  width: 17px;
  height: 10px;
  content: "";
  margin-left: 5px;
  display: inline-block;
  position: absolute;
  top: 23px;
  right: 10px;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy4xNDciIGhlaWdodD0iMTAuMTE0IiB2aWV3Qm94PSIwIDAgMTcuMTQ3IDEwLjExNCI+CiAgPHBhdGggZD0iTS4zNTYuMzUxbDcuODY2LDhMMTYuMDg5LjYxNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4zNTcgMC4zNTEpIiBmaWxsPSJub25lIiBzdHJva2U9IiNjNDljMjMiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=);
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}

.faq-answer {
  padding: 15px;
  background: #fbfbfb;
  display: none;
}
@media (min-width: 768px) {
  .faq-answer {
    padding-left: 20px;
  }
}

.socials__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .socials__list {
    justify-content: flex-start;
  }
}
.socials__link {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 6px;
  border: 1px solid #C49C23;
  border-radius: 50%;
}
.socials__link:hover {
  background: #C49C23;
}
.socials__link:hover .socials__img {
  filter: brightness(10);
}

#age-verification-popup {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
}
#age-verification-popup .age-popup-content {
  padding: 3rem;
  max-width: 500px;
  border-radius: 1px;
  text-align: center;
  background: white;
  border: 1px solid #cbcbcb;
}
#age-verification-popup .age-popup-content button {
  cursor: pointer;
}

.wpml-ls-legacy-dropdown {
  width: 50px;
  font-size: 1.4rem;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
  background: transparent;
  border-color: transparent;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding: 14px 0;
  border: none;
  border-bottom: 1px solid #000000;
  background: transparent;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:hover {
  background: transparent;
  border-color: transparent;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
  width: 13px;
  height: 10px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 17px;
  right: 0;
  z-index: 0;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy42OTgiIGhlaWdodD0iNy42NjMiIHZpZXdCb3g9IjAgMCAxMy42OTggNy42NjMiPgogIDxwYXRoIGQ9Ik0uMzU2LjM1MSw2Ljg1MSw2Ljk1Nmw2LjUtNi4zODUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjEiLz4KPC9zdmc+Cg==);
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top: none;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  padding: 10px 8px;
  border: 1px solid #000000;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover {
  background: #f7f7f7;
}
.wpml-ls-legacy-dropdown .wpml-ls-flag + span {
  display: none;
}

.pagination {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pagination .page-numbers {
  padding: 2px 10px;
  display: inline-block;
  transition-property: background, color;
  transition-duration: 0.1s;
  transition-timing-function: ease-in;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  padding: 2px 15px;
}
.pagination .page-numbers:not(.current) {
  border: 1px solid #C49C23;
}
.pagination .page-numbers:not(.current):hover, .pagination .page-numbers:not(.current):focus-visible {
  background: #C49C23;
  color: #FFFFFF;
}

.frm_required {
  display: none;
}

.with_frm_style .frm_message {
  min-height: 150px;
  padding: 30px 20px;
  font-size: 1.8rem;
}

.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.site-header__bcg-head {
  width: 100%;
  height: 75px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: #FFFFFF;
  border-bottom: 1px solid #000000;
  transition-duration: 0.5s, 0.3s, 0.3s;
  transition-property: height, background, border-color;
  transition-timing-function: ease-in-out;
}
.site-header__bcg-foot {
  display: none;
}
@media (min-width: 992px) {
  .site-header__bcg-foot {
    width: 100%;
    height: 45px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #FFFFFF;
    border-top: 1px solid #000000;
    transform-origin: left center;
  }
}

.site-header.no-background .site-header__bcg-head {
  border-color: transparent;
  background: transparent;
}

.admin-bar .site-header {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar .site-header {
    top: 32px;
  }
}

.navbar-header {
  padding: 15px 0 15px;
}
.navbar-header__layout {
  display: grid;
  grid-template-columns: 55px auto auto;
  grid-template-areas: "burger logo lang" "menu menu menu" "btns btns btns";
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .navbar-header__layout {
    grid-template-columns: 55px 80px 1fr 5fr 50px;
    grid-template-rows: auto auto;
    grid-template-areas: "burger logo btns btns lang" "menu menu menu cards cards";
    gap: 0 10px;
  }
}

.navbar-header__logo {
  grid-area: logo;
  align-self: center;
}

.navbar-toggle {
  grid-area: burger;
  align-self: center;
}

.navbar-header__lang {
  grid-area: lang;
  justify-self: end;
  align-self: center;
}

.navbar-nav {
  grid-area: menu;
}

.navbar-header__btns {
  grid-area: btns;
  align-self: center;
}

.navbar-cards {
  grid-area: cards;
}

.navbar-header__logo-link {
  display: block;
  max-width: 70px;
}
.navbar-header__logo-link:hover {
  opacity: 0.75;
}
.navbar-header__lang {
  transition: opacity 0.3s linear;
}

.navbar-nav {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .navbar-nav {
    margin-left: 0;
    width: auto;
    text-align: unset;
  }
}
.navbar-nav__list {
  margin-top: 0;
}
.navbar-nav .menu-item-has-children > a {
  padding-block: 15px 5px;
  display: block;
  font-family: "Copperplate", serif;
  font-size: 2.8rem;
  line-height: 1;
}
@media (min-width: 992px) {
  .navbar-nav .menu-item-has-children > a {
    font-size: 3.2rem;
  }
}
.navbar-nav .sub-menu a {
  display: block;
  padding-block: 4px;
  text-transform: uppercase;
  text-underline-offset: 3px;
  font-size: 15px;
}
.navbar-nav .sub-menu a:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .navbar-nav .sub-menu a {
    padding-block: 2px;
  }
}
.navbar-nav a {
  color: #000000;
}

.home .navbar-header__logo-link {
  opacity: 0;
  pointer-events: none;
}

.navbar-cards {
  position: relative;
}
@media (min-width: 992px) {
  .navbar-cards {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .navbar-cards {
    padding-left: 55px;
  }
}
.navbar-cards::before {
  content: "";
  width: 0.5px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000000;
  transform-origin: center;
  transform: scaleY(0);
  opacity: 0;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.navbar-cards__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px 20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .navbar-cards__list {
    justify-content: flex-end;
  }
}
.navbar-cards__link {
  color: #000000;
}
.navbar-cards__link:hover {
  color: #000000;
}
.navbar-cards__link:hover .navbar-cards__img {
  transform: scale(1.01);
}
.navbar-cards__figure {
  max-width: 180px;
  width: 100%;
  position: relative;
  aspect-ratio: 1.08/1;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .navbar-cards__figure {
    max-width: 220px;
  }
}
@media (min-width: 1360px) {
  .navbar-cards__figure {
    max-width: 265px;
  }
}
.navbar-cards__img {
  transform: scale(1);
  transition: transform 1s ease-in-out;
}
.navbar-cards__title {
  margin-block: 13px;
  font-family: "Copperplate", serif;
  font-size: 2.8rem;
}
@media (min-width: 1200px) {
  .navbar-cards__title {
    font-size: 3.2rem;
  }
}

.navbar-toggle {
  width: 54px;
  height: max-content;
  position: relative;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}
.navbar-toggle.is-active .icon-bar:nth-child(1) {
  transform: translate(0, 7px) rotateZ(40deg);
}
.navbar-toggle.is-active .icon-bar:nth-child(2) {
  transform: translate(0, -4px) rotateZ(-40deg);
}
.navbar-toggle.is-active .icon-bar:nth-child(3) {
  transform: translateX(6px);
  opacity: 0;
}
.navbar-toggle__label {
  margin-top: 12px;
  display: block;
  font-size: 1.4rem;
  text-align: left;
}
.navbar-toggle .icon-bar {
  width: 23px;
  height: 1px;
  display: block;
  background: #000000;
  transform-origin: center;
  transition-property: transform, opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.navbar-toggle .icon-bar:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}
.navbar-toggle .icon-bar:nth-child(2) {
  position: absolute;
  top: 12px;
  left: 0;
}
.navbar-toggle .icon-bar:nth-child(3) {
  margin-block: 6px;
  width: 15px;
  position: relative;
}

.navbar-header__btns {
  display: none;
  transition: opacity 0.3s linear;
  opacity: 1;
}
@media (min-width: 992px) {
  .navbar-header__btns {
    display: block;
  }
}

.navbar-header__btns-container {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}
@media (min-width: 992px) {
  .navbar-header__btns-container {
    margin-top: 0;
    justify-content: flex-end;
  }
}

.site-header .navbar-nav, .site-header .navbar-cards, .site-header .site-header__bcg-foot {
  display: none;
}

.site-header.is-active {
  height: 100vh;
}
.site-header.is-active .navbar-nav, .site-header.is-active .navbar-cards, .site-header.is-active .site-header__bcg-foot {
  display: block;
}
.site-header.is-active .navbar-header__btns {
  display: block;
}
@media (min-width: 992px) {
  .site-header.is-active .navbar-header__btns {
    opacity: 0;
    pointer-events: none;
  }
}
.site-header.is-active .navbar-header__lang {
  opacity: 0;
  pointer-events: none;
}
.site-header.is-active .site-header__bcg-head {
  height: 100%;
  background: #FFFFFF;
}
.site-header.is-active .navbar-header {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .site-header.is-active .navbar-header {
    padding-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .site-header.is-active .navbar-header__layout {
    row-gap: 10px;
  }
}
.site-header.is-active .navbar-cards::before {
  opacity: 1;
  transform: scaleY(2.2);
}

.admin-bar .site-header.is-active {
  height: calc(100vh - 46px);
}
@media screen and (min-width: 783px) {
  .admin-bar .site-header.is-active {
    height: calc(100vh - 32px);
  }
}

.site-header.reduce-height .site-header__bcg-head {
  height: 75px;
  transition-delay: 0.1s;
}
.site-header.reduce-height .navbar-header__btns {
  display: block;
  opacity: 0;
}
@media (min-width: 992px) {
  .site-header.reduce-height .navbar-header__btns {
    opacity: 1;
  }
}
.site-header.reduce-height .navbar-header__lang {
  opacity: 1;
}

.can-have-target a[target=_blank]::after,
.can-have-target button[target=_blank]::after, .can-have-target[target=_blank]::after, .entry-content a[target=_blank]::after {
  content: "⇱";
  margin-left: 5px;
  display: inline-block;
  transform-origin: center;
  transform: rotateZ(90deg);
}

.entry-content > *:first-child {
  margin-top: 0;
}
.entry-content > *:last-child {
  margin-bottom: 0;
}
.entry-content a:not([class*=btn]) {
  text-decoration: underline;
}
.entry-content a:not([class*=btn]):hover {
  text-decoration: none;
}
.entry-content ul:not([class*=list-]) {
  padding-left: 25px;
}
.entry-content iframe {
  max-width: 100%;
}

.fx-section {
  margin-block: 60px;
}
.fx-section.sigle-column .entry-content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.fx-hero {
  margin-bottom: -30px;
}
.fx-hero__title {
  margin: 0;
  text-align: center;
}
.fx-hero__date {
  margin-bottom: 0;
  color: grey;
  font-style: italic;
  text-align: center;
}
.fx-hero__date a {
  color: grey;
  text-decoration: none;
}
.fx-hero__date a:hover {
  text-decoration: underline;
}

.single-post .fx-hero {
  margin-top: 0;
  padding-block: 45px;
  background-color: #FCFAF4;
}
@media (min-width: 768px) {
  .single-post .fx-hero {
    margin-bottom: 60px;
    padding-block: 60px;
  }
}

.fx-cards-item {
  position: relative;
  width: 100%;
  aspect-ratio: 1.22/1;
}
.fx-cards-item.is-fullsize {
  aspect-ratio: 1.5/1;
}
@media (min-width: 768px) {
  .fx-cards-item.is-fullsize {
    aspect-ratio: 2.1/1;
  }
}
.fx-cards-item__figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
.fx-cards-item__figure:not(.no-overlay)::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
.fx-cards-item__img {
  transform-origin: center;
}
.fx-cards-item__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 100%;
  max-width: 700px;
  margin: auto;
  padding: 1.5rem;
  position: relative;
  z-index: 1;
  color: white;
}
@media (min-width: 992px) {
  .fx-cards-item__content {
    padding: 6rem;
  }
}

.fx-backlinks__content {
  padding: 30px 30px 45px;
  text-align: center;
  border: 1px solid #C49C23;
}
.fx-backlinks__title {
  max-width: 610px;
  margin: 0 auto 20px;
  color: #C49C23;
}

.fx-separator {
  margin-top: -15px;
  margin-bottom: 70px;
  display: flex;
  justify-content: center;
}
.fx-separator hr {
  width: 100%;
  height: 1px;
  margin: 0;
  border: none;
  background: #000000;
}

.fx-txtimg {
  position: relative;
}
@media (min-width: 992px) {
  .fx-txtimg.has-deco {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .fx-txtimg__col {
    padding-inline: 30px;
    padding-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .fx-txtimg__col {
    padding-inline: 45px;
  }
}
.fx-txtimg__figure {
  margin-top: 15px;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .fx-txtimg__figure {
    margin-top: 45px;
    margin-bottom: 5px;
  }
}
.fx-txtimg__img {
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .fx-txtimg__img {
    max-height: unset;
    margin: 0;
  }
}
.fx-txtimg__deco {
  display: none;
}
@media (min-width: 992px) {
  .fx-txtimg__deco {
    width: max-content;
    height: max-content;
    padding-bottom: 15px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    transform-origin: center;
    transform: translateX(-50%);
    pointer-events: none;
  }
}
.fx-txtimg__deco::before {
  width: 6px;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc( 50% - 3px );
  z-index: 0;
  background-color: #FFFFFF;
}
.fx-txtimg__deco img {
  width: 80px;
  position: relative;
  z-index: 1;
}
.fx-txtimg .entry-content > h2:first-child {
  position: relative;
  text-align: center;
  padding-bottom: 30px;
}
.fx-txtimg .entry-content > h2:first-child::after {
  content: "";
  width: 180px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #000000;
  transform: translateX(-50%);
}
.fx-txtimg .row {
  position: relative;
}
@media (min-width: 992px) {
  .fx-txtimg .row::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
    background: #000000;
  }
}

.fx-cta__layout {
  display: flex;
}
.fx-cta__figure {
  display: none;
  overflow: hidden;
}
@media (min-width: 576px) {
  .fx-cta__figure {
    width: 20%;
    position: relative;
    display: flex;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .fx-cta__figure {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .fx-cta__figure {
    min-height: 400px;
  }
}
.fx-cta__copy {
  padding: 30px;
  background: #FCFAF4;
}
@media (min-width: 576px) {
  .fx-cta__copy {
    width: 80%;
    padding: 45px;
  }
}
@media (min-width: 992px) {
  .fx-cta__copy {
    width: 40%;
  }
}
.fx-cta__img {
  position: absolute;
  top: 0;
  left: 0;
}

.fx-slider-images__figure {
  max-width: 190px;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  transform-origin: center;
  transform: scale(0.8);
  filter: grayscale(1);
  transition-property: filter, transform, opacity;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
}
@media (min-width: 1360px) {
  .fx-slider-images__figure {
    max-width: 260px;
  }
}
.fx-slider-images .slick-center .fx-slider-images__figure {
  transform: scale(1);
  filter: grayscale(0);
}

.fx-slider-contents {
  position: relative;
}
.fx-slider-contents__copy {
  max-width: 500px;
  padding: 15px;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.fx-slider-contents__copy h2 {
  font-size: 2.6rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .fx-slider-contents__copy h2 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .fx-slider-contents__copy h2 {
    font-size: 3.4rem;
  }
}
.fx-slider-contents__copy h3 {
  font-weight: normal;
}
.fx-slider-contents__copy h2 + h3 {
  margin-top: -22px;
  font-size: 1.8rem;
}
.fx-slider-contents .slick-center .fx-slider-contents__copy {
  opacity: 1;
}
.fx-slider-contents .slick-arrow {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #C49C23;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
}
.fx-slider-contents .slick-arrow:hover {
  background: #fafafa;
}
.fx-slider-contents .slick-arrow::before {
  width: 17px;
  height: 10px;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy4xNDciIGhlaWdodD0iMTAuMTE0IiB2aWV3Qm94PSIwIDAgMTcuMTQ3IDEwLjExNCI+CiAgPHBhdGggZD0iTS4zNTYuMzUxbDcuODY2LDhMMTYuMDg5LjYxNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4zNTcgMC4zNTEpIiBmaWxsPSJub25lIiBzdHJva2U9IiNjNDljMjMiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=);
  transform-origin: center;
}
.fx-slider-contents .slick-arrow.slick-prev {
  left: 0;
}
@media (min-width: 992px) {
  .fx-slider-contents .slick-arrow.slick-prev {
    left: 150px;
  }
}
.fx-slider-contents .slick-arrow.slick-prev::before {
  transform: rotateZ(90deg);
}
.fx-slider-contents .slick-arrow.slick-next {
  right: 0;
}
@media (min-width: 992px) {
  .fx-slider-contents .slick-arrow.slick-next {
    right: 150px;
  }
}
.fx-slider-contents .slick-arrow.slick-next::before {
  transform: rotateZ(-90deg) translateY(2px);
}

.fp-hero__layout {
  position: relative;
  width: 100%;
  aspect-ratio: 1.5/1;
}
@media (min-width: 768px) {
  .fp-hero__layout {
    aspect-ratio: 2.24/1;
  }
}
.fp-hero__figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
.fp-hero__figure::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
.fp-hero__img {
  transform-origin: center;
}
.fp-hero__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 100%;
  max-width: 700px;
  margin: auto;
  padding: 1.5rem;
  position: relative;
  z-index: 1;
  color: white;
}
.fp-hero__title {
  margin-top: 0;
  text-align: center;
}

.home .fx-separator {
  margin-top: -30px;
  margin-bottom: -20px;
}

@media (min-width: 768px) {
  .home .fx-galerie__list {
    justify-content: flex-start;
  }
}

.fp-img-content--right .entry-content {
  text-align: center;
}
@media (min-width: 768px) {
  .fp-img-content--right .entry-content {
    text-align: right;
  }
}

.article {
  max-width: 310px;
  height: 100%;
  border: 1px solid #e7e7e7;
}
.article__main-link:hover .article__figure {
  opacity: 0.9;
}
.article__figure {
  width: 100%;
  aspect-ratio: 1.08/1;
  background: #f6f6f6;
  transition: opacity 0.3s ease-in-out;
}
.article__content {
  padding: 20px 15px 25px;
}
.article__date {
  margin-bottom: 5px;
  display: block;
  color: grey;
}
.article__title {
  margin-top: 0;
  color: #000000;
  font-size: 2rem;
  font-weight: 550;
  line-height: 1.3;
}

.page-id-137 h1, .page-id-137 h2:not(.fx-backlinks__title), .page-id-399 h1, .page-id-399 h2:not(.fx-backlinks__title), .page-id-745 h1, .page-id-745 h2:not(.fx-backlinks__title), .page-id-878 h1, .page-id-878 h2:not(.fx-backlinks__title) {
  color: #2B5729;
}

.error404__figure {
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.error404__title {
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: center;
}
.error404__img {
  width: 70px;
}

.site-footer {
  margin-top: 90px;
  padding-top: 60px;
  padding-bottom: 30px;
  background: #FCFAF4;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer {
    text-align: initial;
  }
}
@media (min-width: 992px) {
  .site-footer {
    margin-top: 110px;
  }
}
.site-footer__layout {
  display: grid;
  gap: 30px;
}
@media (min-width: 768px) {
  .site-footer__layout {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .site-footer__layout {
    grid-template-columns: repeat(4, 1fr);
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }
}
.site-footer__col {
  position: relative;
}
.site-footer__logo-link:hover {
  opacity: 0.75;
}
.site-footer__nav {
  margin-top: 30px;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer__nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .site-footer__nav {
    margin-top: 25px;
  }
}
@media (min-width: 768px) {
  .site-footer__nav li:not(:last-child) a::after {
    content: "|";
    position: absolute;
    right: -2px;
    z-index: 0;
  }
}
.site-footer__nav a {
  padding: 5px;
  display: block;
  position: relative;
  color: #000000;
  font-size: 12px;
}
.site-footer__nav a:hover {
  text-decoration: underline;
}
.site-footer__deco {
  width: 100%;
  position: absolute;
  bottom: -15px;
  right: -20px;
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .site-footer__deco {
    width: 120%;
    bottom: -30px;
    right: -110px;
  }
}
.site-footer address {
  font-style: normal;
}
.site-footer .entry-content a {
  color: #000000;
  text-decoration: none;
}
.site-footer .entry-content a:hover {
  text-decoration: underline;
}

.fx-galerie__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  flex-wrap: wrap;
  gap: 13px;
}
.fx-galerie__img {
  width: auto;
  max-height: 73px;
}

.sr-only-focusable {
  position: absolute;
  top: -100%;
  /* Cache toute la liste en dehors de l’écran */
  left: 10px;
  z-index: 100;
  background: #000;
  padding: 5px;
}
.sr-only-focusable,
.sr-only-focusable ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sr-only-focusable a {
  display: block;
  background: #000;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  font-weight: bold;
}
.sr-only-focusable:focus-within {
  top: 10px;
  /* Fait apparaître toute la liste quand un lien a le focus */
}