@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: "Ubuntu";
  src: url("../fonts/ubuntu/Ubuntu-Bold.woff2") format("woff2"), url("../fonts/ubuntu/Ubuntu-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/ubuntu/Ubuntu-Light.woff2") format("woff2"), url("../fonts/ubuntu/Ubuntu-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  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: Helvetica, Arial, sans-serif, "system";
  font-size: 16px;
  line-height: 1.4;
}

h1, .h1 {
  margin: 0;
  font-family: "Ubuntu", sans-serif, "system";
  font-weight: bold;
  color: #2E2B86;
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 4rem;
  }
}
h1 small, .h1 small {
  font-weight: lighter;
}

h2, .h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: "Ubuntu", sans-serif, "system";
  font-weight: bold;
  color: #2E2B86;
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 2.5rem;
  }
}
h2 small, .h2 small {
  font-weight: lighter;
}

h3, .h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-family: "Ubuntu", sans-serif, "system";
  font-weight: bold;
  color: #2E2B86;
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 2.2rem;
  }
}
h3 small, .h3 small {
  font-weight: lighter;
}

h4, .h4 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-family: "Ubuntu", sans-serif, "system";
  font-weight: bold;
  color: #2E2B86;
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  h4, .h4 {
    font-size: 1.8rem;
  }
}
h4 small, .h4 small {
  font-weight: lighter;
}

a {
  text-decoration: none;
  color: #2E2B86;
  text-underline-offset: 2px;
}
a:hover {
  color: #1a184c;
}

a[target=_blank]::after {
  content: "⇱";
  padding-right: 2px;
  display: inline-block;
  transform-origin: center;
  transform: translate(0, -2px) rotateY(180deg);
  opacity: 0.9;
}

