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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
 * 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: "subotype-steady";
  /* Name of the font-family */
  src: url("./fonts/subotype-steady.otf") format("opentype");
  /* Path to your .OTF file */
  font-weight: normal;
  /* Optional: specify the font weight */
  font-style: normal;
  /* Optional: specify the font style */
}
html {
  font-size: 62.5%;
  font-size: calc(1em * 0.625);
  scroll-behavior: smooth;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  color: white;
  font-weight: 400;
}

body:not(:has(#primary)) {
  color: #014421;
}
body:not(:has(#primary)) h4 {
  color: #8AB81C;
}
body:not(:has(#primary)) #site-header {
  margin-bottom: 80px;
}
body:not(:has(#primary)) form {
  display: flex;
  flex-direction: column;
  align-items: start;
}

h1 {
  font-family: "subotype-steady", sans-serif;
  font-size: 6rem;
  text-transform: uppercase;
  margin-block: 30px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 8rem;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 10rem;
  }
}

h2 {
  font-family: "subotype-steady", sans-serif;
  font-size: 3.5rem;
  font-weight: 100;
  text-transform: uppercase;
  margin-block: 20px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 5.5rem;
  }
}
h2::after {
  content: "";
  display: block;
  width: 60px;
  background-image: url("../images/svg/title-separation.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 7px;
}

h3 {
  font-family: "Lato", sans-serif;
  font-size: 2.2rem;
  text-transform: uppercase;
}

h4 {
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #8AB81C;
}

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

a {
  text-decoration: none;
  color: #8AB81C;
}
a:not(.custom, .btn, .btn-empty, .formation-card__link, .btn-empty-b, .btn-empty-g, .btn-empty-p, .btn-b, .btn-g, .btn-p, .wp-element-button, .opta-close) {
  color: #8AB81C;
}
a:hover {
  color: #698c15;
}

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

ul {
  color: #014421;
}

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

.wp-block-pdf-viewer-block-standard {
  width: 100%;
}

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

.wpomp_listing_grid {
  height: 100% !important;
}
.wpomp_listing_grid .fc-component-6 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  height: 100%;
  gap: 10px;
}
.wpomp_locations {
  position: unset !important;
  width: 100% !important;
  border: 1px solid #A3195B !important;
}
.wpomp_location_title .place_title {
  font-size: 1.8rem !important;
  font-weight: bold !important;
  color: #A3195B !important;
}
.wpomp_location_meta .fc-badge.info {
  background-color: #A3195B !important;
  color: white !important;
}
.wpomp_locations_head {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px !important;
  max-width: 220px !important;
}
.wpomp_location_taxonomy {
  display: none !important;
}
.wpomp_pagination {
  display: flex;
  justify-content: center;
}
.wpomp_pagination a {
  background-color: transparent !important;
  color: #A3195B !important;
  border: 1px solid #A3195B !important;
}
.wpomp_pagination .current {
  background-color: #A3195B !important;
  color: white;
}
.wpomp_filter_wrappers {
  background-color: #A3195B !important;
}
.wpomp_filter_wrappers div.categories_filter select {
  background-color: #8AB81C !important;
}

.fc-item-title {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 15px !important;
}
.fc-item-title .fc-badge.info {
  width: fit-content !important;
}

.fc-item-default {
  height: 100% !important;
}

.facetwp-facet {
  margin-bottom: 0px !important;
}
.facetwp-dropdown {
  padding-inline: 20px;
  padding-block: 5px;
  background-color: transparent;
  border: 2px solid #014421;
  color: #014421;
  border-radius: 50px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .facetwp-dropdown {
    max-width: 225px;
  }
}
.facetwp-date {
  border-radius: 50px;
  color: #014421;
  padding-inline: 20px;
  padding-block: 5px;
  border-color: #014421;
}
@media (max-width: 767px) {
  .facetwp-date {
    max-width: 225px;
  }
}
.facetwp-pager {
  display: flex;
  justify-content: center;
  padding-top: 60px;
}
.facetwp-page {
  border: 1px solid;
  border-radius: 5px;
  color: #014421 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.facetwp-page.next, .facetwp-page.prev {
  font-size: 25px;
}
.facetwp-page.active {
  font-weight: bold;
  cursor: default;
  color: white !important;
  background-color: #014421;
  border: 1px solid #014421;
}

.listing-filters {
  margin-bottom: 40px;
  display: flex;
  gap: 15px;
  align-items: center;
}
@media (max-width: 767px) {
  .listing-filters {
    flex-direction: column;
    align-items: start;
  }
}

.fdate-wrap {
  color: #014421;
}

.frm_primary_label {
  color: #A3195B !important;
  font-weight: bold;
}

.frm_form_field input, .frm_form_field textarea, .frm_form_field select {
  color: #A3195B !important;
  border-radius: 20px !important;
  border-color: #A3195B !important;
}
.frm_form_field input:active, .frm_form_field textarea:active, .frm_form_field select:active {
  box-shadow: 0px 1px 4px #ee579f;
}
.frm_form_field label {
  color: #A3195B !important;
}

.frm_description {
  color: #A3195B !important;
}

.frm_button_submit {
  transform: all 0.3s !important;
  color: white !important;
  background-color: #A3195B !important;
  border-color: #A3195B !important;
}
.frm_button_submit:hover {
  color: #A3195B !important;
  background-color: white !important;
}

#form_contacter-lassociation div:has(> .frm_verify), .frm_forms div:has(> .frm_verify) {
  overflow: hidden;
  width: 0;
  height: 0;
  position: absolute;
}

.mc-field-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mc-field-group input {
  height: 40px;
  background-color: transparent;
  border: 1px solid #A3195B !important;
}
.mc-field-group .checkbox {
  display: flex;
  flex-direction: column;
}
.mc-field-group-row {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.mc-field-group-row label {
  margin-block: 12px;
}

#mc_embed_signup, #mc-embedded-subscribe-form {
  max-width: 600px;
}
#mc_embed_signup .content__gdpr p, #mc-embedded-subscribe-form .content__gdpr p {
  margin: 0px;
}
#mc_embed_signup .clear .btn-p:hover, #mc_embed_signup .clear #page_dons .colonne .bouton_final .btn:hover, #page_dons .colonne .bouton_final #mc_embed_signup .clear .btn:hover, #mc_embed_signup .clear #page_dons .colonne .bouton_final .wp-element-button:hover, #page_dons .colonne .bouton_final #mc_embed_signup .clear .wp-element-button:hover, #mc_embed_signup .clear #page_dons .colonne .bouton_final .btn-g:hover, #page_dons .colonne .bouton_final #mc_embed_signup .clear .btn-g:hover, #mc_embed_signup .clear #page_dons .colonne .bouton_final .btn-b:hover, #page_dons .colonne .bouton_final #mc_embed_signup .clear .btn-b:hover, #mc_embed_signup .clear #page_dons .colonne .bouton_final .btn-empty:hover, #page_dons .colonne .bouton_final #mc_embed_signup .clear .btn-empty:hover, #mc_embed_signup .clear #page_dons .colonne .bouton_final .btn-empty-p:hover, #page_dons .colonne .bouton_final #mc_embed_signup .clear .btn-empty-p:hover, #mc_embed_signup .clear #page_dons .colonne .bouton_final .btn-empty-g:hover, #page_dons .colonne .bouton_final #mc_embed_signup .clear .btn-empty-g:hover, #mc_embed_signup .clear #page_dons .colonne .bouton_final .btn-empty-b:hover, #page_dons .colonne .bouton_final #mc_embed_signup .clear .btn-empty-b:hover, #mc_embed_signup .clear #page_dons .colonne .bouton_final .formation-card__link:hover, #page_dons .colonne .bouton_final #mc_embed_signup .clear .formation-card__link:hover, #mc_embed_signup .clear #page_dons .colonne .bouton_final .content-404 a:hover, #page_dons .colonne .bouton_final .content-404 #mc_embed_signup .clear a:hover, #mc_embed_signup .clear .content-404 #page_dons .colonne .bouton_final a:hover, .content-404 #page_dons .colonne .bouton_final #mc_embed_signup .clear a:hover, #mc_embed_signup .clear #page_dons .colonne .bouton_final .content-payment a:hover, #page_dons .colonne .bouton_final .content-payment #mc_embed_signup .clear a:hover, #mc_embed_signup .clear .content-payment #page_dons .colonne .bouton_final a:hover, .content-payment #page_dons .colonne .bouton_final #mc_embed_signup .clear a:hover, #mc_embed_signup .clear .front-hero .wp-element-button:hover, .front-hero #mc_embed_signup .clear .wp-element-button:hover, #mc-embedded-subscribe-form .clear .btn-p:hover, #mc-embedded-subscribe-form .clear #page_dons .colonne .bouton_final .btn:hover, #page_dons .colonne .bouton_final #mc-embedded-subscribe-form .clear .btn:hover, #mc-embedded-subscribe-form .clear #page_dons .colonne .bouton_final .wp-element-button:hover, #page_dons .colonne .bouton_final #mc-embedded-subscribe-form .clear .wp-element-button:hover, #mc-embedded-subscribe-form .clear #page_dons .colonne .bouton_final .btn-g:hover, #page_dons .colonne .bouton_final #mc-embedded-subscribe-form .clear .btn-g:hover, #mc-embedded-subscribe-form .clear #page_dons .colonne .bouton_final .btn-b:hover, #page_dons .colonne .bouton_final #mc-embedded-subscribe-form .clear .btn-b:hover, #mc-embedded-subscribe-form .clear #page_dons .colonne .bouton_final .btn-empty:hover, #page_dons .colonne .bouton_final #mc-embedded-subscribe-form .clear .btn-empty:hover, #mc-embedded-subscribe-form .clear #page_dons .colonne .bouton_final .btn-empty-p:hover, #page_dons .colonne .bouton_final #mc-embedded-subscribe-form .clear .btn-empty-p:hover, #mc-embedded-subscribe-form .clear #page_dons .colonne .bouton_final .btn-empty-g:hover, #page_dons .colonne .bouton_final #mc-embedded-subscribe-form .clear .btn-empty-g:hover, #mc-embedded-subscribe-form .clear #page_dons .colonne .bouton_final .btn-empty-b:hover, #page_dons .colonne .bouton_final #mc-embedded-subscribe-form .clear .btn-empty-b:hover, #mc-embedded-subscribe-form .clear #page_dons .colonne .bouton_final .formation-card__link:hover, #page_dons .colonne .bouton_final #mc-embedded-subscribe-form .clear .formation-card__link:hover, #mc-embedded-subscribe-form .clear #page_dons .colonne .bouton_final .content-404 a:hover, #page_dons .colonne .bouton_final .content-404 #mc-embedded-subscribe-form .clear a:hover, #mc-embedded-subscribe-form .clear .content-404 #page_dons .colonne .bouton_final a:hover, .content-404 #page_dons .colonne .bouton_final #mc-embedded-subscribe-form .clear a:hover, #mc-embedded-subscribe-form .clear #page_dons .colonne .bouton_final .content-payment a:hover, #page_dons .colonne .bouton_final .content-payment #mc-embedded-subscribe-form .clear a:hover, #mc-embedded-subscribe-form .clear .content-payment #page_dons .colonne .bouton_final a:hover, .content-payment #page_dons .colonne .bouton_final #mc-embedded-subscribe-form .clear a:hover, #mc-embedded-subscribe-form .clear .front-hero .wp-element-button:hover, .front-hero #mc-embedded-subscribe-form .clear .wp-element-button:hover {
  color: #A3195B;
}

