@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 1px solid #b3c9d3;
  margin: 80px auto;
  width: 20%;
}

/**
 * 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: 1100px;
  }
}
.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: 1100px;
  }
}
.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%;
  }
}
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

.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");
}
@keyframes light {
  to {
    opacity: 0;
  }
}
@keyframes blink-it {
  5%, 15%, 25% {
    opacity: 0;
  }
  0%, 10%, 20%, 30%, 100% {
    opacity: 1;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Comfortaa", "system", sans-serif;
  font-size: 16px;
  color: #022433;
}
body.no-scroll {
  overflow: hidden;
}

h1 {
  font-family: "Quicksand", "system", sans-serif;
  color: #004B6C;
}

h2 {
  font-family: "Quicksand", "system", sans-serif;
  color: #004B6C;
  font-size: 30px;
}

.h2-alt {
  margin-top: 120px;
  margin-bottom: 60px;
  text-align: right;
  color: #004B6C;
  opacity: 0.2;
  text-transform: uppercase;
  font-size: 3.5vw;
}

h3 {
  font-family: "Quicksand", "system", sans-serif;
  color: #EC7C00;
}

p {
  line-height: 30px;
}

ul, ol {
  line-height: 1.5em;
}

.blocks-gallery-grid {
  padding: 0;
}

.site-main a {
  text-decoration: none;
  color: #EC7C00;
  transition: 0.5s;
}
.site-main a:hover {
  color: #b96100;
  transition: 0.3s;
}

ul,
figure ul {
  padding: 0;
}

.entry-header {
  overflow: hidden;
}

.entry-content .image-presentation {
  margin-top: -200px;
  margin-bottom: 50px;
  width: 80%;
  max-width: 450px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
}
.entry-content p {
  line-height: 25px;
}
.entry-content ul {
  padding: 0 30px 0;
}

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

img.alignright {
  margin: 0 0 1em 1em;
  float: right;
}

img.alignleft {
  margin: 0 1em 1em 0;
  float: left;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  margin-left: 15px;
  float: right;
}

.alignleft {
  margin-right: 15px;
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

figure {
  margin: 0;
}

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

.list-unstyled, .menu-header ul, .menu-header, .pre-navbar-menu {
  list-style: none;
}

.block-centered {
  display: block;
  text-align: center;
}

.navbar .menu-item.as-btn--franceaccessibilite > a, .pre-navbar-menu .menu-item.as-btn--franceaccessibilite > a {
  display: inline-block;
  padding: 10px 40px 7px;
  border-radius: 20px;
  font-weight: 700;
}

a.btn-txt {
  color: #fff;
  padding: 10px 20px 7px;
  border-radius: 0;
  display: inline-block;
  border: 1px solid #EC7C00;
  background: #EC7C00;
}
a.btn-txt:hover {
  background: #fff;
  color: #EC7C00;
}

.headernotif {
  width: 100%;
  padding: 10px 15px;
  display: block;
  position: relative;
  z-index: 1;
  background: #EC7C00;
}
.headernotif__copy {
  text-align: center;
  color: white;
  animation: blink-it 10s infinite 1s;
}

figcaption {
  text-align: center;
  font-size: 14px;
  width: 181px;
}

.logo-site {
  width: 100px;
  display: block;
}
@media (min-width: 992px) {
  .logo-site {
    padding-block: 10px;
  }
}
.logo-site svg {
  width: 100%;
  height: auto;
  display: block;
}

.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

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

.spacer-header {
  height: 90px;
}

.pre-navbar {
  position: relative;
  z-index: 1;
  background: #004B6C;
}
.pre-navbar__content {
  padding-block: 5px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 17px;
}
.pre-navbar a {
  color: white;
  text-decoration: none;
}
.pre-navbar a:hover {
  color: #EC7C00;
}
.pre-navbar .reseaux {
  display: flex;
  gap: 10px;
  font-size: 20px;
}

.pre-navbar-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0;
}
.pre-navbar-menu a {
  font-size: 14px;
}
.pre-navbar-menu .menu-item.as-btn--franceaccessibilite > a {
  padding: 1px 13px 1px;
  border: 1px solid white;
  background: transparent;
  color: white;
  border-radius: 5px;
}
.pre-navbar-menu .menu-item.as-btn--franceaccessibilite > a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.navbar {
  background: white;
  border-bottom: 1px solid #f4f4f4;
}
.navbar__layout {
  padding-block: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .navbar__layout {
    padding-block: 0;
  }
}
.navbar .menu-item.as-btn--franceaccessibilite > a {
  margin-block: 3px;
  padding: 5px 13px 5px;
  border: 1px solid #3a3a3a;
  background: transparent;
  color: #3a3a3a;
  border-radius: 5px;
}
.navbar .menu-item.as-btn--franceaccessibilite > a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.buttons-menu {
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}
@media (min-width: 992px) {
  .buttons-menu {
    display: none;
  }
}
.buttons-menu:hover span {
  background: #002839;
}
.buttons-menu.is-active span:nth-child(1) {
  transform: translate(0, -2px) rotate(45deg);
  top: 10px;
}
.buttons-menu.is-active span:nth-child(2) {
  transform: translate(5px, 0) rotate(0);
  opacity: 0;
}
.buttons-menu.is-active span:nth-child(3) {
  transform: translate(0, 1px) rotate(-45deg);
  top: -10px;
}
.buttons-menu span {
  width: 30px;
  height: 4px;
  display: block;
  position: relative;
  border-radius: 6px;
  background: #004B6C;
  transform-origin: center;
  transition-property: transform, opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}

.menu-header-container {
  width: 100%;
  overflow-y: auto;
  display: none;
}
@media (min-width: 992px) {
  .menu-header-container {
    display: block;
    width: auto;
    overflow-y: visible;
  }
}

.menu-header {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding-block: 45px;
}
@media (min-width: 992px) {
  .menu-header {
    max-width: unset;
    padding-block: 0;
    display: flex;
    align-items: center;
    gap: 5px;
  }
}
@media (min-width: 1200px) {
  .menu-header {
    gap: 13px;
  }
}
.menu-header a {
  text-decoration: none;
}
@media (min-width: 992px) {
  .menu-header > .menu-item {
    min-height: 66px;
    display: inline-flex;
    align-items: center;
  }
}
.menu-header > .menu-item-has-children {
  position: relative;
}
@media (min-width: 992px) {
  .menu-header > .menu-item-has-children:hover {
    background: #004462;
  }
  .menu-header > .menu-item-has-children:hover.menu-item:not([class*=as-btn]) > a {
    color: white;
  }
  .menu-header > .menu-item-has-children:hover.menu-item:not([class*=as-btn]) > a::before {
    display: block;
  }
  .menu-header > .menu-item-has-children:hover .sub-menu {
    display: block;
  }
}
@media (min-width: 992px) {
  .menu-header > .menu-item-has-children:nth-child(n+5) .sub-menu {
    left: unset;
    right: 0;
  }
}
.menu-header .sub-menu {
  padding-left: 30px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .menu-header .sub-menu {
    display: none;
    width: 250px;
    padding: 10px 8px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    background: #004B6C;
  }
}
.menu-header .menu-item a {
  padding: 7px 5px;
  display: block;
  position: relative;
}
@media (min-width: 992px) {
  .menu-header > .menu-item-has-children > a::before {
    content: "";
    width: 100%;
    height: 5px;
    display: none;
    background: #004462;
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: 0;
  }
  .menu-header > .menu-item-has-children > a::after {
    content: "";
    margin-left: 5px;
    display: inline-block;
    position: relative;
    top: 1px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    opacity: 0.75;
  }
}
.menu-header > .menu-item:not([class*=as-btn]) > a {
  font-size: 20px;
  color: #3a3a3a;
}
@media (min-width: 992px) {
  .menu-header > .menu-item:not([class*=as-btn]) > a {
    font-size: 16px;
  }
}
.menu-header .sub-menu > li > a {
  font-size: 18px;
  color: #757575;
}
@media (min-width: 992px) {
  .menu-header .sub-menu > li > a {
    color: white;
    width: 100%;
  }
  .menu-header .sub-menu > li > a:hover {
    background: #004462;
  }
}

#triangles {
  z-index: 1;
  width: 40%;
  height: 300px;
  position: absolute;
  right: 0;
  top: 55%;
}
#triangles img {
  position: absolute;
}
#triangles :nth-child(1) {
  bottom: 2%;
  right: 4%;
  transform: rotate(250deg);
  width: 30%;
  opacity: 1;
  animation-name: light;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
#triangles :nth-child(2) {
  bottom: 28%;
  right: -10%;
  transform: rotate(230deg);
  width: 25%;
  opacity: 0.7;
  animation-name: light;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
#triangles :nth-child(3) {
  bottom: 60%;
  right: 3%;
  transform: rotate(331deg);
  width: 21%;
  opacity: 0.8;
  animation-name: light;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
#triangles :nth-child(4) {
  bottom: 40%;
  right: 33%;
  transform: rotate(70deg);
  width: 20%;
  opacity: 0.5;
  animation-name: light;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
#triangles :nth-child(5) {
  bottom: -17%;
  right: 40%;
  transform: rotate(70deg);
  width: 30%;
  opacity: 0.4;
  animation-name: light;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
#triangles :nth-child(6) {
  bottom: -7%;
  right: 85%;
  transform: rotate(190deg);
  width: 20%;
  opacity: 0.6;
  animation-name: light;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
#triangles :nth-child(7) {
  bottom: 13%;
  right: 74%;
  transform: rotate(188deg);
  width: 30%;
  opacity: 0.3;
  animation-name: light;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
#triangles :nth-child(8) {
  bottom: 30%;
  right: 110%;
  transform: rotate(211deg);
  width: 14%;
  opacity: 0.3;
  animation-name: light;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
#triangles :nth-child(9) {
  bottom: 60%;
  right: 93%;
  transform: rotate(50deg);
  width: 15%;
  opacity: 0.8;
  animation-name: light;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
#triangles :nth-child(10) {
  bottom: 100%;
  right: 20%;
  transform: rotate(290deg);
  width: 14%;
  opacity: 0.4;
  animation-name: light;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
#triangles :nth-child(11) {
  bottom: 96%;
  right: 45%;
  transform: rotate(260deg);
  width: 10%;
  opacity: 0.3;
  animation-name: light;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
#triangles :nth-child(12) {
  bottom: 44%;
  right: 58%;
  transform: rotate(290deg);
  width: 25%;
  animation-name: light;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.banner-home {
  width: 100%;
  position: relative;
  margin-bottom: 90px;
}
@media (min-width: 1200px) {
  .banner-home {
    height: 100vh;
    max-height: 680px;
  }
}
.banner-home .img-thumb-mobile {
  display: block;
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .banner-home .img-thumb-mobile {
    display: none;
  }
}
.banner-home .banner-content {
  width: 100%;
  min-height: 55vh;
  padding-block: 15px;
  display: block;
  object-position: center;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .banner-home .banner-content {
    min-height: 530px;
  }
}
.banner-home .banner-content .heading {
  margin-top: 15vh;
}
@media (min-width: 1200px) {
  .banner-home .banner-content .heading {
    margin-top: 20vh;
  }
}
.banner-home .banner-content .heading .orange {
  color: #EC7C00;
  font-size: 6vw;
  text-transform: uppercase;
  display: block;
}
@media (min-width: 768px) {
  .banner-home .banner-content .heading .orange {
    font-size: 65px;
    font-size: 4vw;
  }
}
.banner-home .banner-content .heading .subheading {
  font-size: 4.7vw;
}
@media (min-width: 992px) {
  .banner-home .banner-content .heading .subheading {
    font-size: 3.7vw;
  }
}
.banner-home .banner-thumb {
  width: 100%;
  height: 100vh;
  z-index: 0;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  right: 0;
  opacity: 0.3;
}
@media (min-width: 992px) {
  .banner-home .banner-thumb {
    width: 75%;
    opacity: 1;
  }
}
.banner-home .banner-thumb .img-thumb {
  display: none;
}
@media (min-width: 992px) {
  .banner-home .banner-thumb .img-thumb {
    width: 100%;
    height: 100vh;
    max-height: 800px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    object-fit: contain;
    object-position: bottom right;
  }
}
@media (max-width: 1199px) {
  .banner-home .banner-thumb #triangles {
    top: 40%;
  }
}

.home-slider {
  margin-top: 80px;
  position: relative;
}
.home-slider .texte-slider .titre-slider {
  text-align: center;
  font-size: 30px;
}
.home-slider .container-slider .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  margin-bottom: 0;
}
.home-slider .container-slider .cta-btn {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: -70px;
  z-index: 100;
  display: none;
}

.products {
  margin-top: 0px;
  margin-bottom: 120px;
}
.products h2 {
  margin-top: 0px;
}
.products .product-list .product-types {
  width: 20%;
}
.products .product-list .product-types a {
  display: block;
  position: relative;
  color: #004B6C;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}
.products .product-list .product-types a:hover .product-image {
  max-height: 120px;
  filter: brightness(0) saturate(100%) invert(57%) sepia(99%) saturate(2482%) hue-rotate(1deg) brightness(92%) contrast(103%);
}
.products .product-list .product-types a .btn-bleu {
  object-fit: cover;
  width: 100%;
}
.products .product-list .product-types a .product-image {
  position: absolute;
  transition: 0.5s;
  width: 50%;
  max-height: 120px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.products .product-list .product-types a .product-image:hover {
  transition: 0.3s;
}

.avantages .img-cover {
  object-position: bottom;
  object-fit: contain;
  height: 100%;
}

.map-access {
  position: relative;
  margin-bottom: 60px;
}
.map-access .logo-access {
  position: absolute;
  width: 12vw;
  top: 0;
  right: 0;
  min-width: 120px;
}

.map-3mc {
  width: 90%;
}
.map-3mc.mobile-map {
  display: none;
}

.question-logos {
  color: #fff;
  margin-bottom: 0px;
  text-align: center;
}
.question-logos .question {
  background: #EC7C00;
  padding-top: 60px;
  padding-bottom: 70px;
}
.question-logos .question h2 {
  color: #fff;
  margin-bottom: 50px;
}
.question-logos .question .btn-txt {
  background: #fff;
  color: #EC7C00;
  border-radius: 20px;
  border: 1px solid #fff;
  padding-left: 40px;
  padding-right: 40px;
}
.question-logos .question .btn-txt:hover {
  color: #fff;
  background: #EC7C00;
}
.question-logos a {
  font-weight: 700;
}
.question-logos img {
  max-height: 80px;
  margin: 100px 10px 50px;
}

.main-title {
  margin-bottom: 50px;
  background: #004B6C;
  padding-top: 40px;
  padding-bottom: 150px;
}
.main-title .triangle-title {
  width: 150px;
  display: block;
  margin: auto;
}
.main-title .entry-title.singular {
  font-size: 4vw;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.main-title .extrait-page {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
}

.block-produit-info {
  margin-top: 90px;
  margin-bottom: 90px;
}
.block-produit-info__figure {
  width: 100%;
  height: 100%;
  max-width: 450px;
  max-height: 515px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.block-produit-info__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.block-produit-info__deco {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform-origin: center;
  transform: translateX(-50%);
  opacity: 0.6;
}
.block-produit-info ul {
  list-style: none;
  padding: 0;
}
.block-produit-info li {
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative;
}
.block-produit-info li::before {
  content: "";
  width: 16px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/triangle-orange.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform-origin: center;
  transform: rotateZ(90deg);
}

.content-area {
  margin-bottom: 80px;
}

.team {
  text-align: center;
  color: #004B6C;
  margin-bottom: 100px;
}
.team .single-person {
  margin-bottom: 50px;
}
.team .single-person .img-person {
  object-fit: cover;
  width: 100%;
  height: 230px;
  border-radius: 30px;
}
.team .single-person .name {
  display: block;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.team .single-person .function {
  font-size: 18px;
}

.menus-realisations {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
}
.menus-realisations .facetwp-facet {
  margin-bottom: 10px;
}
.menus-realisations .facetwp-facet select {
  width: 100%;
  min-width: 200px;
  padding: 12px 15px;
  font-size: 14px;
  font-family: inherit;
  color: #333;
  background-color: #fff;
  border: 2px solid #ececec;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  /* Suppression du style natif pour certains navigateurs */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Ajout d'une icône de flèche personnalisée */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23f7941d' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 40px;
}
.menus-realisations .facetwp-facet select:hover {
  border-color: #f7941d;
}
.menus-realisations .facetwp-facet-label {
  color: #2c3e50;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.menus-realisations {
  margin-bottom: -35px;
}