[id] {
  scroll-margin-top: 40px;
}
@media (min-width: 768px) {
  [id] {
    scroll-margin-top: 45px;
  }
}
@media (min-width: 992px) {
  [id] {
    scroll-margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  [id] {
    scroll-margin-top: 62px;
  }
}

blockquote {
  margin: 30px 0;
  padding: 0.1rem 3rem 0.1rem 1.5rem;
  max-width: 800px;
  font-family: "Ubuntu", sans-serif, "system";
  font-size: 1.8rem;
  font-weight: 100;
  color: #2E2B86;
  border-left: 4px solid #FBBB21;
}
blockquote p {
  margin-block: 8px;
}

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

.block-center {
  margin-left: auto;
  margin-right: auto;
}

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

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

@media (min-width: 1350px) {
  .container {
    max-width: 1256px;
  }
}

@media (min-width: 1200px) {
  .container-middle {
    max-width: 1086px;
  }
}

.btn-outline-beige, .btn-outline, .btn-beige, .navbar-nav .as-btn-beige a, .btn-primary {
  padding: 10px 30px;
  display: inline-block;
  border-radius: 60px;
  border: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}

.btn-primary {
  background: #2E2B86;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus-visible {
  background: #1a184c;
  color: #fff;
}

.btn-beige, .navbar-nav .as-btn-beige a {
  background: #FAEED6;
  color: #2E2B86;
}
.btn-beige:hover, .navbar-nav .as-btn-beige a:hover, .btn-beige:focus-visible, .navbar-nav .as-btn-beige a:focus-visible {
  background: #f2d292;
  color: #2E2B86;
}

.btn-outline {
  background: transparent;
  color: #2E2B86;
  border: 1px solid #2E2B86;
}
.btn-outline:hover, .btn-outline:focus-visible {
  background: #1a184c;
  border-color: #1a184c;
  color: #fff;
}

.btn-outline-beige {
  background: transparent;
  color: #FAEED6;
  border: 1px solid #FAEED6;
}
.btn-outline-beige:hover, .btn-outline-beige:focus-visible {
  background: #f2d292;
  border-color: #f2d292;
  color: #2E2B86;
}

.bg-lilas {
  background-color: #D5D5E7;
}

.bg-blue {
  background-color: #2E2B86;
}

.bg-grey {
  background-color: #F5F5F5;
}

.bg-beige {
  background-color: #FAEED6;
}

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

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

.fx-section.bg-lilas + .fx-section.bg-lilas,
.fx-section.bg-lilas + .fx-anchor + .fx-section.bg-lilas {
  margin-top: -45px;
}

.fx-section.bg-blue + .fx-section.bg-blue,
.fx-section.bg-blue + .fx-anchor + .fx-section.bg-blue {
  margin-top: -45px;
}

.fx-section.bg-grey + .fx-section.bg-grey,
.fx-section.bg-grey + .fx-anchor + .fx-section.bg-grey {
  margin-top: -45px;
}

.fx-section.bg-beige + .fx-section.bg-beige,
.fx-section.bg-beige + .fx-anchor + .fx-section.bg-beige {
  margin-top: -45px;
}

.fx-section.bg-white + .fx-section.bg-white,
.fx-section.bg-white + .fx-anchor + .fx-section.bg-white {
  margin-top: -45px;
}

.fx-section.bg-transparent + .fx-section.bg-transparent,
.fx-section.bg-transparent + .fx-anchor + .fx-section.bg-transparent {
  margin-top: -45px;
}

.fx-section:not([class*=bg-]) + .fx-section:not([class*=bg-]),
.fx-section:not([class*=bg-]) + .fx-anchor + .fx-section:not([class*=bg-]) {
  margin-top: -45px;
}

.hero:not(.has-img-bg) + .flexible-content > .bg-beige:first-child,
.hero + .flexible-content > .fx-anchor:first-child + .bg-white,
.hero + .flexible-content > .fx-section:not([class*=bg-]),
.hero + .flexible-content > .fx-anchor:first-child + .fx-section:not([class*=bg-]) {
  margin-top: -45px;
}

.socials {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.socials__link {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
  border-radius: 50%;
  background: #C1C1E5;
  color: #fff;
}
.socials__link:hover, .socials__link:focus-visible {
  background: #8b8bce;
  color: #fff;
}
.socials__link[target=_blank]::after {
  display: none;
}
.socials__figure {
  width: 100%;
  height: 100%;
}
.socials svg {
  width: 100%;
  height: 100%;
  display: block;
}
.socials path {
  fill: #fff;
}

.pagination {
  padding-top: 45px;
  padding-bottom: 45px;
}
.pagination .page-numbers {
  padding: 2px 10px;
  display: inline-block;
  transition-property: background, color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  padding: 2px 15px;
}
.pagination .page-numbers:not(.current) {
  border: 1px solid #2E2B86;
  border-radius: 5px;
}
.pagination .page-numbers:not(.current):hover, .pagination .page-numbers:not(.current):focus-visible {
  background: #1a184c;
  color: #fff;
}

.faq-question {
  margin-top: 15px;
  padding: 15px 15px 15px 35px;
  position: relative;
  border-radius: 15px;
  background: #2E2B86;
  color: #fff;
  font-weight: bold;
  transition: border-radius 0.2s ease-in-out;
  cursor: pointer;
}
@media (min-width: 768px) {
  .faq-question {
    padding-left: 55px;
  }
}
.faq-question:hover {
  background: #292677;
}
.faq-question.is-active {
  border-radius: 15px 15px 0 0;
  transition-delay: 0.2s;
}
.faq-question.is-active::after {
  background-size: 11px 3px, 3px 0;
  /* verticale réduite à 0 */
}
@media (min-width: 768px) {
  .faq-question.is-active::after {
    background-size: 14px 4px, 4px 0;
  }
}
.faq-question::before, .faq-question::after {
  width: 23px;
  height: 23px;
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .faq-question::before, .faq-question::after {
    width: 28px;
    height: 28px;
    left: 18px;
  }
}
.faq-question::before {
  border-radius: 50%;
  border: 2px solid currentColor;
  box-sizing: border-box;
  z-index: 0;
}
.faq-question::after {
  z-index: 1;
  /* deux gradients : premier = barre horizontale, second = barre verticale */
  background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 11px 3px, 3px 11px;
  background-position: center;
  transition: background-size 0.3s ease, opacity 0.5s ease;
}
@media (min-width: 768px) {
  .faq-question::after {
    background-size: 14px 4px, 4px 14px;
  }
}

.faq-answer {
  padding: 10px 10px 15px;
  border-radius: 0 0 15px 15px;
  background: #f4f4f4;
  display: none;
}
@media (min-width: 768px) {
  .faq-answer {
    padding: 15px 15px 25px;
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 99;
  background: transparent;
  transition: top 0.5s ease-in-out, background 0.3s ease-in-out;
}
.site-header.is-active {
  background: #2E2B86;
  height: 100vh;
  overflow-y: scroll;
}
.site-header__logo-link {
  display: block;
  padding-block: 5px;
}
.site-header__logo-link:hover, .site-header__logo-link:focus-visible {
  opacity: 0.9;
}

.navbar {
  height: 100%;
}
@media (min-width: 992px) {
  .navbar {
    height: auto;
  }
}

.navbar-container {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  flex-flow: column-reverse;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .navbar-container {
    min-height: unset;
    flex-flow: column;
  }
}

#mega-menu-wrap-header,
#mega-menu-wrap-header #mega-menu-header {
  position: static;
}

#mega-menu-wrap-header {
  padding-block: 20px;
  width: 100%;
  display: none;
}
@media (min-width: 992px) {
  #mega-menu-wrap-header {
    padding-block: 0;
    width: auto;
    display: block;
  }
}