.leaflet-top, .leaflet-bottom {
  z-index: 999 !important;
}

.btn, .btn-empty, .formation-card__link, .btn-empty-b, .btn-empty-g, .content-payment a, .content-404 a, .btn-empty-p, .btn-b, .btn-g, .btn-p, #page_dons .colonne .bouton_final .btn, #page_dons .colonne .bouton_final .wp-element-button, #page_dons .colonne .bouton_final .btn-p, #page_dons .colonne .bouton_final .btn-g, #page_dons .colonne .bouton_final .btn-b, #page_dons .colonne .bouton_final .btn-empty, #page_dons .colonne .bouton_final .btn-empty-p, #page_dons .colonne .bouton_final .btn-empty-g, #page_dons .colonne .bouton_final .btn-empty-b, #page_dons .colonne .bouton_final .formation-card__link, #page_dons .colonne .bouton_final .content-404 a, .content-404 #page_dons .colonne .bouton_final a, #page_dons .colonne .bouton_final .content-payment a, .content-payment #page_dons .colonne .bouton_final a, .front-hero .wp-element-button, .wp-element-button {
  padding-inline: 15px;
  padding-block: 5px;
  border-radius: 25px;
  background-color: white;
  font-family: "subotype-steady", sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  color: #014421;
  transition: 0.3s all;
}
@media (min-width: 768px) {
  .btn, .btn-empty, .formation-card__link, .btn-empty-b, .btn-empty-g, .content-payment a, .content-404 a, .btn-empty-p, .btn-b, .btn-g, .btn-p, #page_dons .colonne .bouton_final .btn, #page_dons .colonne .bouton_final .wp-element-button, #page_dons .colonne .bouton_final .btn-p, #page_dons .colonne .bouton_final .btn-g, #page_dons .colonne .bouton_final .btn-b, #page_dons .colonne .bouton_final .btn-empty, #page_dons .colonne .bouton_final .btn-empty-p, #page_dons .colonne .bouton_final .btn-empty-g, #page_dons .colonne .bouton_final .btn-empty-b, #page_dons .colonne .bouton_final .formation-card__link, #page_dons .colonne .bouton_final .content-404 a, .content-404 #page_dons .colonne .bouton_final a, #page_dons .colonne .bouton_final .content-payment a, .content-payment #page_dons .colonne .bouton_final a, .front-hero .wp-element-button, .wp-element-button {
    padding-inline: 30px;
    padding-block: 10px;
    font-size: 2.4rem;
  }
}
.btn:hover, .btn-empty:hover, .formation-card__link:hover, .btn-empty-b:hover, .btn-empty-g:hover, .content-payment a:hover, .content-404 a:hover, .btn-empty-p:hover, .btn-b:hover, .btn-g:hover, .btn-p:hover, #page_dons .colonne .bouton_final .btn:hover, #page_dons .colonne .bouton_final .wp-element-button:hover, #page_dons .colonne .bouton_final .btn-p:hover, #page_dons .colonne .bouton_final .btn-g:hover, #page_dons .colonne .bouton_final .btn-b:hover, #page_dons .colonne .bouton_final .btn-empty:hover, #page_dons .colonne .bouton_final .btn-empty-p:hover, #page_dons .colonne .bouton_final .btn-empty-g:hover, #page_dons .colonne .bouton_final .btn-empty-b:hover, #page_dons .colonne .bouton_final .formation-card__link:hover, #page_dons .colonne .bouton_final .content-404 a:hover, .content-404 #page_dons .colonne .bouton_final a:hover, #page_dons .colonne .bouton_final .content-payment a:hover, .content-payment #page_dons .colonne .bouton_final a:hover, .wp-element-button:hover {
  background-color: white;
}