@media (max-width: 767px) {
  body .fwpl-layout.el-87lp7b {
    grid-template-columns: repeat(2, 1fr);
  }
}

.grille-realisations .fwpl-result {
  max-width: 350px;
}
.grille-realisations .titre {
  padding: 15px 0 10px 0;
}
.grille-realisations .titre a {
  font-weight: bolder;
  color: #004B6C;
  font-size: 1.1rem;
}
.grille-realisations .miniature a {
  display: block;
  max-height: 350px;
  overflow: hidden;
}
.grille-realisations .miniature img {
  width: 100%;
  height: auto;
  margin-top: 30px;
  object-fit: cover;
}
.grille-realisations .bouton {
  margin-top: 20px;
}
.grille-realisations .bouton a {
  padding: 10px 15px;
  color: #004B6C;
  border: 1px solid #004B6C;
}
.grille-realisations .bouton a:hover {
  background-color: #004B6C;
  padding: 10px 15px;
  color: #fff;
}
.grille-realisations .departement {
  padding-bottom: 5px;
  color: #EC7C00;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.grille-realisations .extrait {
  font-size: 0.9rem;
}

.devis-form {
  display: none;
  margin-top: 120px;
}

.entry-content ul.wpc-control-lists-inner {
  padding: 0 0px 0;
}

