@charset "UTF-8";
/* WordPlate */
/* Define the general settings used */
/* Others colors
$success-color:
$danger-color:
$warning-color:
$info-color:
$link-color:
*/
/* See _bootstrap.scss */
/* Don't change */
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #4f3691;
  --bs-pink: #f25586;
  --bs-red: #e84a31;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffcb00;
  --bs-green: #005329;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #ffffff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #3f2f81;
  --bs-secondary: #005329;
  --bs-primary-rgb: #3f2f81;
  --bs-secondary-rgb: #005329;
  --bs-#3f2f81-text-emphasis: ;
  --bs-#3f2f81-bg-subtle: ;
  --bs-#3f2f81-border-subtle: ;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: paralucent, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #3f2f81;
  --bs-body-color-rgb: 63, 47, 129;
  --bs-body-bg: #ffffff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(63, 47, 129, 0.75);
  --bs-secondary-color-rgb: 63, 47, 129;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(63, 47, 129, 0.5);
  --bs-tertiary-color-rgb: 63, 47, 129;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #f25586;
  --bs-highlight-color: #3f2f81;
  --bs-highlight-bg: #fff5cc;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #005329;
  --bs-form-valid-border-color: #005329;
  --bs-form-invalid-color: #e84a31;
  --bs-form-invalid-border-color: #e84a31;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #3f2f81;
  --bs-body-color-rgb: 63, 47, 129;
  --bs-body-bg: #3f2f81;
  --bs-body-bg-rgb: 63, 47, 129;
  --bs-emphasis-color: #3f2f81;
  --bs-emphasis-color-rgb: 63, 47, 129;
  --bs-secondary-color: #3f2f81;
  --bs-secondary-color-rgb: 63, 47, 129;
  --bs-secondary-bg: #3f2f81;
  --bs-secondary-bg-rgb: 63, 47, 129;
  --bs-tertiary-color: #3f2f81;
  --bs-tertiary-color-rgb: 63, 47, 129;
  --bs-tertiary-bg: #3f2f81;
  --bs-tertiary-bg-rgb: 63, 47, 129;
  --bs-#3f2f81-text-emphasis: ;
  --bs-#3f2f81-bg-subtle: ;
  --bs-#3f2f81-border-subtle: ;
  --bs-heading-color: #3f2f81;
  --bs-link-color: #3f2f81;
  --bs-link-hover-color: #3f2f81;
  --bs-link-color-rgb: 63, 47, 129;
  --bs-link-hover-color-rgb: 63, 47, 129;
  --bs-code-color: #3f2f81;
  --bs-highlight-color: #3f2f81;
  --bs-highlight-bg: #665100;
  --bs-border-color: #3f2f81;
  --bs-border-color-translucent: #3f2f81;
  --bs-form-valid-color: #3f2f81;
  --bs-form-valid-border-color: #3f2f81;
  --bs-form-invalid-color: #3f2f81;
  --bs-form-invalid-border-color: #3f2f81;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-30px,
.gx-30px {
  --bs-gutter-x: ;
}