.btn-p, #page_dons .colonne .bouton_final .btn, #page_dons .colonne .bouton_final .wp-element-button, #page_dons .colonne .bouton_final .btn-p, #page_dons .colonne .bouton_final .btn-g, #page_dons .colonne .bouton_final .btn-b, #page_dons .colonne .bouton_final .btn-empty, #page_dons .colonne .bouton_final .btn-empty-p, #page_dons .colonne .bouton_final .btn-empty-g, #page_dons .colonne .bouton_final .btn-empty-b, #page_dons .colonne .bouton_final .formation-card__link, #page_dons .colonne .bouton_final .content-404 a, .content-404 #page_dons .colonne .bouton_final a, #page_dons .colonne .bouton_final .content-payment a, .content-payment #page_dons .colonne .bouton_final a, .front-hero .wp-element-button {
  background-color: #A3195B;
  color: white;
  border: 2px solid #A3195B;
}

.btn-g {
  background-color: #8AB81C;
  color: white;
  border: 2px solid #8AB81C;
}

.btn-b {
  background-color: #014421;
  color: white;
  border: 2px solid #014421;
}

.btn-empty, .formation-card__link, .btn-empty-b, .btn-empty-g, .content-payment a, .content-404 a, .btn-empty-p {
  background-color: transparent;
  border: 2px solid white;
  color: white;
}

.btn-empty-p {
  color: #A3195B;
  border-color: #A3195B;
}

.btn-empty-g, .content-payment a, .content-404 a {
  color: #8AB81C;
  border-color: #8AB81C;
}

.btn-empty-b {
  color: #014421;
  border-color: #014421;
}

.btn--small {
  padding-inline: 10px;
  padding-block: 5px;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  text-transform: none;
}

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

.logged-in .bloc-search.is-active {
  transform: translateY(32px);
}

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

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

.navbar {
  position: relative;
  z-index: 998;
}
.navbar-green {
  height: 40px;
  display: flex;
  justify-content: center;
  background-color: #8AB81C;
}
.navbar-green .navbar-list {
  height: 40px;
}
.navbar-green--container {
  position: relative;
  display: grid;
  grid-template-columns: 125px auto;
}
@media (max-width: 991px) {
  .navbar-green--container {
    grid-template-columns: 90px auto;
  }
}
.navbar-green a {
  color: white;
}
.navbar-grid {
  height: fit-content;
  display: grid;
  grid-template-columns: 9fr 1fr;
  gap: 10px;
}
@media (max-width: 991px) {
  .navbar-grid {
    height: 40px;
    display: flex;
    justify-content: end;
  }
}
.navbar-utils {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
}
.navbar-search {
  height: fit-content;
}
.navbar-search button {
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  border: 0px;
  font-size: 25px;
  color: white;
}
.navbar-search button:hover {
  cursor: pointer;
  color: #A3195B;
}
.navbar-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.navbar-socials span {
  font-size: 20px;
}
@media (max-width: 991px) {
  .navbar-socials {
    display: none;
  }
}
.navbar-white {
  height: 45px;
  display: flex;
  justify-content: center;
}
.navbar-white .navbar-list {
  height: 45px;
}
.navbar-white a {
  color: #014421;
}
@media (max-width: 991px) {
  .navbar-white {
    display: none;
  }
}
.navbar-white .menu-item {
  transition: all 0.2s;
  padding-inline: 2px;
  position: relative;
}
.navbar-white .menu-item:hover {
  background-color: #A3195B;
}
.navbar-white .menu-item:hover a {
  color: white;
}
.navbar-white .menu-item:hover .sub-menu {
  display: block;
}
.navbar-list {
  display: flex;
  list-style: none;
  gap: 20px;
  height: 100%;
  align-items: center;
  justify-content: end;
  margin: 0;
  padding-left: 0px;
}
.navbar-list .menu-item:nth-last-of-type(1) .sub-menu {
  left: calc(-400px + 100%);
}
.navbar-list .menu-item:nth-last-of-type(2) .sub-menu {
  left: calc(-400px + 100%);
}
@media (max-width: 991px) {
  .navbar-list {
    display: none;
  }
}
.navbar-brand {
  width: 100%;
  z-index: 10001;
}
.navbar-brand img {
  width: 100%;
  object-fit: contain;
}
.navbar-burger {
  width: 40px;
  height: 40px;
  background-color: transparent;
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  border: 0px;
  flex-direction: column;
}
.navbar-burger__bar {
  height: 2px;
  width: 100%;
  background-color: white;
  transition: 0.3s all ease-in-out;
}
.navbar-burger.is-active .navbar-burger__bar:nth-child(1) {
  transform: translate(0, 7px) rotateZ(45deg);
}
.navbar-burger.is-active .navbar-burger__bar:nth-child(2) {
  transform: translateX(5px);
  opacity: 0;
}
.navbar-burger.is-active .navbar-burger__bar:nth-child(3) {
  transform: translate(0, -7px) rotateZ(-45deg);
}
@media (min-width: 992px) {
  .navbar-burger {
    display: none;
  }
}
.navbar .sub-menu {
  position: absolute;
  padding: 0;
  background-color: #a3195b;
  padding-inline: 10px;
  width: 200px;
  top: 45px;
  padding-block: 20px;
  left: 0;
  display: none;
}
@media (max-width: 991px) {
  .navbar .sub-menu {
    display: flex;
    gap: 10px;
    position: unset;
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  .navbar-white__mobile {
    display: none;
  }
}
.navbar-white__mobile .container {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-block: 5px;
  gap: 5px;
}

.menu-item {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}

ul:not(.mobile-menu) .highlight {
  background-image: url("../images/svg/active-shape-pink.svg");
  padding-inline: 20px;
  background-repeat: no-repeat;
  font-family: "subotype-steady", sans-serif;
  font-weight: light;
  background-size: contain;
  font-size: 3rem;
  font-weight: 100;
}

.navbar-mobile {
  height: 100%;
  position: fixed;
  top: 40px;
  width: 100%;
  background-color: white;
  z-index: 1000;
  display: none;
  padding-bottom: 40px;
  justify-content: center;
  align-items: center;
}
.navbar-mobile__grid {
  position: relative;
  justify-content: center;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 350px;
  height: 100%;
  top: 100px;
  width: 100%;
  padding-inline: 20px;
  overflow-y: auto;
  place-items: center;
}
.navbar-mobile__secondary {
  width: 100%;
  height: fit-content;
  align-self: start;
  padding-top: 40px;
}
.navbar-mobile__secondary .navbar-socials {
  color: #A3195B;
  height: fit-content;
}
.navbar-mobile__back {
  display: block;
  padding-block: 10px;
  text-align: center;
}
@media (min-width: 992px) {
  .navbar-mobile__back {
    display: none;
  }
}

.regional-header .navbar-mobile {
  height: calc(100vh - 80px);
  top: 80px;
}
.regional-header .navbar-burger {
  top: 40px;
}

.mobile-list {
  padding: 0px;
  font-family: "subotype-steady", sans-serif;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  margin: 0px;
  max-width: 300px;
}
.mobile-list li, .mobile-list li a {
  text-align: center;
  font-size: 4rem;
  width: 100%;
  height: fit-content;
  color: #A3195B;
}
@media (max-width: 767px) {
  .mobile-list li, .mobile-list li a {
    font-size: 3rem;
  }
}
.mobile-list .menu-item {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-left: 10px;
}
.mobile-list .menu-item a {
  text-align: left;
  color: #014421;
}
.mobile-list .menu-item .sub-menu {
  display: flex;
  flex-direction: column;
  background-color: transparent;
  padding-block: 5px;
  gap: 2px;
  position: relative;
  position: relative;
  top: unset;
  left: unset;
  width: fit-content;
}
.mobile-list .menu-item .sub-menu li, .mobile-list .menu-item .sub-menu a {
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: left;
}
.mobile-list .menu-item .sub-menu a {
  font-family: "Lato", sans-serif;
  color: #8AB81C;
}
.mobile-list .menu-item .sub-menu a:hover {
  color: #79a219;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .mobile-list {
    line-height: 3rem;
  }
}