@media (min-width: 1025px) {
  .wpc-parent-control {
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}

.wpc-control-lists-inner {
  padding: 0px;
}
.wpc-control-item-color {
  border-radius: 50px;
  width: 20px;
  height: 20px;
}

.wpc-summary.wpc-entry-summary {
  padding-left: 0px;
}
@media (min-width: 992px) {
  .wpc-summary.wpc-entry-summary {
    padding-left: 15px;
  }
}

.wpc-configure-not-clicked .site-main {
  display: flex;
  flex-direction: column;
}
.wpc-configure-not-clicked .wpc-primary-btn {
  background-color: #004B6C;
  border: 1px solid;
  border-radius: 15px;
  color: #004B6C;
  text-transform: none;
  color: white;
}
.wpc-configure-not-clicked .wpc-primary-btn:hover {
  background-color: transparent;
  color: #004B6C;
}

.wpc-floating-icons {
  padding: 0px;
}

.wpc-flyin-inspiration-parent-wrap {
  display: none;
}

.wpc-control-item .wpc-icon-round {
  border: 1px solid;
}

.wpc-sub-control .wpc-control-item.wpc-control-type-label {
  padding: 8px 10px;
  background-color: #43617b;
  box-shadow: none !important;
  border: none;
}
.wpc-sub-control .wpc-control-item.wpc-control-type-label:hover {
  opacity: 0.95;
}
.wpc-sub-control .wpc-control-item.wpc-control-type-label.current {
  background-color: #EC7C00;
}
.wpc-sub-control .wpc-control-item.wpc-control-type-label .wpc-icon-label-inner {
  color: white !important;
}

.wpc-sub-control .wpc-control-item.wpc-control-type-label .wpc-control-item-label {
  margin: 0;
}

.wpc-control-type-label.wpc-control-has-children:has(.wpc-sub-control.title-only) {
  cursor: initial !important;
  pointer-events: none;
  background: #f6f6f6;
  border: none !important;
  margin-top: 10px;
}
.wpc-control-type-label.wpc-control-has-children:has(.wpc-sub-control.title-only) .wpc-layer-title-inner {
  display: flex;
  justify-content: center;
}

.wpc-control-type-label.wpc-control-has-children:has(.wpc-sub-control.empty-title) {
  cursor: initial !important;
  pointer-events: none;
  padding-block: 28px !important;
  background: #f6f6f6;
}

.frm_forms.with_frm_style.frm_style_style-formidable form.frm-show-form {
  margin: -50px 0 50px 0px;
}
.frm_forms.with_frm_style.frm_style_style-formidable form.frm-show-form h3 {
  font-family: "Quicksand", "system", sans-serif;
  color: #EC7C00;
  font-size: 30px;
  border-top: none;
  margin-bottom: 15px;
  text-align: left;
}
.frm_forms.with_frm_style.frm_style_style-formidable form.frm-show-form .prix {
  font-size: 20px;
  font-family: "Quicksand", "system", sans-serif;
  color: #EC7C00;
}
.frm_forms.with_frm_style.frm_style_style-formidable form.frm-show-form label,
.frm_forms.with_frm_style.frm_style_style-formidable form.frm-show-form .frm_primary_label,
.frm_forms.with_frm_style.frm_style_style-formidable form.frm-show-form .form-field,
.frm_forms.with_frm_style.frm_style_style-formidable form.frm-show-form h4,
.frm_forms.with_frm_style.frm_style_style-formidable form.frm-show-form .select {
  font-family: "Comfortaa", "system", sans-serif;
  font-size: 16px;
  color: #004B6C;
  font-weight: initial;
}
.frm_forms.with_frm_style.frm_style_style-formidable form.frm-show-form .frm_opt_container {
  margin-top: 5px;
  margin-bottom: 10px;
}
.frm_forms.with_frm_style.frm_style_style-formidable form.frm-show-form .frm_button_submit {
  color: #fff;
  padding: 10px 20px 7px;
  border-radius: 0;
  display: inline-block;
  border: 1px solid #EC7C00;
  background: #EC7C00;
  font-family: "Comfortaa", "system", sans-serif;
  font-size: 16px;
}
.frm_forms.with_frm_style.frm_style_style-formidable form.frm-show-form:hover {
  background: #fff;
  color: #EC7C00;
}

.site-footer {
  background: #022433;
  padding: 50px 15px 30px;
}
.site-footer a {
  color: #fff;
}
.site-footer #menu-menu-pied-de-page {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.site-footer #menu-menu-pied-de-page .menu-item-has-children {
  font-size: 22px;
  font-weight: 700;
}
.site-footer #menu-menu-pied-de-page .sub-menu {
  font-weight: 400;
  font-size: 16px;
  margin-top: 15px;
}
.site-footer #menu-menu-pied-de-page .sub-menu li {
  margin-bottom: 10px;
  line-height: 22px;
}
.site-footer #menu-menu-pied-de-page .empty-link > a:hover {
  color: #fff;
}
.site-footer .reseaux {
  margin-top: 30px;
  text-align: center;
  font-size: 40px;
}
.site-footer .reseaux i {
  margin: 0 10px;
}
.site-footer .mentions {
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin-top: 30px;
}
.site-footer .mentions p {
  margin: 5px 0;
  line-height: 18px;
}
.site-footer .mentions p a {
  display: inline-block;
}