@media (min-width: 992px) {
  #mega-menu-wrap-header #mega-menu-header li.mega-menu-row {
    padding-block: 30px;
    background-color: #fff;
  }
}
@media (min-width: 1200px) {
  #mega-menu-wrap-header #mega-menu-header li.mega-menu-row {
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2px;
  }
}
@media (min-width: 1350px) {
  #mega-menu-wrap-header #mega-menu-header li.mega-menu-row {
    max-width: 1256px;
  }
}

@media (min-width: 992px) {
  #mega-menu-wrap-header #mega-menu-header a + ul.mega-sub-menu {
    top: 60px;
  }
}

#mega-menu-wrap-header #mega-menu-header li.mega-menu-item > ul.mega-sub-menu {
  display: flex;
}

#mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu {
  background: rgba(255, 255, 255, 0.1);
}
@media (min-width: 992px) {
  #mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding-top: 16px;
    background: transparent;
  }
}

#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  padding: 5px 10px;
  text-align: center;
}
@media (min-width: 992px) {
  #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    padding: 0 10px;
    text-align: initial;
  }
}

#mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
  color: #fff;
}
@media (min-width: 992px) {
  #mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
    color: #2E2B86;
  }
}

#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item:not(.mega-menu-item-has-children) > a.mega-menu-link:hover {
  text-decoration: underline;
}

.navbar-pre {
  padding: 10px 30px;
  position: relative;
  background: #fff;
  display: none;
}
@media (min-width: 992px) {
  .navbar-pre {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .navbar-pre {
    padding-inline: calc((100% - 1110px) / 2);
  }
}
@media (min-width: 1350px) {
  .navbar-pre {
    padding-inline: calc((100% - 1226px) / 2);
  }
}
.navbar-pre__content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .navbar-pre__content {
    gap: 15px;
  }
}
@media (min-width: 992px) {
  .navbar-pre__content {
    gap: 30px;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
}
.navbar-pre__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .navbar-pre__list {
    justify-content: flex-end;
    gap: 30px;
  }
}
.navbar-pre .menu-item a[href] {
  padding: 10px;
  display: inline-block;
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .navbar-pre .menu-item a[href] {
    padding: 0;
    font-size: 1.4rem;
  }
}
.navbar-pre .menu-item a[href]:hover, .navbar-pre .menu-item a[href]:focus-visible {
  text-decoration: underline;
}
.navbar-pre .socials {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .navbar-pre .socials {
    justify-content: flex-start;
    margin-top: 0;
  }
}