.mobile-menu {
  padding: 0px;
  padding: 0px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.mobile-menu ul {
  list-style: none;
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .mobile-menu {
    flex-direction: column;
    gap: 3px;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .mobile-menu .mobile-item {
    font-size: 1.5rem;
  }
}

body.menu-open {
  position: fixed;
  width: 100%;
  top: 0;
  overflow: hidden;
}

/*Hero section*/
.front-hero {
  position: relative;
}
.front-hero__content {
  width: 100%;
}
.front-hero__content--container {
  backdrop-filter: brightness(0.8);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: 100px;
  padding-inline: 20px;
}
@media (min-width: 992px) {
  .front-hero__content--container {
    min-height: 700px;
  }
}
.front-hero__content h1 {
  color: white;
  text-align: center;
}
.front-hero__content h1:first-of-type {
  margin-bottom: 0;
}
.front-hero__content p {
  max-width: 600px;
}
.front-hero__content p:first-of-type {
  margin-top: 0;
}
@media (min-width: 992px) {
  .front-hero__content {
    min-height: 700px;
  }
}
.front-hero .wp-element-button:hover {
  background-color: white !important;
  color: #A3195B !important;
  border: 2px solid #A3195B;
}
.front-hero__float {
  background: url("../images/svg/green-shape-background.svg");
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 40px;
  padding-inline: 40px;
  position: relative;
  right: 0;
  margin-right: 0;
  top: -70px;
}
@media (min-width: 992px) {
  .front-hero__float {
    top: -120px;
  }
}

/*Cards with transparent colored filter*/
.front-cards {
  padding-bottom: 150px;
}
.front-cards h2 {
  color: #014421;
  text-align: center;
  margin-bottom: 60px;
}
.front-cards h2::after {
  width: 100%;
  background-position: center;
}
.front-cards--grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
@media (min-width: 576px) {
  .front-cards--grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }
}
@media (min-width: 768px) {
  .front-cards--grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .front-cards--grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 18px;
  }
}

/*Section with map and route illustration*/
.front-map {
  background-color: #014421;
  position: relative;
  padding-top: 180px;
  padding-bottom: 30px;
}
.front-map__container {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .front-map__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.front-map .squiggle-top {
  top: -30px;
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
}
.front-map .squiggle-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.front-map .squiggle-bottom {
  position: absolute;
  bottom: -30px;
  width: 100%;
  height: 35px;
}
.front-map .squiggle-bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.front-map--img {
  width: 350px;
  height: 350px;
  display: none;
}
@media (min-width: 992px) {
  .front-map--img {
    display: block;
    width: 350px;
    height: 350px;
    justify-self: center;
  }
}
.front-map--img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.front-map--route {
  position: absolute;
  left: -100px;
  top: -250px;
  width: 700px;
  display: none;
}
.front-map--route img {
  width: 100%;
  object-fit: contain;
}
@media (min-width: 992px) {
  .front-map--route {
    display: block;
  }
}
.front-map--text {
  display: flex;
  flex-direction: column;
  align-items: start;
  max-width: 450px;
  position: relative;
}
.front-map--compass {
  width: 180px;
  height: 180px;
  display: block;
  position: absolute;
  left: 0;
  top: -180px;
}
.front-map--compass img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 992px) {
  .front-map--compass {
    top: unset;
    left: unset;
    right: 0;
    bottom: -80px;
  }
}
@media (min-width: 992px) {
  .front-map {
    padding-bottom: 100px;
  }
}