.sect-actus {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  gap: 2%;
}
.sect-actus .single-actu {
  display: flex;
  gap: 8%;
  width: 100%;
  margin-bottom: 40px;
}
.sect-actus .single-actu .link-actu {
  width: 46%;
  display: block;
  flex-direction: column;
}
.sect-actus .single-actu .link-actu .image-actu {
  width: 100%;
  height: 60vh;
  object-fit: cover;
}
.sect-actus .single-actu .contenu-actu {
  width: 46%;
  align-self: center;
}
.sect-actus .single-actu .contenu-actu .titre-actu {
  font-size: 18px;
  margin-bottom: 15px;
}
.sect-actus .single-actu .contenu-actu .extrait-actu {
  color: #004B6C;
}
.sect-actus .single-actu .contenu-actu .date {
  color: #707070;
  display: block;
  margin-bottom: 15px;
}

.pagination-gen {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.pagination-gen h2 {
  font-weight: 400;
  font-size: 22px;
  margin: 15px 0;
}

.entry-date {
  font-size: 14px;
  color: #707070;
}

.wp-block-gallery.is-cropped .blocks-gallery-item img {
  min-height: 450px;
}

/* Bootstrap col-xs */
@media (min-width: 576px) {
  .main-title {
    margin-bottom: 70px;
  }
}
/*Bootstrap col-sm */
@media (min-width: 768px) {
  .main-title {
    margin-bottom: 100px;
  }
}
/* Bootstrap col-md */
@media (min-width: 992px) {
  .block-produit-info {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .block-produit-info__layout {
    display: grid;
    grid-template-columns: auto 400px;
    grid-gap: 50px;
  }
}
/* Bootstrap col-lg */
@media (min-width: 1200px) {
  .block-produit-info__layout {
    grid-gap: 100px;
  }
}
/* Bootstrap col-lg */
/* Bootstrap col-md */
@media (max-width: 991px) {
  .buttons-menu {
    right: 30px;
    top: 15px;
  }

  .team .single-person .img-person {
    height: 170px;
  }

  .avantages {
    flex-direction: row-reverse;
  }
  .avantages .img-cover {
    object-position: center;
  }

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

  .site-footer #menu-menu-pied-de-page .menu-item-has-children {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .main-title .entry-title.singular {
    font-size: 5vw;
  }

  .products .product-list .product-types {
    width: 33.3%;
  }
}
/* Bootstrap col-sm */
@media (max-width: 767px) {
  p {
    line-height: 23px;
  }

  .overlay {
    width: 0;
  }

  .main-title .entry-title.singular {
    font-size: 6.5vw;
  }

  .team .single-person .img-person {
    height: 230px;
  }

  .map-access .map-3mc {
    width: 100%;
  }

  .h2-alt {
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 8vw;
  }

  .product-types {
    margin-bottom: 30px;
  }
}
/* Bootstrap col-xs */
@media (max-width: 576px) {
  .buttons-menu {
    right: 15px;
  }

  .logo-access {
    display: none;
  }

  .map-3mc {
    display: none;
  }
  .map-3mc.mobile-map {
    display: block;
  }

  .mobile-map-text {
    margin-top: 30px;
  }

  .products .product-list .product-types a .btn-bleu {
    width: 60%;
  }

  .site-footer #menu-menu-pied-de-page .menu-item-has-children {
    text-align: center;
  }

  .main-title .entry-title.singular {
    font-size: 7vw;
  }

  .entry-content .image-presentation {
    margin-top: -150px;
  }

  .sect-actus .single-actu {
    flex-direction: column;
  }
  .sect-actus .single-actu .link-actu {
    width: 100%;
  }
  .sect-actus .single-actu .contenu-actu {
    width: 100%;
  }

  .team .single-person .img-person {
    height: 260px;
  }

  .products .product-list .product-types {
    width: 50%;
  }

  .products .product-list .product-types a .product-image {
    width: 25%;
  }
}