/*! 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: 10px;
  padding-left: 10px;
  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: 10px;
  padding-left: 10px;
  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: -10px;
  margin-left: -10px;
}

.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: 10px;
  padding-left: 10px;
}

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

.flex-row {
  flex-direction: row;
}

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

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

@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");
}

:root {
  --color-primary: #f15a29;
  --color-brand: #a83f1d;
}

@keyframes events-overlay {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  30% {
    opacity: 0.15;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform: scaleX(1);
  }
}

@keyframes events-figure-enter {
  0% {
    opacity: 0;
    transform: translate(-80%, 5%) rotateZ(10deg) rotateX(30deg);
  }
  100% {
    opacity: 1;
    transform: translate(-60%, 0) rotateZ(0) rotateX(0);
  }
}

@keyframes events-figure-leave {
  0% {
    opacity: 1;
    transform: translate(-60%, 0) rotateZ(0) rotateX(0);
  }
  100% {
    opacity: 0;
    transform: translate(-80%, -5%) rotateZ(-10deg) rotateX(-30deg);
  }
}

@keyframes hero-enter {
  from {
    transform: translateY(10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", "system", sans-serif;
  font-size: 16px;
  color: #3C3C3B;
  line-height: 1.45;
  max-width: 100%;
  overflow-x: hidden;
}

h1, .h1 {
  font-size: 45px;
  color: #a83f1d;
  line-height: 1.3;
}

h2, .h2 {
  font-size: 40px;
  color: var(--color-primary);
}

h3, .h3, body .wpgmp_map_container .wpgmp_infowindow.wpgmp_infowindow_post .fc-item-title, body .wpgmp_map_container .wpgmp_location_title a.place_title, body .wpgmp_map_container .wpgmp_location_title a.place_title + a, body .wpgmp_map_container .wpgmp_before_listing {
  font-size: 20px;
  font-weight: bold;
  color: #a83f1d;
}

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

a {
  text-decoration: none;
  color: #f15a29;
}

a:hover {
  color: #d9400e;
}

::-moz-selection {
  /* Code for Firefox */
  background: rgba(247, 148, 30, 0.3);
}

::selection {
  background: rgba(247, 148, 30, 0.3);
}

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

.is-hidden {
  display: none !important;
}

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

.btn-outline--white, body .formulaire--dark .frm_style_formidable-style.with_frm_style .frm_submit button, .btn-outline, body .wpgmp_map_container .wpgmp_pagination a, body .wpgmp_map_container .wpgmp_pagination span.current, body .frm_style_formidable-style.with_frm_style .frm_submit button, .pagination .page-numbers, .btn-primary {
  display: inline-block;
  padding: 15px 30px;
  position: relative;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  transition-property: background, text-shadow;
  transition-duration: 0.3s;
}

.btn-primary {
  background: #f15a29;
  color: #FFFFFF;
}

.btn-primary:hover, .btn-primary:focus {
  color: #FFFFFF;
  background: #f0531f;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.btn-outline, body .wpgmp_map_container .wpgmp_pagination a, body .wpgmp_map_container .wpgmp_pagination span.current, body .frm_style_formidable-style.with_frm_style .frm_submit button, .pagination .page-numbers {
  background-color: transparent;
  color: #f15a29;
  border: 1px solid #f15a29;
}

.btn-outline:hover, body .wpgmp_map_container .wpgmp_pagination a:hover, body .wpgmp_map_container .wpgmp_pagination span.current:hover, body .frm_style_formidable-style.with_frm_style .frm_submit button:hover, .pagination .page-numbers:hover, .btn-outline:focus, body .wpgmp_map_container .wpgmp_pagination a:focus, body .wpgmp_map_container .wpgmp_pagination span.current:focus, body .frm_style_formidable-style.with_frm_style .frm_submit button:focus, .pagination .page-numbers:focus {
  color: #FFFFFF;
  background-color: #f0531f;
  border-color: #f15a29;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.btn-outline--white, body .formulaire--dark .frm_style_formidable-style.with_frm_style .frm_submit button {
  background: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.btn-outline--white:hover, body .formulaire--dark .frm_style_formidable-style.with_frm_style .frm_submit button:hover, .btn-outline--white:focus, body .formulaire--dark .frm_style_formidable-style.with_frm_style .frm_submit button:focus {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.15);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.btn-link .icon {
  transform-origin: center;
  transform: translateX(0);
  transition: transform 0.2s ease-in-out;
}

.btn-link:hover .icon, .btn-link:focus .icon {
  transform: translateX(5px);
}

.btn-link--white {
  color: #FFFFFF;
}

.btn-link--white .icon {
  transform-origin: center;
  transform: translateX(0);
  transition: transform 0.2s ease-in-out;
}

.btn-link--white:hover, .btn-link--white:focus {
  color: #FFFFFF;
  opacity: 0.8;
}

.btn-link--white:hover .icon, .btn-link--white:focus .icon {
  transform: translateX(5px);
}

.socials__link {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
  position: relative;
}

.socials__link::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  opacity: 1;
  transform-origin: center;
  transform: scale(1);
  transition: transform 0.1s ease-in-out, opacity 0.1s;
}