/*Featured news section*/
.front-actus {
  background-color: #F9F3EC;
  padding-block: 140px;
}
.front-actus * {
  color: #014421;
}
.front-actus__rec {
  display: flex;
  flex-direction: column;
  gap: 150px;
}
@media (min-width: 992px) {
  .front-actus__rec {
    display: grid;
    grid-template-columns: 4fr 5fr;
    gap: 40px;
  }
}
.front-actus .rec-main {
  position: relative;
  height: fit-content;
}
.front-actus .rec-main h3 {
  font-style: italic;
}
.front-actus .rec-main__img {
  width: 100%;
  height: 350px;
  background-color: lightgray;
}
.front-actus .rec-main__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.front-actus .rec-main__card {
  position: absolute;
  right: 0;
  bottom: -120px;
  background: url("../images/svg/actu-card-shape-def.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
@media (min-width: 768px) {
  .front-actus .rec-main__card {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .front-actus .rec-main__card {
    width: 400px;
  }
}
.front-actus .rec-main a {
  color: #014421;
}
.front-actus .rec-main a span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.front-actus .rec-main a span i {
  font-size: 2.5rem;
  color: #8AB81C !important;
  transition: all 0.2s;
}
.front-actus .rec-main a h3 {
  margin-bottom: 0px;
}
.front-actus .rec-main a:hover {
  color: #8AB81C;
}
.front-actus .rec-main a:hover span {
  color: #8AB81C;
}
.front-actus .rec-main a:hover span i {
  transform: translateX(5px);
}
.front-actus .rec-main a:hover h3 {
  color: #8AB81C;
}
.front-actus .rec-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
}
.front-actus .rec-list__card {
  position: relative;
  background: url("../images/svg/actu-card-shape-def.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 20px;
  padding-left: 25px;
  padding-right: 80px;
}
.front-actus .rec-list__card h3 {
  margin-block: 5px;
  font-style: italic;
}
.front-actus .rec-list__card p {
  margin-block: 5px;
}
.front-actus .rec-list__card span {
  position: absolute;
  right: 25px;
  width: 25px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
  transition: all 0.3s;
}
.front-actus .rec-list__card span img {
  width: 100%;
}
.front-actus .rec-list__card:hover span {
  transform: translateX(5px);
}
.front-actus .rec-list__card:hover h3 {
  color: #8AB81C;
}
@media (min-width: 768px) {
  .front-actus .rec-list {
    min-height: 530px;
  }
}
.front-actus .btn-g {
  color: white;
}
.front-actus .btn-g:hover {
  color: #8AB81C;
}

/*Section with ctas*/
.front-cta {
  padding-block: 100px;
}
.front-cta__container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
@media (min-width: 992px) {
  .front-cta__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.front-cta__card {
  position: relative;
  padding-inline: 50px;
  padding-block: 47px;
  display: flex;
  flex-direction: column;
  align-items: start;
  max-width: 536px;
}
@media (min-width: 992px) {
  .front-cta__card {
    padding-block: 40px;
  }
}
.front-cta__card h2 {
  font-size: 3.5rem;
  margin-block: 10px;
}
.front-cta__card h2::after {
  display: none;
}
@media (min-width: 992px) {
  .front-cta__card h2 {
    font-size: 5.5rem;
  }
}
.front-cta__card p {
  margin-block: 5px;
}
@media (max-width: 767px) {
  .front-cta__card p {
    font-size: 1.4rem;
  }
}
.front-cta__card *:not(.shape) {
  z-index: 1;
}
.front-cta__card .shape {
  z-index: 0;
}
.front-cta--icon {
  width: 60px;
  height: 60px;
}
.front-cta--icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 992px) {
  .front-cta--icon {
    width: 80px;
    height: 80px;
  }
}
.front-cta--btn {
  margin-top: 15px;
}

.card-squiggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.card-squiggle img {
  width: 100%;
  height: 100%;
}

.flex-cont {
  display: flex;
  flex-direction: column;
}

.flex-cont .bloc-nospace {
  padding-top: 0px !important;
}

.bg-dark {
  background-color: #014421;
}
.bg-dark h3 {
  color: #8AB81C;
}
.bg-dark h4 {
  color: white;
}
.bg-dark ul {
  color: white;
}

.bg-white, .bg-light {
  background-color: white;
}
.bg-white h2, .bg-light h2 {
  color: #014421;
}
.bg-white h3, .bg-light h3 {
  color: #8AB81C;
}
.bg-white p, .bg-light p {
  color: #014421;
}

.bg-light {
  background-color: #F9F3EC;
}

.bg-green {
  background-color: #8AB81C;
}

.bloc, .content-payment, .flex-cont .bloc-nospace, .flexible-content .bloc-nospace {
  padding-block: 40px;
}

.squiggly-image {
  mask-image: url("../images/card-mask-sm.png");
  width: 200px;
  height: 258px;
  position: relative;
}
.squiggly-image::before {
  content: "+";
  font-family: "subotype-steady", sans-serif;
  font-size: 3rem;
  color: white;
  text-align: center;
  position: absolute;
  bottom: 5px;
  right: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.3s opacity;
}
.squiggly-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.squiggly-image::after {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  background-color: red;
  opacity: 0.4;
  transition: all 0.3s;
}
.squiggly-image.sq-1::after {
  background-color: #E38C1A;
}
.squiggly-image.sq-2::after {
  background-color: #3AAA35;
}
.squiggly-image.sq-3::after {
  background-color: #BE1622;
}
.squiggly-image.sq-4::after {
  background-color: #244A9A;
}
.squiggly-image:hover::after {
  opacity: 1;
}
.squiggly-image:hover::before {
  opacity: 1;
}
.squiggly-image:hover .image-text--icon {
  opacity: 1;
  height: 100%;
}
@media (min-width: 992px) {
  .squiggly-image {
    mask-image: url("../images/card-mask-lg.png");
    width: 245px;
    height: 316px;
  }
  .squiggly-image::before {
    bottom: 20px;
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .squiggly-image {
    mask-image: url("../images/card-mask-xl.png");
    width: 264px;
    height: 340px;
  }
}

.squiggly-image .image-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  padding-inline: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.squiggly-image .image-text h3 {
  margin: 0;
  font-family: "subotype-steady", sans-serif;
  font-weight: lighter;
  font-size: 4rem;
  line-height: 3.2rem;
  color: white;
  transition: all 0.6s ease-in;
}
.squiggly-image .image-text p {
  margin: 0px;
  color: white;
  transition: all 0.6s ease-in;
}
.squiggly-image .image-text--icon {
  width: 80px;
  max-height: 80px;
  opacity: 0;
  height: 0;
  transition: all 0.4s;
}
.squiggly-image .image-text--icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.single-content {
  padding-block: 80px;
}
.single-content .container {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.single-content .wp-block-list {
  color: #014421;
}
.single-content .wp-block-image {
  width: 100%;
}
.single-content .wp-block-image img {
  width: 100%;
}
.single-content .h2 {
  margin-top: 60px;
  margin-bottom: 30px;
}

.archive-actu {
  padding-block: 120px;
}
.archive-actu__grid {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .archive-actu__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .archive-actu__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }
}
.archive-actu__card {
  position: relative;
  transition: all 0.2s;
}
.archive-actu__card h3 {
  transition: all 0.3s ease-out;
  margin-top: 25px;
  margin-bottom: 0px;
}
.archive-actu__card span i {
  transition: all 0.3s ease-out;
}
.archive-actu__card:hover h3 {
  color: #79a219;
}
.archive-actu__card:hover span i {
  transform: translateX(5px);
}
.archive-actu__card:hover img {
  transform: scale(1.2);
}
.archive-actu--date {
  color: #014421;
  position: absolute;
  top: 205px;
}
.archive-actu__img {
  width: 100%;
  height: 200px;
  background-color: lightgrey;
  overflow: hidden;
}
.archive-actu__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}

.archive-formation {
  padding-block: 80px;
}

.formation-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .formation-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .formation-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
.formation-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
  padding-block: 40px;
  padding-inline: 30px;
  transition: all 0.3s;
  pointer-events: none;
  max-width: 270px;
  position: relative;
}
.formation-card *:not(.shape) {
  z-index: 1;
}
.formation-card .shape {
  z-index: 0;
}
.formation-card__title {
  font-family: "subotype-steady", sans-serif !important;
  font-size: 5rem;
  margin-block: 20px;
  display: flex;
  flex-direction: column;
}
.formation-card h3, .formation-card p {
  color: white !important;
}
.formation-card p {
  margin: 0px;
  max-width: 150px;
  text-align: left;
  width: fit-content;
}
.formation-card__dates {
  margin-bottom: 20px;
}
.formation-card__link {
  margin-top: 5px;
  pointer-events: auto;
}
.formation-card__city {
  display: flex;
  gap: 5px;
}
.formation-card__city i {
  font-size: 1.8rem;
}

.formation-card .fill {
  transition: 0.3s all;
}
.formation-card[data-formation=bafa][data-type=formation-generale] .fill {
  fill: #52ae32;
}
.formation-card[data-formation=bafa][data-type=formation-generale]:hover {
  fill: #499a2c;
}
.formation-card[data-formation=bafa][data-type=formation-approfondissement] {
  color: black;
}
.formation-card[data-formation=bafa][data-type=formation-approfondissement] .fill {
  fill: #f9b000;
}
.formation-card[data-formation=bafa][data-type=formation-approfondissement]:hover {
  fill: #e09e00;
}
.formation-card[data-formation=bafa][data-type=formation-de-qualification] {
  color: black;
}
.formation-card[data-formation=bafa][data-type=formation-de-qualification] .fill {
  fill: #f9b000;
}
.formation-card[data-formation=bafa][data-type=formation-de-qualification]:hover {
  fill: #e09e00;
}
.formation-card[data-formation=bafd][data-type=formation-generale] .fill {
  fill: #e8412c;
}
.formation-card[data-formation=bafd][data-type=formation-generale]:hover {
  fill: #e22f19;
}
.formation-card[data-formation=bafd][data-type=formation-perfectionnement] .fill {
  fill: #A3195B;
}
.formation-card[data-formation=bafd][data-type=formation-perfectionnement]:hover {
  fill: #8d164f;
}

.formation-card__title span {
  font-size: 2.5rem;
  font-weight: lighter;
  text-transform: none !important;
  position: relative;
}
/** Regional sites style**/
.navbar-green__back {
  height: 40px;
  text-align: end;
  display: flex;
  justify-content: end;
  align-items: center;
}
.navbar-green__back:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .navbar-green__back {
    display: none;
  }
}

.navbar-brand {
  display: flex;
  flex-direction: column;
}
.navbar-brand__region {
  background-color: #025b2d;
  width: 100%;
  padding-block: 5px;
  font-family: "subotype-steady", sans-serif;
  font-size: 3.2rem;
  text-transform: uppercase;
  position: absolute;
  left: 139px;
  height: 85px;
  max-width: 256px;
  text-align: left;
  line-height: 3.3rem;
  display: flex;
  align-items: center;
  padding-inline: 10px;
  width: fit-content;
}
@media (max-width: 767px) {
  .navbar-brand__region {
    left: 104.5px;
    top: 40px;
    height: 66.5px;
    max-width: 215px;
    font-size: 2.7rem;
    padding-inline: 5px;
    line-height: 2.8rem;
  }
}

.navbar-white .menu-item {
  padding-inline: 15px;
  padding-block: 10px;
}
.navbar-white .menu-item:hover {
  background-color: #014421;
}

.navbar .sub-menu {
  position: absolute;
  padding: 0;
  background-color: #025b2d;
  padding-inline: 10px;
  width: 400px;
  top: 45px;
  padding-block: 20px;
  left: 0;
  display: none;
  padding-inline: 0px;
}

.content-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 80vh;
  justify-content: center;
  padding-block: 80px;
}
.content-404 h1 {
  color: #8AB81C;
  font-size: 16rem;
  margin: 0px;
  line-height: 16rem;
}
@media (max-width: 767px) {
  .content-404 h1 {
    font-size: 10rem;
    line-height: 10rem;
  }
}
.content-404 p {
  font-size: 4rem;
  color: #014421;
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .content-404 p {
    font-size: 1.8rem;
  }
}
.content-404 a:hover {
  background-color: #8AB81C;
  color: white;
}