.g-30px,
.gy-30px {
  --bs-gutter-y: ;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-30px,
  .gx-sm-30px {
    --bs-gutter-x: ;
  }
  .g-sm-30px,
  .gy-sm-30px {
    --bs-gutter-y: ;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-30px,
  .gx-md-30px {
    --bs-gutter-x: ;
  }
  .g-md-30px,
  .gy-md-30px {
    --bs-gutter-y: ;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-30px,
  .gx-lg-30px {
    --bs-gutter-x: ;
  }
  .g-lg-30px,
  .gy-lg-30px {
    --bs-gutter-y: ;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-30px,
  .gx-xl-30px {
    --bs-gutter-x: ;
  }
  .g-xl-30px,
  .gy-xl-30px {
    --bs-gutter-y: ;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-30px,
  .gx-xxl-30px {
    --bs-gutter-x: ;
  }
  .g-xxl-30px,
  .gy-xxl-30px {
    --bs-gutter-y: ;
  }
}
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0 rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary, form input[type=submit], .popup--generic .popup__text a, .custom-wysiwyg a.btn-primary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #3f2f81;
  --bs-btn-border-color: #3f2f81;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #36286e;
  --bs-btn-hover-border-color: #322667;
  --bs-btn-focus-shadow-rgb: 92, 78, 148;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #322667;
  --bs-btn-active-border-color: #2f2361;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #3f2f81;
  --bs-btn-disabled-border-color: #3f2f81;
}

.btn-secondary, .custom-wysiwyg a.btn-secondary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #005329;
  --bs-btn-border-color: #005329;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #004723;
  --bs-btn-hover-border-color: #004221;
  --bs-btn-focus-shadow-rgb: 38, 109, 73;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #004221;
  --bs-btn-active-border-color: #003e1f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #005329;
  --bs-btn-disabled-border-color: #005329;
}

.btn-outline-primary {
  --bs-btn-color: #3f2f81;
  --bs-btn-border-color: #3f2f81;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #3f2f81;
  --bs-btn-hover-border-color: #3f2f81;
  --bs-btn-focus-shadow-rgb: 63, 47, 129;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #3f2f81;
  --bs-btn-active-border-color: #3f2f81;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #3f2f81;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #3f2f81;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #005329;
  --bs-btn-border-color: #005329;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #005329;
  --bs-btn-hover-border-color: #005329;
  --bs-btn-focus-shadow-rgb: 0, 83, 41;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #005329;
  --bs-btn-active-border-color: #005329;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #005329;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #005329;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #ffffff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #ffffff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #ffffff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2863, 47, 129, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container-xl, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #ffffff;
  --bs-navbar-brand-color: #ffffff;
  --bs-navbar-brand-hover-color: #ffffff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
/* Margin Top */
.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

/* Margin Bottom */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

/* Margin X (Left & Right) */
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

/* Margin Y (Top & Bottom) */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* Padding Top */
.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

/* Padding Bottom */
.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

/* Padding X (Left & Right) */
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

/* Padding Y (Top & Bottom) */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

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

.text-right {
  text-right: right;
}

/* GENERIC CODE WORDPLATE */
/* basic recurent elements */
/* See _bootstrap.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: paralucent, sans-serif;
  font-weight: 600;
  font-style: normal;
}

h1, .h1 {
  letter-spacing: -3px;
}
h1 span, .h1 span {
  letter-spacing: -1px;
}

h3, .h3 {
  font-size: 34px;
  line-height: 46px;
}

.small-title, .support--inspi__text .icon-title, .support--ressources__text .icon-title, .footer--main__links a.btn-mail {
  font-size: 22px;
  font-family: paralucent, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 5px 0;
  letter-spacing: 0.5px;
}
@media (min-width: 992px) {
  .small-title, .support--inspi__text .icon-title, .support--ressources__text .icon-title, .footer--main__links a.btn-mail {
    font-size: 28px;
  }
}

.medium-title, .support--inspi__list li a, .support--ressources__list li a, .footer--main__content .support--inspi__list li a *, .support--inspi__list li .footer--main__content a *, .footer--main__content .support--ressources__list li a *, .support--ressources__list li .footer--main__content a *, .links-banner__text .btn, .footer--main__content .links-banner__text .btn *, .links-banner__text .footer--main__content .btn *, header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li a, .footer--main__content header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li a *, header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li .footer--main__content a *, .footer--main__content .medium-title * {
  font-size: 22px;
  line-height: 1.4em;
  font-family: paralucent, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 992px) {
  .medium-title, .support--inspi__list li a, .support--ressources__list li a, .footer--main__content .support--inspi__list li a *, .support--inspi__list li .footer--main__content a *, .footer--main__content .support--ressources__list li a *, .support--ressources__list li .footer--main__content a *, .links-banner__text .btn, .footer--main__content .links-banner__text .btn *, .links-banner__text .footer--main__content .btn *, header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li a, .footer--main__content header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li a *, header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li .footer--main__content a *, .footer--main__content .medium-title * {
    font-size: 34px;
    line-height: 1.4em;
  }
}
@media (min-width: 1600px) {
  .medium-title.drawed:before, .support--inspi__list li a.drawed:before, .support--ressources__list li a.drawed:before, .footer--main__content .support--inspi__list li a .drawed:before, .support--inspi__list li .footer--main__content a .drawed:before, .footer--main__content .support--ressources__list li a .drawed:before, .support--ressources__list li .footer--main__content a .drawed:before, .links-banner__text .drawed.btn:before, .footer--main__content .links-banner__text .btn .drawed:before, .links-banner__text .footer--main__content .btn .drawed:before, header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li a.drawed:before, .footer--main__content header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li a .drawed:before, header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li .footer--main__content a .drawed:before, .footer--main__content .medium-title .drawed:before {
    content: "";
    display: block;
    position: absolute;
    width: 88px;
    height: 28px;
    background: url("/themes/cev/assets/images/arrow-draw-white.svg") no-repeat;
    transform: rotate(30deg);
    margin: -10px 0 0 -100px;
  }
}

.big-title {
  font-size: 34px;
  line-height: 1.1em;
  font-family: paralucent, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.big-title span:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 120px;
  height: 10px;
  background: url("/themes/cev/assets/images/underline-green.svg") no-repeat;
  transform: rotate(-2deg);
  margin: 35px 0 0 -100px;
}
@media (min-width: 992px) {
  .big-title {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .big-title.drawed:before {
    content: "";
    display: block;
    position: absolute;
    width: 88px;
    height: 28px;
    background: url("/themes/cev/assets/images/arrow-draw-green.svg") no-repeat;
    transform: rotate(30deg);
    margin: 0 0 0 -100px;
  }
  .big-title span:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 120px;
    height: 10px;
    background: url("/themes/cev/assets/images/underline-green.svg") no-repeat;
    transform: rotate(-2deg);
    margin: 65px 0 0 -110px;
  }
}
@media (min-width: 1600px) {
  .big-title {
    font-size: 48px;
    line-height: 0.95em;
  }
}
@media screen and (min-width: 1400px) {
  .big-title {
    font-size: 58px;
  }
}
@media screen and (min-width: 1540px) {
  .big-title {
    font-size: 64px;
  }
}

.wide-title {
  font-size: 64px;
  line-height: 1em;
  font-family: paralucent, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.wide-title span {
  font-size: 0.35em;
  display: block;
  line-height: 1.8em;
}
@media (min-width: 768px) {
  .wide-title {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .wide-title {
    font-size: 98px;
  }
  .wide-title span {
    line-height: 1.1em;
  }
}
@media (min-width: 1600px) {
  .wide-title {
    font-size: 118px;
  }
}
@media screen and (min-width: 1540px) {
  .wide-title {
    font-size: 148px;
  }
}

a {
  color: #1fbc9b;
  transition: all 0.5s;
  text-decoration: none;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeup_img {
  from {
    opacity: 0;
    transform: scale(1.5);
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: scale(1);
    transform: translateX(0);
  }
}
@keyframes anim_text {
  from {
    opacity: 0;
    transform: skew(0) translateY(40px) translateX(0px);
  }
  to {
    opacity: 1;
    transform: skew(0) translate(0);
  }
}
@keyframes hand_move {
  from {
    opacity: 0;
    transform: rotate(-5deg) translateX(-30px);
  }
  to {
    opacity: 1;
    transform: rotate(0deg) translateY(0);
  }
}
.footer--main {
  padding: 60px 20px 30px;
  background: #4f3691 url("/themes/cev/assets/images/bg-footer.svg") no-repeat -100px 50px/700px 500px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .footer--main {
    padding: 120px 0 60px;
  }
}
@media screen and (min-width: 1390px) {
  .footer--main {
    padding: 120px 110px 60px;
  }
}
@media screen and (min-width: 1540px) {
  .footer--main {
    padding: 120px 0 60px;
  }
}
.footer--main__text {
  width: 100%;
}
.footer--main__text p a {
  background: url("/themes/cev/assets/images/underline-03.svg") no-repeat bottom center;
}
.footer--main__text p a:hover {
  text-decoration: none;
  color: #ffcb00;
  background: url("/themes/cev/assets/images/underline-02.svg") no-repeat bottom center;
}
@media (min-width: 1200px) {
  .footer--main__text {
    max-width: 930px;
  }
}
.footer--main__content p {
  color: #ffffff;
}
.footer--main__content .link-arrowed {
  margin: 60px 0;
}
@media (min-width: 992px) {
  .footer--main__content .link-arrowed {
    margin: 60px 0 120px;
  }
}
.footer--main__links {
  display: lock;
}
@media (min-width: 992px) {
  .footer--main__links {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.footer--main__links .links_social {
  width: 100%;
}
.footer--main__links .links_social ul {
  display: block;
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .footer--main__links .links_social ul {
    display: inline-block;
  }
}
.footer--main__links .links_social ul.follow a {
  font-size: 14px;
  padding-right: 10px;
}
.footer--main__links .links_social ul li {
  display: inline-block;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .footer--main__links .links_social ul li {
    display: inline-block;
    padding-bottom: 0;
  }
}
.footer--main__links .links_social ul li a {
  display: block;
  color: #c0adf2;
  font-family: paralucent, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.2px;
  padding-right: 20px;
}
.footer--main__links .links_social ul li a svg {
  height: 20px;
  width: auto;
}
.footer--main__links .links_social ul li a svg .cls-1 {
  fill: #ffffff;
}
.footer--main__links a.btn-mail {
  color: #ffffff;
  font-family: paralucent, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 992px) {
  .footer--main__links a.btn-mail {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .footer--main__links a.btn-mail {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
}
.footer--main__links a.btn-mail:hover {
  color: #ffcb00;
  text-decoration: none;
}
.footer--main__bottom {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .footer--main__bottom {
    padding-top: 60px;
    margin-top: 60px;
  }
}
.footer--main__bottom .content-wrapper {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1240px;
}
@media (min-width: 992px) {
  .footer--main__bottom .content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.footer--main__bottom .content-wrapper ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .footer--main__bottom .content-wrapper ul {
    padding-bottom: 20px;
  }
}
.footer--main__bottom .content-wrapper ul li {
  display: inline-block;
}
.footer--main__bottom .content-wrapper ul li:last-child a:after {
  display: none;
}
.footer--main__bottom .content-wrapper ul li a {
  font-size: 12px;
  font-family: Verdana, sans-serif;
  letter-spacing: 0.5px;
  display: block;
  font-weight: 300;
  color: #ffffff;
}
@media (min-width: 992px) {
  .footer--main__bottom .content-wrapper ul li a {
    padding: 0 30px 0 0;
  }
}
.footer--main__bottom .content-wrapper ul li a:hover {
  color: #ffcb00;
  text-decoration: none;
}
.footer--main__bottom .content-wrapper ul li a:after {
  content: "";
  position: absolute;
  height: 12px;
  width: 1px;
  margin-left: 15px;
  margin-top: 3px;
  background: #ffffff;
  display: inline-block;
}
.footer--main__bottom .content-wrapper .mentions .byinfine {
  transition: all 0.5s;
  color: #ffffff;
  font-size: 12px;
  font-family: Verdana, sans-serif;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}
.footer--main__bottom .content-wrapper .mentions .byinfine .love {
  margin: -2px 6px 0 6px;
  display: block;
  width: 12px;
  height: 9px;
}
.footer--main__bottom .content-wrapper .mentions .byinfine .infine {
  transition: all 0.5s;
  margin: -2px 0 0 7px;
  display: block;
  width: 27px;
  height: 27px;
}
.footer--main__bottom .content-wrapper .mentions .byinfine:hover {
  transition: all 0.5s;
  text-decoration: none;
}
.footer--main__bottom .content-wrapper .mentions .byinfine:hover .love {
  transition: all 0.5s;
  transform: scale(1.5, 1.5);
}
@media (min-width: 992px) {
  .footer--main__bottom .content-wrapper .mentions {
    display: flex;
    align-items: center;
  }
  .footer--main__bottom .content-wrapper .mentions .byinfine {
    padding-bottom: 0;
    margin-left: 10px;
  }
}

.pre-footer {
  background: url("/themes/cev/assets/images/shape-01.svg") no-repeat left bottom;
  padding: 40px 20px 50px;
  position: relative;
}
@media screen and (min-width: 1390px) {
  .pre-footer {
    padding: 40px 110px 50px;
  }
}
@media screen and (min-width: 1540px) {
  .pre-footer {
    padding: 40px 20px 50px;
  }
}
.pre-footer h3, .pre-footer .h3 {
  color: #005329;
  padding: 30px 0 20px;
  line-height: 30px;
}
@media (min-width: 1200px) {
  .pre-footer h3, .pre-footer .h3 {
    padding: 20px 0 0;
  }
  .pre-footer .text-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 1199px) {
  .pre-footer .text-wrapper {
    text-align: center;
  }
}

body.page-template-page-contact footer,
body.page-template-page-contact .pre-footer {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

body.open, body.nav-open {
  overflow: hidden;
}
@media (max-width: 991px) {
  body.open header.main-header, body.nav-open header.main-header {
    height: 100vh;
  }
  body.open header.main-header .main-menu, body.nav-open header.main-header .main-menu {
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin-top: 0;
    border-radius: 0;
    transition: all 0.7s;
    background-color: #ffffff;
  }
}

.btn-nav {
  height: 60px;
  width: 40px;
  position: absolute;
  z-index: 40;
  right: 20px;
  top: 20px;
}
.btn-nav .lines {
  height: 3px;
  width: 100%;
  display: block;
  margin-top: 30px;
  background: #3f2f81;
  align-self: center;
  border-radius: 5px;
  transition: all 0.5s;
}
.btn-nav .lines::before, .btn-nav .lines::after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  background: #3f2f81;
  border-radius: 5px;
  transition: all 0.5s;
  margin-top: -15px;
}
.btn-nav .lines::after {
  opacity: 0;
}
.btn-nav.active .lines {
  background: none;
}
.btn-nav.active .lines::before {
  transform: rotate(-45deg);
  margin-top: 0;
  background: #80ddd4;
}
.btn-nav.active .lines::after {
  transform: rotate(45deg);
  margin-top: 0;
  opacity: 1;
  background: #80ddd4;
}

body.page-template-page-whoareyou .btn-nav .lines {
  background: #80ddd4;
}
body.page-template-page-whoareyou .btn-nav .lines::after, body.page-template-page-whoareyou .btn-nav .lines::before {
  background: #80ddd4;
}

@media (min-width: 1200px) {
  .home header.main-header .menu-wrapper .nav-primary li a {
    color: #4f3691 !important;
  }
  .home header.main-header .menu-wrapper .nav-primary li a.dropdown-toggle:hover {
    color: #ffffff !important;
  }
  .home header.main-header .menu-wrapper .nav-primary li .dropdown-menu a {
    color: #ffffff !important;
  }
  .home header.main-header .menu-wrapper.white-text li a {
    color: #ffffff !important;
  }
  .home header.main-header:hover .nav-primary li a {
    color: #ffffff !important;
  }
}
header.main-header {
  margin: 0;
  width: 100%;
  position: fixed;
  z-index: 20;
  top: 0;
  /* scrolled menu */
}
@media (min-width: 1200px) {
  header.main-header.is-visible.not-top {
    background: #442c85;
    transition: all 1s;
  }
  header.main-header.is-visible.not-top .nav-primary li a {
    color: #ffffff !important;
  }
  header.main-header.is-visible.not-top .nav-primary li .dropdown-menu a {
    color: #ffffff !important;
  }
  header.main-header.is-visible .nav-primary {
    opacity: 1;
  }
  header.main-header .nav-primary {
    opacity: 0;
    transition: all 0.5s;
  }
}
header.main-header .main-header--wrapper {
  display: flex;
  align-items: center;
}
header.main-header .logo-wrapper {
  width: 100px;
}
header.main-header .logo-wrapper a {
  display: block;
}
header.main-header .logo-wrapper img.logo {
  width: 100%;
  max-width: 110px;
}
@media (min-width: 992px) {
  header.main-header .logo-wrapper {
    width: 120px;
    position: absolute;
    left: 0;
    top: 0;
  }
}
header.main-header .menu-wrapper {
  padding: 120px 30px 60px;
  max-width: 1240px;
}
@media screen and (max-width: 1540px) {
  header.main-header .menu-wrapper {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1400px) {
  header.main-header .menu-wrapper {
    max-width: 1140px;
    border: none;
  }
}
@media (max-width: 1199px) {
  header.main-header .menu-wrapper {
    max-width: 920px;
  }
}
@media (max-width: 991px) {
  header.main-header .menu-wrapper {
    max-width: 660px;
  }
}
@media (max-width: 767px) {
  header.main-header .menu-wrapper {
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  header.main-header .menu-wrapper {
    padding: 45px 15px 45px 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1400px) {
  header.main-header .menu-wrapper {
    padding: 45px 0;
  }
}
header.main-header .menu-wrapper ul.nav-primary {
  margin: 0;
  padding: 0;
  margin-bottom: 0;
  text-align: right;
}
header.main-header .menu-wrapper ul.nav-primary li {
  display: inline-block;
  margin-left: 0;
}
header.main-header .menu-wrapper ul.nav-primary li.dropdown > a {
  color: #ffffff;
}
header.main-header .menu-wrapper ul.nav-primary li.dropdown > a::after {
  border: none;
  vertical-align: auto;
  margin-left: 0;
}
header.main-header .menu-wrapper ul.nav-primary li a {
  color: #ffffff;
  padding: 15px 20px;
  letter-spacing: 0.5px;
  font-family: paralucent, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  position: relative;
}
header.main-header .menu-wrapper ul.nav-primary li a::after {
  display: block;
  content: "";
  width: 100%;
  height: 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("/themes/cev/assets/images/underline-white.svg") no-repeat 10px bottom/auto 8px;
  transform: translateX(20px);
  opacity: 0;
}
@media (min-width: 1200px) {
  header.main-header .menu-wrapper ul.nav-primary li a {
    padding: 20px 20px 20px 30px;
  }
}
header.main-header .menu-wrapper ul.nav-primary li.active > a {
  transition: all 0.5s;
  text-decoration: none;
  color: #ffffff;
}
header.main-header .menu-wrapper ul.nav-primary li.active > a::after {
  transition: all 0.5s;
  opacity: 1;
  transform: translateX(10px);
}
header.main-header .menu-wrapper ul.nav-primary li:hover > a {
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  header.main-header .menu-wrapper ul.nav-primary li:hover > a {
    transition: all 0.5s;
    text-decoration: none;
    color: #ffffff;
  }
  header.main-header .menu-wrapper ul.nav-primary li:hover > a::after {
    transition: all 0.5s;
    opacity: 1;
    transform: translateX(10px);
  }
}
header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu {
  margin: 0 0 30px;
  border-radius: 0px;
  background: rgba(68, 44, 133, 0);
  border: none;
  position: static;
  float: none;
  counter-reset: compteListe;
  list-style-type: none;
}
@media (min-width: 1200px) {
  header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu {
    background: #4f3691;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 110px 20px 30px;
  }
}
header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu:hover, header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu.is-visible {
  display: block;
  animation: fadein 0.3s 1 forwards;
}
header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li {
  position: relative;
  margin: 0;
}
header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li::before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  counter-increment: compteListe;
  content: counter(compteListe);
  color: rgba(255, 255, 255, 0.8);
  top: 40px;
  left: 40px;
}
@media (max-width: 1199px) {
  header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li::before {
    left: 0;
    top: 35px;
  }
}
header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li a {
  display: block;
  text-align: left;
  padding: 70px 40px 40px;
}
@media (max-width: 1199px) {
  header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li a {
    font-size: 28px;
    color: rgba(255, 255, 255, 0.85);
  }
}
@media (max-width: 991px) {
  header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li a {
    text-align: center;
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li a {
    font-size: 22px;
  }
}
header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li a::before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
}
header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li a::after {
  height: 120%;
  width: 150%;
  z-index: -1;
  background: url("/themes/cev/assets/images/ico-cev-blue.svg") no-repeat left center/auto 150px;
}
@media (max-width: 1199px) {
  header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li a::after {
    background-size: auto 60px;
    width: 100%;
  }
}
header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li.menu-les-cours a::after {
  background: url("/themes/cev/assets/images/ico-hand-blue.svg") no-repeat left center/auto 150px;
}
@media (max-width: 1199px) {
  header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li.menu-les-cours a::after {
    background-size: auto 60px;
  }
}
header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li.menu-les-profs a::after {
  background: url("/themes/cev/assets/images/ico-flower-blue.svg") no-repeat left center/auto 150px;
}
@media (max-width: 1199px) {
  header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li.menu-les-profs a::after {
    background-size: auto 60px;
  }
}
header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li.menu-le-fonctionnement a::after {
  background: url("/themes/cev/assets/images/ico-people-blue.svg") no-repeat left center/auto 150px;
}
@media (max-width: 1199px) {
  header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li.menu-le-fonctionnement a::after {
    background-size: auto 60px;
  }
}
header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li.current_page_item a::after {
  animation: hand_move 1.5s 1 forwards;
}
@media (max-width: 991px) {
  header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li.current_page_item a {
    color: #1fbc9b !important;
  }
  header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li.current_page_item a::after {
    left: 0 !important;
  }
}
@media (min-width: 1200px) {
  header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li:hover a::after {
    animation: hand_move 0.5s 0.5 forwards;
  }
}
header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li::after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
}
@media (min-width: 1200px) {
  header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li::after {
    width: 3px;
    height: auto;
    top: 20px;
    bottom: 0;
    left: auto;
  }
  header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li:last-child::after {
    display: none;
  }
}
@media (min-width: 1200px) {
  header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu {
    padding-left: 80px;
  }
}
@media screen and (min-width: 1520px) {
  header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu {
    padding-left: 110px;
  }
}
header.main-header .menu-wrapper ul.nav-primary li.btn-primary-child {
  margin-left: 20px;
}
header.main-header .menu-wrapper ul.nav-primary li.btn-primary-child a {
  color: #ffffff;
}
header.main-header .btn-nav,
header.main-header .links-mobile {
  display: none;
}
@media (max-width: 991px) {
  header.main-header .pre-header,
  header.main-header .menu-wrapper {
    display: none;
    max-width: 100% !important;
  }
  header.main-header .links-mobile,
  header.main-header .btn-nav {
    display: block;
  }
  header.main-header .links-mobile {
    padding-bottom: 60px;
  }
  header.main-header .logo-wrapper {
    z-index: 40;
    text-align: left;
  }
  header.main-header .logo-wrapper a.btn-logo {
    display: block;
    max-width: 200px;
    width: auto;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
  }
  header.main-header .main-header--wrapper {
    padding: 0;
  }
  header.main-header .main-header--wrapper nav.menu-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: auto;
    min-height: 100vh;
    max-height: 100%;
    width: 100%;
    overflow: scroll;
    z-index: 30;
    background: #442c85;
    padding-top: 130px !important;
  }
  header.main-header .main-header--wrapper nav.menu-wrapper::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 60px;
    right: 30px;
    opacity: 0.1;
    background: url("/themes/cev/assets/images/ico-cev-white.svg") no-repeat center top 200px/80% auto;
  }
  header.main-header .main-header--wrapper nav.menu-wrapper.active {
    display: block;
  }
  header.main-header .main-header--wrapper nav.menu-wrapper .nav-primary li {
    padding: 0;
  }
  header.main-header .main-header--wrapper nav.menu-wrapper .nav-primary li a {
    color: #ffffff !important;
    padding: 0 20px 10px !important;
  }
  header.main-header .main-header--wrapper nav.menu-wrapper .nav-primary li .dropdown-menu {
    display: block;
  }
  header.main-header .main-header--wrapper nav.menu-wrapper .nav-primary li .dropdown-menu li {
    margin: 0 20px !important;
  }
  header.main-header .main-header--wrapper nav.menu-wrapper .nav-primary li .dropdown-menu li a {
    text-align: left !important;
    padding: 10px 0 10px 42px !important;
    font-size: 14px;
  }
  header.main-header .main-header--wrapper nav.menu-wrapper .nav-primary li .dropdown-menu li a::after {
    opacity: 1;
    height: 80%;
    width: 80%;
    z-index: -1;
    background-size: auto 20px !important;
    left: -20px !important;
    top: -10px;
  }
  header.main-header .main-header--wrapper nav.menu-wrapper .nav-primary li .dropdown-menu li::before {
    display: none !important;
  }
  header.main-header .main-header--wrapper nav .btn-contact {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 300px;
    font-size: 26px;
  }
  header.main-header .main-header--wrapper nav ul.nav-primary {
    padding: 0;
    text-align: center;
    padding-top: 20px;
    max-width: 450px;
    width: 100%;
    margin: 0 auto 30px;
  }
  header.main-header .main-header--wrapper nav ul.nav-primary li {
    display: block;
    padding: 10px 0 0;
    margin: 0 auto;
    text-align: left;
  }
  header.main-header .main-header--wrapper nav ul.nav-primary li a {
    display: inline-block;
    font-size: 30px !important;
    color: #ffffff;
    font-family: paralucent, sans-serif;
    font-weight: 800;
    font-style: normal;
  }
}
@media (max-width: 767px) {
  header.main-header .main-header--wrapper {
    padding: 0;
  }
  header.main-header .main-header--wrapper nav.menu-wrapper {
    padding-top: 60px;
  }
  header.main-header .main-header--wrapper nav .btn-contact {
    font-size: 22px;
  }
  header.main-header .main-header--wrapper nav ul.nav-primary li a {
    font-size: 22px !important;
  }
}
header.active {
  background-color: #ffffff;
}
header.active .pre-header {
  border-bottom: 1px solid #e8f1f5;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  scroll-behavior: smooth;
  scroll-margin: 120px;
}

#main-content {
  overflow-x: hidden;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.sticky-top {
  position: sticky;
  top: 100px;
  z-index: 2;
}

@media (max-width: 575px) {
  .container-fluid .row {
    margin-left: 0;
    margin-right: 0;
  }
}

.container {
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .container {
    width: 600px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 660px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .container {
    width: 920px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1240px;
  }
}

/* formats */
.max-width-lg {
  max-width: 620px;
}
@media (min-width: 992px) {
  .max-width-lg {
    max-width: 720px;
  }
}
@media (min-width: 1200px) {
  .max-width-lg {
    max-width: 920px;
  }
}
@media (min-width: 1600px) {
  .max-width-lg {
    max-width: 1100px;
  }
}

.max-width-md {
  max-width: 575px;
}
@media (min-width: 992px) {
  .max-width-md {
    max-width: 620px;
  }
}
@media (min-width: 1200px) {
  .max-width-md {
    max-width: 720px;
  }
}
@media (min-width: 1600px) {
  .max-width-md {
    max-width: 900px;
  }
}

.max-width-sm {
  max-width: 520px;
}
@media (min-width: 1600px) {
  .max-width-sm {
    max-width: 600px;
  }
}

@media (min-width: 768px) {
  .h-100-sm {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .h-100-md {
    height: 100%;
  }
}
/* text aligns extensions */
.centered {
  margin-left: auto;
  margin-right: auto;
}

.border-radius {
  border-radius: 5px;
}

/* colors and backgrounds */
p {
  font-size: 18px;
  color: #3f2f81;
}

.yellow {
  color: #ffcb00;
}
.yellow--bg {
  background-color: #ffcb00;
}
.yellow--bg .title {
  color: #005329;
}
.yellow--bg p {
  color: #ffffff;
}

.turquoise--bg {
  background-color: #1fbc9b;
}

.lightblue--bg {
  background-color: #80ddd4;
}
.lightblue--bg .title {
  color: #4f3691;
}
.lightblue--bg .title span {
  color: #e84a31;
}

.red {
  color: #e84a31;
}
.red--bg {
  background-color: #e84a31;
}

.pink--bg {
  background-color: #f25586;
}

.lightpink--bg {
  background-color: #f9dbcd;
  color: #4f3691;
}

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

.primary-color,
.purple {
  color: #442c85;
}
.primary-color--bg,
.purple--bg {
  background-color: #442c85;
}

.secondary-color,
.green {
  color: #005329;
}
.secondary-color--bg,
.green--bg {
  background-color: #005329;
}

.ensemble--bg {
  background: #e84a31;
}

.nature--bg {
  background: #80ddd4;
}

.culture--bg {
  background: #ffcb00;
}

.toucher--bg {
  background: #005329;
}

.linear-gradient--bg {
  background: #3f2f81;
  background: linear-gradient(to right, #3f2f81 0%, #005329 100%);
}

.list-inline {
  padding: 0;
  margin: 0;
}
.list-inline li {
  display: inline-block;
}

.generic-banner {
  padding-top: 120px;
  padding-bottom: 120px;
}
.generic-banner.page-404 {
  background-color: rgba(128, 221, 212, 0.4);
  padding-top: 240px;
}

.custom-wysiwyg .title + p, .custom-wysiwyg .title + ul,
.custom-wysiwyg h1 + p,
.custom-wysiwyg .h1 + p,
.custom-wysiwyg h1 + ul,
.custom-wysiwyg .h1 + ul, .custom-wysiwyg h2 + p, .custom-wysiwyg .h2 + p, .custom-wysiwyg h2 + ul, .custom-wysiwyg .h2 + ul, .custom-wysiwyg h3 + p, .custom-wysiwyg .h3 + p, .custom-wysiwyg h3 + ul, .custom-wysiwyg .h3 + ul, .custom-wysiwyg h4 + p, .custom-wysiwyg .h4 + p, .custom-wysiwyg h4 + ul, .custom-wysiwyg .h4 + ul {
  padding-top: 20px;
}
.custom-wysiwyg .btn-wrapper {
  padding-top: 20px;
}
.custom-wysiwyg .white {
  color: #ffffff;
}
.custom-wysiwyg p {
  font-size: 18px;
  line-height: 1.4em;
  font-family: paralucent, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0 0 20px 0;
}
.custom-wysiwyg p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .custom-wysiwyg p {
    font-size: 22px;
    line-height: 1.6em;
    margin: 0 0 20px 0;
  }
}
.custom-wysiwyg ul {
  padding-left: 0;
}
.custom-wysiwyg p + a {
  margin-top: 20px;
}
.custom-wysiwyg p + ul {
  padding-top: 20px;
  margin-top: 0;
}
.custom-wysiwyg iframe {
  margin-top: 20px;
}
.custom-wysiwyg img {
  max-width: 100%;
  width: auto;
  margin: 20px 0;
}
.custom-wysiwyg .title + p, .custom-wysiwyg .title + ul, .custom-wysiwyg .title + strong, .custom-wysiwyg .title + ol, .custom-wysiwyg .title + blockquote, .custom-wysiwyg .medium-title + p, .custom-wysiwyg .support--inspi__list li a + p, .support--inspi__list li .custom-wysiwyg a + p, .custom-wysiwyg .support--ressources__list li a + p, .support--ressources__list li .custom-wysiwyg a + p, .custom-wysiwyg .footer--main__content .support--inspi__list li a * + p, .footer--main__content .support--inspi__list li a .custom-wysiwyg * + p, .custom-wysiwyg .support--inspi__list li .footer--main__content a * + p, .support--inspi__list li .footer--main__content a .custom-wysiwyg * + p, .custom-wysiwyg .footer--main__content .support--ressources__list li a * + p, .footer--main__content .support--ressources__list li a .custom-wysiwyg * + p, .custom-wysiwyg .support--ressources__list li .footer--main__content a * + p, .support--ressources__list li .footer--main__content a .custom-wysiwyg * + p, .custom-wysiwyg .links-banner__text .btn + p, .links-banner__text .custom-wysiwyg .btn + p, .custom-wysiwyg .footer--main__content .links-banner__text .btn * + p, .footer--main__content .links-banner__text .btn .custom-wysiwyg * + p, .custom-wysiwyg .links-banner__text .footer--main__content .btn * + p, .links-banner__text .footer--main__content .btn .custom-wysiwyg * + p, .custom-wysiwyg .footer--main__content .medium-title * + p, .custom-wysiwyg .footer--main__content .support--inspi__list li a * + p, .support--inspi__list li .custom-wysiwyg .footer--main__content a * + p, .custom-wysiwyg .footer--main__content .support--ressources__list li a * + p, .support--ressources__list li .custom-wysiwyg .footer--main__content a * + p, .custom-wysiwyg .footer--main__content .support--inspi__list li a * * + p, .custom-wysiwyg .support--inspi__list li .footer--main__content a * * + p, .support--inspi__list li .custom-wysiwyg .footer--main__content a * * + p, .custom-wysiwyg .footer--main__content .support--ressources__list li a * * + p, .custom-wysiwyg .support--ressources__list li .footer--main__content a * * + p, .support--ressources__list li .custom-wysiwyg .footer--main__content a * * + p, .custom-wysiwyg .footer--main__content .links-banner__text .btn * + p, .links-banner__text .custom-wysiwyg .footer--main__content .btn * + p, .custom-wysiwyg .footer--main__content .links-banner__text .btn * * + p, .custom-wysiwyg .links-banner__text .footer--main__content .btn * * + p, .links-banner__text .custom-wysiwyg .footer--main__content .btn * * + p, .footer--main__content .medium-title .custom-wysiwyg * + p, .footer--main__content .support--inspi__list li a .custom-wysiwyg * + p, .support--inspi__list li .footer--main__content a .custom-wysiwyg * + p, .footer--main__content .support--ressources__list li a .custom-wysiwyg * + p, .support--ressources__list li .footer--main__content a .custom-wysiwyg * + p, .footer--main__content .support--inspi__list li a * .custom-wysiwyg * + p, .support--inspi__list li .footer--main__content a * .custom-wysiwyg * + p, .footer--main__content .support--ressources__list li a * .custom-wysiwyg * + p, .support--ressources__list li .footer--main__content a * .custom-wysiwyg * + p, .footer--main__content .links-banner__text .btn .custom-wysiwyg * + p, .links-banner__text .footer--main__content .btn .custom-wysiwyg * + p, .footer--main__content .links-banner__text .btn * .custom-wysiwyg * + p, .links-banner__text .footer--main__content .btn * .custom-wysiwyg * + p, .custom-wysiwyg header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li a + p, header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li .custom-wysiwyg a + p, .custom-wysiwyg .footer--main__content header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li a * + p, .footer--main__content header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li a .custom-wysiwyg * + p, .custom-wysiwyg header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li .footer--main__content a * + p, header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li .footer--main__content a .custom-wysiwyg * + p, .custom-wysiwyg .medium-title + ul, .custom-wysiwyg .support--inspi__list li a + ul, .support--inspi__list li .custom-wysiwyg a + ul, .custom-wysiwyg .support--ressources__list li a + ul, .support--ressources__list li .custom-wysiwyg a + ul, .custom-wysiwyg .footer--main__content .support--inspi__list li a * + ul, .footer--main__content .support--inspi__list li a .custom-wysiwyg * + ul, .custom-wysiwyg .support--inspi__list li .footer--main__content a * + ul, .support--inspi__list li .footer--main__content a .custom-wysiwyg * + ul, .custom-wysiwyg .footer--main__content .support--ressources__list li a * + ul, .footer--main__content .support--ressources__list li a .custom-wysiwyg * + ul, .custom-wysiwyg .support--ressources__list li .footer--main__content a * + ul, .support--ressources__list li .footer--main__content a .custom-wysiwyg * + ul, .custom-wysiwyg .links-banner__text .btn + ul, .links-banner__text .custom-wysiwyg .btn + ul, .custom-wysiwyg .footer--main__content .links-banner__text .btn * + ul, .footer--main__content .links-banner__text .btn .custom-wysiwyg * + ul, .custom-wysiwyg .links-banner__text .footer--main__content .btn * + ul, .links-banner__text .footer--main__content .btn .custom-wysiwyg * + ul, .custom-wysiwyg .footer--main__content .medium-title * + ul, .custom-wysiwyg .footer--main__content .support--inspi__list li a * + ul, .support--inspi__list li .custom-wysiwyg .footer--main__content a * + ul, .custom-wysiwyg .footer--main__content .support--ressources__list li a * + ul, .support--ressources__list li .custom-wysiwyg .footer--main__content a * + ul, .custom-wysiwyg .footer--main__content .support--inspi__list li a * * + ul, .custom-wysiwyg .support--inspi__list li .footer--main__content a * * + ul, .support--inspi__list li .custom-wysiwyg .footer--main__content a * * + ul, .custom-wysiwyg .footer--main__content .support--ressources__list li a * * + ul, .custom-wysiwyg .support--ressources__list li .footer--main__content a * * + ul, .support--ressources__list li .custom-wysiwyg .footer--main__content a * * + ul, .custom-wysiwyg .footer--main__content .links-banner__text .btn * + ul, .links-banner__text .custom-wysiwyg .footer--main__content .btn * + ul, .custom-wysiwyg .footer--main__content .links-banner__text .btn * * + ul, .custom-wysiwyg .links-banner__text .footer--main__content .btn * * + ul, .links-banner__text .custom-wysiwyg .footer--main__content .btn * * + ul, .footer--main__content .medium-title .custom-wysiwyg * + ul, .footer--main__content .support--inspi__list li a .custom-wysiwyg * + ul, .support--inspi__list li .footer--main__content a .custom-wysiwyg * + ul, .footer--main__content .support--ressources__list li a .custom-wysiwyg * + ul, .support--ressources__list li .footer--main__content a .custom-wysiwyg * + ul, .footer--main__content .support--inspi__list li a * .custom-wysiwyg * + ul, .support--inspi__list li .footer--main__content a * .custom-wysiwyg * + ul, .footer--main__content .support--ressources__list li a * .custom-wysiwyg * + ul, .support--ressources__list li .footer--main__content a * .custom-wysiwyg * + ul, .footer--main__content .links-banner__text .btn .custom-wysiwyg * + ul, .links-banner__text .footer--main__content .btn .custom-wysiwyg * + ul, .footer--main__content .links-banner__text .btn * .custom-wysiwyg * + ul, .links-banner__text .footer--main__content .btn * .custom-wysiwyg * + ul, .custom-wysiwyg header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li a + ul, header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li .custom-wysiwyg a + ul, .custom-wysiwyg .footer--main__content header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li a * + ul, .footer--main__content header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li a .custom-wysiwyg * + ul, .custom-wysiwyg header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li .footer--main__content a * + ul, header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li .footer--main__content a .custom-wysiwyg * + ul, .custom-wysiwyg .medium-title + strong, .custom-wysiwyg .support--inspi__list li a + strong, .support--inspi__list li .custom-wysiwyg a + strong, .custom-wysiwyg .support--ressources__list li a + strong, .support--ressources__list li .custom-wysiwyg a + strong, .custom-wysiwyg .footer--main__content .support--inspi__list li a * + strong, .footer--main__content .support--inspi__list li a .custom-wysiwyg * + strong, .custom-wysiwyg .support--inspi__list li .footer--main__content a * + strong, .support--inspi__list li .footer--main__content a .custom-wysiwyg * + strong, .custom-wysiwyg .footer--main__content .support--ressources__list li a * + strong, .footer--main__content .support--ressources__list li a .custom-wysiwyg * + strong, .custom-wysiwyg .support--ressources__list li .footer--main__content a * + strong, .support--ressources__list li .footer--main__content a .custom-wysiwyg * + strong, .custom-wysiwyg .links-banner__text .btn + strong, .links-banner__text .custom-wysiwyg .btn + strong, .custom-wysiwyg .footer--main__content .links-banner__text .btn * + strong, .footer--main__content .links-banner__text .btn .custom-wysiwyg * + strong, .custom-wysiwyg .links-banner__text .footer--main__content .btn * + strong, .links-banner__text .footer--main__content .btn .custom-wysiwyg * + strong, .custom-wysiwyg .footer--main__content .medium-title * + strong, .custom-wysiwyg .footer--main__content .support--inspi__list li a * + strong, .support--inspi__list li .custom-wysiwyg .footer--main__content a * + strong, .custom-wysiwyg .footer--main__content .support--ressources__list li a * + strong, .support--ressources__list li .custom-wysiwyg .footer--main__content a * + strong, .custom-wysiwyg .footer--main__content .support--inspi__list li a * * + strong, .custom-wysiwyg .support--inspi__list li .footer--main__content a * * + strong, .support--inspi__list li .custom-wysiwyg .footer--main__content a * * + strong, .custom-wysiwyg .footer--main__content .support--ressources__list li a * * + strong, .custom-wysiwyg .support--ressources__list li .footer--main__content a * * + strong, .support--ressources__list li .custom-wysiwyg .footer--main__content a * * + strong, .custom-wysiwyg .footer--main__content .links-banner__text .btn * + strong, .links-banner__text .custom-wysiwyg .footer--main__content .btn * + strong, .custom-wysiwyg .footer--main__content .links-banner__text .btn * * + strong, .custom-wysiwyg .links-banner__text .footer--main__content .btn * * + strong, .links-banner__text .custom-wysiwyg .footer--main__content .btn * * + strong, .footer--main__content .medium-title .custom-wysiwyg * + strong, .footer--main__content .support--inspi__list li a .custom-wysiwyg * + strong, .support--inspi__list li .footer--main__content a .custom-wysiwyg * + strong, .footer--main__content .support--ressources__list li a .custom-wysiwyg * + strong, .support--ressources__list li .footer--main__content a .custom-wysiwyg * + strong, .footer--main__content .support--inspi__list li a * .custom-wysiwyg * + strong, .support--inspi__list li .footer--main__content a * .custom-wysiwyg * + strong, .footer--main__content .support--ressources__list li a * .custom-wysiwyg * + strong, .support--ressources__list li .footer--main__content a * .custom-wysiwyg * + strong, .footer--main__content .links-banner__text .btn .custom-wysiwyg * + strong, .links-banner__text .footer--main__content .btn .custom-wysiwyg * + strong, .footer--main__content .links-banner__text .btn * .custom-wysiwyg * + strong, .links-banner__text .footer--main__content .btn * .custom-wysiwyg * + strong, .custom-wysiwyg header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li a + strong, header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li .custom-wysiwyg a + strong, .custom-wysiwyg .footer--main__content header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li a * + strong, .footer--main__content header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li a .custom-wysiwyg * + strong, .custom-wysiwyg header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li .footer--main__content a * + strong, header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li .footer--main__content a .custom-wysiwyg * + strong, .custom-wysiwyg .medium-title + ol, .custom-wysiwyg .support--inspi__list li a + ol, .support--inspi__list li .custom-wysiwyg a + ol, .custom-wysiwyg .support--ressources__list li a + ol, .support--ressources__list li .custom-wysiwyg a + ol, .custom-wysiwyg .footer--main__content .support--inspi__list li a * + ol, .footer--main__content .support--inspi__list li a .custom-wysiwyg * + ol, .custom-wysiwyg .support--inspi__list li .footer--main__content a * + ol, .support--inspi__list li .footer--main__content a .custom-wysiwyg * + ol, .custom-wysiwyg .footer--main__content .support--ressources__list li a * + ol, .footer--main__content .support--ressources__list li a .custom-wysiwyg * + ol, .custom-wysiwyg .support--ressources__list li .footer--main__content a * + ol, .support--ressources__list li .footer--main__content a .custom-wysiwyg * + ol, .custom-wysiwyg .links-banner__text .btn + ol, .links-banner__text .custom-wysiwyg .btn + ol, .custom-wysiwyg .footer--main__content .links-banner__text .btn * + ol, .footer--main__content .links-banner__text .btn .custom-wysiwyg * + ol, .custom-wysiwyg .links-banner__text .footer--main__content .btn * + ol, .links-banner__text .footer--main__content .btn .custom-wysiwyg * + ol, .custom-wysiwyg .footer--main__content .medium-title * + ol, .custom-wysiwyg .footer--main__content .support--inspi__list li a * + ol, .support--inspi__list li .custom-wysiwyg .footer--main__content a * + ol, .custom-wysiwyg .footer--main__content .support--ressources__list li a * + ol, .support--ressources__list li .custom-wysiwyg .footer--main__content a * + ol, .custom-wysiwyg .footer--main__content .support--inspi__list li a * * + ol, .custom-wysiwyg .support--inspi__list li .footer--main__content a * * + ol, .support--inspi__list li .custom-wysiwyg .footer--main__content a * * + ol, .custom-wysiwyg .footer--main__content .support--ressources__list li a * * + ol, .custom-wysiwyg .support--ressources__list li .footer--main__content a * * + ol, .support--ressources__list li .custom-wysiwyg .footer--main__content a * * + ol, .custom-wysiwyg .footer--main__content .links-banner__text .btn * + ol, .links-banner__text .custom-wysiwyg .footer--main__content .btn * + ol, .custom-wysiwyg .footer--main__content .links-banner__text .btn * * + ol, .custom-wysiwyg .links-banner__text .footer--main__content .btn * * + ol, .links-banner__text .custom-wysiwyg .footer--main__content .btn * * + ol, .footer--main__content .medium-title .custom-wysiwyg * + ol, .footer--main__content .support--inspi__list li a .custom-wysiwyg * + ol, .support--inspi__list li .footer--main__content a .custom-wysiwyg * + ol, .footer--main__content .support--ressources__list li a .custom-wysiwyg * + ol, .support--ressources__list li .footer--main__content a .custom-wysiwyg * + ol, .footer--main__content .support--inspi__list li a * .custom-wysiwyg * + ol, .support--inspi__list li .footer--main__content a * .custom-wysiwyg * + ol, .footer--main__content .support--ressources__list li a * .custom-wysiwyg * + ol, .support--ressources__list li .footer--main__content a * .custom-wysiwyg * + ol, .footer--main__content .links-banner__text .btn .custom-wysiwyg * + ol, .links-banner__text .footer--main__content .btn .custom-wysiwyg * + ol, .footer--main__content .links-banner__text .btn * .custom-wysiwyg * + ol, .links-banner__text .footer--main__content .btn * .custom-wysiwyg * + ol, .custom-wysiwyg header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li a + ol, header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li .custom-wysiwyg a + ol, .custom-wysiwyg .footer--main__content header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li a * + ol, .footer--main__content header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li a .custom-wysiwyg * + ol, .custom-wysiwyg header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li .footer--main__content a * + ol, header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li .footer--main__content a .custom-wysiwyg * + ol, .custom-wysiwyg .medium-title + blockquote, .custom-wysiwyg .support--inspi__list li a + blockquote, .support--inspi__list li .custom-wysiwyg a + blockquote, .custom-wysiwyg .support--ressources__list li a + blockquote, .support--ressources__list li .custom-wysiwyg a + blockquote, .custom-wysiwyg .footer--main__content .support--inspi__list li a * + blockquote, .footer--main__content .support--inspi__list li a .custom-wysiwyg * + blockquote, .custom-wysiwyg .support--inspi__list li .footer--main__content a * + blockquote, .support--inspi__list li .footer--main__content a .custom-wysiwyg * + blockquote, .custom-wysiwyg .footer--main__content .support--ressources__list li a * + blockquote, .footer--main__content .support--ressources__list li a .custom-wysiwyg * + blockquote, .custom-wysiwyg .support--ressources__list li .footer--main__content a * + blockquote, .support--ressources__list li .footer--main__content a .custom-wysiwyg * + blockquote, .custom-wysiwyg .links-banner__text .btn + blockquote, .links-banner__text .custom-wysiwyg .btn + blockquote, .custom-wysiwyg .footer--main__content .links-banner__text .btn * + blockquote, .footer--main__content .links-banner__text .btn .custom-wysiwyg * + blockquote, .custom-wysiwyg .links-banner__text .footer--main__content .btn * + blockquote, .links-banner__text .footer--main__content .btn .custom-wysiwyg * + blockquote, .custom-wysiwyg .footer--main__content .medium-title * + blockquote, .custom-wysiwyg .footer--main__content .support--inspi__list li a * + blockquote, .support--inspi__list li .custom-wysiwyg .footer--main__content a * + blockquote, .custom-wysiwyg .footer--main__content .support--ressources__list li a * + blockquote, .support--ressources__list li .custom-wysiwyg .footer--main__content a * + blockquote, .custom-wysiwyg .footer--main__content .support--inspi__list li a * * + blockquote, .custom-wysiwyg .support--inspi__list li .footer--main__content a * * + blockquote, .support--inspi__list li .custom-wysiwyg .footer--main__content a * * + blockquote, .custom-wysiwyg .footer--main__content .support--ressources__list li a * * + blockquote, .custom-wysiwyg .support--ressources__list li .footer--main__content a * * + blockquote, .support--ressources__list li .custom-wysiwyg .footer--main__content a * * + blockquote, .custom-wysiwyg .footer--main__content .links-banner__text .btn * + blockquote, .links-banner__text .custom-wysiwyg .footer--main__content .btn * + blockquote, .custom-wysiwyg .footer--main__content .links-banner__text .btn * * + blockquote, .custom-wysiwyg .links-banner__text .footer--main__content .btn * * + blockquote, .links-banner__text .custom-wysiwyg .footer--main__content .btn * * + blockquote, .footer--main__content .medium-title .custom-wysiwyg * + blockquote, .footer--main__content .support--inspi__list li a .custom-wysiwyg * + blockquote, .support--inspi__list li .footer--main__content a .custom-wysiwyg * + blockquote, .footer--main__content .support--ressources__list li a .custom-wysiwyg * + blockquote, .support--ressources__list li .footer--main__content a .custom-wysiwyg * + blockquote, .footer--main__content .support--inspi__list li a * .custom-wysiwyg * + blockquote, .support--inspi__list li .footer--main__content a * .custom-wysiwyg * + blockquote, .footer--main__content .support--ressources__list li a * .custom-wysiwyg * + blockquote, .support--ressources__list li .footer--main__content a * .custom-wysiwyg * + blockquote, .footer--main__content .links-banner__text .btn .custom-wysiwyg * + blockquote, .links-banner__text .footer--main__content .btn .custom-wysiwyg * + blockquote, .footer--main__content .links-banner__text .btn * .custom-wysiwyg * + blockquote, .links-banner__text .footer--main__content .btn * .custom-wysiwyg * + blockquote, .custom-wysiwyg header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li a + blockquote, header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li .custom-wysiwyg a + blockquote, .custom-wysiwyg .footer--main__content header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li a * + blockquote, .footer--main__content header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li a .custom-wysiwyg * + blockquote, .custom-wysiwyg header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li .footer--main__content a * + blockquote, header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li .footer--main__content a .custom-wysiwyg * + blockquote, .custom-wysiwyg .big-title + p, .custom-wysiwyg .big-title + ul, .custom-wysiwyg .big-title + strong, .custom-wysiwyg .big-title + ol, .custom-wysiwyg .big-title + blockquote, .custom-wysiwyg .custom-title + p, .custom-wysiwyg .custom-title + ul, .custom-wysiwyg .custom-title + strong, .custom-wysiwyg .custom-title + ol, .custom-wysiwyg .custom-title + blockquote, .custom-wysiwyg .small-title + p, .custom-wysiwyg .support--inspi__text .icon-title + p, .support--inspi__text .custom-wysiwyg .icon-title + p, .custom-wysiwyg .support--ressources__text .icon-title + p, .support--ressources__text .custom-wysiwyg .icon-title + p, .custom-wysiwyg .footer--main__links a.btn-mail + p, .footer--main__links .custom-wysiwyg a.btn-mail + p, .custom-wysiwyg .small-title + ul, .custom-wysiwyg .support--inspi__text .icon-title + ul, .support--inspi__text .custom-wysiwyg .icon-title + ul, .custom-wysiwyg .support--ressources__text .icon-title + ul, .support--ressources__text .custom-wysiwyg .icon-title + ul, .custom-wysiwyg .footer--main__links a.btn-mail + ul, .footer--main__links .custom-wysiwyg a.btn-mail + ul, .custom-wysiwyg .small-title + strong, .custom-wysiwyg .support--inspi__text .icon-title + strong, .support--inspi__text .custom-wysiwyg .icon-title + strong, .custom-wysiwyg .support--ressources__text .icon-title + strong, .support--ressources__text .custom-wysiwyg .icon-title + strong, .custom-wysiwyg .footer--main__links a.btn-mail + strong, .footer--main__links .custom-wysiwyg a.btn-mail + strong, .custom-wysiwyg .small-title + ol, .custom-wysiwyg .support--inspi__text .icon-title + ol, .support--inspi__text .custom-wysiwyg .icon-title + ol, .custom-wysiwyg .support--ressources__text .icon-title + ol, .support--ressources__text .custom-wysiwyg .icon-title + ol, .custom-wysiwyg .footer--main__links a.btn-mail + ol, .footer--main__links .custom-wysiwyg a.btn-mail + ol, .custom-wysiwyg .small-title + blockquote, .custom-wysiwyg .support--inspi__text .icon-title + blockquote, .support--inspi__text .custom-wysiwyg .icon-title + blockquote, .custom-wysiwyg .support--ressources__text .icon-title + blockquote, .support--ressources__text .custom-wysiwyg .icon-title + blockquote, .custom-wysiwyg .footer--main__links a.btn-mail + blockquote, .footer--main__links .custom-wysiwyg a.btn-mail + blockquote {
  margin-top: 20px;
}
.custom-wysiwyg a {
  transition: all 0.5s;
  color: #005329;
  position: relative;
}
.custom-wysiwyg a:hover {
  color: #3f2f81;
}
.custom-wysiwyg a:hover::after {
  background-color: #3f2f81;
}
.custom-wysiwyg ol {
  padding-left: 0;
}
.custom-wysiwyg ol li {
  padding: 0 0 10px;
  list-style-position: inside;
}
.custom-wysiwyg ul {
  margin-top: 20px;
  margin-bottom: 30px;
}
.custom-wysiwyg ul li {
  display: block;
  position: relative;
  list-style: none;
  padding: 0 0 10px 20px;
}
.custom-wysiwyg ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  border: 2px solid #3f2f81;
}
.custom-wysiwyg ul li.no-style {
  padding: 0;
}
.custom-wysiwyg ul li.no-style::before {
  display: none;
}
@media (max-width: 991px) {
  .custom-wysiwyg ul.half li {
    width: auto;
    padding-right: 10px;
    display: inline-block;
    min-width: 250px;
  }
}
.custom-wysiwyg.blue ul li strong, .custom-wysiwyg.blue ul li b {
  color: #3f2f81;
}

.legal {
  padding: 120px 0 60px;
}
.legal .text-wrapper {
  padding: 20px;
}
.legal .text-wrapper .title {
  color: #e84a31;
  letter-spacing: 0px;
}
@media (min-width: 992px) {
  .legal {
    padding: 180px 0 120px;
  }
  .legal .text-wrapper {
    padding: 60px;
  }
}

/* ENDING BASIC CODE */
.hero {
  padding: 160px 20px 30px;
  position: relative;
  min-height: 600px;
  height: auto;
}
@media (min-width: 992px) {
  .hero {
    padding: 160px 0 0;
  }
}
@media (min-width: 1600px) {
  .hero {
    padding-top: 180px;
  }
}
.hero.purple--bg {
  background: #442c85;
}
.hero.yellow--bg {
  background: #ffcb00;
}
.hero.lightpink--bg {
  background: #f9dbcd;
}
.hero.lightblue--bg {
  background: #80ddd4;
}
@media (max-width: 991px) {
  .hero {
    height: auto;
    min-height: 300px;
    background-size: cover;
  }
}
.hero .text-container {
  align-self: center;
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1240px;
}
@media screen and (max-width: 1540px) {
  .hero .text-container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1400px) {
  .hero .text-container {
    max-width: 1140px;
    border: none;
  }
}
@media (max-width: 1199px) {
  .hero .text-container {
    max-width: 920px;
  }
}
@media (max-width: 991px) {
  .hero .text-container {
    max-width: 660px;
  }
}
@media (max-width: 767px) {
  .hero .text-container {
    max-width: 600px;
  }
}
.hero .text-wrapper {
  width: 723.3333333333px;
  padding: 0 0 60px;
}
@media (max-width: 1199px) {
  .hero .text-wrapper {
    width: 100%;
    padding: 0 0 30px;
  }
}
@media screen and (min-width: 1540px) {
  .hero .text-wrapper {
    width: 930px;
  }
}
.hero .text-wrapper h1, .hero .text-wrapper .h1,
.hero .text-wrapper .title {
  opacity: 0;
}
.hero .text-wrapper h1 span, .hero .text-wrapper .h1 span,
.hero .text-wrapper .title span {
  color: #e84a31;
}
.hero .text-wrapper .intro + .desc {
  padding-top: 0;
}
.hero .text-wrapper .btn-scroll-down,
.hero .text-wrapper .btn-hero,
.hero .text-wrapper .image-wrapper {
  opacity: 0;
}
.hero .text-wrapper .desc,
.hero .text-wrapper .intro {
  opacity: 0;
  font-size: 28px;
  line-height: 1.4em;
  padding: 20px 0;
  font-family: paralucent, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 30px 100px 30px 0;
  max-width: 1000px;
}
.hero .text-wrapper .desc span,
.hero .text-wrapper .intro span {
  display: inline-block;
  width: auto;
  position: relative;
  padding: 0 10px;
}
@media (min-width: 992px) {
  .hero .text-wrapper .desc span,
  .hero .text-wrapper .intro span {
    padding: 0 10px;
  }
}
.hero .text-wrapper .desc span::before,
.hero .text-wrapper .intro span::before {
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(1.35);
  top: 3px;
  left: 0px;
}
@media (max-width: 1599px) {
  .hero .text-wrapper .desc,
  .hero .text-wrapper .intro {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .hero .text-wrapper {
    width: 100%;
  }
  .hero .text-wrapper .desc,
  .hero .text-wrapper .intro {
    margin: 10px 0;
    font-size: 22px;
  }
}
.hero.is-visible .image-wrapper {
  animation: fadeup_img 2s 1.6s 1 forwards;
}
.hero.is-visible .text-wrapper .title {
  animation: anim_text 0.8s 0.6s 1 forwards;
}
.hero.is-visible .text-wrapper .desc,
.hero.is-visible .text-wrapper .intro {
  animation: fadeup 0.5s 0.6s 1 forwards;
}
.hero.is-visible .text-wrapper .btn-scroll-down,
.hero.is-visible .text-wrapper .btn-hero {
  animation: fadeup 0.5s 1.5s 1 forwards;
}
.hero--home {
  display: flex;
  height: auto;
  min-height: 60vh;
  background: #80ddd4 url("/themes/cev/assets/images/pattern-temp.png") no-repeat left center/cover;
}
@media (min-width: 1200px) {
  .hero--home {
    height: 95vh;
  }
}
@media (min-width: 1600px) {
  .hero--home {
    background-size: contain;
    height: 85vh;
    min-height: 700px;
  }
}
.hero--home .text-container .title {
  display: block;
}
.hero--home .text-container .desc {
  display: block;
}
@media (max-width: 1599px) {
  .hero--home .text-container .desc {
    max-width: 710px;
  }
}
@media (max-width: 991px) {
  .hero--home .text-container .desc {
    max-width: 100%;
    width: 100%;
  }
}
.hero--home .text-container .link {
  display: flex;
}
.hero--home .image-wrapper {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: auto;
  max-height: 100%;
  z-index: 0;
  opacity: 0;
}
@media (min-width: 1200px) {
  .hero--home .image-wrapper {
    display: block;
    max-width: 550px;
    right: 0;
  }
  .hero--home .image-wrapper img {
    height: 100%;
    width: auto;
    display: block;
    margin: 0 0 0 auto;
  }
}
@media (min-width: 1600px) {
  .hero--home .image-wrapper {
    max-width: 620px;
  }
}
@media screen and (min-width: 1540px) {
  .hero--home .image-wrapper {
    max-width: 723.3333333333px;
  }
}
.hero--who {
  padding: 180px 0 0;
}
.hero--who .icon-wrapper {
  position: absolute;
  width: 100%;
  height: 80%;
  top: 0;
  right: 0;
  z-index: 1;
  right: -60px;
}
.hero--who .icon-wrapper svg {
  display: block;
  fill: rgba(255, 255, 255, 0.2);
  height: auto;
  width: 70%;
  margin: 30px 0 0 auto;
}
@media (min-width: 992px) {
  .hero--who .icon-wrapper {
    right: -150px;
  }
}
.hero--who .text-wrapper {
  width: 100%;
}
.hero--who .text-wrapper .desc span {
  display: inline-block;
  width: auto;
  position: relative;
  padding: 0 10px;
}
@media (min-width: 992px) {
  .hero--who .text-wrapper .desc span {
    padding: 5px 30px;
  }
}
.hero--who .text-wrapper .desc span::before {
  z-index: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 3px;
  left: 0px;
  transform: scale(1.5);
  background: transparent url("/themes/cev/assets/images/surrounded-red.svg") no-repeat center center/100% 100%;
}
@media (max-width: 767px) {
  .hero--who .text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hero--who .image-wrapper {
  position: relative;
  z-index: 2;
  display: block;
}
.hero--youare .text-wrapper .intro,
.hero--youare .text-wrapper .desc {
  max-width: 100%;
}
.hero--youare .image-wrapper {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: auto;
  max-height: 100%;
  z-index: 0;
}
@media (min-width: 1200px) {
  .hero--youare .image-wrapper {
    display: flex;
    align-items: center;
    max-width: 413.3333333333px;
  }
  .hero--youare .image-wrapper img {
    height: auto;
    width: auto;
    display: block;
  }
}
@media (min-width: 1600px) {
  .hero--youare .image-wrapper {
    max-width: 516.6666666667px;
  }
}
.hero--support {
  background: #f9dbcd url("/themes/cev/assets/images/ico-cev-white.svg") no-repeat right top/300px auto;
}
@media (min-width: 992px) {
  .hero--support {
    background-size: 380px auto;
    background-position: right center;
  }
}
@media (min-width: 1600px) {
  .hero--support {
    background-size: 700px auto;
  }
}
.hero--support p span:before {
  background: transparent url("/themes/cev/assets/images/surrounded-lightblue.svg") no-repeat top left/100% 100%;
}
.hero--school {
  padding-top: 180px;
}
.hero--school.purple--bg {
  background: #442c85;
}
.hero--school.purple--bg .text-container::before {
  display: block;
  content: "";
  width: 800px;
  height: 800px;
  position: absolute;
  z-index: -1;
  background: url("/themes/cev/assets/images/ico-flower-white.svg") no-repeat;
  left: 50%;
  margin: -50px 0 0 400px;
  transform: rotate(0deg);
}
.hero--school.yellow--bg {
  background: #ffcb00;
}
.hero--school.yellow--bg .text-container::before {
  display: block;
  content: "";
  width: 1000px;
  height: 800px;
  position: absolute;
  z-index: -1;
  background: url("/themes/cev/assets/images/ico-hand-white.svg") no-repeat;
  left: 50%;
  margin: -70px 0 0 300px;
  transform: rotate(-25deg);
}
@media screen and (max-width: 1540px) {
  .hero--school.yellow--bg .text-container::before {
    margin: -70px 0 0 400px;
  }
}
.hero--school.green--bg {
  background: #005329;
}
.hero--school.green--bg .text-container::before {
  display: block;
  content: "";
  width: 800px;
  height: 800px;
  position: absolute;
  z-index: -1;
  background: url("/themes/cev/assets/images/ico-flower-white.svg") no-repeat;
  left: 50%;
  margin: -50px 0 0 400px;
  transform: rotate(0deg);
}
.hero--school.lightblue--bg {
  background: #80ddd4;
}
.hero--school.lightblue--bg .text-container::before {
  display: block;
  content: "";
  width: 1050px;
  height: 800px;
  position: absolute;
  z-index: -1;
  background: url("/themes/cev/assets/images/ico-people-white.svg") no-repeat;
  left: 50%;
  transform: rotate(15deg);
  margin: 0px 0 0 300px;
}
@media (max-width: 1199px) {
  .hero--school.lightblue--bg .text-container::before {
    width: 700px;
    height: 600px;
    margin: -100px 0 0 300px;
  }
}
@media screen and (max-width: 1540px) {
  .hero--school.lightblue--bg .text-container::before {
    margin: 0px 0 0 400px;
  }
}
@media screen and (max-width: 1400px) {
  .hero--school.lightblue--bg .text-container::before, .hero--school.green--bg .text-container::before, .hero--school.yellow--bg .text-container::before, .hero--school.purple--bg .text-container::before {
    left: 46%;
    height: 600px;
    margin-top: -100px;
  }
}
@media (max-width: 1199px) {
  .hero--school.yellow--bg .text-container::before, .hero--school.green--bg .text-container::before {
    width: 350px;
    height: 350px;
    left: auto;
    right: -150px;
    top: -60px;
  }
}
@media (max-width: 991px) {
  .hero--school.lightblue--bg .text-container::before, .hero--school.green--bg .text-container::before, .hero--school.yellow--bg .text-container::before, .hero--school.purple--bg .text-container::before {
    background-position: top right;
    background-size: 300px;
    top: -180px;
    margin: 0;
    left: auto;
    right: -30px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .hero--school.lightblue--bg .text-container::before, .hero--school.green--bg .text-container::before, .hero--school.yellow--bg .text-container::before, .hero--school.purple--bg .text-container::before {
    width: 280px;
    height: 400px;
    background-size: 100%;
    background-position: top right -100px;
    right: -30px;
    left: auto;
  }
  .hero--school.yellow--bg .text-container::before {
    top: -200px;
    right: -100px;
  }
}
@media (max-width: 991px) {
  .hero + .image-text-banner {
    padding-top: 0;
  }
  .hero--who + .image-text-banner {
    padding-top: 60px;
  }
}

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

.row .image-text-banner__text,
.row .image-list-banner__text,
.row .support--ressources__text,
.row .support--inspi__text {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .row .image-text-banner__text,
  .row .image-list-banner__text,
  .row .support--ressources__text,
  .row .support--inspi__text {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1540px) {
  .row .image-text-banner__text,
  .row .image-list-banner__text,
  .row .support--ressources__text,
  .row .support--inspi__text {
    padding-right: 120px;
  }
}
.row.right .image-text-banner__text,
.row.right .image-list-banner__text,
.row.right .support--ressources__text,
.row.right .support--inspi__text {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .row.right .image-text-banner__text,
  .row.right .image-list-banner__text,
  .row.right .support--ressources__text,
  .row.right .support--inspi__text {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1540px) {
  .row.right .image-text-banner__text,
  .row.right .image-list-banner__text,
  .row.right .support--ressources__text,
  .row.right .support--inspi__text {
    padding-right: 140px;
  }
}

.image-text-banner {
  padding: 60px 20px;
}
.image-text-banner + .image-list-banner {
  padding-top: 0;
}
.image-text-banner__text {
  opacity: 0;
}
.image-text-banner__image {
  display: block;
  padding-bottom: 60px;
  padding-right: 30px;
  opacity: 0;
}
.image-text-banner__image img {
  max-width: 100%;
  width: 100%;
  max-width: 380px;
}
@media (min-width: 768px) {
  .image-text-banner__image img {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .image-text-banner__image img {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .image-text-banner__image img {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .image-text-banner {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1390px) {
  .image-text-banner {
    padding: 100px 110px;
  }
}
@media screen and (min-width: 1540px) {
  .image-text-banner {
    padding: 100px 0;
  }
}

.image-list-banner {
  padding: 60px 20px;
}
.image-list-banner__text .intro-title {
  position: relative;
  z-index: 2;
  opacity: 0;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .image-list-banner__text .intro-title {
    padding-bottom: 40px;
  }
}
.row .image-list-banner__text {
  padding-left: 30px;
  padding-right: 0;
}
.row.right .image-list-banner__text {
  padding-left: 0;
  padding-right: 30px;
}
.image-list-banner__text .custom-wysiwyg .title + p {
  margin-top: 0;
  padding-top: 0;
}
.image-list-banner__item {
  position: relative;
}
.image-list-banner__item .icon-wrapper {
  position: absolute;
  height: 80px;
  width: 80px;
  left: -40px;
  top: -40px;
}
.image-list-banner__item .icon-wrapper svg {
  fill: #ffffff;
}
@media (min-width: 1200px) {
  .image-list-banner__item .icon-wrapper {
    height: 120px;
    width: 120px;
    left: -60px;
    top: -40px;
  }
}
.image-list-banner__item .title,
.image-list-banner__item p {
  position: relative;
  z-index: 2;
}
.image-list-banner article {
  opacity: 0;
  padding-bottom: 40px;
}
.image-list-banner article .title {
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .image-list-banner article {
    padding-bottom: 60px;
  }
}
.image-list-banner__image {
  opacity: 0;
  display: block;
  padding-bottom: 60px;
}
.image-list-banner__image img {
  max-width: 100%;
  width: 100%;
  max-width: 380px;
}
@media (min-width: 768px) {
  .image-list-banner__image img {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .image-list-banner__image img {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .image-list-banner__image img {
    max-width: 95%;
  }
}
@media (max-width: 991px) {
  .image-list-banner__image.support {
    padding-bottom: 40px;
  }
}
.image-list-banner.lightpink--bg article .title {
  color: #f25586;
}
@media (min-width: 1200px) {
  .image-list-banner {
    padding: 120px 0;
  }
}
@media screen and (min-width: 1390px) {
  .image-list-banner {
    padding: 120px 120px;
  }
}
@media screen and (min-width: 1540px) {
  .image-list-banner {
    padding: 120px 0;
  }
}

.links-banner {
  border-top: 3px solid rgba(255, 255, 255, 0.1);
}
.links-banner__text {
  display: flex;
  text-align: center;
  justify-content: center;
  /* change color with bg color */
}
@media screen and (min-width: 1390px) {
  .links-banner__text {
    padding: 0 110px;
  }
}
@media screen and (min-width: 1540px) {
  .links-banner__text {
    padding: 0 0px;
  }
}
.links-banner__text .btn {
  width: 50%;
  display: block;
  padding: 30px 20px;
  font-size: 28px;
}
@media (min-width: 768px) {
  .links-banner__text .btn {
    font-size: 34px;
    padding: 60px 20px;
  }
}
@media (min-width: 1600px) {
  .links-banner__text .btn {
    font-size: 46px;
  }
}
.links-banner__text .btn svg {
  width: 32px;
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
  transition: all 0.5s;
}
.links-banner__text .btn.btn-next {
  text-align: right;
  padding-right: 0;
}
.links-banner__text .btn.btn-next:hover svg {
  transform: translateX(20px);
}
.links-banner__text .btn.btn-previous {
  padding-left: 0;
  position: relative;
  text-align: left;
}
.links-banner__text .btn.btn-previous::after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  right: 0;
  top: auto;
  bottom: 0;
}
@media (min-width: 768px) {
  .links-banner__text .btn.btn-previous::after {
    display: block;
    height: 100%;
    width: 3px;
    top: 0;
  }
}
.links-banner__text .btn.btn-previous svg {
  transform: rotate(-180deg);
}
.links-banner__text .btn.btn-previous:hover svg {
  transform: rotate(-180deg) translateX(20px);
}
.purple--bg .links-banner__text * {
  color: #f25586;
}
.purple--bg .links-banner__text svg {
  fill: #1fbc9b;
}
.green--bg .links-banner__text * {
  color: #ffcb00;
}
.green--bg .links-banner__text svg {
  fill: #1fbc9b;
}
.green--bg .links-banner__text a:hover {
  color: #f25586;
}
.lightblue--bg .links-banner__text * {
  color: #e84a31;
}
.lightblue--bg .links-banner__text svg {
  fill: #4f3691;
}
.yellow--bg .links-banner__text * {
  color: #005329;
}
.yellow--bg .links-banner__text svg {
  fill: #e84a31;
}
.lightpink--bg .links-banner__text * {
  color: #4f3691;
}
.lightpink--bg .links-banner__text svg {
  fill: #f25586;
}
@media (max-width: 767px) {
  .links-banner__text {
    display: block;
  }
  .links-banner__text .btn {
    width: 100%;
  }
}
.links-banner__image {
  display: block;
}
.links-banner__image img {
  width: 100%;
  height: auto;
}
.links-banner--youare {
  position: relative;
  z-index: 2;
}

.support-banner {
  padding: 120px 0;
}
.support-banner__intro {
  opacity: 0;
  text-align: center;
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
}
.support-banner__intro .icon {
  width: 140px;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}
.support-banner__intro .sub-title {
  color: #e84a31;
  font-family: paralucent, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.support-banner__list {
  display: flex;
  justify-content: space-between;
  padding-top: 120px;
}
.support-banner__list .btn {
  opacity: 0;
  width: 300px;
  position: relative;
  padding: 30px 20px 0;
}
.support-banner__list .btn .content {
  position: relative;
  z-index: 4;
}
.support-banner__list .btn .content .title {
  display: block;
  line-height: 1em;
  padding-bottom: 10px;
}
.support-banner__list .btn svg {
  width: 30px;
  height: auto;
  fill: rgba(79, 54, 145, 0.2);
}
.support-banner__list .btn .ico-cev {
  position: absolute;
  justify-content: center;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.5s;
}
.support-banner__list .btn .ico-cev svg {
  width: 90px;
  fill: rgba(79, 54, 145, 0.1);
}
.support-banner__list .btn:hover .ico-cev {
  transform: scale(1.8) rotate(-10deg) translateY(-10px);
}
@media (max-width: 1199px) {
  .support-banner {
    padding: 60px 20px;
  }
  .support-banner__list {
    flex-wrap: wrap;
    padding-top: 60px;
  }
  .support-banner__list .btn {
    width: 50%;
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .support-banner__list {
    display: block;
  }
  .support-banner__list .btn {
    width: 100%;
    padding: 30px 0;
  }
}
.support-banner.is-visible .support-banner__intro {
  animation: fadeup 1s 1 forwards;
}
.support-banner.is-visible .support-banner__list .btn {
  animation: anim_text 1.5s 0.8s 1 forwards;
}
.support-banner.is-visible .support-banner__list .btn:nth-child(1) {
  animation-delay: 300ms;
}
.support-banner.is-visible .support-banner__list .btn:nth-child(2) {
  animation-delay: 600ms;
}
.support-banner.is-visible .support-banner__list .btn:nth-child(3) {
  animation-delay: 900ms;
}
.support-banner.is-visible .support-banner__list .btn:nth-child(4) {
  animation-delay: 1200ms;
}
.support-banner.is-visible .support-banner__list .btn:nth-child(5) {
  animation-delay: 1500ms;
}
.support-banner.is-visible .support-banner__list .btn:nth-child(6) {
  animation-delay: 1800ms;
}
.support-banner.is-visible .support-banner__list .btn:nth-child(7) {
  animation-delay: 2100ms;
}
.support-banner.is-visible .support-banner__list .btn:nth-child(8) {
  animation-delay: 2400ms;
}
.support-banner.is-visible .support-banner__list .btn:nth-child(9) {
  animation-delay: 2700ms;
}
.support-banner.is-visible .support-banner__list .btn:nth-child(10) {
  animation-delay: 3000ms;
}
.support-banner.is-visible .support-banner__list .btn:nth-child(11) {
  animation-delay: 3300ms;
}
.support-banner.is-visible .support-banner__list .btn:nth-child(12) {
  animation-delay: 3600ms;
}
.support-banner.is-visible .support-banner__list .btn:nth-child(13) {
  animation-delay: 3900ms;
}
.support-banner.is-visible .support-banner__list .btn:nth-child(14) {
  animation-delay: 4200ms;
}
.support-banner.is-visible .support-banner__list .btn:nth-child(15) {
  animation-delay: 4500ms;
}
.support-banner.is-visible .support-banner__list .btn:nth-child(16) {
  animation-delay: 4800ms;
}
.support-banner.is-visible .support-banner__list .btn:nth-child(17) {
  animation-delay: 5100ms;
}
.support-banner.is-visible .support-banner__list .btn:nth-child(18) {
  animation-delay: 5400ms;
}
.support-banner.is-visible .support-banner__list .btn:nth-child(19) {
  animation-delay: 5700ms;
}

/* Animations transitions on load */
.image-text-banner.is-visible .image-text-banner__image {
  animation: fadeup_img 1s 1 forwards;
}
.image-text-banner.is-visible .image-text-banner__text {
  animation: anim_text 1s 0.4s 1 forwards;
}
.image-text-banner.is-visible .school__item .image-text-banner__image {
  animation: none;
}
.image-text-banner.is-visible .school__item .image-text-banner__text {
  animation: none;
}
.image-text-banner.is-visible .school__item.is-visible .image-text-banner__image {
  animation: fadeup_img 1s 1 forwards;
}
.image-text-banner.is-visible .school__item.is-visible .image-text-banner__text {
  animation: anim_text 1s 0.4s 1 forwards;
}

.image-list-banner.is-visible .image-list-banner__image {
  animation: fadeup_img 1s 1 forwards;
}
.image-list-banner.is-visible .image-list-banner__text .intro-title {
  animation: anim_text 1s 0.4s 1 forwards;
}
.image-list-banner.is-visible .image-list-banner__text article {
  animation: fadeup 1.2s 0.5s 1 forwards;
}
.image-list-banner.is-visible .image-list-banner__text article:nth-child(1) {
  animation-delay: 300ms;
}
.image-list-banner.is-visible .image-list-banner__text article:nth-child(2) {
  animation-delay: 600ms;
}
.image-list-banner.is-visible .image-list-banner__text article:nth-child(3) {
  animation-delay: 900ms;
}
.image-list-banner.is-visible .image-list-banner__text article:nth-child(4) {
  animation-delay: 1200ms;
}
.image-list-banner.is-visible .image-list-banner__text article:nth-child(5) {
  animation-delay: 1500ms;
}
.image-list-banner.is-visible .image-list-banner__text article:nth-child(6) {
  animation-delay: 1800ms;
}
.image-list-banner.is-visible .image-list-banner__text article:nth-child(7) {
  animation-delay: 2100ms;
}
.image-list-banner.is-visible .image-list-banner__text article:nth-child(8) {
  animation-delay: 2400ms;
}
.image-list-banner.is-visible .image-list-banner__text article:nth-child(9) {
  animation-delay: 2700ms;
}
.image-list-banner.is-visible .image-list-banner__text article:nth-child(10) {
  animation-delay: 3000ms;
}
.image-list-banner.is-visible .image-list-banner__text article:nth-child(11) {
  animation-delay: 3300ms;
}
.image-list-banner.is-visible .image-list-banner__text article:nth-child(12) {
  animation-delay: 3600ms;
}
.image-list-banner.is-visible .image-list-banner__text article:nth-child(13) {
  animation-delay: 3900ms;
}
.image-list-banner.is-visible .image-list-banner__text article:nth-child(14) {
  animation-delay: 4200ms;
}
.image-list-banner.is-visible .image-list-banner__text article:nth-child(15) {
  animation-delay: 4500ms;
}
.image-list-banner.is-visible .image-list-banner__text article:nth-child(16) {
  animation-delay: 4800ms;
}
.image-list-banner.is-visible .image-list-banner__text article:nth-child(17) {
  animation-delay: 5100ms;
}
.image-list-banner.is-visible .image-list-banner__text article:nth-child(18) {
  animation-delay: 5400ms;
}
.image-list-banner.is-visible .image-list-banner__text article:nth-child(19) {
  animation-delay: 5700ms;
}
.image-list-banner.is-visible .image-list-banner__text article:nth-child(20) {
  animation-delay: 6000ms;
}

.popup {
  display: none;
}
.popup.visible {
  display: flex;
}
.popup--share, .popup--form {
  inset: 0;
  position: fixed;
  z-index: 9999;
  justify-content: center;
  background: rgba(58, 43, 118, 0.95);
}
.popup--form {
  height: 100vh;
  min-height: 100%;
}
.popup--form .btn-nav .lines::before, .popup--form .btn-nav .lines::after {
  background: #ffffff;
}
.popup--form.visible {
  display: block;
  overflow: scroll;
}
@media (max-width: 767px) {
  .popup--form.visible {
    display: block;
    align-items: center;
    padding: 20px;
  }
  .popup--form.visible .red-text {
    padding-right: 30px;
  }
}
.popup--form .popup__wrapper {
  margin: 0 0 0 auto;
  padding: 0;
  display: block;
  max-width: 700px;
}
.popup--form .popup__wrapper .content {
  background-color: #a8e8e2;
}
.popup--form .popup__wrapper .content .red-text {
  color: #e84a31;
}
@media (min-width: 1200px) {
  .popup--form .popup__wrapper .content {
    padding: 40px 40px;
  }
}
.popup--form .popup__wrapper .content form input[type=submit] {
  background-color: #4f3691;
}
.popup--form .popup__text {
  width: 100%;
}
.popup__wrapper {
  display: block;
  width: 100%;
  padding: 30px 15px;
  overflow-y: scroll;
}
.popup__wrapper .content {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  position: relative;
}
.popup__wrapper .content .popup__text strong {
  display: block;
}
.popup__wrapper .content .btn-nav {
  top: 0;
  right: 10px;
}
.popup__wrapper .content .btn-nav.close {
  position: absolute;
  right: 0;
  top: 0;
  height: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #ffffff;
}
.popup__wrapper .content .btn-nav.close span {
  background: none;
}
.popup__wrapper .content .btn-nav.close span.lines::before, .popup__wrapper .content .btn-nav.close span.lines::after {
  background: rgba(0, 0, 0, 0.5);
  left: 3px;
}
.popup__wrapper .content .btn-nav.close span.lines::after {
  top: 9px;
}
.popup__wrapper .content .btn-nav.close span.lines::before {
  top: -5px;
}
@media (min-width: 768px) {
  .popup__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .popup__wrapper {
    overflow: visible;
  }
}
@media (min-width: 1200px) {
  .popup__wrapper {
    max-width: 800px;
  }
  .popup__wrapper .content {
    flex-direction: row;
    align-items: center;
    padding: 40px 10px 10px;
  }
}
.popup__text {
  padding: 30px 25px;
}
@media (min-width: 768px) {
  .popup__text {
    padding: 40px 35px;
  }
}
@media (min-width: 1200px) {
  .popup__text {
    width: 90%;
    padding: 20px 40px;
  }
}
.popup .social {
  padding-top: 0 !important;
}
.popup .social li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin-right: 20px;
}
.popup .social li::before {
  display: none;
}
.popup .social li a {
  display: block;
}
.popup .social li a svg {
  height: 20px;
}
.popup .social li a svg .cls-1 {
  fill: #1fbc9b;
  transition: all 0.5s;
}
.popup .social li a:hover .cls-1 {
  fill: #3f2f81;
}

/* Generic design buttons */
.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  box-shadow: none;
  text-decoration: none;
  border-radius: 5px;
}
.btn:hover {
  color: inherit;
}

.btn-primary, form input[type=submit], .custom-wysiwyg a.btn-primary, .popup--generic .popup__text a,
.btn-secondary,
.custom-wysiwyg a.btn-secondary,
.btn-red,
.btn-white,
.btn-pink,
.btn-success,
.btn-warning,
.btn-danger,
.btn-link,
.btn-info {
  border: none;
  font-family: paralucent, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  box-shadow: none;
  text-decoration: none;
  border-radius: 5px;
  border-radius: 40px;
  padding: 17px 42px 16px 42px;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  transition: all 0.5s;
}
.btn-primary:hover, form input[type=submit]:hover, .custom-wysiwyg a.btn-primary:hover, .popup--generic .popup__text a:hover,
.btn-secondary:hover,
.custom-wysiwyg a.btn-secondary:hover,
.btn-red:hover,
.btn-white:hover,
.btn-pink:hover,
.btn-success:hover,
.btn-warning:hover,
.btn-danger:hover,
.btn-link:hover,
.btn-info:hover {
  color: inherit;
}
.btn-primary:hover, form input[type=submit]:hover, .custom-wysiwyg a.btn-primary:hover, .popup--generic .popup__text a:hover,
.btn-secondary:hover,
.custom-wysiwyg a.btn-secondary:hover,
.btn-red:hover,
.btn-white:hover,
.btn-pink:hover,
.btn-success:hover,
.btn-warning:hover,
.btn-danger:hover,
.btn-link:hover,
.btn-info:hover {
  text-decoration: none;
}

.btn-outline, .btn-outline-primary,
.btn-outline-secondary,
.btn-outline-success,
.btn-outline-danger,
.btn-outline-warning,
.btn-outline-info,
.btn-outline-link {
  border: none;
  font-family: paralucent, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  box-shadow: none;
  text-decoration: none;
  border-radius: 5px;
  border-radius: 40px;
  padding: 17px 42px 16px 42px;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  transition: all 0.5s;
  border: 1px solid #c0adf2;
  background: none;
}
.btn-outline:hover, .btn-outline-primary:hover,
.btn-outline-secondary:hover,
.btn-outline-success:hover,
.btn-outline-danger:hover,
.btn-outline-warning:hover,
.btn-outline-info:hover,
.btn-outline-link:hover {
  color: inherit;
}

@media (min-width: 992px) {
  .arrowed:after {
    content: "";
    display: inline-block;
    position: relative;
    left: 3px;
    width: 15px;
    height: 11px;
    background: transparent url("/themes/cev/assets/images/arrow-btn.svg") no-repeat;
  }
}

.arrowed-scroll:after {
  content: "";
  display: inline-block;
  position: relative;
  left: 6px;
  top: 2px;
  width: 12px;
  height: 16px;
  background: transparent url("/themes/cev/assets/images/arrow-btn-down.svg") no-repeat;
}

.link-arrowed {
  font-size: 22px;
  line-height: 1.2em;
  display: block;
  font-family: paralucent, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  padding-left: 45px;
}
@media (min-width: 992px) {
  .link-arrowed {
    line-height: 20px;
  }
}
.link-arrowed:before {
  transition: all 0.5s;
  content: "";
  display: inline-block;
  position: absolute;
  margin-left: -45px;
  margin-top: -2px;
  width: 28px;
  height: 20px;
  background: transparent url("/themes/cev/assets/images/arrow-green.svg") no-repeat left center;
}
.link-arrowed:hover {
  text-decoration: none;
  color: #ffcb00;
  padding-left: 55px;
}
.link-arrowed.bottom:before {
  transform: rotate(45deg);
}
.link-arrowed.bottom:hover:before {
  transition: all 0.5s;
  transform: rotate(90deg);
}
.link-arrowed.green {
  color: #005329;
}
.link-arrowed.white {
  color: #ffffff;
}
.link-arrowed.white:before {
  background: transparent url("/themes/cev/assets/images/arrow-white.svg") no-repeat left center;
}
.link-arrowed.purple {
  color: #4f3691;
}
.link-arrowed.purple:before {
  background: transparent url("/themes/cev/assets/images/arrow-purple.svg") no-repeat left center;
}

.btn-scroll-down {
  display: block;
}
.btn-scroll-down svg {
  transform: rotate(90deg);
  fill: #ffffff;
  height: 20px;
  width: auto;
}
.btn-scroll-down.green svg {
  fill: #005329;
}

/* Custom design buttons */
.btn-primary, form input[type=submit], .custom-wysiwyg a.btn-primary, .popup--generic .popup__text a {
  background-color: #1fbc9b;
  color: #ffffff;
}
.btn-primary:hover, form input[type=submit]:hover, .custom-wysiwyg a.btn-primary:hover, .popup--generic .popup__text a:hover {
  background-color: #e84a31;
  color: #ffffff;
}

.btn-outline-primary {
  color: #3f2f81;
  border-color: #3f2f81;
}

.btn-secondary, .custom-wysiwyg a.btn-secondary {
  color: #ffffff;
  background-color: #005329;
}
.btn-secondary:hover, .custom-wysiwyg a.btn-secondary:hover {
  background-color: #4f3691;
  color: #ffffff;
}

.btn-outline-secondary {
  color: #005329;
  background: none;
  border-color: #005329;
}

.btn-pink {
  background-color: #f25586;
  color: #ffffff;
}
.btn-pink:hover {
  background-color: #1fbc9b;
}

.btn-white {
  color: #3f2f81;
  background-color: #ffffff;
}

.btn-red {
  color: #ffffff;
  background-color: #e84a31;
}
.btn-red:hover {
  color: #ffffff;
  transform: scale(1.05);
}

/*
.btn-success {
}
	.btn-outline-success {

	}

.btn-danger {
}
	.btn-outline-danger {

	}

.btn-warning {
}
	.btn-outline-warning {

	}

.btn-info {
}
	.btn-outline-info {

	}

.btn-link {
}
	.btn-outline-link {

	}
	*/
form .profil .wpcf7-list-item,
form .rgpd .wpcf7-list-item {
  margin: 0 15px 0 0;
}
form select {
  border: 2px solid #D3D3D3;
  width: 100%;
  letter-spacing: 1px;
  -moz-appearance: none;
  padding: 10px 20px;
  color: rgba(0, 0, 0, 0.6);
}
form input[type=radio],
form input[type=checkbox] {
  display: none;
}
form input[type=radio] + span::before,
form input[type=checkbox] + span::before {
  content: "";
  height: 15px;
  width: 15px;
  position: relative;
  top: 2px;
  display: inline-block;
  border-radius: 40px;
  margin: 0 10px 0 0;
  border: 1.5px solid #000;
  transition: all 0.5s;
}
form input[type=radio]:checked + span::before,
form input[type=checkbox]:checked + span::before {
  background-color: #000;
}
form label {
  width: 100%;
}
form label input[type=text],
form label input[type=email],
form label input[type=phone],
form label textarea {
  width: 100%;
  padding: 10px 20px;
  letter-spacing: 1px;
  border: none;
  -moz-appearance: none;
  margin-top: 5px;
  background-color: #F4F4F4;
  font-size: 16px;
  color: #4f3691;
}
form label textarea {
  height: 170px;
  font-size: 16px;
  color: #4f3691;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 15px;
  background-color: #FFF;
  color: #000;
  border: none;
  font-style: italic;
}
.wpcf7 form.invalid .wpcf7-response-output {
  background-color: #f2f0b5;
  color: #bab521;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #c5eaa6;
  color: #2c4c12;
}
.wpcf7 form.failed .wpcf7-response-output {
  background-color: #fcb8b8;
  color: #7d0505;
}

.faq__list article {
  border-bottom: 3px solid rgba(31, 188, 155, 0.2);
}
.faq__list article .btn-faq {
  display: block;
  padding: 20px 50px 20px 0;
  position: relative;
}
@media (max-width: 767px) {
  .faq__list article .btn-faq {
    font-size: 22px;
    padding-right: 30px;
  }
}
.faq__list article .btn-faq span {
  position: absolute;
  height: 80px;
  width: 30px;
  top: 0;
  right: 20px;
}
.faq__list article .btn-faq span::after, .faq__list article .btn-faq span::before {
  display: block;
  content: "";
  width: 14px;
  height: 4px;
  position: absolute;
  border-radius: 5px;
  background: #e84a31;
}
.faq__list article .btn-faq span::before {
  height: 14px;
  width: 4px;
  top: 32px;
  right: 5px;
  transition: all 0.5s;
}
.faq__list article .btn-faq span::after {
  right: 0;
  bottom: 49%;
}
@media (max-width: 767px) {
  .faq__list article .btn-faq span {
    right: 0;
    height: 70px;
  }
  .faq__list article .btn-faq span::before {
    top: 27px;
  }
}
.faq__list article .btn-faq:hover {
  text-decoration: none;
}
.faq__list article .btn-faq.active {
  color: #f25586 !important;
}
.faq__list article .btn-faq.active span::before {
  opacity: 0;
}
.faq__list article .desc {
  height: 0;
  overflow: hidden;
  transition: all 1s;
}
.faq__list article .desc .custom-wysiwyg p {
  margin-bottom: 20px;
  font-family: paralucent, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
}
.faq__list article .desc .custom-wysiwyg p a {
  font-family: paralucent, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #f25586;
  text-decoration: underline;
}
.faq__list article .desc .custom-wysiwyg p a:hover {
  color: #ffcb00;
}
@media (min-width: 1200px) {
  .faq__list article .desc {
    padding-right: 80px;
  }
  .faq__list article .desc .custom-wysiwyg {
    margin-bottom: 50px;
  }
}

/* Loader Styles start here */
.loader-wrapper {
  --line-width: 3px;
  --curtain-color: #f1faee;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
@keyframes anim-load {
  0% {
    transform: scale(1) rotate(0deg) translateY(0);
  }
  25% {
    transform: scale(1.3) rotate(-10deg) translateY(-50px);
  }
  50% {
    transform: scale(1) rotate(0deg) translateY(0);
  }
  75% {
    transform: scale(1.3) rotate(10deg) translateY(-50px);
  }
  100% {
    transform: scale(1) rotate(0deg) translateY(0);
  }
}
.loader {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  /*   transform: translate(-50%, -50%); */
  width: 120px;
  height: 120px;
  margin: -60px 0 0 -60px;
  z-index: 1001;
}
.loader::before {
  display: block;
  content: "";
  width: 120px;
  height: 120px;
  position: absolute;
  position: relative;
  background: url("/themes/cev/assets/images/ico-cev-color.svg") no-repeat left center/120px auto;
  animation: anim-load 5s infinite;
}

.loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f9dbcd;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

/* Loaded Styles */
.loaded .loader-wrapper .loader-section {
  /*transform: translateX(-100%);*/
  opacity: 0;
  transition: all 0.2s 1s;
}

.loaded .loader-wrapper {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.loaded .loader-wrapper .loader::before {
  transform: scale(0);
  transition: all 0.5s;
}

.protected__email.text__is-email,
.protected__email .obfusc__email {
  unicode-bidi: bidi-override;
  direction: rtl;
}

.home--discover {
  padding: 60px 20px;
  background: #ffcb00 url("/themes/cev/assets/images/shape-02.svg") no-repeat left bottom;
  background-size: 360px 310px;
}
.home--discover article {
  opacity: 0;
}
.home--discover .title {
  opacity: 0;
  margin-bottom: 20px;
}
.home--discover .title.is-visible {
  animation: fadeup 1.2s 0.5s 1 forwards;
}
.home--discover .title span {
  display: inline-block;
  width: auto;
  position: relative;
  padding: 0 10px;
}
@media (min-width: 992px) {
  .home--discover .title span {
    padding: 5px;
  }
}
.home--discover .title span::before {
  z-index: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(1.15);
  top: 3px;
  left: 0px;
  background: transparent url("/themes/cev/assets/images/surrounded-red.svg") no-repeat top left/100% 100%;
}
.home--discover .btn-wrapper {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .home--discover {
    padding: 125px 0;
  }
}
@media screen and (min-width: 1390px) {
  .home--discover {
    padding: 125px 120px;
  }
}
@media screen and (min-width: 1540px) {
  .home--discover {
    padding: 125px 0;
  }
}
.home--piliers {
  padding: 60px 20px;
}
@media (min-width: 992px) {
  .home--piliers {
    padding: 120px 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1390px) {
  .home--piliers {
    padding: 120px 120px;
  }
}
@media screen and (min-width: 1540px) {
  .home--piliers {
    padding: 120px 0;
  }
}
@media (min-width: 992px) {
  .home--piliers__list .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.home--piliers .content-wrapper {
  align-items: center;
}
@media (min-width: 1200px) {
  .home--piliers .content-wrapper {
    flex-direction: row-reverse;
  }
}
.home--piliers__image {
  display: block;
  opacity: 0;
}
@media (max-width: 991px) {
  .home--piliers__image {
    max-width: 380px;
    margin: 0 auto;
    width: 90%;
    padding: 0 0 60px;
  }
}
@media (max-width: 767px) {
  .home--piliers__image {
    max-width: 240px;
    padding-bottom: 30px;
  }
}
.home--piliers__image:before {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  background: url("/themes/cev/assets/images/ico-cev-pink.svg") no-repeat;
  width: 850px;
  height: 800px;
  left: 0;
  margin-left: -1250px;
  margin-top: 160px;
}
.home--piliers__text {
  opacity: 0;
}
@media (min-width: 1200px) {
  .home--piliers__text p {
    margin-right: 120px;
  }
}
.home--piliers.is-visible .home--piliers__image {
  animation: fadeup_img 1.2s 1 forwards;
}
.home--piliers.is-visible .home--piliers__text {
  animation: anim_text 1s 1 forwards;
}
.home--piliers__item {
  padding: 30px 20px;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .home--piliers__item {
    padding: 60px 30px;
  }
}
.home--piliers__item .content-wrapper {
  width: 100%;
  margin: 0 auto;
  display: flex;
  max-width: 516.6666666667px;
  align-items: start;
}
@media (max-width: 991px) {
  .home--piliers__item .content-wrapper {
    max-width: 660px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .home--piliers__item .content-wrapper {
    max-width: 600px;
    display: block;
  }
  .home--piliers__item .content-wrapper .text-wrapper {
    padding-top: 15px;
  }
}
.home--piliers__item .image-wrapper {
  padding-right: 20px;
}
.home--piliers__item .image-wrapper img {
  width: 60px;
  height: auto;
}
@media (min-width: 992px) {
  .home--piliers__item .image-wrapper {
    padding-right: 30px;
  }
  .home--piliers__item .image-wrapper img {
    width: 100px;
  }
}
@media (min-width: 1600px) {
  .home--piliers__item .image-wrapper img {
    width: 160px;
  }
}
.home--piliers__item .text-wrapper {
  position: relative;
}
.home--piliers__item .text-wrapper span,
.home--piliers__item .text-wrapper .title {
  color: #ffffff;
  display: block;
  transition: all 0.5s;
}
.home--piliers__item .text-wrapper span {
  font-family: paralucent, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.home--piliers__item .text-wrapper .overlay {
  position: relative;
  z-index: 2;
  top: 10px;
  bottom: 20px;
  width: 100%;
}
@media (min-width: 1200px) {
  .home--piliers__item .text-wrapper .overlay {
    width: 100%;
  }
}
.home--piliers__item .text-wrapper .overlay p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.4em;
  font-family: paralucent, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 1200px) {
  .home--piliers__item {
    min-height: 350px;
  }
  .home--piliers__item .text-wrapper .overlay {
    position: absolute;
    z-index: 2;
    opacity: 0;
    top: 40px;
    width: 90%;
  }
  .home--piliers__item .text-wrapper .overlay p {
    color: #ffffff;
    font-size: 22px;
    line-height: 22px;
  }
  .home--piliers__item:hover .text-wrapper .title {
    opacity: 0;
  }
  .home--piliers__item:hover .text-wrapper .overlay {
    animation: fadeup 1s 1 forwards;
  }
}
@media (min-width: 1600px) {
  .home--piliers__item .text-wrapper .overlay {
    width: 100%;
  }
  .home--piliers__item .text-wrapper .overlay p {
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1700px) {
  .home--piliers__item .text-wrapper .overlay {
    width: 120%;
  }
  .home--piliers__item .text-wrapper .overlay p {
    color: #ffffff;
    font-size: 24px;
    line-height: 32px;
  }
}
.home--come {
  position: relative;
  overflow: hidden;
  height: 30vh;
  min-height: 320px;
  max-height: 650px;
}
@media (min-width: 992px) {
  .home--come {
    height: auto;
    height: 50vh;
    min-height: 450px;
  }
}
.home--come__text {
  opacity: 0;
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 120px 30px;
  max-width: 1240px;
}
@media screen and (max-width: 1540px) {
  .home--come__text {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1400px) {
  .home--come__text {
    max-width: 1140px;
    border: none;
  }
}
@media (max-width: 1199px) {
  .home--come__text {
    max-width: 920px;
  }
}
@media (max-width: 991px) {
  .home--come__text {
    max-width: 660px;
  }
}
@media (max-width: 767px) {
  .home--come__text {
    max-width: 600px;
  }
}
.home--come__text .title span {
  display: inline-block;
  font-size: 1em;
  line-height: 1;
}
.home--come__image {
  position: absolute;
  top: 0;
  display: flex;
  height: 100%;
  width: 100%;
}
.home--come__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
  display: block;
}
.home--come.is-visible .home--come__text {
  animation: anim_text 1s 0.4s 1 forwards;
}
@media (max-width: 767px) {
  .home--come.is-visible .home--come__text .wide-title {
    font-size: 60px;
  }
}
.home--youare {
  width: 100%;
  position: relative;
}
.home--youare .content-wrapper {
  background: #e84a31;
  padding: 0;
}
@media (min-width: 768px) {
  .home--youare .content-wrapper {
    padding: 10px 0 8px 0;
    position: absolute;
    left: 0;
    right: 0;
    transform: rotate(-2deg) scale(1.02) translateY(-35px);
  }
}
.home--youare ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.home--youare ul li {
  display: inline-block;
  width: 100%;
  text-align: left;
  border-bottom: 2px solid white;
}
.home--youare ul li::before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  position: relative;
  display: inline-block;
  top: 10px;
  margin: 0 15px 0 35px;
  padding: 0 10px;
  background: url("/themes/cev/assets/images/ico-cev-yellow.svg") no-repeat center/35px auto;
}
@media (min-width: 768px) {
  .home--youare ul li::before {
    display: inline-block;
  }
}
.home--youare ul li:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  .home--youare ul li {
    width: auto;
    text-align: center;
    border-bottom: none;
  }
  .home--youare ul li::before {
    display: none;
  }
  .home--youare ul li::after {
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    position: relative;
    display: inline-block;
    top: 10px;
    margin: 0 auto;
    padding: 0 50px;
    background: url("/themes/cev/assets/images/ico-cev-yellow.svg") no-repeat center/35px auto;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .home--youare ul li::after {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .home--youare ul li:last-child::after {
    display: none;
  }
}
.home--youare ul li a {
  transition: all 0.5s;
  font-size: 26px;
  padding: 17px 0 16px 0;
  color: #ffffff;
  font-family: paralucent, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.home--youare ul li a:after {
  transition: all 0.5s;
  content: "";
  opacity: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #ffcb00;
  border-radius: 2px;
}
.home--youare ul li a:hover {
  transition: all 0.5s;
  color: #ffcb00;
}
.home--youare ul li a:hover:after {
  transition: all 0.5s;
  opacity: 1;
}
@media (min-width: 992px) {
  .home--youare ul li a {
    font-size: 30px;
  }
}
.home--youare + section {
  padding: 60px 20px;
}
@media (min-width: 768px) {
  .home--youare + section {
    padding-top: 300px;
  }
}
@media (min-width: 992px) {
  .home--youare + section {
    padding-top: 240px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1390px) {
  .home--youare + section {
    padding: 240px 120px 120px;
  }
}
@media screen and (min-width: 1540px) {
  .home--youare + section {
    ppadding: 240px 120px 0;
  }
}
.home--different {
  padding: 60px 20px;
}
@media (min-width: 992px) {
  .home--different {
    padding: 240px 0 120px;
  }
  .home--different__title {
    padding-right: 160px;
  }
}
.home--different__listing ul {
  padding: 0;
  margin: 20px 0 0 0;
}
.home--different__listing ul li {
  list-style: none;
  display: block;
  width: 100%;
  border-bottom: 2px solid #d2bdc8;
  opacity: 0;
}
.home--different__listing ul li a {
  font-size: 22px;
  width: 100%;
  padding: 10px 0;
  text-align: left;
}
@media (min-width: 992px) {
  .home--different__listing ul li a {
    font-size: 32px;
    padding: 8px 0;
  }
}
.home--different__listing ul li a:after {
  transition: all 0.5s;
  opacity: 0.2;
  content: "";
  display: none;
  position: absolute;
  margin: 13px 0 0 470px;
  width: 30px;
  height: 22px;
  background: transparent url("/themes/cev/assets/images/arrow-purple.svg") no-repeat left center;
}
.home--different__listing ul li a:hover {
  color: #e84a31;
}
.home--different__listing ul li a:hover:after {
  transition: all 0.5s;
  opacity: 1;
  margin: 13px 0 0 540px;
}
@media (min-width: 992px) {
  .home--different__listing ul {
    margin: 0 0 0 0;
  }
}
@media (min-width: 1200px) {
  .home--different__listing ul li a:after {
    display: inline-block;
  }
}
.home--different.is-visible .home--different__listing ul li {
  animation: fadeup 1.2s 0.5s 1 forwards;
}
.home--different.is-visible .home--different__listing ul li:nth-child(1) {
  animation-delay: 300ms;
}
.home--different.is-visible .home--different__listing ul li:nth-child(2) {
  animation-delay: 600ms;
}
.home--different.is-visible .home--different__listing ul li:nth-child(3) {
  animation-delay: 900ms;
}
.home--different.is-visible .home--different__listing ul li:nth-child(4) {
  animation-delay: 1200ms;
}
.home--different.is-visible .home--different__listing ul li:nth-child(5) {
  animation-delay: 1500ms;
}
.home--different.is-visible .home--different__listing ul li:nth-child(6) {
  animation-delay: 1800ms;
}
.home--different.is-visible .home--different__listing ul li:nth-child(7) {
  animation-delay: 2100ms;
}
.home--different.is-visible .home--different__listing ul li:nth-child(8) {
  animation-delay: 2400ms;
}
.home--different.is-visible .home--different__listing ul li:nth-child(9) {
  animation-delay: 2700ms;
}
.home--different.is-visible .home--different__listing ul li:nth-child(10) {
  animation-delay: 3000ms;
}
.home--different.is-visible .home--different__listing ul li:nth-child(11) {
  animation-delay: 3300ms;
}
.home--different.is-visible .home--different__listing ul li:nth-child(12) {
  animation-delay: 3600ms;
}
.home--different.is-visible .home--different__listing ul li:nth-child(13) {
  animation-delay: 3900ms;
}
.home--different.is-visible .home--different__listing ul li:nth-child(14) {
  animation-delay: 4200ms;
}
.home--different.is-visible .home--different__listing ul li:nth-child(15) {
  animation-delay: 4500ms;
}
.home--different.is-visible .home--different__listing ul li:nth-child(16) {
  animation-delay: 4800ms;
}
.home--different.is-visible .home--different__listing ul li:nth-child(17) {
  animation-delay: 5100ms;
}
.home--different.is-visible .home--different__listing ul li:nth-child(18) {
  animation-delay: 5400ms;
}
.home--different.is-visible .home--different__listing ul li:nth-child(19) {
  animation-delay: 5700ms;
}
.home--different.is-visible .home--different__listing ul li:nth-child(20) {
  animation-delay: 6000ms;
}
.home--footer {
  position: relative;
}
@media (min-width: 992px) {
  .home--footer__item {
    width: 100%;
    height: 100%;
  }
  .home--footer__item img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .home--footer {
    display: flex;
  }
  .home--footer__item {
    width: 50%;
  }
}

.who--dates {
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
}
.who--dates:before {
  display: block;
  content: "";
  width: 120%;
  height: 150px;
  position: absolute;
  top: 380px;
  background: transparent url("/themes/cev/assets/images/dotted-3.svg") no-repeat top left/100% 100%;
}
.who--dates .title {
  display: block;
}
.who--dates .sub-title {
  font-family: paralucent, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .who--dates .sub-title {
    font-size: 22px;
  }
}
.who--dates .container {
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .who--dates {
    padding: 120px 0;
  }
  .who--dates:before {
    display: block;
    content: "";
    width: 100%;
    height: 150px;
    position: absolute;
    top: 500px;
    background: transparent url("/themes/cev/assets/images/dotted-1.svg") no-repeat top left/100% 100%;
  }
  .who--dates:after {
    display: block;
    content: "";
    width: 100%;
    height: 150px;
    position: absolute;
    top: 900px;
    background: transparent url("/themes/cev/assets/images/dotted-2.svg") no-repeat top left/100% 100%;
  }
}
@media screen and (min-width: 1390px) {
  .who--dates {
    padding: 120px 120px;
  }
}
@media screen and (min-width: 1540px) {
  .who--dates {
    padding: 120px 0;
  }
}
.who--dates .icon-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
}
.who--dates .icon-wrapper svg {
  width: 100%;
  height: auto;
  fill: #f9dbcd;
}
.who--dates .icon-wrapper__before {
  top: -80px;
  left: -200px;
}
.who--dates .icon-wrapper__before svg {
  align-self: flex-start;
}
.who--dates .icon-wrapper__after {
  bottom: -200px;
  right: -200px;
}
.who--dates .icon-wrapper__after svg {
  align-self: flex-end;
  margin: 0 0 0 auto;
}
@media (min-width: 768px) {
  .who--dates .icon-wrapper svg {
    width: 700px;
  }
  .who--dates .icon-wrapper__before {
    left: -350px;
    top: -200px;
  }
  .who--dates .icon-wrapper__after {
    bottom: -175px;
    right: -233.3333333333px;
  }
}
@media (min-width: 1200px) {
  .who--dates .icon-wrapper svg {
    width: 800px;
  }
  .who--dates .icon-wrapper__before {
    left: -400px;
    top: -100px;
  }
  .who--dates .icon-wrapper__after {
    bottom: -200px;
    right: -266.6666666667px;
  }
}
@media (min-width: 1600px) {
  .who--dates .icon-wrapper svg {
    width: 800px;
  }
  .who--dates .icon-wrapper__before {
    left: -400px;
    top: -100px;
  }
  .who--dates .icon-wrapper__after {
    bottom: -200px;
    right: -266.6666666667px;
  }
}
.who--dates__list {
  text-align: center;
  display: flex;
  flex-flow: wrap;
  flex-wrap: nowrap;
  margin: 60px 0;
  padding: 30px 30px 30px 0;
  overflow-y: scroll;
  width: 100vw;
}
@media (min-width: 1200px) {
  .who--dates__list {
    flex-wrap: wrap;
    overflow: hidden;
    width: auto;
  }
}
.who--dates__list article {
  text-align: center;
  width: 100%;
  min-width: 280px;
  height: auto;
  border-radius: 30px;
  margin: 0 20px 0 0;
  padding: 30px 20px;
  display: block;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s;
}
.who--dates__list article * {
  color: #f25586;
}
.who--dates__list article p {
  font-family: paralucent, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 0;
}
.who--dates__list article svg {
  fill: #f25586;
  width: 70px;
  height: auto;
}
.who--dates__list article .title {
  padding-top: 20px;
}
.who--dates__list article .recto {
  display: block;
  opacity: 1;
  transition: all 0.5s;
}
.who--dates__list article .verso {
  display: block;
  opacity: 1;
}
.who--dates__list article.lightblue--bg * {
  color: #005329;
}
.who--dates__list article.lightblue--bg svg {
  fill: #005329;
}
.who--dates__list article.yellow--bg * {
  color: #4f3691;
}
.who--dates__list article.yellow--bg svg {
  fill: #4f3691;
}
.who--dates__list article.green--bg * {
  color: #e84a31;
}
.who--dates__list article.green--bg p {
  color: #ffffff;
}
.who--dates__list article.green--bg svg {
  fill: #e84a31;
}
.who--dates__list article.red--bg * {
  color: #ffcb00;
}
.who--dates__list article.red--bg svg {
  fill: #ffcb00;
}
.who--dates__list article.pink--bg * {
  color: #1fbc9b;
}
.who--dates__list article.pink--bg svg {
  fill: #1fbc9b;
}
@media (min-width: 992px) {
  .who--dates__list article {
    height: auto;
    min-height: 300px;
    width: 260px;
    margin: 0 40px 40px 0;
    display: flex;
    padding: 20px;
  }
  .who--dates__list article:nth-child(2n+2) {
    margin-top: 40px;
  }
  .who--dates__list article svg {
    width: 90px;
  }
  .who--dates__list article .title {
    padding-top: 0;
  }
  .who--dates__list article .verso {
    display: none;
    opacity: 0;
  }
  .who--dates__list article:hover {
    transform: scale(1.12);
  }
  .who--dates__list article:hover .recto {
    display: none;
    animation: fadeout 1s 1 forwards;
  }
  .who--dates__list article:hover .verso {
    display: block;
    animation: fadein 1s 1 forwards;
  }
  .who--dates__list article:nth-child(3) {
    margin-right: 0;
  }
  .who--dates__list article:nth-child(4), .who--dates__list article:nth-child(5), .who--dates__list article:nth-child(6) {
    margin-left: 40px;
    margin-right: 0;
  }
}
@media (min-width: 1600px) {
  .who--dates__list article {
    width: 300px;
    height: 340px;
    margin: 0 90px 60px 0;
  }
  .who--dates__list article svg {
    width: 120px;
  }
  .who--dates__list article:nth-child(3) {
    margin-right: 0;
  }
  .who--dates__list article:nth-child(4), .who--dates__list article:nth-child(5), .who--dates__list article:nth-child(6) {
    margin-left: 70px;
    margin-right: 0;
  }
}
.who--dates__conclusion {
  width: 100%;
  max-width: 723.3333333333px;
  margin-top: 20px;
}
.who--dates__conclusion .title {
  display: block;
}
.who--dates__conclusion .btn-wrapper {
  padding-top: 20px;
  display: block;
}
.who--faq {
  padding-bottom: 120px;
}
.who--faq .container::before {
  display: block;
  content: "";
  width: 1350px;
  height: 1200px;
  position: absolute;
  z-index: 0;
  background: url("/themes/cev/assets/images/ico-people-white.svg") no-repeat;
  left: 50%;
  margin: 70px 0 0 -1400px;
  transform: rotate(15deg);
}
.who--faq__text {
  position: relative;
  max-width: 930px;
}
.who--faq__text .title {
  color: #e84a31;
  font-family: paralucent, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.who--faq__text .intro {
  font-family: paralucent, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.who--faq__text .desc {
  font-size: 24px;
  line-height: 1.6em;
  font-family: paralucent, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 992px) {
  .who--faq__text .desc {
    font-size: 36px;
    margin-right: 220px;
  }
}
.who--faq__list {
  position: relative;
  width: 100%;
  max-width: 723.3333333333px;
  margin: 60px 0 0 auto;
}
.who--faq__list article {
  opacity: 0;
  border-color: rgba(31, 188, 155, 0.2);
}
.who--faq__list article .btn-faq {
  color: #e84a31;
  display: block;
  font-family: paralucent, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.who--faq.is-visible .who--faq__list article {
  animation: anim_text 1.5s 0.8s 1 forwards;
}
.who--faq.is-visible .who--faq__list article:nth-child(1) {
  animation-delay: 300ms;
}
.who--faq.is-visible .who--faq__list article:nth-child(2) {
  animation-delay: 600ms;
}
.who--faq.is-visible .who--faq__list article:nth-child(3) {
  animation-delay: 900ms;
}
.who--faq.is-visible .who--faq__list article:nth-child(4) {
  animation-delay: 1200ms;
}
.who--faq.is-visible .who--faq__list article:nth-child(5) {
  animation-delay: 1500ms;
}
.who--faq.is-visible .who--faq__list article:nth-child(6) {
  animation-delay: 1800ms;
}
.who--faq.is-visible .who--faq__list article:nth-child(7) {
  animation-delay: 2100ms;
}
.who--faq.is-visible .who--faq__list article:nth-child(8) {
  animation-delay: 2400ms;
}
.who--faq.is-visible .who--faq__list article:nth-child(9) {
  animation-delay: 2700ms;
}
.who--faq.is-visible .who--faq__list article:nth-child(10) {
  animation-delay: 3000ms;
}
.who--faq.is-visible .who--faq__list article:nth-child(11) {
  animation-delay: 3300ms;
}
.who--faq.is-visible .who--faq__list article:nth-child(12) {
  animation-delay: 3600ms;
}
.who--faq.is-visible .who--faq__list article:nth-child(13) {
  animation-delay: 3900ms;
}
.who--faq.is-visible .who--faq__list article:nth-child(14) {
  animation-delay: 4200ms;
}
.who--faq.is-visible .who--faq__list article:nth-child(15) {
  animation-delay: 4500ms;
}
.who--faq.is-visible .who--faq__list article:nth-child(16) {
  animation-delay: 4800ms;
}
.who--faq.is-visible .who--faq__list article:nth-child(17) {
  animation-delay: 5100ms;
}
.who--faq.is-visible .who--faq__list article:nth-child(18) {
  animation-delay: 5400ms;
}
.who--faq.is-visible .who--faq__list article:nth-child(19) {
  animation-delay: 5700ms;
}

.hero--school .title,
.hero--school .btn-scroll-down svg,
.hero--youare .title,
.hero--youare .btn-scroll-down svg,
.hero--support .title,
.hero--support .btn-scroll-down svg {
  fill: #e84a31;
  color: #e84a31;
}
@media (min-width: 992px) {
  .hero--school .text-wrapper .title,
  .hero--youare .text-wrapper .title,
  .hero--support .text-wrapper .title {
    margin-top: 30px;
  }
}
.hero--school .text-wrapper .intro,
.hero--youare .text-wrapper .intro,
.hero--support .text-wrapper .intro {
  font-size: 22px;
  font-family: paralucent, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 992px) {
  .hero--school .text-wrapper .intro,
  .hero--youare .text-wrapper .intro,
  .hero--support .text-wrapper .intro {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .hero--school .text-wrapper .intro,
  .hero--youare .text-wrapper .intro,
  .hero--support .text-wrapper .intro {
    font-size: 36px;
    line-height: 1.35em;
    margin-right: 150px;
  }
}
.hero--school .text-wrapper .desc,
.hero--youare .text-wrapper .desc,
.hero--support .text-wrapper .desc {
  font-size: 22px;
  line-height: 1.6em;
  font-family: paralucent, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 992px) {
  .hero--school .text-wrapper .desc,
  .hero--youare .text-wrapper .desc,
  .hero--support .text-wrapper .desc {
    font-size: 22px;
    margin-right: 220px;
  }
}
.hero--school.green--bg .title,
.hero--school.green--bg .btn-scroll-down svg,
.hero--youare.green--bg .title,
.hero--youare.green--bg .btn-scroll-down svg,
.hero--support.green--bg .title,
.hero--support.green--bg .btn-scroll-down svg {
  color: #ffcb00;
  fill: #ffcb00;
}
.hero--school.green--bg .desc,
.hero--school.green--bg .intro,
.hero--youare.green--bg .desc,
.hero--youare.green--bg .intro,
.hero--support.green--bg .desc,
.hero--support.green--bg .intro {
  color: #ffffff;
}
.hero--school.green--bg .desc span:before,
.hero--school.green--bg .intro span:before,
.hero--youare.green--bg .desc span:before,
.hero--youare.green--bg .intro span:before,
.hero--support.green--bg .desc span:before,
.hero--support.green--bg .intro span:before {
  background: transparent url("/themes/cev/assets/images/surrounded-lightblue.svg") no-repeat top left/100% 100%;
}
.hero--school.purple--bg .title,
.hero--school.purple--bg .btn-scroll-down svg,
.hero--youare.purple--bg .title,
.hero--youare.purple--bg .btn-scroll-down svg,
.hero--support.purple--bg .title,
.hero--support.purple--bg .btn-scroll-down svg {
  fill: #f25586;
  color: #f25586;
}
.hero--school.purple--bg .desc,
.hero--school.purple--bg .intro,
.hero--youare.purple--bg .desc,
.hero--youare.purple--bg .intro,
.hero--support.purple--bg .desc,
.hero--support.purple--bg .intro {
  color: #ffffff;
}
.hero--school.purple--bg .desc span:before,
.hero--school.purple--bg .intro span:before,
.hero--youare.purple--bg .desc span:before,
.hero--youare.purple--bg .intro span:before,
.hero--support.purple--bg .desc span:before,
.hero--support.purple--bg .intro span:before {
  background: transparent url("/themes/cev/assets/images/surrounded-lightblue.svg") no-repeat top left/100% 100%;
}
.hero--school.lightblue--bg .title,
.hero--school.lightblue--bg .btn-scroll-down svg,
.hero--youare.lightblue--bg .title,
.hero--youare.lightblue--bg .btn-scroll-down svg,
.hero--support.lightblue--bg .title,
.hero--support.lightblue--bg .btn-scroll-down svg {
  color: #e84a31;
  fill: #e84a31;
}
.hero--school.lightblue--bg .desc,
.hero--school.lightblue--bg .intro,
.hero--youare.lightblue--bg .desc,
.hero--youare.lightblue--bg .intro,
.hero--support.lightblue--bg .desc,
.hero--support.lightblue--bg .intro {
  color: #ffffff;
}
.hero--school.lightblue--bg .desc span:before,
.hero--school.lightblue--bg .intro span:before,
.hero--youare.lightblue--bg .desc span:before,
.hero--youare.lightblue--bg .intro span:before,
.hero--support.lightblue--bg .desc span:before,
.hero--support.lightblue--bg .intro span:before {
  background: transparent url("/themes/cev/assets/images/surrounded-purple.svg") no-repeat top left/100% 100%;
}
.hero--school.yellow--bg .title,
.hero--school.yellow--bg .btn-scroll-down svg,
.hero--youare.yellow--bg .title,
.hero--youare.yellow--bg .btn-scroll-down svg,
.hero--support.yellow--bg .title,
.hero--support.yellow--bg .btn-scroll-down svg {
  fill: #005329;
  color: #005329;
}
.hero--school.yellow--bg .desc,
.hero--school.yellow--bg .intro,
.hero--youare.yellow--bg .desc,
.hero--youare.yellow--bg .intro,
.hero--support.yellow--bg .desc,
.hero--support.yellow--bg .intro {
  color: #ffffff;
}
.hero--school.yellow--bg .desc span:before,
.hero--school.yellow--bg .intro span:before,
.hero--youare.yellow--bg .desc span:before,
.hero--youare.yellow--bg .intro span:before,
.hero--support.yellow--bg .desc span:before,
.hero--support.yellow--bg .intro span:before {
  background: transparent url("/themes/cev/assets/images/surrounded-red.svg") no-repeat top left/100% 100%;
}

/* banners en répétée  */
.school__item:first-child::before {
  content: "";
  opacity: 0.05;
  display: block;
  position: absolute;
  background: url("/themes/cev/assets/images/ico-cev-white.svg") no-repeat;
  width: 1100px;
  height: 1100px;
  left: 50%;
  margin-left: -1250px;
  margin-top: 260px;
}
.school__item + .school__item {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .school__item + .school__item {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .school__item + .school__item {
    padding-top: 120px;
  }
}
.school__item .title {
  color: #f25586;
}
.school__item .sub-title {
  display: block;
  color: #e84a31;
}
.school__item * {
  color: #4f3691;
}
.school__item .image-text-banner__image {
  opacity: 0;
}
.school__item .image-text-banner__text {
  opacity: 0;
}
.school__item.green--bg .title {
  color: #ffcb00;
}
.school__item.green--bg .sub-title {
  color: #1fbc9b;
}
.school__item.green--bg * {
  color: #ffffff;
}
.school__item.purple--bg .title {
  color: #f25586;
}
.school__item.purple--bg .sub-title {
  color: #1fbc9b;
}
.school__item.purple--bg * {
  color: #ffffff;
}
.school__item.lightblue--bg .title {
  color: #e84a31;
}
.school__item.lightblue--bg .sub-title {
  color: #3f2f81;
}
.school__item.lightblue--bg * {
  color: #ffffff;
}
.school__item.yellow--bg .title {
  color: #005329;
}
.school__item.yellow--bg .sub-title {
  color: #e84a31;
}
.school__item.yellow--bg * {
  color: #ffffff;
}

.youare--faq {
  padding: 0 20px 60px;
  position: relative;
}
.youare--faq article {
  opacity: 0;
}
.youare--faq.is-visible article {
  animation: fadeup 1.2s 0.5s 1 forwards;
}
.youare--faq.is-visible article:nth-child(1) {
  animation-delay: 300ms;
}
.youare--faq.is-visible article:nth-child(2) {
  animation-delay: 600ms;
}
.youare--faq.is-visible article:nth-child(3) {
  animation-delay: 900ms;
}
.youare--faq.is-visible article:nth-child(4) {
  animation-delay: 1200ms;
}
.youare--faq.is-visible article:nth-child(5) {
  animation-delay: 1500ms;
}
.youare--faq.is-visible article:nth-child(6) {
  animation-delay: 1800ms;
}
.youare--faq.is-visible article:nth-child(7) {
  animation-delay: 2100ms;
}
.youare--faq.is-visible article:nth-child(8) {
  animation-delay: 2400ms;
}
.youare--faq.is-visible article:nth-child(9) {
  animation-delay: 2700ms;
}
.youare--faq.is-visible article:nth-child(10) {
  animation-delay: 3000ms;
}
.youare--faq.is-visible article:nth-child(11) {
  animation-delay: 3300ms;
}
.youare--faq.is-visible article:nth-child(12) {
  animation-delay: 3600ms;
}
.youare--faq.is-visible article:nth-child(13) {
  animation-delay: 3900ms;
}
.youare--faq.is-visible article:nth-child(14) {
  animation-delay: 4200ms;
}
.youare--faq.is-visible article:nth-child(15) {
  animation-delay: 4500ms;
}
.youare--faq.is-visible article:nth-child(16) {
  animation-delay: 4800ms;
}
.youare--faq.is-visible article:nth-child(17) {
  animation-delay: 5100ms;
}
.youare--faq.is-visible article:nth-child(18) {
  animation-delay: 5400ms;
}
.youare--faq.is-visible article:nth-child(19) {
  animation-delay: 5700ms;
}
.youare--faq.is-visible article:nth-child(20) {
  animation-delay: 6000ms;
}
@media (min-width: 1200px) {
  .youare--faq {
    padding: 30px 0 120px;
  }
}
@media screen and (min-width: 1390px) {
  .youare--faq {
    padding: 30px 110px 120px;
  }
}
@media screen and (min-width: 1540px) {
  .youare--faq {
    padding: 30px 0 120px;
  }
}
.youare--faq .container {
  position: relative;
  z-index: 2;
}
.youare--faq .icon-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -500px;
  right: 0;
  z-index: 1;
  left: -60px;
}
.youare--faq .icon-wrapper svg {
  opacity: 0.5;
  display: block;
  fill: rgba(255, 255, 255, 0.1);
  height: auto;
  width: 100%;
  margin: 30px auto 0 0;
}
@media (min-width: 768px) {
  .youare--faq .icon-wrapper {
    height: 80%;
  }
  .youare--faq .icon-wrapper svg {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .youare--faq .icon-wrapper {
    left: -150px;
  }
}
@media (min-width: 1600px) {
  .youare--faq .icon-wrapper {
    left: -350px;
  }
  .youare--faq .icon-wrapper svg {
    max-height: 100vh;
  }
}
.youare--faq__list {
  width: 100%;
  max-width: 723.3333333333px;
  margin: 0 0 0 auto;
}
.youare--faq.purple--bg article {
  border-color: rgba(0, 0, 0, 0.2);
}
.youare--faq.purple--bg article .custom-wysiwyg * {
  font-family: paralucent, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: rgba(255, 255, 255, 0.8);
}
.youare--faq.purple--bg article .btn-faq {
  color: #ffffff;
}
.youare--faq.purple--bg article .btn-faq span::before, .youare--faq.purple--bg article .btn-faq span::after {
  background: #ffffff;
}

.contact--wrapper {
  min-height: 100vh;
}
@media (min-width: 1200px) {
  .contact--wrapper {
    display: flex;
  }
}
.contact--left {
  background: #005329 url("/themes/cev/assets/images/pattern-flowers.png") left top no-repeat;
  background-size: cover;
  width: 100%;
  padding: 160px 20px 60px;
}
@media (min-width: 1200px) {
  .contact--left {
    width: 50%;
    padding: 180px 20px 60px;
  }
}
@media (min-width: 1600px) {
  .contact--left {
    width: 55%;
    padding-top: 220px;
  }
}
.contact--left .wide-title {
  line-height: 0.8;
}
@media screen and (min-width: 1540px) {
  .contact--left .wide-title {
    font-size: 118px;
  }
}
.contact--left__wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1240px;
}
@media screen and (max-width: 1540px) {
  .contact--left__wrapper {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1400px) {
  .contact--left__wrapper {
    max-width: 1140px;
    border: none;
  }
}
@media (max-width: 1199px) {
  .contact--left__wrapper {
    max-width: 920px;
  }
}
@media (max-width: 991px) {
  .contact--left__wrapper {
    max-width: 660px;
  }
}
@media (max-width: 767px) {
  .contact--left__wrapper {
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .contact--left__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1600px) {
  .contact--left__wrapper {
    max-width: 570px;
  }
}
@media screen and (min-width: 1400px) {
  .contact--left__wrapper {
    margin: 0 60px 0 auto;
    max-width: 516.6666666667px;
  }
}
@media screen and (min-width: 1540px) {
  .contact--left__wrapper {
    margin: 0 60px 0 auto;
    max-width: 620px;
  }
}
.contact--left__list {
  padding: 30px 0 0;
  margin: 0;
}
.contact--left__list li {
  list-style: none;
  margin-bottom: 30px;
  display: block;
}
.contact--left__list li small, .contact--left__list li .small {
  color: #80ddd4;
  font-size: 18px;
  display: block;
  letter-spacing: 0.5px;
}
.contact--left__list li span {
  color: #ffffff;
  display: block;
  line-height: 1.2em;
}
.contact--left__list li span a {
  display: block;
  color: #ffffff;
  font-size: 18px;
  margin: 20px 0 0 0;
}
.contact--left__list li span a span {
  font-size: 28px;
}
.contact--left__list li span a:hover {
  text-decoration: underline;
  color: #ffcb00;
}
.contact--left__social {
  display: block;
  padding: 0;
  margin: 0;
  padding: 20px 0 0;
}
@media (min-width: 992px) {
  .contact--left__social {
    display: inline-block;
  }
}
.contact--left__social.follow a {
  font-size: 14px;
  padding-right: 10px;
}
.contact--left__social li {
  display: inline-block;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .contact--left__social li {
    display: inline-block;
    padding-bottom: 0;
  }
}
.contact--left__social li a {
  display: block;
  color: #c0adf2;
  font-family: paralucent, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.2px;
  padding-right: 20px;
}
.contact--left__social li a svg {
  height: 25px;
  width: auto;
}
.contact--left__social li a svg .cls-1 {
  fill: #ffffff;
}
.contact--left__social li {
  list-style-type: none;
  display: inline-block;
}
.contact--left__social a.btn {
  background: #80ddd4;
}
.contact--right {
  width: 100%;
  padding: 60px 0 0;
  background: #ffcb00 url("/themes/cev/assets/images/ico-flower-white.svg") no-repeat -100px -200px/400px auto;
}
@media (min-width: 1200px) {
  .contact--right {
    width: 50%;
    padding: 180px 0 0;
  }
}
@media (min-width: 1600px) {
  .contact--right {
    width: 45%;
  }
}
.contact--right .text-wrapper {
  margin: 0 auto;
  padding: 60px 20px;
  max-width: 1240px;
}
.contact--right .text-wrapper .medium-title, .contact--right .text-wrapper .support--inspi__list li a, .support--inspi__list li .contact--right .text-wrapper a, .contact--right .text-wrapper .support--ressources__list li a, .support--ressources__list li .contact--right .text-wrapper a, .contact--right .text-wrapper .footer--main__content .support--inspi__list li a *, .footer--main__content .support--inspi__list li a .contact--right .text-wrapper *, .contact--right .text-wrapper .support--inspi__list li .footer--main__content a *, .support--inspi__list li .footer--main__content a .contact--right .text-wrapper *, .contact--right .text-wrapper .footer--main__content .support--ressources__list li a *, .footer--main__content .support--ressources__list li a .contact--right .text-wrapper *, .contact--right .text-wrapper .support--ressources__list li .footer--main__content a *, .support--ressources__list li .footer--main__content a .contact--right .text-wrapper *, .contact--right .text-wrapper .footer--main__content .medium-title *, .support--inspi__list li .contact--right .text-wrapper .footer--main__content a *, .support--ressources__list li .contact--right .text-wrapper .footer--main__content a *, .footer--main__content .medium-title .contact--right .text-wrapper *, .contact--right .text-wrapper header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li a, header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li .contact--right .text-wrapper a, .contact--right .text-wrapper .footer--main__content header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li a *, .footer--main__content header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li a .contact--right .text-wrapper *, .contact--right .text-wrapper header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li .footer--main__content a *, header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li .footer--main__content a .contact--right .text-wrapper *, .contact--right .text-wrapper .links-banner__text .btn, .links-banner__text .contact--right .text-wrapper .btn, .contact--right .text-wrapper .footer--main__content .links-banner__text .btn *, .footer--main__content .links-banner__text .btn .contact--right .text-wrapper *, .contact--right .text-wrapper .links-banner__text .footer--main__content .btn *, .links-banner__text .footer--main__content .btn .contact--right .text-wrapper * {
  font-size: 30px;
  line-height: 1.1em;
}
@media (min-width: 1600px) {
  .contact--right .text-wrapper .medium-title, .contact--right .text-wrapper .support--inspi__list li a, .support--inspi__list li .contact--right .text-wrapper a, .contact--right .text-wrapper .support--ressources__list li a, .support--ressources__list li .contact--right .text-wrapper a, .contact--right .text-wrapper .footer--main__content .support--inspi__list li a *, .footer--main__content .support--inspi__list li a .contact--right .text-wrapper *, .contact--right .text-wrapper .support--inspi__list li .footer--main__content a *, .support--inspi__list li .footer--main__content a .contact--right .text-wrapper *, .contact--right .text-wrapper .footer--main__content .support--ressources__list li a *, .footer--main__content .support--ressources__list li a .contact--right .text-wrapper *, .contact--right .text-wrapper .support--ressources__list li .footer--main__content a *, .support--ressources__list li .footer--main__content a .contact--right .text-wrapper *, .contact--right .text-wrapper .footer--main__content .medium-title *, .support--inspi__list li .contact--right .text-wrapper .footer--main__content a *, .support--ressources__list li .contact--right .text-wrapper .footer--main__content a *, .footer--main__content .medium-title .contact--right .text-wrapper *, .contact--right .text-wrapper header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li a, header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li .contact--right .text-wrapper a, .contact--right .text-wrapper .footer--main__content header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li a *, .footer--main__content header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li a .contact--right .text-wrapper *, .contact--right .text-wrapper header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li .footer--main__content a *, header.main-header .menu-wrapper ul.nav-primary li.dropdown ul.dropdown-menu li .footer--main__content a .contact--right .text-wrapper *, .contact--right .text-wrapper .links-banner__text .btn, .links-banner__text .contact--right .text-wrapper .btn, .contact--right .text-wrapper .footer--main__content .links-banner__text .btn *, .footer--main__content .links-banner__text .btn .contact--right .text-wrapper *, .contact--right .text-wrapper .links-banner__text .footer--main__content .btn *, .links-banner__text .footer--main__content .btn .contact--right .text-wrapper * {
    font-size: 44px;
    line-height: 1.1em;
  }
}
.contact--right .text-wrapper p {
  padding: 0;
}
.contact--right .text-wrapper .btn {
  margin-top: 0;
}
@media screen and (max-width: 1540px) {
  .contact--right .text-wrapper {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1400px) {
  .contact--right .text-wrapper {
    max-width: 1140px;
    border: none;
  }
}
@media (max-width: 1199px) {
  .contact--right .text-wrapper {
    max-width: 920px;
  }
}
@media (max-width: 991px) {
  .contact--right .text-wrapper {
    max-width: 660px;
  }
}
@media (max-width: 767px) {
  .contact--right .text-wrapper {
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  .contact--right .text-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1600px) {
  .contact--right .text-wrapper {
    padding: 0 0 70px;
    max-width: 570px;
  }
}
@media screen and (min-width: 1400px) {
  .contact--right .text-wrapper {
    margin: 0 60px 0 60px;
  }
}
@media screen and (min-width: 1540px) {
  .contact--right .text-wrapper {
    margin: 0 auto 0 120px;
  }
}
.contact--right__inscription {
  min-height: 36vh;
}
.contact--right__inscription .text-wrapper {
  color: #005329;
}
.contact--right__inscription .text-wrapper p {
  color: #005329;
}
.contact--right__soutien {
  background: #4f3691 url("/themes/cev/assets/images/bg-footer.svg") no-repeat 0px -20px/100px 150px;
}
.contact--right__soutien .title {
  color: #ffffff;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .contact--right__soutien {
    min-height: 49.7vh;
    background: #4f3691 url("/themes/cev/assets/images/bg-footer.svg") no-repeat -100px -20px/1600px 350px;
  }
  .contact--right__soutien .text-wrapper {
    padding: 60px 60px;
  }
}
@media (min-width: 1600px) {
  .contact--right__soutien .text-wrapper {
    padding: 70px 0;
  }
}

.support--inspi {
  padding: 0 20px 60px;
}
@media (min-width: 1200px) {
  .support--inspi {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1440px) {
  .support--inspi {
    padding: 60px 110px;
  }
}
@media screen and (min-width: 1540px) {
  .support--inspi {
    padding: 60px 0;
  }
}
.support--inspi__text .icon-title, .support--ressources__text .icon-title {
  color: #f25586;
  position: relative;
  text-transform: uppercase;
  padding: 40px 0 30px;
  margin: 0;
}
.support--inspi__text .icon-title span, .support--ressources__text .icon-title span {
  position: relative;
  z-index: 2;
}
.support--inspi__text .icon-title:before, .support--ressources__text .icon-title:before {
  display: block;
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  left: -40px;
  top: 10px;
  background: transparent url("/themes/cev/assets/images/ico-cev-white.svg") no-repeat top left/100% 100%;
}
@media (min-width: 1200px) {
  .support--inspi__text .icon-title, .support--ressources__text .icon-title {
    padding: 40px 0;
  }
  .support--inspi__text .icon-title::before, .support--ressources__text .icon-title::before {
    width: 120px;
    height: 120px;
    left: -60px;
    top: -10px;
  }
}
.support--inspi__list, .support--ressources__list {
  padding: 0;
  margin: 0;
}
.support--inspi__list + .title, .support--ressources__list + .title {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .support--inspi__list + .title, .support--ressources__list + .title {
    margin-top: 60px;
  }
}
.support--inspi__list li, .support--ressources__list li {
  opacity: 0;
  list-style: none;
  display: block;
}
.support--inspi__list li a, .support--ressources__list li a {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 10px 0;
  color: #442c85;
}
.support--inspi__list li a:hover, .support--ressources__list li a:hover {
  text-decoration: none;
  padding-left: 20px;
  transition: all 1s;
}
.support--inspi__list li a:hover svg, .support--ressources__list li a:hover svg {
  fill: #442c85;
  transition: all 1s;
}
.support--inspi__list li a svg, .support--ressources__list li a svg {
  position: relative;
  align-self: center;
  right: 0;
  height: 20px;
  fill: rgba(79, 54, 145, 0.2);
}
.support--inspi__list li a::after, .support--ressources__list li a::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background: rgba(79, 54, 145, 0.2);
  left: 0;
  bottom: 0;
  right: 0;
}
.support--inspi__list li:last-child a::after, .support--ressources__list li:last-child a::after {
  display: none;
}
.support--ressources {
  padding: 0 20px 80px;
}
@media (min-width: 1200px) {
  .support--ressources {
    padding: 0 0 60px;
  }
}
@media screen and (min-width: 1440px) {
  .support--ressources {
    padding: 0 120px 60px;
  }
}
@media screen and (min-width: 1540px) {
  .support--ressources {
    padding: 0 0 60px;
  }
}
.support--soutien {
  padding: 0 20px 80px;
}
@media (min-width: 1200px) {
  .support--soutien {
    padding: 0 0 60px;
  }
}
@media screen and (min-width: 1440px) {
  .support--soutien {
    padding: 0 120px 60px;
  }
}
@media screen and (min-width: 1540px) {
  .support--soutien {
    padding: 0 0 60px;
  }
}
.support--soutien__text {
  max-width: 826.6666666667px;
}
.support--soutien__text .title {
  padding-bottom: 30px;
}
.support--soutien__text p span {
  color: #1fbc9b;
  position: relative;
}
.support--soutien__text p span::after {
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  background: #1fbc9b;
  bottom: 0;
  left: 0;
  right: 0;
  transform: rotate(-0.7deg);
}
.support--soutien + .support-banner {
  border-top: 3px solid #ffffff;
}

.support--inspi.is-visible .support--inspi__list li,
.support--inspi.is-visible .support--ressources__list li,
.support--ressources.is-visible .support--inspi__list li,
.support--ressources.is-visible .support--ressources__list li {
  animation: fadeup 1.2s 0.5s 1 forwards;
}
.support--inspi.is-visible .support--inspi__list li:nth-child(1),
.support--inspi.is-visible .support--ressources__list li:nth-child(1),
.support--ressources.is-visible .support--inspi__list li:nth-child(1),
.support--ressources.is-visible .support--ressources__list li:nth-child(1) {
  animation-delay: 300ms;
}
.support--inspi.is-visible .support--inspi__list li:nth-child(2),
.support--inspi.is-visible .support--ressources__list li:nth-child(2),
.support--ressources.is-visible .support--inspi__list li:nth-child(2),
.support--ressources.is-visible .support--ressources__list li:nth-child(2) {
  animation-delay: 600ms;
}
.support--inspi.is-visible .support--inspi__list li:nth-child(3),
.support--inspi.is-visible .support--ressources__list li:nth-child(3),
.support--ressources.is-visible .support--inspi__list li:nth-child(3),
.support--ressources.is-visible .support--ressources__list li:nth-child(3) {
  animation-delay: 900ms;
}
.support--inspi.is-visible .support--inspi__list li:nth-child(4),
.support--inspi.is-visible .support--ressources__list li:nth-child(4),
.support--ressources.is-visible .support--inspi__list li:nth-child(4),
.support--ressources.is-visible .support--ressources__list li:nth-child(4) {
  animation-delay: 1200ms;
}
.support--inspi.is-visible .support--inspi__list li:nth-child(5),
.support--inspi.is-visible .support--ressources__list li:nth-child(5),
.support--ressources.is-visible .support--inspi__list li:nth-child(5),
.support--ressources.is-visible .support--ressources__list li:nth-child(5) {
  animation-delay: 1500ms;
}
.support--inspi.is-visible .support--inspi__list li:nth-child(6),
.support--inspi.is-visible .support--ressources__list li:nth-child(6),
.support--ressources.is-visible .support--inspi__list li:nth-child(6),
.support--ressources.is-visible .support--ressources__list li:nth-child(6) {
  animation-delay: 1800ms;
}
.support--inspi.is-visible .support--inspi__list li:nth-child(7),
.support--inspi.is-visible .support--ressources__list li:nth-child(7),
.support--ressources.is-visible .support--inspi__list li:nth-child(7),
.support--ressources.is-visible .support--ressources__list li:nth-child(7) {
  animation-delay: 2100ms;
}
.support--inspi.is-visible .support--inspi__list li:nth-child(8),
.support--inspi.is-visible .support--ressources__list li:nth-child(8),
.support--ressources.is-visible .support--inspi__list li:nth-child(8),
.support--ressources.is-visible .support--ressources__list li:nth-child(8) {
  animation-delay: 2400ms;
}
.support--inspi.is-visible .support--inspi__list li:nth-child(9),
.support--inspi.is-visible .support--ressources__list li:nth-child(9),
.support--ressources.is-visible .support--inspi__list li:nth-child(9),
.support--ressources.is-visible .support--ressources__list li:nth-child(9) {
  animation-delay: 2700ms;
}
.support--inspi.is-visible .support--inspi__list li:nth-child(10),
.support--inspi.is-visible .support--ressources__list li:nth-child(10),
.support--ressources.is-visible .support--inspi__list li:nth-child(10),
.support--ressources.is-visible .support--ressources__list li:nth-child(10) {
  animation-delay: 3000ms;
}
.support--inspi.is-visible .support--inspi__list li:nth-child(11),
.support--inspi.is-visible .support--ressources__list li:nth-child(11),
.support--ressources.is-visible .support--inspi__list li:nth-child(11),
.support--ressources.is-visible .support--ressources__list li:nth-child(11) {
  animation-delay: 3300ms;
}
.support--inspi.is-visible .support--inspi__list li:nth-child(12),
.support--inspi.is-visible .support--ressources__list li:nth-child(12),
.support--ressources.is-visible .support--inspi__list li:nth-child(12),
.support--ressources.is-visible .support--ressources__list li:nth-child(12) {
  animation-delay: 3600ms;
}
.support--inspi.is-visible .support--inspi__list li:nth-child(13),
.support--inspi.is-visible .support--ressources__list li:nth-child(13),
.support--ressources.is-visible .support--inspi__list li:nth-child(13),
.support--ressources.is-visible .support--ressources__list li:nth-child(13) {
  animation-delay: 3900ms;
}
.support--inspi.is-visible .support--inspi__list li:nth-child(14),
.support--inspi.is-visible .support--ressources__list li:nth-child(14),
.support--ressources.is-visible .support--inspi__list li:nth-child(14),
.support--ressources.is-visible .support--ressources__list li:nth-child(14) {
  animation-delay: 4200ms;
}
.support--inspi.is-visible .support--inspi__list li:nth-child(15),
.support--inspi.is-visible .support--ressources__list li:nth-child(15),
.support--ressources.is-visible .support--inspi__list li:nth-child(15),
.support--ressources.is-visible .support--ressources__list li:nth-child(15) {
  animation-delay: 4500ms;
}
.support--inspi.is-visible .support--inspi__list li:nth-child(16),
.support--inspi.is-visible .support--ressources__list li:nth-child(16),
.support--ressources.is-visible .support--inspi__list li:nth-child(16),
.support--ressources.is-visible .support--ressources__list li:nth-child(16) {
  animation-delay: 4800ms;
}
.support--inspi.is-visible .support--inspi__list li:nth-child(17),
.support--inspi.is-visible .support--ressources__list li:nth-child(17),
.support--ressources.is-visible .support--inspi__list li:nth-child(17),
.support--ressources.is-visible .support--ressources__list li:nth-child(17) {
  animation-delay: 5100ms;
}
.support--inspi.is-visible .support--inspi__list li:nth-child(18),
.support--inspi.is-visible .support--ressources__list li:nth-child(18),
.support--ressources.is-visible .support--inspi__list li:nth-child(18),
.support--ressources.is-visible .support--ressources__list li:nth-child(18) {
  animation-delay: 5400ms;
}
.support--inspi.is-visible .support--inspi__list li:nth-child(19),
.support--inspi.is-visible .support--ressources__list li:nth-child(19),
.support--ressources.is-visible .support--inspi__list li:nth-child(19),
.support--ressources.is-visible .support--ressources__list li:nth-child(19) {
  animation-delay: 5700ms;
}
.support--inspi.is-visible .support--inspi__list li:nth-child(20),
.support--inspi.is-visible .support--ressources__list li:nth-child(20),
.support--ressources.is-visible .support--inspi__list li:nth-child(20),
.support--ressources.is-visible .support--ressources__list li:nth-child(20) {
  animation-delay: 6000ms;
}

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