.socials__link:hover::before {
  opacity: 0.5;
  transform: scale(1.05);
}

.socials__link .icon {
  position: relative;
  top: 1px;
  z-index: 1;
}

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

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

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

.link-reset {
  color: #3C3C3B;
  text-decoration: none;
}

.link-reset:hover, .link-reset:focus {
  color: #3C3C3B;
  text-decoration: none;
}

.list-unstyled, .site-footer__nav, .partners__list, .cpt__list, .job__list, .ressources__list, .teams-pop__list, .teams__list, .events__list, .news__list, .keyfigures__list, .navbar .sub-menu, .navbar__nav, .pre-header__nav {
  padding-left: 0;
  list-style: none;
}

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

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

.block-center, .newsletter, .home .intro__content, .section--large {
  margin-left: auto;
  margin-right: auto;
}

.icon {
  display: inline-block;
  width: 15px;
  vertical-align: middle;
}

.css-totop {
  transform-origin: center;
  animation-name: hero-enter;
  animation-timing-function: cubic-bezier(0.22, 0.72, 0.4, 1.22);
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-delay: calc( 0.1s + 0.1s * var(--index));
}

.pagination {
  margin-top: 60px;
}

.pagination .page-numbers {
  padding: 5px 10px;
  font-size: 16px;
  font-weight: normal;
}

.pagination .page-numbers.current {
  color: #636362;
  border: none;
}

.pagination .page-numbers.current:hover {
  background: transparent;
}

.pagination h2 {
  margin-bottom: 30px;
  font-size: 20px;
  color: #a83f1d;
}

body .with_frm_style {
  --label-color: #3C3C3B;
  --check-label-color: #3C3C3B;
  --field-height: 50px;
  --field-pad: 5px 15px;
}

body .with_frm_style .frm_required {
  display: none;
}

body .with_frm_style select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
  /* get rid of default appearance for IE8, 9 and 10*/
  background-image: url("../images/svg/icon-chevron-down.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 97%;
}