.content-payment {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.content-payment__icon {
  display: block;
  width: 150px;
  height: 150px;
}
@media (max-width: 767px) {
  .content-payment__icon {
    width: 80px;
    height: 80px;
  }
}
.content-payment__icon svg {
  width: 100%;
  height: 100%;
}
.content-payment h1 {
  margin: 0px;
}
.content-payment a:hover {
  background-color: #8AB81C;
  color: white;
}

.search-section {
  background-color: #F9F3EC;
}
.search-section .container {
  display: flex;
  flex-direction: column;
}
.search-section a p {
  color: #014421;
}
.search-section .nav-links {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.search-section .nav-links .page-numbers {
  border: 1px solid;
  border-radius: 5px;
  color: #014421;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 5px;
}
.search-section .nav-links .page-numbers.current {
  font-weight: bold;
  cursor: default;
  color: white;
  background-color: #014421;
  border: 1px solid #014421;
}

.flexible-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/** Hero section **/
.bloc-hero {
  padding-block: 80px;
}

.hero__title {
  margin-bottom: 0px;
}
.hero__shape {
  display: block;
  position: relative;
  top: -10px;
  width: 30%;
}
.hero__shape img {
  width: 100%;
}
@media (min-width: 768px) {
  .hero__shape {
    width: 20%;
  }
}

/** Summary section **/
.is-safari .bloc-summary__content {
  -webkit-mask-size: cover !important;
}

.bloc-summary__title {
  position: relative;
  z-index: 1;
}
.bloc-summary__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 1.8rem;
  list-style: none;
  position: relative;
  z-index: 1;
}
.bloc-summary__content {
  position: relative;
  max-width: 550px;
  padding-block: 15px;
  padding-inline: 20px;
  top: -50px;
  background-color: #F9F3EC;
  mask-image: url("../images/svg/squiggly-rectangle-creme.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}
.bloc-summary__shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bloc-summary__shape img {
  width: 100%;
  height: 100%;
}

/** Summary anchor (hidden) **/
/** Citation bloc **/
@media (max-width: 767px) {
  .bloc-citation {
    margin-top: 70px;
  }
}
.bloc-citation__card {
  max-width: 700px;
  padding-block: 40px;
  position: relative;
}
.bloc-citation__card *:not(.bloc-citation--shape, .bloc-citation--figure) {
  position: relative;
  z-index: 2;
}
.bloc-citation__card.blue h2, .bloc-citation__card.blue p {
  color: white;
}
.bloc-citation__card.white h2, .bloc-citation__card.white p {
  color: #014421;
}
.bloc-citation--text {
  padding-inline: 50px;
}
.bloc-citation--text blockquote {
  position: relative;
  margin: 0;
}
.bloc-citation--text blockquote::before {
  content: "‘‘";
  display: block;
  font-family: "subotype-steady", sans-serif;
  font-size: 30rem;
  position: absolute;
  left: -62px;
  top: -95px;
  color: #8ab91c;
}
@media (min-width: 992px) {
  .bloc-citation--text blockquote::before {
    font-size: 40rem;
    position: absolute;
    left: -79px;
    top: -124px;
  }
}
.bloc-citation--text blockquote::after {
  content: close-quote;
  display: block;
}
.bloc-citation--shape {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.bloc-citation--shape img {
  width: 100%;
  height: 100%;
}
.bloc-citation--figure {
  width: 120px;
  height: 120px;
  display: block;
  border-radius: 120px;
  position: absolute;
  right: -60px;
  top: calc(50% - 60px);
}
.bloc-citation--figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 120px;
}
@media (max-width: 991px) {
  .bloc-citation--figure {
    top: -70px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    right: 0px;
  }
}

/** CTA bloc **/
.bloc-cta__grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 992px) {
  .bloc-cta__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.bloc-cta__card {
  position: relative;
  padding-block: 20px;
  min-height: 120px;
  display: flex;
  width: 100%;
  color: white !important;
  font-family: "subotype-steady", sans-serif;
  font-size: 4.7rem;
  justify-content: center;
  align-items: center;
  padding-inline: 60px;
  max-width: 350px;
}
@media (max-width: 767px) {
  .bloc-cta__card {
    font-size: 4rem;
    max-width: unset;
  }
}
.bloc-cta__card .fill {
  transition: 0.3s all;
}
.bloc-cta__card:hover .fill {
  fill: #014421 !important;
}
.bloc-cta--text {
  position: relative;
  z-index: 1;
}

/** CTA with background bloc **/
.bloc-ctabg {
  position: relative;
  padding-block: 120px;
  display: flex;
  justify-content: center;
}
.bloc-ctabg--figure {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  filter: brightness(0.8);
}
.bloc-ctabg--figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bloc-ctabg .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.bloc-ctabg h2::after {
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

/** Content columns bloc **/
.bloc-columns__grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  .bloc-columns__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

/** Share bloc **/
.bloc-share {
  display: flex;
  justify-content: center;
}
.bloc-share.bg-dark *:not(i) {
  color: #014421;
}
.bloc-share.bg-light *:not(i) {
  color: white;
}
.bloc-share__card {
  position: relative;
  max-width: 700px;
  padding-block: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.bloc-share--text {
  position: relative;
  z-index: 1;
  padding-inline: 40px;
}
.bloc-share--text h2::after {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.bloc-share--socials {
  position: relative;
  z-index: 1;
  padding-inline: 40px;
  display: flex;
  gap: 20px;
}
.bloc-share--socials span i {
  font-size: 30px;
  color: #8AB81C;
}
.bloc-share--shape {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 0;
}
.bloc-share--shape img {
  width: 100%;
  height: 100%;
}

/** Img and content bloc **/
.bloc-imgcontent__grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .bloc-imgcontent__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    grid-template-areas: "figure textContent";
  }
}
.bloc-imgcontent__grid.figure-reverse {
  grid-template-areas: "textContent figure";
}
.bloc-imgcontent--figure {
  max-width: 100%;
  height: 350px;
  width: 100%;
  grid-area: figure;
}
@media (min-width: 768px) {
  .bloc-imgcontent--figure {
    height: 517px;
    width: 444px;
  }
}
.bloc-imgcontent--figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mask-image: url(../images/svg/img-content-mask.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #8AB81C;
}
@media (max-width: 767px) {
  .bloc-imgcontent--figure img {
    mask-size: 100% 100%;
  }
}
.bloc-imgcontent--text {
  display: flex;
  flex-direction: column;
  align-items: start;
  grid-area: textContent;
}
.bloc-imgcontent--text .btn-g {
  margin-top: 30px;
}

/** Cards grid bloc **/
.bloc-cards__grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .bloc-cards__grid {
    display: grid;
    grid-template-columns: 2fr 2fr;
  }
}
@media (min-width: 992px) {
  .bloc-cards__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.bloc-cards--card {
  position: relative;
  padding-inline: 20px;
  padding-block: 15px;
}
.bloc-cards .text {
  position: relative;
  z-index: 1;
}
.bloc-cards .shape {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
.bloc-cards .shape img {
  width: 100%;
  height: 100%;
}
.bloc-cards.bg-dark .bloc-cards--card {
  color: #014421;
}
.bloc-cards.bg-light .bloc-cards--card, .bloc-cards.bg-light p, .bloc-cards.bg-white .bloc-cards--card, .bloc-cards.bg-white p {
  color: white;
}

.shape {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.shape img, .shape svg {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

@supports (-webkit-appearance: none) {
  .shape img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
  }

  .shape svg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
}
/** Key data bloc **/
.bloc-data .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .bloc-data .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
  }
}
.bloc-data__card {
  position: relative;
  padding-block: 20px;
  padding-inline: 10px;
  text-align: center;
  width: 100%;
}
.bloc-data__card p {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .bloc-data__card {
    max-width: 200px;
  }
}
.bloc-data--shape {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bloc-data--shape img {
  width: 100%;
  height: 100%;
}
.bloc-data--stat {
  font-family: "subotype-steady", sans-serif;
  font-size: 5rem;
}
@media (min-width: 768px) {
  .bloc-data--stat {
    font-size: 9rem;
  }
}
.bloc-data--detail {
  font-weight: bold;
  font-size: 2.2rem;
}

/** Image and content cards **/
.bloc-team__grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .bloc-team__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.bloc-team__card {
  width: 100%;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.bloc-team__card h2::after {
  display: none;
}
@media (min-width: 992px) {
  .bloc-team__card {
    display: grid;
    grid-template-columns: 2fr 3fr;
  }
}
.bloc-team--figure {
  height: 230px;
  width: 204px;
  mask-image: url("../images/card-mask-sm.png");
  mask-repeat: no-repeat;
  mask-size: 204px 230px;
}
.bloc-team--figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
@media (min-width: 992px) {
  .bloc-team--figure {
    height: 270px;
    width: 240px;
    mask-size: 240px 270px;
  }
}
.bloc-team--content h2 {
  margin-top: 0px;
}

/** Accordion bloc **/
.bloc-accordion__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.bloc-accordion__element {
  max-width: 700px;
  position: relative;
}
.bloc-accordion__element .arrow {
  transition: all 0.3s;
}
.bloc-accordion__element.is-active .arrow {
  transform: rotateX(180deg);
}
@media (max-width: 767px) {
  .bloc-accordion__element {
    padding-right: 20px;
  }
}
.bloc-accordion--title {
  font-size: 2.2rem;
  padding-block: 10px;
  padding-left: 50px;
  position: relative;
  z-index: 2;
}
.bloc-accordion--content {
  position: relative;
  padding-block: 20px;
  padding-inline: 10px;
  padding-inline: 25px;
  mask-image: url("../images/svg/squiggly-rectangle-white.svg");
  mask-size: 100% 100%;
  background-color: white;
}
.bloc-accordion--content *:not(.shape) {
  position: relative;
  z-index: 1;
}
.bloc-accordion--content.shape-blue {
  background-color: #014421;
}
.bloc-accordion .arrow {
  position: absolute;
  right: 0;
  top: 0;
  padding-block: 10px;
  font-size: 2.2rem;
}
.bloc-accordion--step {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 2.2rem;
  padding-block: 10px;
}
.bloc-accordion--step::before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  position: absolute;
  left: -13px;
  top: 5px;
}

.bg-dark .bloc-accordion--step, .bg-dark .bloc-accordion--title {
  color: white;
}
.bg-dark .bloc-accordion--step::before {
  background-image: url("../images/svg/faq-number-circle.svg");
}
.bg-dark .bloc-accordion--content * {
  color: #014421;
}

.bg-light .bloc-accordion--step, .bg-light .bloc-accordion--title, .bg-white .bloc-accordion--step, .bg-white .bloc-accordion--title {
  color: #014421;
}
.bg-light .bloc-accordion--step::before, .bg-white .bloc-accordion--step::before {
  background-image: url("../images/svg/faq-number-circle-blue.svg");
}
.bg-light .bloc-accordion--content *, .bg-white .bloc-accordion--content * {
  color: white;
}
.bg-light .arrow, .bg-white .arrow {
  color: #014421;
}

@media (min-width: 768px) {
  .home .site-regional .bloc-ctabg:first-of-type {
    padding-block: 300px;
  }
}

/** Bloc Actualités **/
@media (min-width: 768px) {
  .bloc-actus {
    padding-bottom: 200px;
  }
}
.bloc-actus.bg-white .rec-list__card, .bloc-actus.bg-light .rec-list__card, .bloc-actus.bg-white .rec-main__card, .bloc-actus.bg-light .rec-main__card {
  background-image: url("../images/svg/actu-card-shape-def-cream.svg");
}
[class^=bloc-] + .bloc-actus {
  padding-bottom: 40px;
}

#page_dons {
  margin-bottom: 30px;
  color: black;
}
#page_dons h2.colonne-titre {
  color: white;
  background: #A3195B;
  font-weight: 500;
  text-align: center;
  display: block;
  position: relative;
  font-size: 25px;
  text-transform: uppercase;
  padding: 15px;
  margin-bottom: 0px;
}
#page_dons h2.colonne-titre::after {
  display: none;
}
#page_dons .colonne {
  background: #f1f1f1;
  padding: 30px 20px;
  display: block;
  position: relative;
}
#page_dons .colonne .bloc-texte {
  background: white;
  padding: 30px;
  margin-bottom: 30px;
  display: block;
  position: relative;
}
#page_dons .colonne .bloc-texte h3 {
  color: #333333;
  font-size: 18px;
  margin-bottom: 15px;
}
#page_dons .colonne .bloc-texte h3:first-child {
  margin-top: 0px;
}
#page_dons .colonne .bloc-texte .checkbox.form-inline .form-control {
  width: 100px;
}
#page_dons .colonne .bloc-texte .checkbox label {
  padding-left: 0px;
}
#page_dons .colonne .bloc-texte p.calcul_deduction_fiscale {
  color: #333333;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 30px;
}
#page_dons .colonne .bloc-texte p.calcul_deduction_fiscale span.highlight {
  color: white;
  padding: 5px;
  background: #A3195B;
}
#page_dons .colonne .bloc-texte span.small {
  margin-top: 30px;
  display: block;
}
#page_dons .colonne .bloc-aide {
  text-align: center;
  background: white;
  padding: 30px;
  position: relative;
  margin-top: 50px;
}
#page_dons .colonne .bloc-aide:before {
  position: absolute;
  content: "";
  font-family: fontawesome;
  font-size: 25px;
  background: #A3195B;
  color: white;
  padding: 12px 20px;
  border-radius: 100px;
  margin-top: -60px;
  margin-left: -30px;
  left: 50%;
}
#page_dons .colonne .bloc-aide h3 {
  color: #333333;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#page_dons .colonne .bloc-aide p {
  margin: 5px 0px;
  font-size: 16px;
}
#page_dons .colonne .checkbox-consentement, #page_dons .colonne .checkbox-newsletter {
  margin-top: 20px;
}
#page_dons .colonne .checkbox-consentement label, #page_dons .colonne .checkbox-newsletter label {
  display: inline;
  font-size: 12px;
  color: #333333;
  font-weight: 400;
}
#page_dons .colonne .bouton_final {
  margin-top: 30px;
}
#page_dons .colonne .bouton_final .btn:hover, #page_dons .colonne .bouton_final .wp-element-button:hover, #page_dons .colonne .bouton_final .btn-p:hover, #page_dons .colonne .bouton_final .btn-g:hover, #page_dons .colonne .bouton_final .btn-b:hover, #page_dons .colonne .bouton_final .btn-empty:hover, #page_dons .colonne .bouton_final .btn-empty-p:hover, #page_dons .colonne .bouton_final .btn-empty-g:hover, #page_dons .colonne .bouton_final .btn-empty-b:hover, #page_dons .colonne .bouton_final .formation-card__link:hover, #page_dons .colonne .bouton_final .content-404 a:hover, .content-404 #page_dons .colonne .bouton_final a:hover, #page_dons .colonne .bouton_final .content-payment a:hover, .content-payment #page_dons .colonne .bouton_final a:hover {
  color: #A3195B;
}
#page_dons .colonne p.mention {
  font-size: 12px;
  font-style: italic;
  margin-top: 20px;
}