.navbar-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 30px;
  background: #2E2B86;
}
@media (min-width: 992px) {
  .navbar-body {
    padding: 0 30px;
    flex-wrap: nowrap;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .navbar-body {
    padding-inline: calc((100% - 1110px) / 2);
  }
}
@media (min-width: 1350px) {
  .navbar-body {
    padding-inline: calc((100% - 1226px) / 2);
  }
}

.navbar-nav {
  display: none;
  width: 100%;
}
@media (min-width: 992px) {
  .navbar-nav {
    display: block;
  }
}
.navbar-nav__list {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0;
  padding-block: 4rem;
}
@media (min-width: 576px) {
  .navbar-nav__list {
    max-width: 40vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .navbar-nav__list {
    padding-block: 0;
    margin: 0;
    max-width: unset;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    gap: 30px;
  }
}
.navbar-nav .menu-item a {
  color: #fff;
}
.navbar-nav .menu-item:not([class*=btn-]) a {
  padding: 1.5rem 0;
  display: block;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .navbar-nav .menu-item:not([class*=btn-]) a {
    padding: 0;
    font-size: 1.6rem;
  }
}
.navbar-nav__list > .menu-item:not(.menu-item-has-children):not([class*=btn-]) > a[href]:hover, .navbar-nav__list > .menu-item:not(.menu-item-has-children):not([class*=btn-]) > a[href]:focus-visible {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .navbar-nav__list > .menu-item:not([class*=btn-]) > a {
    padding-block: 28px;
  }
}
.navbar-nav .as-btn-beige {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .navbar-nav .as-btn-beige {
    margin-top: 0;
  }
}
.navbar-nav .as-btn-beige a {
  color: #2E2B86;
}

@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-toggle.is-active .navbar-toggle__bar:nth-child(1) {
  transform: translateY(10px) rotateZ(45deg);
}
.navbar-toggle.is-active .navbar-toggle__bar:nth-child(2) {
  transform: rotateZ(45deg);
  opacity: 0;
}
.navbar-toggle.is-active .navbar-toggle__bar:nth-child(3) {
  transform: translateY(-10px) rotateZ(-45deg);
}
.navbar-toggle__btn {
  width: 30px;
  height: 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.navbar-toggle__bar {
  width: 30px;
  height: 1px;
  display: block;
  background: #fff;
  transform-origin: center;
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.site-main {
  position: relative;
}

.entry-content > *:first-child {
  margin-top: 0;
}
.entry-content > *:last-child {
  margin-bottom: 0;
}
.entry-content ul {
  padding-left: 20px;
}
.entry-content a:not([class*=btn]) {
  text-decoration: underline;
}
.entry-content a:not([class*=btn]):hover {
  text-decoration: none;
}
.entry-content table, .entry-content th, .entry-content td {
  border: 1px dotted;
}
.entry-content table {
  border-collapse: collapse;
}
.entry-content th, .entry-content td {
  padding: 10px 5px;
}

.content-light [class*=__title] {
  color: #fff;
}
.content-light .entry-content, .content-light .entry-content h2, .content-light .entry-content .h2, .content-light .entry-content h3, .content-light .entry-content .h3, .content-light .entry-content h4, .content-light .entry-content .h4, .content-light .entry-content a:not([class*=btn-]) {
  color: #fff;
}
.content-light blockquote {
  color: #fff;
}

.hero {
  min-height: 200px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .hero {
    min-height: 240px;
  }
}
.hero__title {
  text-align: center;
}
.hero__date {
  text-align: center;
  font-style: italic;
  font-size: 1.4rem;
  color: #444;
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .container {
  position: relative;
  z-index: 1;
}

.summary {
  padding-block: 30px;
  margin-top: 45px;
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
}
.summary h2 {
  margin-top: 0;
}

.frm_forms .frm_button_submit {
  text-transform: uppercase;
}
.frm_forms textarea {
  resize: vertical;
}

body .frm_forms.frm_style_formidable-style.with_frm_style {
  max-width: 810px;
}

.frm-center .frm_forms {
  margin-left: auto;
  margin-right: auto;
}

.fx-section, .fx-section__content {
  padding-block: 45px;
}
.fx-section.has-grid .fx-content, .fx-section__content.has-grid .fx-content {
  height: 100%;
}
.fx-section.has-grid .row, .fx-section__content.has-grid .row {
  row-gap: 30px;
}
.fx-section.has-min-height .row, .fx-section__content.has-min-height .row {
  align-items: center;
}
.fx-section.has-full-img, .fx-section__content.has-full-img {
  padding: 0;
}

.fx-content {
  padding: 30px;
  border-radius: 45px;
}
@media (min-width: 992px) {
  .fx-content {
    padding: 45px 30px;
  }
}

.fx-figure {
  border-radius: 30px;
  overflow: hidden;
}

.fx-intro {
  margin-bottom: 30px;
}

.has-background {
  position: relative;
}
.has-background .fx-foreground {
  position: relative;
  z-index: 1;
}
.has-background .fx-background {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
}
.has-background .fx-background:not(.container) {
  width: 100%;
}
.has-background .fx-background__figure {
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}

.has-full-img .fx-background__figure {
  border-radius: 0;
}

body .site-main .flexible-content .fx-section.has-background {
  padding: 0;
  margin-top: 0;
}

.fx-sticker {
  padding-block: 60px;
}
.fx-sticker__figure {
  width: max-content;
  margin: auto;
}

@media (min-width: 768px) {
  .fx-txtimg .fx-txtimg__col:first-child {
    position: sticky;
    top: 90px;
  }
}
.fx-txtimg .fx-figure {
  aspect-ratio: 1.5/1;
}
@media (min-width: 992px) {
  .fx-txtimg--little .fx-figure {
    aspect-ratio: 1.1/1;
  }
}
@media (min-width: 992px) {
  .fx-txtimg--big .fx-figure {
    aspect-ratio: 1.7/1;
  }
}
.fx-txtimg .row {
  align-items: flex-start;
}

.fx-page-card.is-centered .fx-page-card__item {
  text-align: center;
}
.fx-page-card.is-centered .fx-page-card__figure {
  margin-left: auto;
  margin-right: auto;
}
.fx-page-card__ul {
  margin: 0;
}
.fx-page-card__item {
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 45px;
}
.fx-page-card__figure {
  width: 120px;
  height: 80px;
  margin-bottom: 15px;
}

.fx-news {
  padding-top: 45px;
}
.fx-news.has-grid .row {
  row-gap: 30px;
}
.fx-news__figure {
  aspect-ratio: 1.8/1;
  border-radius: 30px 30px 0 0;
  background-color: #D5D5E7;
  border-width: 1px 1px 0 1px;
  border-color: #D5D5E7;
  border-style: solid;
  overflow: hidden;
}
@media (min-width: 768px) {
  .fx-news__figure {
    aspect-ratio: 1.5/1;
  }
}
.fx-news__figure-link {
  display: block;
  height: 100%;
}
.fx-news__figure-link:hover img, .fx-news__figure-link:focus-visible img {
  transform: scale(1.03);
}
.fx-news__copy {
  margin-top: -1px;
  padding: 15px 20px 20px;
  position: relative;
  z-index: 1;
  border-radius: 0 0 30px 30px;
  border-width: 0 1px 1px 1px;
  border-color: #D5D5E7;
  border-style: solid;
  background: #fff;
}
@media (min-width: 992px) {
  .fx-news__copy {
    padding: 20px 30px 30px;
  }
}
.fx-news a.fx-news__link {
  text-decoration: none;
}
.fx-news a.fx-news__link:hover, .fx-news a.fx-news__link:focus-visible {
  text-decoration: underline;
}
.fx-news img {
  transform-origin: center;
  transform: scale(1);
  transition: transform 1.5s ease-in-out;
}
.fx-news .btn-container {
  margin-top: 60px;
}

.fx-keyfigures-item {
  padding: 30px 20px;
  border-radius: 45px;
}
@media (min-width: 768px) {
  .fx-keyfigures-item {
    padding: 30px 20px;
  }
}
@media (min-width: 992px) {
  .fx-keyfigures-item {
    padding: 30px;
  }
}
.fx-keyfigures-item__title {
  margin: 0;
  text-align: center;
  font-size: 3rem;
}
@media (min-width: 992px) {
  .fx-keyfigures-item__title {
    font-size: 4rem;
  }
}

.fx-teams-item__title {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 2rem;
}
@media (min-width: 576px) {
  .fx-teams-item__title {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .fx-teams-item__title {
    margin-top: 20px;
    font-size: 2.2rem;
  }
}
.fx-teams-item__figure {
  width: 100%;
  height: 100%;
  max-width: 300px;
  aspect-ratio: 1/1.05;
  border-radius: 30px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .fx-teams-item__figure {
    max-width: unset;
  }
}
.fx-teams-item__figure:empty {
  background-color: #F5F5F5;
}

.section-card-has-same-bg [class*=__item],
.section-card-has-same-bg [class*=-item],
.section-card-has-same-bg .fx-content {
  padding: 5px 0;
}

.fp-hero {
  margin-top: -40px;
}
.fp-hero:not(.has-slider) {
  height: 60vh;
}

.fp-keyfigures {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 45px;
}
.fp-keyfigures__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
@media (min-width: 576px) {
  .fp-keyfigures__item {
    gap: 15px;
  }
}
.fp-keyfigures__figure {
  width: 72px;
  height: 80px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .fp-keyfigures__figure {
    height: 90px;
  }
}
@media (min-width: 992px) {
  .fp-keyfigures__figure {
    height: 110px;
  }
}

.interlude {
  max-width: 690px;
  margin: auto;
}
.interlude__content {
  text-align: center;
  font-family: "Ubuntu", sans-serif, "system";
  font-weight: 100;
  color: #2E2B86;
  font-size: 3rem;
}

.fp-section-last {
  position: relative;
}
.fp-section-last .container {
  position: relative;
  z-index: 1;
}
.fp-section-last::after {
  width: 100%;
  height: 48%;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: #2E2B86;
}

.home .fx-page-card__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.home .has-background {
  margin-top: 45px;
}
.home .has-background::before {
  width: 100%;
  height: 40%;
  content: "";
  display: block;
  position: absolute;
  bottom: -60px;
  left: 0;
  z-index: 0;
  background: #D5D5E7;
}
.home .fx-background__figure {
  position: relative;
}
.home .fx-background__figure::before {
  width: 25%;
  height: 70%;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url(../img/svg/deco-wave2--white.svg);
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.home .interlude {
  margin-bottom: -15px;
}
.home .fx-news {
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .home .fx-txtimg--half .fx-figure {
    aspect-ratio: 1/1.14;
  }
}
.home .fx-txtimg--half .fx-figure img {
  object-position: top center;
}

.jobs {
  padding-top: 45px;
}
.jobs__list {
  margin-top: 4.5rem;
}
.jobs__item {
  border-top: 1px solid #C1C1E5;
}
.jobs__item:last-child {
  border-bottom: 1px solid #C1C1E5;
}
.jobs__link {
  padding-block: 30px;
  display: block;
  text-decoration: none;
  color: #000;
}
@media (min-width: 576px) {
  .jobs__link {
    display: grid;
    grid-template-columns: 90px auto;
    grid-gap: 15px;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .jobs__link {
    grid-template-columns: 100px auto;
    grid-gap: 30px;
  }
}
.jobs__link:hover .jobs__title, .jobs__link:focus-visible .jobs__title {
  text-decoration: underline;
}
.jobs__content {
  order: 1;
}
.jobs__title {
  margin-top: 0;
  margin-bottom: 10px;
}
.jobs__date, .jobs__copy {
  font-size: 1.4rem;
}
.jobs__date {
  text-align: right;
}
@media (min-width: 576px) {
  .jobs__date {
    order: 0;
    text-align: initial;
  }
}

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

.site-footer {
  padding-block: 45px 30px;
  background: #2E2B86;
}
.site-footer__logo-link {
  margin-bottom: 35px;
  display: block;
}
.site-footer__logo-link:hover, .site-footer__logo-link:focus-visible {
  opacity: 0.8;
}
.site-footer__logo-link img {
  margin: auto;
}
@media (min-width: 992px) {
  .site-footer__row {
    max-width: 950px;
    margin: auto;
  }
  .site-footer__row > :first-child {
    padding-right: 0;
  }
  .site-footer__row > :last-child {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .site-footer__row {
    max-width: 900px;
  }
}
.site-footer .menu-item a {
  color: #fff;
}
.site-footer .menu-item a:hover {
  text-decoration: underline;
}
.site-footer .socials {
  justify-content: center;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .site-footer .socials {
    margin-top: 0;
    justify-content: flex-start;
  }
}
.site-footer .socials__link {
  background: #FBBB21;
}
.site-footer .socials__link:hover, .site-footer .socials__link:focus-visible {
  background: #efaa04;
}
.site-footer .socials__link path {
  fill: #2E2B86;
}

.site-footer-menu__list {
  margin: 0;
  text-align: center;
}
@media (min-width: 576px) {
  .site-footer-menu__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px 10px;
  }
}
@media (min-width: 768px) {
  .site-footer-menu__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px 20px;
    text-align: initial;
  }
}
@media (min-width: 992px) {
  .site-footer-menu__list {
    grid-gap: 5px 10px;
  }
}
.site-footer-menu a {
  padding: 3px 5px;
  display: block;
}
@media (min-width: 768px) {
  .site-footer-menu a {
    padding: 5px;
  }
}

.site-footer-policy__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 45px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .site-footer-policy__list {
    flex-direction: row;
  }
}
.site-footer-policy .menu-item a {
  padding: 3px 5px;
  display: block;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .site-footer-policy .menu-item a {
    padding: 3px 10px;
  }
}
@media (min-width: 768px) {
  .site-footer-policy .menu-item + .menu-item {
    position: relative;
  }
  .site-footer-policy .menu-item + .menu-item::before {
    width: 1px;
    height: 70%;
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    background: #fff;
  }
}