body .with_frm_style input[type="text"],
body .with_frm_style input[type="password"],
body .with_frm_style input[type="email"],
body .with_frm_style input[type="number"],
body .with_frm_style input[type="url"],
body .with_frm_style input[type="tel"],
body .with_frm_style input[type="phone"],
body .with_frm_style input[type="search"],
body .with_frm_style select,
body .with_frm_style textarea,
body .frm_form_fields_style,
body .with_frm_style .frm_scroll_box .frm_opt_container,
body .frm_form_fields_active_style,
body .frm_form_fields_error_style,
body .with_frm_style .frm-card-element.StripeElement,
body .with_frm_style .chosen-container-multi .chosen-choices,
body .with_frm_style .chosen-container-single .chosen-single {
  border: 1px solid #D8D8D8;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

body .with_frm_style textarea {
  padding: 15px;
}

body .with_frm_style .frm_primary_label {
  font-size: 14px;
}

body .formulaire--dark .frm_style_formidable-style.with_frm_style .frm_submit button {
  margin: 0;
  box-shadow: none;
}

body .frm_style_formidable-style.with_frm_style .frm_submit button {
  margin: 0;
  box-shadow: none;
}

body .frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page,
body .frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page:hover,
body .frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page:active,
body .frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page:focus,
body .frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit,
body .frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:hover,
body .frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:active,
body .frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:focus {
  background: #f15a29;
}

body .frm_style_formidable-style.with_frm_style .frm_blank_field label,
body .frm_style_formidable-style.with_frm_style .frm_error {
  color: #f7941e;
}

body .entry-content .frm_forms.frm_style_formidable-style.with_frm_style {
  max-width: 800px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

body .formulaire--dark .with_frm_style {
  --label-color: #FFFFFF;
  --check-label-color: #FFFFFF;
}

.searchandfilter ul {
  padding-left: 0;
}

.searchandfilter h4 {
  color: #a83f1d;
}

.searchandfilter label {
  width: 100%;
}

.searchandfilter .sf-input-text {
  width: 100%;
  height: 50px;
  padding: 5px 15px;
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.searchandfilter .sf-input-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
  /* get rid of default appearance for IE8, 9 and 10*/
  width: 100%;
  height: 50px;
  padding: 5px 15px;
  background-image: url("../images/svg/icon-chevron-down.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 97%;
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

div.cspml_details_container div.cspml_details_content hr {
  opacity: 0.2;
}

body div.cspml_fs_label {
  background: #F4F4F4;
}

body .selectize-input {
  padding: 15px 12px;
}

body .selectize-control.single .selectize-input::after {
  width: 20px;
  height: 20px;
  top: 35%;
  right: 1%;
  opacity: 1;
  border: none;
  background-image: url("../images/svg/icon-chevron-down.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.wpgmp_map_container::after {
  content: '';
  width: 100%;
  height: 0;
  display: block;
  clear: both;
}

body .wpgmp_map_container .wpgmp_filter_wrappers {
  padding: 45px 30px;
  background: #a83f1d;
}

body .wpgmp_map_container .wpgmp_before_listing {
  margin-bottom: 15px;
  color: #FFFFFF;
}

body .wpgmp_map_container .wpgmp_listing_header {
  margin-bottom: 5px;
}

body .wpgmp_map_container .wpgmp_search_input {
  padding: 5px 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

body .wpgmp_map_container div.categories_filter select {
  padding: 15px 12px;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  background-image: url("../images/svg/icon-chevron-down--white.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-x: 98%;
  background-position-y: center;
  background-color: transparent;
  color: #FFFFFF;
  font-weight: bold;
}

body .wpgmp_map_container div.categories_filter select:hover {
  background-color: rgba(255, 255, 255, 0.02);
}

body .wpgmp_map_container div.categories_filter select:hover option {
  color: #a83f1d;
}

body .wpgmp_map_container .wpgmp_listing_grid .wpgmp_locations {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

body .wpgmp_map_container .wpgmp_listing_grid .wpgmp_locations .wpgmp_locations_content {
  margin-top: 10px;
}

body .wpgmp_map_container .fc-badge.info {
  background: transparent;
  font-style: italic;
}

body .wpgmp_map_container .wpgmp_infowindow .fc-btn {
  padding: 0;
  background: transparent;
  border: none;
  color: #f15a29 !important;
}

body .wpgmp_map_container .wpgmp_locations_foot .btn {
  margin-top: 10px;
  display: inline-block;
}

body .wpgmp_map_container .wpgmp_pagination {
  margin-top: 15px;
}

body .wpgmp_map_container .wpgmp_pagination span.current {
  padding: 5px 10px;
  font-size: 16px;
  font-weight: normal;
  color: #636362;
  border: none;
}

body .wpgmp_map_container .wpgmp_pagination span.current:hover {
  background: transparent;
  color: #636362;
}

body .wpgmp_map_container .wpgmp_pagination a {
  padding: 5px 10px;
  font-size: 16px;
  font-weight: normal;
}

.social-timeline--twitter {
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.social-timeline--twitter iframe {
  height: 572px !important;
}

.site-header {
  position: sticky;
  top: -50px;
  z-index: 999;
}

.pre-header {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #a83f1d;
  color: #FFFFFF;
}

.pre-header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pre-header__search {
  width: 100%;
}

.pre-header__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
}

.pre-header__item:not(.socials__item) {
  padding: 0 15px;
  font-size: 14px;
}

.pre-header__item:not(.socials__item) a:hover {
  opacity: 0.8;
}

.pre-header a {
  color: #FFFFFF;
}

.pre-header .socials__item + .socials__item {
  margin-left: 8px;
}

.pre-header .socials__link::before {
  opacity: 0;
}

.pre-header .socials__link:hover::before {
  opacity: 0.2;
}

.search-form {
  width: 100%;
  display: inline-block;
}

.search-form__label {
  position: relative;
  padding-bottom: 8px;
}

.search-form__field {
  width: 100%;
  height: 37px;
  padding: 0 0 0 28px;
  position: relative;
  background-color: transparent;
  background-image: url("../images/svg/icon-search.svg");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 15px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: background 0.15s ease-in-out;
}

.search-form__field:hover {
  background-size: 18px;
}

.search-form__field:focus {
  outline: none;
}

.search-form__field:focus + .search-form__underline {
  transform: scaleX(1);
  transform-origin: left center;
}

.search-form__underline {
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: #FFFFFF;
  opacity: 0.2;
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 0.5s ease-in-out;
}

.search-form input[type="search"] {
  -webkit-appearance: textfield;
}

.search-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  /* Firefox */
}

.search-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.5);
}

.search-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.5);
}

.navbar {
  background: #FFFFFF;
  border-bottom: 1px solid #eee;
}

.navbar__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.navbar__brand {
  width: 75px;
  display: block;
  padding: 5px 0;
}

.navbar__brand:hover {
  opacity: 0.95;
}

.navbar__toggle {
  width: 60px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: relative;
  border: none;
  background: transparent;
  cursor: pointer;
}

.navbar__toggle .icon-label {
  color: #636362;
  font-size: 7px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  transition: letter-spacing 0.3s ease-in-out;
}

.navbar__toggle .icon-bar {
  width: 100%;
  height: 2px;
  display: block;
  background: #636362;
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}

.navbar__toggle.is-active .icon-label {
  letter-spacing: 0.5px;
}

.navbar__toggle.is-active .icon-bar:nth-child(2) {
  transform: translateY(3px) rotateZ(15deg);
}

.navbar__toggle.is-active .icon-bar:nth-child(3) {
  transform: translateY(-3px) rotateZ(-15deg);
}

.navbar__collapse {
  width: 100%;
  display: none;
}

.navbar__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 80vh;
  margin: 0;
  padding: 30px 0;
}

.navbar__nav > .menu-item:last-of-type > a {
  padding-right: 0;
}

.navbar .menu-item {
  position: relative;
}

.navbar .menu-item.menu-item-has-children > a {
  display: inline-block;
  position: relative;
}

.navbar .menu-item.menu-item-has-children > a::after {
  content: '';
  width: 25px;
  height: 25px;
  margin-left: 5px;
  display: inline-block;
  opacity: 0.5;
  background-image: url("../images/svg/icon-chevron-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  transform-origin: center;
  transform: rotateZ(0);
  transition: transform 0.3s ease-in-out;
}

.navbar .menu-item.menu-item-has-children > a.is-active::after {
  transform: rotateZ(180deg);
}

.navbar .menu-item.current-menu-item a {
  color: #f15a29;
}

.navbar .menu-item a {
  width: 100%;
  display: inline-block;
  padding: 25px 15px;
  font-size: 18px;
  color: #3C3C3B;
  text-align: center;
}

.navbar .menu-item a:hover {
  color: #f15a29;
}

.navbar .sub-menu {
  display: none;
  background: #f4f4f4;
}

.navbar .sub-menu a {
  display: inline-block;
  padding: 15px;
}

.entry-content a {
  display: inline-block;
  color: #f15a29;
  border-bottom: 1px solid;
}

.entry-content a:hover {
  color: #d9400e;
}

.entry-content.is-dark a {
  color: #FFFFFF;
}

.entry-content.is-dark a:hover {
  color: #fafafa;
}

.section--large {
  width: 100%;
}

.separator__img--bottom, .separator__img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  object-fit: cover;
  transform: scale(1.01);
}

.separator__figure {
  width: 100%;
  overflow: hidden;
}

.separator__img {
  object-position: top;
  top: 1px;
}

.separator__img--bottom {
  object-position: bottom;
  top: -1px;
}

.intro {
  margin-top: 15px;
  margin-bottom: 60px;
  font-family: "Raleway", "system", sans-serif;
  font-size: 25px;
  font-weight: 300;
  color: #636362;
  text-align: center;
}

.intro__content {
  max-width: 720px;
  margin: auto;
}

.intro strong {
  color: var(--color-primary);
  font-weight: bold;
}

.hero {
  width: 100%;
  min-height: 80vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero__figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.hero__content {
  max-width: 550px;
  padding: 15px;
  padding-bottom: 30px;
  display: block;
  position: relative;
  z-index: 1;
  background: rgba(168, 63, 29, 0.95);
  color: #FFFFFF;
  border-radius: 5px;
}

.hero__title {
  margin-top: 0;
  color: #FFFFFF;
}

.hero__copy {
  margin-bottom: 30px;
}

.home .intro__content {
  max-width: 480px;
}

.keyfigures {
  padding-top: 90px;
  padding-bottom: 120px;
  background: #FEF6EF;
}

.keyfigures__title {
  margin-top: 0;
  color: #3C3C3B;
}

.keyfigures__item + .keyfigures__item {
  margin-top: 30px;
}

.keyfigures__nbr {
  font-size: 60px;
  font-weight: bold;
  color: #a83f1d;
  line-height: 1.2;
}

.keyfigures__copy {
  font-size: 14px;
}

.map-cluster__link {
  cursor: pointer;
}

.map-cluster__link__ellipse {
  stroke-width: 2px;
}

.map-cluster__link:hover .map-cluster__ellipse {
  stroke: #a83f1d;
  fill: #FFFFFF;
}

.news__content {
  position: relative;
  z-index: 1;
  background: #a83f1d;
}

.news__title {
  margin-top: 0;
  color: #FFFFFF;
}

.news__list {
  margin-bottom: 60px;
}

.news__item + .news__item {
  margin-top: 30px;
}

.news__item-content {
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: box-shadow 1s;
}

.news__item-content:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.news__item-figure {
  background: #FEF6EF;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.news__item-figure .news__link {
  display: block;
  height: 240px;
  overflow: hidden;
}

.news__item-figure .news__link:hover img {
  transform: scale(1.02);
  filter: grayscale(0.4);
}

.news__item-figcaption {
  min-height: 120px;
  padding: 10px 20px 30px 20px;
  border-radius: 0 0 5px 5px;
  background: #FFFFFF;
}

.news__item-figcaption .news__link {
  color: #636362;
}

.news__item-date {
  color: #a83f1d;
  font-size: 12px;
  font-weight: bold;
}

.news__item-title {
  margin-top: 15px;
}

.news__link img {
  filter: grayscale(0);
  transform: scale(1);
  transform-origin: center;
  transition: transform 0.6s ease-in-out, filter 0.6s;
}

.news__separator--top, .news__separator--bottom {
  height: 200px;
  position: relative;
  z-index: 0;
}

.news__separator--top {
  margin-bottom: -50px;
}

.news__separator--bottom {
  margin-top: -50px;
}

.news__separator--bottom .separator__img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.news__bridge {
  height: 100%;
  display: block;
  position: absolute;
  top: -5px;
  left: 50%;
  z-index: -1;
  background: #FEF6EF;
  transform-origin: center;
  transform: translateX(-50%);
}

.cpt-item__link::before, .job-item__link::before, .events__link::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #D8D8D8;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  opacity: 0.15;
}

.cpt-item__link:hover::before, .job-item__link:hover::before, .events__link:hover::before {
  animation: events-overlay 1.4s ease-in-out;
}

.events {
  margin-top: 120px;
}

.events__list {
  margin-bottom: 90px;
}

.events__item {
  position: relative;
}

.events__item:last-of-type .events__link {
  border-bottom-width: 1px;
}

.events__link {
  padding: 25px 5px;
  display: grid;
  grid-template-columns: 100px auto;
  grid-gap: 5px 0;
  align-items: center;
  position: relative;
  border-width: 1px 0 0 0;
  border-color: #D8D8D8;
  border-style: solid;
  color: #3C3C3B;
}

.events__link:hover {
  color: #3C3C3B;
}

.events__link:hover + .events__item-figure {
  animation: events-figure-enter 0.4s cubic-bezier(0.22, 0.72, 0.4, 1.22);
  animation-fill-mode: both;
}

.events__link:hover .events__item-date {
  z-index: 2;
}

.events__item-figure {
  width: 210px;
  height: 210px;
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 1;
  opacity: 0.2;
  border-radius: 5px;
  overflow: hidden;
  transform-origin: center;
  transform: translate(-60%, -30%);
  animation: events-figure-leave 0.6s ease-in-out;
  animation-fill-mode: both;
}

.events__item-img-container {
  width: 100%;
  height: 100%;
}

.events__item-date {
  position: relative;
  z-index: 0;
  font-size: 12px;
  font-weight: bold;
  mix-blend-mode: difference;
}

.events__item-title {
  position: relative;
  z-index: 2;
}

.events .btn-container {
  margin: -45px 0 45px;
}

.donate {
  margin-top: 160px;
  position: relative;
  overflow: hidden;
}

.donate__figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.donate__content {
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
  z-index: 1;
}

.donate__title {
  margin-top: 0;
}

.donate__copy {
  margin-bottom: 30px;
}

.banner {
  padding-top: 105px;
  padding-bottom: 105px;
  margin-bottom: 60px;
  position: relative;
  background-color: var(--color-brand);
  text-align: center;
}

.banner__figure {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.banner__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.banner__logo {
  max-width: 110px;
  margin-bottom: 30px;
}

.banner__title {
  max-width: 800px;
  margin: 0;
  color: #FFFFFF;
  line-height: 1.4;
}

.banner__separator {
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.entry-date {
  margin-top: 15px;
  font-size: 14px;
  color: #FFFFFF;
  opacity: 0.8;
}

.dispositif {
  background: #F7F7F7;
}

.dispositif__layout {
  padding-top: 60px;
  padding-bottom: 90px;
}

.dispositif__aside {
  height: max-content;
  margin-top: 60px;
  padding: 15px 30px;
  border-radius: 5px;
  background: var(--color-primary);
  color: #FFFFFF;
}

.dispositif__aside-title {
  color: #FFFFFF;
}

.dispositif__aside-content h2 {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: normal;
}

.dispositif .btn-container {
  padding-top: 30px;
  padding-bottom: 60px;
}

.teams {
  margin-top: 60px;
  margin-bottom: 60px;
}

.teams__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.teams__item {
  max-width: 300px;
  margin: 0 15px 15px 0;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.teams__figure {
  height: 300px;
  overflow: hidden;
}

.teams__figcaption {
  padding: 15px;
}

.teams__job {
  color: #a83f1d;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.teams__name {
  margin-top: 3px;
  margin-bottom: 0;
  color: #4e4e4d;
  font-size: 25px;
  font-weight: 100;
  text-align: center;
}

.teams__copy {
  max-height: 100px;
  position: relative;
  overflow: hidden;
}

.teams__copy::after {
  content: '';
  width: 100%;
  height: 25px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to top, #FFFFFF, rgba(255, 255, 255, 0));
}

.teams__btn {
  cursor: pointer;
}

.teams .btn-container {
  margin-top: 45px;
  margin-bottom: 15px;
  text-align: center;
}

.teams .text-left {
  text-align: left;
}

.teams-pop {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
  transition: opacity 0.3s 0.01s, z-index 0.01s;
}

.teams-pop.is-loading {
  transition: opacity 0.3s, z-index 0.01s ease 0.3s;
  z-index: -9999;
  opacity: 0;
}

.teams-pop__content {
  position: relative;
}

.teams-pop__list {
  margin: auto;
  position: relative;
  border-radius: 5px;
  background: #FFFFFF;
}

.teams-pop__item {
  padding: 30px 45px 30px 45px;
  position: relative;
  overflow: auto;
}

.teams-pop__figure {
  width: 150px;
  height: 150px;
  margin: auto;
}

.teams-pop__copy > *:first-child {
  margin-top: 0;
}

.teams-pop__close {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 10;
  border: 1px solid #3C3C3B;
  border-radius: 50px;
  opacity: 1;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}

.teams-pop__close:hover {
  background: rgba(0, 0, 0, 0.05);
}

.teams-pop__close::before, .teams-pop__close::after {
  content: '';
  width: 15px;
  height: 3px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #3C3C3B;
  border-radius: 5px;
}

.teams-pop__close::before {
  transform: translate(-50%, -50%) rotateZ(-45deg);
}

.teams-pop__close::after {
  transform: translate(-50%, -50%) rotateZ(45deg);
}

.teams-pop__prev, .teams-pop__next {
  width: 35px;
  height: 35px;
  display: none;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  background: transparent;
  border: none;
  vertical-align: middle;
  cursor: pointer;
}

.teams-pop__prev::before, .teams-pop__next::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  opacity: 0;
  transform-origin: center;
  transform: scale(1);
  transition: transform 0.1s ease-in-out, opacity 0.1s;
}

.teams-pop__prev:hover::before, .teams-pop__next:hover::before {
  opacity: 0.5;
  transform: scale(1.05);
}

.teams-pop__prev {
  left: 0;
  transform-origin: center;
  transform: rotateZ(-180deg);
}

.teams-pop__next {
  right: 0;
}

.teams-pop .slick-slide:not(.slick-current) .teams-pop__close {
  opacity: 0;
}

.ressources {
  margin-top: 60px;
  margin-bottom: 60px;
}

.ressources__item {
  position: relative;
}

.ressources__item:last-of-type .ressources__link {
  border-bottom-width: 1px;
}

.ressources__link {
  padding: 25px 5px;
  display: grid;
  grid-template-columns: 30px 60px auto;
  grid-gap: 10px 5px;
  align-items: center;
  position: relative;
  border-width: 1px 0 0 0;
  border-color: #D8D8D8;
  border-style: solid;
  color: #3C3C3B;
}

.ressources__link::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #D8D8D8;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  opacity: 0.15;
}

.ressources__link:hover {
  color: #3C3C3B;
}

.ressources__link:hover::before {
  animation: events-overlay 1.4s ease-in-out;
}

.ressources__link:hover + .events__item-figure {
  animation: events-figure-enter 0.4s cubic-bezier(0.22, 0.72, 0.4, 1.22);
  animation-fill-mode: both;
}

.ressources__item-format {
  position: relative;
}

.ressources__item-icon {
  width: 28px;
  display: block;
  opacity: 0.7;
}

.ressources__item-type {
  padding: 1px;
  position: absolute;
  bottom: 5px;
  left: 15px;
  background: #FFFFFF;
  font-size: 7px;
  text-transform: uppercase;
  line-height: 1;
}

.ressources__item-size {
  font-size: 12px;
  font-weight: bold;
}

.dispositif-contact__content {
  position: relative;
  z-index: 1;
  background: #a83f1d;
  color: #FFFFFF;
}

.dispositif-contact__title {
  margin-top: 0;
  color: #FFFFFF;
}

.dispositif-map {
  width: 98%;
  max-width: 1400px;
  margin: 0 auto -80px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.dispositif-map__content {
  height: 300px;
  border-radius: 5px;
  overflow: hidden;
}

.dispositif-map .marker__content h2, .dispositif-map .marker__content .h2 {
  font-size: 16px;
}

.job__recruiter-container {
  margin-bottom: 30px;
}

.job__reference {
  margin-bottom: 5px;
  color: #636362;
}

.job__list {
  margin-top: 90px;
}

.job__btn-container {
  margin-top: 45px;
}

.job-item:first-of-type .job-item__link {
  border-top-width: 1px;
}

.job-item__link {
  display: block;
  padding: 25px 5px;
  border-color: #D8D8D8;
  border-width: 0 0 1px;
  border-style: solid;
  position: relative;
}

.job-item__layout {
  display: grid;
  grid-template-columns: 70px auto;
  grid-gap: 5px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.job-item__col {
  color: #3C3C3B;
}

.job-item__date {
  font-size: 14px;
}

.job-item__title {
  margin: 0 0 5px;
  color: #a83f1d;
}

.job-item__copy {
  font-size: 14px;
}

.cpt__list {
  margin-top: 90px;
}

.cpt-item:first-of-type .cpt-item__link {
  border-top-width: 1px;
}

.cpt-item__link {
  display: block;
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
  border-color: #D8D8D8;
  border-width: 0 0 1px;
  border-style: solid;
}

.cpt-item__content {
  position: relative;
  z-index: 1;
}

.cpt-item__title {
  margin: 0;
}

.cpt-item__copy {
  color: #3C3C3B;
}

.blog .banner, .archive .banner {
  margin-bottom: 30px;
}

.blog .news__list, .archive .news__list {
  margin-top: 90px;
}

.blog .news__item, .archive .news__item {
  margin-bottom: 25px;
}

.blog .events__list, .archive .events__list {
  margin-top: 90px;
  margin-bottom: 60px;
}

.error404__figure {
  margin-top: 60px;
}

.error404 h1 {
  margin: 0;
  font-size: 60px;
}

.content-none {
  padding-top: 45px;
}

.newsletter {
  max-width: 800px;
  margin-top: 120px;
  padding: 60px 90px;
  background: #FEF6EF;
}

.newsletter__title {
  text-align: center;
}

.newsletter .with_frm_style .frm_top_container .frm_primary_label {
  display: none;
}

.newsletter .frm_style_formidable-style.with_frm_style .form-field {
  width: 100%;
}

.newsletter .with_frm_style .frm_submit {
  padding-left: 15px;
  text-align: center;
}

.newsletter .frm_style_formidable-style.with_frm_style .frm_submit button {
  width: 100%;
}

.partners {
  margin-top: 120px;
}

.partners__title {
  margin-bottom: 45px;
  font-size: 20px;
  color: #a83f1d;
  text-align: center;
}

.partners__list {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.partners__item {
  height: auto;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 30px;
  align-items: center;
}

.partners__link {
  max-height: 80px;
  opacity: 1;
  transition: opacity 0.1s;
}

.partners__link:hover {
  opacity: 0.9;
}

.partners__img {
  max-height: 80px;
  max-width: 120px;
}

.partners .slick-track {
  display: flex;
  align-items: stretch;
}

.partners .slick-list {
  width: 100%;
  overflow: hidden;
}

.partners .slick-initialized .slick-slide {
  display: grid !important;
}

.site-footer {
  margin-top: 90px;
  text-align: center;
}

.site-footer__content {
  background: #a83f1d;
  color: #FFFFFF;
}

.site-footer__separator {
  height: 130px;
}

.site-footer__credit {
  padding-bottom: 15px;
  font-size: 12px;
}

.site-footer__credit a:hover {
  opacity: 0.8;
}

.site-footer__credit--left {
  padding-top: 45px;
}

.site-footer__address a {
  border: none;
}

.site-footer__address a:hover {
  opacity: 0.8;
}

.site-footer a {
  color: #FFFFFF;
}

.site-footer .brand-link {
  max-width: 145px;
  margin-top: 20px;
  margin-right: 15px;
  padding: 10px 5px;
  display: inline-block;
  background: #FFFFFF;
  color: #3C3C3B;
}

.site-footer .brand-link:hover {
  opacity: 0.9;
}

.site-footer .menu-footer {
  margin-top: 45px;
}

.site-footer .menu-item a:not(.socials__link) {
  display: inline-block;
  padding: 10px 0;
}

.site-footer .menu-item a:not(.socials__link):hover {
  opacity: 0.8;
}

.site-footer .socials__item {
  padding: 10px 0;
}

.site-footer .socials__link {
  margin: auto;
}

/* Bootstrap col-xs */
@media screen and (min-width: 580px) {
  .is-hidden-xs--plus {
    display: none !important;
  }
  .teams__item {
    max-width: 300px;
  }
}

/* Bootstrap col-sm */
@media screen and (min-width: 768px) {
  .is-hidden-sm--plus {
    display: none !important;
  }
  .section--large {
    max-width: 95vw;
  }
  .intro {
    margin-top: 110px;
    margin-bottom: 110px;
  }
  .search-form__field {
    width: 400px;
  }
  .keyfigures__title,
.news__title,
.events__title {
    margin-bottom: 60px;
  }
  .hero__content {
    padding: 60px;
    padding-bottom: 80px;
  }
  .hero__copy {
    max-width: 290px;
  }
  .keyfigures {
    border-radius: 5px;
  }
  .keyfigures .row {
    align-items: center;
  }
  .news__item + .news__item {
    margin-top: 0;
  }
  .news__separator--top {
    height: 300px;
  }
  .news__separator--bottom {
    height: 250px;
  }
  .donate {
    border-radius: 5px;
  }
  .dispositif__layout {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .dispositif__aside {
    max-width: 320px;
    margin-top: 0;
  }
  .teams__item {
    max-width: 275px;
  }
  .teams .teams__organigramme {
    text-align: left;
  }
  .ressources__item-title {
    padding-left: 15px;
  }
  .ressources__link {
    height: 100%;
  }
  .single:not(.single-ressource) .ressources__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 30px;
  }
  .single:not(.single-ressource) .ressources__item:nth-last-of-type(-n+2) .ressources__link {
    border-bottom-width: 1px;
  }
  .dispositif-map {
    width: 90%;
    margin-bottom: -130px;
  }
  .job-item__layout {
    grid-template-columns: 100px auto;
    grid-gap: 30px;
  }
  .newsletter {
    border-radius: 5px;
  }
  .newsletter__title {
    margin-bottom: 60px;
  }
  .newsletter .frm_form_fields .frm_fields_container {
    display: flex;
  }
  .newsletter .with_frm_style input[type="email"] {
    height: 58px;
  }
  .newsletter .frm_style_formidable-style.with_frm_style .frm_submit button {
    width: initial;
  }
  .site-footer {
    text-align: unset;
  }
  .site-footer__location {
    display: flex;
    align-items: flex-start;
  }
  .site-footer__credit {
    padding-top: 60px;
  }
  .site-footer .menu-footer {
    margin-top: 0;
  }
  .site-footer .socials__link {
    margin: unset;
  }
}

/* Bootstrap col-md */
@media screen and (min-width: 992px) {
  .is-hidden-md--plus {
    display: none !important;
  }
  .searchandfilter ul {
    padding-left: 30px;
  }
  .searchandfilter ul li:first-of-type {
    padding-top: 0;
  }
  .pre-header__nav {
    margin-right: -8px;
  }
  .pre-header__search {
    width: unset;
  }
  .pre-header .socials__item + .socials__item {
    margin-left: 0;
  }
  .navbar__toggle {
    display: none;
  }
  .navbar__collapse {
    width: unset;
    display: block;
  }
  .navbar__nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    min-height: unset;
    padding: 0;
  }
  .navbar .menu-item {
    position: relative;
  }
  .navbar .menu-item.menu-item-has-children:hover .sub-menu {
    display: block;
  }
  .navbar .menu-item.menu-item-has-children > a::after {
    display: none;
  }
  .navbar .menu-item a {
    font-size: 16px;
    text-align: left;
  }
  .navbar .sub-menu {
    min-width: 180px;
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1;
    background: #FFFFFF;
    transform-origin: center;
    transform: translateX(-50%);
    border: 1px solid #eee;
    border-radius: 0 0 5px 5px;
  }
  .navbar .sub-menu a {
    padding: 8px 15px;
  }
  .events__list {
    margin-bottom: revert;
  }
  .events .btn-container {
    margin: 45px 0 30px;
  }
  .dispositif {
    background: transparent;
  }
  .dispositif__layout {
    padding-top: 110px;
    padding-bottom: 110px;
    display: grid;
    grid-template-columns: auto 300px;
    grid-gap: 30px;
    border-radius: 5px;
    background: #F7F7F7;
  }
  .dispositif__content {
    padding-left: 82px;
  }
  .teams {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .teams-pop__layout {
    display: grid;
    grid-template-columns: 260px auto;
    grid-gap: 45px;
  }
  .teams-pop__list {
    width: 90%;
  }
  .teams-pop__item {
    padding: 75px 92px 75px 45px;
  }
  .teams-pop__figure {
    width: 260px;
    height: 260px;
    margin: auto;
  }
  .teams-pop__prev, .teams-pop__next {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ressources {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .ressources__item-title {
    padding-left: 30px;
  }
  .dispositif-map {
    margin-bottom: -180px;
  }
  .dispositif-map__content {
    height: 400px;
  }
  .site-footer .menu-item a:not(.socials__link),
.site-footer .menu-item .socials__item {
    padding: 5px 0;
  }
}

/* Bootstrap col-lg */
@media screen and (min-width: 1200px) {
  .is-hidden-lg--plus {
    display: none !important;
  }
  .section--large {
    max-width: 90vw;
  }
  .keyfigures {
    padding-top: 120px;
  }
  .donate__content {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  .dispositif__layout {
    grid-gap: 45px;
  }
  .dispositif__content {
    padding-left: 97px;
  }
  .dispositif-map {
    margin: 120px auto -220px;
  }
}

/* Bootstrap col-lg */
@media screen and (max-width: 1199px) {
  .is-hidden-lg {
    display: none !important;
  }
}

/* Bootstrap col-md */
@media screen and (max-width: 991px) {
  .is-hidden-md {
    display: none !important;
  }
}

/* Bootstrap col-sm */
@media screen and (max-width: 767px) {
  .is-hidden-sm {
    display: none !important;
  }
}

/* Bootstrap col-xs */
@media screen and (max-width: 579px) {
  .is-hidden-xs {
    display: none !important;
  }
}

/*# sourceMappingURL=style.css.map */