.footer-container {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.footer-separator {
  display: flex;
  width: 100%;
}
.footer-separator img {
  width: 100%;
  object-fit: contain;
}
.footer-grid {
  display: flex;
  flex-direction: column;
  grid-area: 20px;
}
@media (min-width: 992px) {
  .footer-grid {
    display: grid;
    grid-template-columns: 2fr 3fr 3fr 2fr;
  }
}
@media (max-width: 991px) {
  .footer-grid {
    gap: 20px;
    text-align: center;
  }
  .footer-grid li {
    width: 100%;
  }
  .footer-grid a {
    width: 100%;
  }
}
.footer-socials {
  display: flex;
  gap: 20px;
  font-size: 20px;
  position: relative;
  height: fit-content;
}
.footer-socials a {
  width: unset;
}
@media (max-width: 991px) {
  .footer-socials {
    justify-content: center;
  }
}
.footer-logo__secondary {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 100%;
  max-width: 200px;
}
.footer-logo__secondary img {
  width: 100%;
  object-fit: contain;
}
@media (min-width: 768px) {
  .footer-logo__secondary {
    max-width: 250px;
  }
}

#site-footer {
  padding-top: 80px;
  padding-bottom: 40px;
}
#site-footer .menu-item {
  height: fit-content;
}
#site-footer .menu-item:hover {
  color: black !important;
  text-decoration: underline;
}
#site-footer .navbar-list {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 5px;
  padding: 0px;
  list-style: none;
  height: fit-content;
}
#site-footer .footer-grid * {
  color: #014421;
}

/* Bootstrap col-xs */
/* Bootstrap col-sm */
/* Bootstrap col-md */
/* Bootstrap col-lg */
/* Bootstrap col-lg */
/* Bootstrap col-md */
/* Bootstrap col-sm */
/* Bootstrap col-xs */