.grid-11 {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  gap: 32px;
}

.col-1 {
  grid-column: span 1;
}

.col-2 {
  grid-column: span 2;
}

.col-3 {
  grid-column: span 3;
}

.col-4 {
  grid-column: span 4;
}

.col-5 {
  grid-column: span 5;
}

.col-6 {
  grid-column: span 6;
}

.col-7 {
  grid-column: span 7;
}

.col-8 {
  grid-column: span 8;
}

.col-9 {
  grid-column: span 9;
}

.col-10 {
  grid-column: span 10;
}

.col-11 {
  grid-column: span 11;
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  font-size: 100.01%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-size: 20px;
  font-family: aglet-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #263C9F;
  line-height: 1.6;
}
@media screen and (max-width: 1680px) {
  body {
    font-size: 18px;
  }
}
@media screen and (max-width: 1440px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

.btn {
  font-size: 33px;
}
@media screen and (max-width: 1440px) {
  .btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 16px;
  }
}

h1 {
  font-size: 3.125;
  font-weight: 700;
  line-height: 1.2em;
  color: #263C9F;
  margin-bottom: 1em;
}

h2 {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.167em;
  color: #59269F;
  margin-bottom: 1.042em;
}
h2:before {
  mask: url(assets/images/arrow.svg);
  -webkit-mask: url(assets/images/arrow.svg);
  background-color: #00B8F1;
  height: 1.183em;
  width: 0.794em;
  display: block;
  float: left;
  position: absolute;
  top: 0.2em;
  left: -1.5em;
  transform-origin: center center;
}
h2.glasses:before {
  display: block;
  margin: auto;
  content: "";
  -webkit-mask: url(assets/images/logo.svg) no-repeat 50% 50%;
  mask: url(assets/images/logo.svg) no-repeat 50% 50%;
  -webkit-mask-size: initial;
  mask-size: cover;
  background-color: #59269F;
  height: 2.829em;
  width: 6.266em;
  margin-bottom: 0.542em;
  position: relative;
  transform-origin: center center;
}

h3 {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.167em;
  color: #59269F;
  margin-bottom: 1.3em;
}

p {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25em;
  color: #263C9F;
  margin-block-start: 0em;
  margin-block-end: 1.417em;
}

strong {
  font-weight: 600;
}

h2 {
  text-align: center;
  font-size: 2em;
  margin: 0 auto 2.708em;
  font-weight: 400;
  font-style: normal;
  color: #59269F;
}
@media (max-width: 768px) {
  h2 {
    margin: 0 auto 1.708em;
  }
}
h2::before {
  display: block;
  margin: auto;
  content: "";
  -webkit-mask: url(assets/images/logo.svg) no-repeat 50% 50%;
  mask: url(assets/images/logo.svg) no-repeat 50% 50%;
  -webkit-mask-size: initial;
  mask-size: initial;
  background-color: #263C9F;
  height: 2.829em;
  width: 6.266em;
  margin-bottom: 0.542em;
  position: relative;
  transform-origin: center center;
  float: unset;
  top: unset;
  left: unset;
}
@media (max-width: 768px) {
  h2::before {
    height: 1.829em;
    width: 5.266em;
  }
}

blockquote {
  font-size: 2em;
  font-weight: 600;
  font-style: normal;
  line-height: 1.167em;
  margin: 0.5em 0;
}
blockquote::before {
  content: url(assets/images/fleche-title.svg);
  transform: scale(-1, 1);
  height: 4.098em;
  width: 7.915em;
  display: block;
  float: left;
  position: absolute;
  top: -4em;
  left: -3.5em;
  transform-origin: center center;
}
@media (max-width: 768px) {
  blockquote::before {
    transform: scale(-0.5, 0.5);
    top: -2.6em;
  }
}

figcaption {
  text-align: center;
  font-weight: 700;
  font-size: 1.25em;
  color: #59269F;
}

body {
  margin: 0;
  background: white;
}

a {
  color: #263C9F;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  text-decoration: underline;
}

.container {
  width: 100%;
  box-sizing: border-box;
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 84.9vw;
}
@media (min-width: 2560px) {
  .container {
    max-width: 2000px;
  }
}
@media (max-width: 1680px) {
  .container {
    max-width: 86.8vw;
  }
}
@media (max-width: 1440px) {
  .container {
    max-width: 88.68vw;
  }
}
@media (max-width: 1280px) {
  .container {
    max-width: 90vw;
  }
}
@media (max-width: 900px) {
  .container {
    max-width: 92vw;
  }
}

.section {
  padding: 5em 0;
  width: 100%;
}
@media (max-width: 768px) {
  .section {
    padding: 2em 0;
  }
}

.grid {
  display: grid;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 0;
  align-items: start;
  min-height: 0; /* NEW */
  min-width: 0;
}
.grid.center {
  text-align: center;
  justify-content: center;
}
.grid.end {
  align-items: end;
}

.grid-11 {
  grid-template-columns: repeat(11, 1fr);
}

.grid-10 {
  grid-template-columns: repeat(10, 1fr);
}

.grid-9 {
  grid-template-columns: repeat(9, 1fr);
}

.grid-1 {
  grid-template-columns: repeat(1, 1fr);
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
}

.grid-2-1 {
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 1280px) {
  .grid-2-1 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .grid-2-1 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .grid-2-1 {
    grid-template-columns: 1fr;
  }
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 1300px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }
}

.gap100 {
  gap: 100px;
}
@media (max-width: 768px) {
  .gap100 {
    gap: 0;
  }
}

.nogap {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.btn {
  font-weight: 600;
  font-style: normal;
  font-size: 1.375em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 44px 42px 48px;
  background: #59269F;
  background: linear-gradient(90deg, rgb(38, 60, 159) 0%, rgb(89, 38, 159) 60%);
  color: #ffffff;
  transition: all 0.35s ease;
  box-shadow: 0 4px 12px rgba(63, 81, 181, 0.3);
  text-align: center;
  height: 2.697em;
  line-height: 1em;
  padding: 0 1em;
  box-sizing: border-box;
  width: 12.758em;
  max-width: 90vw;
}
.btn:hover {
  text-decoration: none;
  background: linear-gradient(90deg, rgb(89, 38, 159) 0%, rgb(38, 60, 159) 60%);
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(63, 81, 181, 0.4);
}
.btn.transparent {
  background: none;
}
.btn.transparent.blue {
  border: 2px solid #00B8F1;
}
.btn.transparent.blue:hover {
  background: #00B8F1;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.transparent.purpule {
  border: 2px solid #59269F;
  color: #59269F;
}
.btn.transparent.purpule:hover {
  background: #59269F;
  border-color: #ffffff;
  color: #ffffff;
}

.wpcf7 form input[type=submit] {
  grid-column: 5/span 3;
  border: none;
  background: linear-gradient(90deg, rgb(38, 60, 159) 0%, rgb(89, 38, 159) 60%);
  color: #ffffff;
  border-radius: 0 44px 42px 48px;
  cursor: pointer;
  transition: all 0.35s ease;
  box-shadow: 0 4px 12px rgba(63, 81, 181, 0.3);
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  font-weight: 600;
  font-style: normal;
  font-size: 1.375em;
  height: 2.697em;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
}
@media (max-width: 768px) {
  .wpcf7 form input[type=submit] {
    grid-column: 3/span 8;
  }
}
.wpcf7 form input[type=submit]:hover {
  background: linear-gradient(90deg, rgb(89, 38, 159) 0%, rgb(38, 60, 159) 60%);
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(63, 81, 181, 0.4);
}

.wpcf7 form {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: start;
  min-height: 0;
  min-width: 0;
}
.wpcf7 form .form-group {
  position: relative;
  margin-bottom: 1.16em;
  grid-column: 1/span 11;
  grid-template-columns: repeat(11, 1fr);
  gap: 32px;
  display: grid;
}
.wpcf7 form .form-group .required {
  grid-column: 5/span 8;
  margin-top: 1em;
}
@media (max-width: 768px) {
  .wpcf7 form .form-group .required {
    grid-column: 1/span 10;
  }
}
.wpcf7 form .form-group .required span {
  color: #00B8F1;
}
.wpcf7 form .form-group .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}
.wpcf7 form .form-group input,
.wpcf7 form .form-group textarea, .wpcf7 form .form-group select {
  padding: 0.5em 1.5em;
  border: 2px solid #59269F;
  border-radius: 50px;
  outline: none;
  background: #ffffff;
  transition: all 0.3s ease;
  font-size: 1.375em;
  height: 2.697em;
  line-height: 1em;
  color: #263C9F;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.wpcf7 form .form-group input [type=checkbox],
.wpcf7 form .form-group textarea [type=checkbox], .wpcf7 form .form-group select [type=checkbox] {
  border: 2px solid #59269F;
  height: 1em;
}
.wpcf7 form .form-group input:focus,
.wpcf7 form .form-group textarea:focus, .wpcf7 form .form-group select:focus {
  border-color: #00B8F1;
  box-shadow: 0 0 10px rgba(63, 81, 181, 0.2);
}
.wpcf7 form .form-group input {
  text-transform: uppercase;
  width: 100%;
}
.wpcf7 form .form-group textarea {
  height: 6.5em;
  width: 100%;
}
.wpcf7 form .form-group label {
  position: relative;
  height: 2.697em;
  display: flex;
  align-content: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  color: #59269F;
  font-size: 1.375em;
  font-weight: 600;
  line-height: 1em;
  pointer-events: none;
  padding: 0 5px;
  text-transform: uppercase;
  transition: 0.35s cubic-bezier(0.68, -0.55, 0.27, 1.55), color 0.3s ease;
}
.wpcf7 form .form-group label .label-main {
  display: inline;
  grid-template-columns: repeat(11, 1fr);
  width: 100%;
}
.wpcf7 form .form-group label .required {
  color: #00B8F1;
  font-size: 0.72em;
  margin-left: 0.1em;
  margin-right: -0.5em;
  margin-top: 0;
  vertical-align: super;
}
.wpcf7 form .form-group label .info {
  display: block;
  font-size: 0.72em;
  text-transform: none;
  font-weight: 400;
}
@media (max-width: 768px) {
  .wpcf7 form .form-group label .info {
    display: inline;
  }
}
.wpcf7 form .wpcf7-response-output {
  margin: 3em auto;
  border-top: 0;
  border-left: 2px solid;
  border-right: 0;
  border-bottom: 0;
  max-width: 70%;
}
@media (max-width: 768px) {
  .wpcf7 form .wpcf7-response-output {
    max-width: 85%;
  }
}
.wpcf7 form .wpcf7-spinner {
  bottom: -5vh;
  right: 50%;
  transform: translateX(50%);
  position: absolute;
  margin: 0;
}
.wpcf7 .wpcf7-list-item {
  display: inline;
  margin: 0;
}
.wpcf7 .wpcf7-list-item label {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 1em;
  line-height: 1.25em;
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-left: calc(1em + 12px);
}
.wpcf7 .wpcf7-list-item label:last-child {
  margin-right: 0;
}
.wpcf7 .wpcf7-list-item label input[type=checkbox], .wpcf7 .wpcf7-list-item label input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wpcf7 .wpcf7-list-item label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(0);
  width: 1em;
  height: 1em;
  border: 2px solid #59269F;
  border-radius: 50%;
  background: transparent;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}
.wpcf7 .wpcf7-list-item label::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 3px;
  width: 5px;
  height: 15px;
  border: solid #EEE9F5;
  border-width: 0 4px 4px 0;
  transform: translateY(0%) rotate(45deg) scale(0);
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.2s ease;
  box-sizing: content-box;
}
.wpcf7 .wpcf7-list-item label:hover::before {
  box-shadow: 0 0 5px rgba(238, 233, 245, 0.3);
}
.wpcf7 .wpcf7-list-item label:has(input[type=checkbox]:checked)::before, .wpcf7 .wpcf7-list-item label:has(input[type=radio]:checked)::before {
  background: #59269F;
}
.wpcf7 .wpcf7-list-item label:has(input[type=checkbox]:checked)::after, .wpcf7 .wpcf7-list-item label:has(input[type=radio]:checked)::after {
  transform: translateY(0%) rotate(45deg) scale(1);
  opacity: 1;
}

.form-container .wpcf7 form .wpcf7-form-control-wrap[data-name=acceptance] {
  grid-column: 2/span 9;
  margin-bottom: 2.95em;
}
@media (max-width: 768px) {
  .form-container .wpcf7 form .wpcf7-form-control-wrap[data-name=acceptance] {
    grid-column: 1/span 10;
  }
}
.form-container .wpcf7 form .form-group .required {
  grid-column: 2/span 8;
  margin: 4.75em 0 3.95em;
}
@media (max-width: 768px) {
  .form-container .wpcf7 form .form-group .required {
    margin: 1.75em 0 0.95em;
  }
}
.form-container .wpcf7 form .form-group .required span {
  color: #00B8F1;
}
.form-container .wpcf7 form .form-group label {
  position: absolute;
  top: 0.3em;
  left: 1em;
  color: #59269F;
  font-size: 1.375em;
  text-align: left;
  pointer-events: none;
  padding: 0 5px;
  text-transform: uppercase;
  transition: 0.35s cubic-bezier(0.68, -0.55, 0.27, 1.55), color 0.3s ease;
  justify-content: flex-start;
  height: 2em;
  width: unset;
}
.form-container .wpcf7 form .form-group label span {
  color: #00B8F1;
  font-size: 0.72em;
  margin-left: 0.1em;
  margin-right: -0.5em;
  vertical-align: super;
}
.form-container .wpcf7 form .form-group.filled label, .form-container .wpcf7 form .form-group:focus-within label {
  top: 0.45em;
  left: 2em;
  height: 0.6em;
  color: #00B8F1;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 0.7em;
  text-transform: none;
}
.form-container .wpcf7-list-item {
  display: block;
  margin: 0;
}
.form-container .wpcf7-list-item label {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 1em;
  line-height: 1.25em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-left: calc(1em + 12px);
}
.form-container .wpcf7-not-valid-tip {
  margin-left: 1.5em;
}

.site-header {
  background: #ffffff;
  position: relative;
  height: 25.6vh;
  max-height: 277px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 900px) {
  .site-header {
    height: 10vh;
  }
}
.site-header .header-inner {
  align-items: center;
  padding-top: 2.25em;
  padding-bottom: 1.833em;
}
@media (max-width: 768px) {
  .site-header .header-inner {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.site-header .header-inner .btn {
  grid-column: 9/span 3;
  width: auto;
}
@media (max-width: 900px) {
  .site-header .header-inner .btn {
    display: none;
    grid-column: 8/span 4;
  }
}
.site-header .header-inner .site-logo {
  display: flex;
  align-items: flex-start;
  grid-column: 2/span 6;
}
@media (max-width: 900px) {
  .site-header .header-inner .site-logo {
    grid-column: 1/span 6;
  }
}
.site-header .header-inner .site-logo > .logo {
  display: flex;
  align-items: end;
}
@media (max-width: 768px) {
  .site-header .header-inner .site-logo > .logo {
    flex-direction: column;
    align-items: flex-start;
  }
}
.site-header .header-inner .site-logo > .logo img:first-child {
  max-width: 95px;
  width: 4.948vw;
  margin-right: 1.66vw;
}
@media (max-width: 768px) {
  .site-header .header-inner .site-logo > .logo img:first-child {
    width: 18vw;
    margin-right: 0;
    margin-bottom: 0.3em;
    max-width: unset;
  }
}
.site-header .header-inner .site-logo > .logo img:last-child {
  max-width: 320px;
  width: 16.669vw;
}
@media (max-width: 768px) {
  .site-header .header-inner .site-logo > .logo img:last-child {
    width: 18vw;
    max-width: unset;
  }
}
.site-header .header-inner .site-logo > .baseline {
  max-width: 290px;
  width: 15.105vw;
  margin-left: 2.761vw;
}
@media (max-width: 768px) {
  .site-header .header-inner .site-logo > .baseline {
    display: none;
  }
}

section.hero {
  overflow: hidden;
  padding: 12vh 0 15vh;
}
@media (max-width: 768px) {
  section.hero {
    padding: 7vh 0 0;
  }
}
section.hero .surtitle {
  color: #59269F;
  font-size: 1.25em;
  margin-bottom: 0;
  font-weight: 600;
  font-style: normal;
  grid-column: 2/span 5;
  z-index: 100px;
}
@media (max-width: 768px) {
  section.hero .surtitle {
    grid-column: 1/span 10;
  }
}
section.hero .surtitle::before {
  display: inline-block;
  content: "";
  -webkit-mask: url(assets/images/logo.svg) no-repeat 50% 50%;
  mask: url(assets/images/logo.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #59269F;
  height: 0.808em;
  width: 1.798em;
  position: relative;
  margin-right: 0.5em;
  transform-origin: center center;
}
section.hero h1 {
  font-size: 3.125em;
  line-height: 1.2em;
  font-weight: 700;
  margin: 0 0 0.9em;
  grid-column: 2/span 5;
  z-index: 100;
}
@media (max-width: 768px) {
  section.hero h1 {
    font-size: 2.7em;
    grid-column: 1/span 11;
  }
}
section.hero p {
  font-size: 1.25em;
  line-height: 1.267em;
  font-weight: 400;
  text-transform: none;
  grid-column: 2/span 4;
  z-index: 100;
}
@media (max-width: 768px) {
  section.hero p {
    font-size: 1.7em;
    grid-column: 1/span 11;
  }
}
section.hero .btn {
  grid-column: 2/span 3;
  margin-top: 3.121em;
}
@media (max-width: 768px) {
  section.hero .btn {
    grid-column: 1/span 11;
  }
}
section.hero .figure {
  position: absolute;
  right: 0;
  z-index: 0;
  top: 0;
  width: 37.65vw;
  max-width: 722px;
}
@media (max-width: 768px) {
  section.hero .figure {
    display: none;
  }
}
section.hero .figure img {
  width: 100%;
  height: auto;
}
section.hero.type1 {
  background-color: #EEE9F5;
  color: #263C9F;
}
section.hero.type1 .surtitle {
  margin-bottom: 1.6em;
}
@media (max-width: 768px) {
  section.hero.type1 .surtitle {
    grid-column: 1/span 11;
  }
}
section.hero.type1 h1 {
  margin: 0 0 0.3em;
  grid-column: 2/span 6;
}
@media (max-width: 768px) {
  section.hero.type1 h1 {
    grid-column: 1/span 11;
  }
}
section.hero.type1 p {
  font-size: 2.208em;
  line-height: 1.302em;
  text-transform: uppercase;
  margin: 0;
  grid-column: 2/span 5;
}
@media (max-width: 768px) {
  section.hero.type1 p {
    grid-column: 1/span 11;
  }
}
section.hero.type1 .btn {
  margin-top: 2.5em;
}
@media (max-width: 768px) {
  section.hero.type1 .btn {
    grid-column: 1/span 11;
    margin: 1em 0 2em;
  }
}
section.hero.type2 {
  background-color: #EEE9F5;
  color: #59269F;
}
section.hero.type2 h1 {
  color: #59269F;
  margin: 0 0 0.7em;
  min-height: 2em;
}
section.hero.type2 p {
  color: #59269F;
  grid-column: 2/span 8;
}
@media (max-width: 768px) {
  section.hero.type2 p {
    grid-column: 1/span 11;
  }
}
section.hero.type2 .figure {
  width: 19.75vw;
  max-width: 380px;
  right: 10vw;
  top: 1em;
}
section.hero.type3 {
  background-color: #EEE9F5;
  color: #59269F;
}
section.hero.type3 h1 {
  color: #59269F;
  grid-column: 2/span 6;
}
@media (max-width: 768px) {
  section.hero.type3 h1 {
    grid-column: 1/span 11;
  }
}
section.hero.type3 p {
  color: #59269F;
  grid-column: 2/span 5;
}
@media (max-width: 768px) {
  section.hero.type3 p {
    grid-column: 1/span 11;
  }
}
section.hero.type3 .figure {
  max-width: 556.76px;
}
section.hero.type4 {
  background: linear-gradient(90deg, rgb(38, 60, 159) 0%, rgb(89, 38, 159) 60%);
  background-color: #59269F;
}
section.hero.type4 .surtitle::before {
  background-color: #ffffff;
}
@media (max-width: 768px) {
  section.hero.type4 p {
    grid-column: 1/span 11;
  }
}
section.hero.type4 .surtitle, section.hero.type4 h1, section.hero.type4 p {
  color: #ffffff;
}
section.hero.type5 {
  background-color: #EEE9F5;
  color: #59269F;
}
section.hero.type5 h1 {
  color: #59269F;
  grid-column: 2/span 6;
}
@media (max-width: 768px) {
  section.hero.type5 h1 {
    grid-column: 1/span 11;
  }
}
section.hero.type5 p {
  color: #59269F;
  grid-column: 2/span 5;
}
@media (max-width: 768px) {
  section.hero.type5 p {
    grid-column: 1/span 11;
  }
}
section.hero.type5 .figure {
  top: unset;
  bottom: 0;
}

#main-nav {
  background: linear-gradient(90deg, rgb(38, 60, 159) 0%, rgb(89, 38, 159) 60%);
  position: relative;
  width: 100%;
}
#main-nav .container {
  position: unset;
}
@media (max-width: 769px) {
  #main-nav .container {
    position: absolute;
  }
}

.mobile-menu {
  position: static;
  height: auto;
  transform: none;
  background: none;
  flex-direction: row;
}

.burger {
  font-size: 3em;
  background: none;
  border: none;
  color: #263C9F;
  display: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.close-btn {
  position: absolute;
  top: 2vh;
  right: 5vw;
  font-size: 3em;
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
}

.volunteer-btn {
  z-index: 100;
  position: absolute;
  top: 12vh;
  color: #ffffff;
  border: 2px solid #ffffff;
  display: none;
}
@media (max-width: 768px) {
  .volunteer-btn {
    display: grid;
  }
}

.burger, .close-btn {
  display: none;
}
@media (max-width: 768px) {
  .burger, .close-btn {
    display: block;
  }
}

.nav-links-desktop {
  display: none;
}

.nav-links {
  list-style: none;
  padding: 0;
  text-align: left;
  grid-column: 2/span 10;
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .nav-links {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    top: 25vh;
  }
}
.nav-links > li {
  margin: 0;
}
.nav-links > li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.25em;
  font-weight: 600;
  height: auto;
  display: inline-block;
  padding: 0.7em 1em 0.7em 1.4em;
  position: relative;
  text-align: left;
}
.nav-links > li a:before {
  content: "";
  -webkit-mask: url(assets/images/arrow.svg) no-repeat 50% 50%;
  mask: url(assets/images/arrow.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #00B8F1;
  height: 1.183em;
  width: 0.794em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0em;
}
.nav-links > li.current_page_item a, .nav-links > li.current-page-parent a {
  padding-left: 1.6em;
}
.nav-links > li.current_page_item a:before, .nav-links > li.current-page-parent a:before {
  -webkit-mask: url(assets/images/arrow-down.svg) no-repeat 50% 50%;
  mask: url(assets/images/arrow-down.svg) no-repeat 50% 50%;
  width: 1.183em;
  height: 0.794em;
}
.nav-links > li.current_page_item .sub-menu, .nav-links > li.current-page-parent .sub-menu {
  visibility: visible;
  display: flex;
  opacity: 1;
}
@media (max-width: 768px) {
  .nav-links > li.lang-switcher {
    align-self: flex-center;
  }
}
.nav-links > li.lang-switcher ul.lang-list {
  display: flex;
  flex-direction: row;
  padding-inline-start: 0;
}
.nav-links > li.lang-switcher ul.lang-list li.lang-item::before {
  content: ">";
  color: #ffffff;
  background: unset;
  -webkit-mask: unset;
          mask: unset;
}
.nav-links > li.lang-switcher ul.lang-list li.lang-item a {
  padding-left: 0;
  padding-right: 0;
}
.nav-links > li.lang-switcher ul.lang-list li.lang-item a::before {
  content: none;
}
.nav-links > li.lang-switcher ul.lang-list li.lang-item:first-of-type::before {
  content: none;
}
.nav-links > li.lang-switcher ul.lang-list li.current-lang a {
  color: #00B8F1;
}

.sub-menu {
  list-style: none;
  background-color: #00B8F1;
  width: 100vw;
  padding-left: 15vw;
  position: absolute;
  top: 3.75em;
  left: 0;
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  visibility: hidden;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
  margin: 0;
}
@media (max-width: 768px) {
  .sub-menu {
    flex-direction: column;
    text-align: left;
    background-color: unset;
    position: relative;
    top: unset;
    padding-left: 1em;
  }
}
.sub-menu li {
  margin: 0;
}
.sub-menu li a {
  font-size: 0.958em;
  line-height: 1em;
  font-weight: 400;
  text-transform: uppercase;
  color: #263C9F;
  padding: 0.85em 1.417em 0.85em;
  height: auto;
  display: inline-block;
}
@media (max-width: 768px) {
  .sub-menu li a {
    padding-left: 1.6em;
    color: #ffffff;
  }
}
.sub-menu li a:before {
  content: none;
}
.sub-menu li a:hover {
  color: #ffffff;
}
.sub-menu li.current-menu-item a {
  color: #ffffff;
}
.sub-menu li:first-child a {
  padding-left: 0;
}
@media (max-width: 768px) {
  .sub-menu li:first-child a {
    padding-left: 1.6em;
  }
}
.sub-menu li:after {
  content: "|";
  color: #ffffff;
}
@media (max-width: 1000px) {
  .sub-menu li:after {
    content: none;
  }
}
.sub-menu li:last-child:after {
  content: none;
}

.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  display: flex;
}

.mobile-menu {
  position: static;
  display: grid;
  height: auto;
  transform: none;
  background: none;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 769px) {
  .mobile-menu {
    position: fixed;
    top: -10vh;
    right: 0;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 200;
    background: linear-gradient(90deg, rgb(38, 60, 159) 0%, rgb(89, 38, 159) 60%);
  }
  .mobile-menu.active {
    display: flex;
  }
}

.site-footer {
  background: #EEE9F5;
  padding: 4.375em 0;
}
.site-footer .footer-coordonnees img {
  max-width: 293px;
  width: 12.208em;
  margin-bottom: 2.708em;
}
.site-footer .footer-coordonnees address {
  font-size: 1.25em;
  font-style: normal;
  line-height: 1.333em;
}
.site-footer .footer-coordonnees address strong {
  font-size: 1.1em;
}
.site-footer .footer-links ul {
  padding-inline-start: 0;
}
.site-footer .footer-links ul li {
  list-style: none;
}
.site-footer .footer-links #menu-menu-legal, .site-footer .footer-links #menu-menu-legal-en {
  font-size: 1.208em;
  font-weight: bold;
}
.site-footer .footer-links #menu-menu-legal li, .site-footer .footer-links #menu-menu-legal-en li {
  margin: 0.5em 0;
}
.site-footer .footer-links #menu-menu-footer, .site-footer .footer-links #menu-menu-footer-en {
  text-transform: uppercase;
  font-size: 1.042em;
  margin-left: 3em;
}
@media (max-width: 768px) {
  .site-footer .footer-links #menu-menu-footer, .site-footer .footer-links #menu-menu-footer-en {
    margin-left: 0;
    margin-top: 2em;
  }
}
.site-footer .footer-links #menu-menu-footer li, .site-footer .footer-links #menu-menu-footer-en li {
  margin: 0.325em 0;
}
.site-footer .footer-links a.btn {
  margin-top: 2.5em;
}

.copyright {
  margin: 0.6em auto;
  color: #263C9F;
  text-align: center;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
  background-color: #EEE9F5 !important;
  padding: 2vh 0;
  border-top: 1px solid #59269F !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p {
  font-size: 1em;
  line-height: 1.2em;
  color: #263C9F !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton {
  border-radius: 0 44px 42px 48px;
  background: #59269F;
  background: linear-gradient(90deg, rgb(38, 60, 159) 0%, rgb(89, 38, 159) 60%);
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  padding: 1em 2em;
}

@media (max-width: 768px) {
  #cta-participer {
    margin-top: 3em;
  }
}
#cta-participer .btn {
  z-index: 100;
  position: absolute;
  left: 50%;
  bottom: -1em;
  transform: translateX(-50%);
  text-align: center;
  justify-content: center;
  width: 38vw;
  max-width: 24em;
}
@media (max-width: 768px) {
  #cta-participer .btn {
    width: 85%;
  }
}
#cta-participer .btn::before {
  content: "";
  -webkit-mask: url(assets/images/map.svg) no-repeat 50% 50%;
  mask: url(assets/images/map.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #ffffff;
  height: 1.765em;
  width: 1.199em;
  margin-right: 1em;
}
@media (max-width: 768px) {
  #cta-participer .btn::before {
    width: 2em;
    margin-right: 0.5em;
  }
}
#cta-participer div.encart {
  border-radius: 200px 0px 200px 200px;
  background: #EEE9F5;
  text-align: center;
  align-items: center;
  position: relative;
  grid-column: 2/span 9;
}
@media (max-width: 768px) {
  #cta-participer div.encart {
    grid-column: 1/span 11;
    margin-bottom: 2em;
  }
}
#cta-participer div.encart::before {
  display: block;
  margin: auto;
  content: "";
  -webkit-mask: url(assets/images/logo.svg) no-repeat 50% 50%;
  mask: url(assets/images/logo.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #59269F;
  height: 2.829em;
  width: 6.266em;
  position: absolute;
  top: -1.5em;
  left: 50%;
  transform: translateX(-50%);
}
#cta-participer p {
  color: #59269F;
  font-weight: 600;
  font-style: normal;
  font-size: 2.208em;
  line-height: 1.208em;
  margin: 1.585em auto 1.981em;
  max-width: 60%;
}

.about {
  color: #ffffff;
  background: #59269F;
  background: linear-gradient(90deg, rgb(38, 60, 159) 0%, rgb(89, 38, 159) 60%);
  padding-bottom: 0;
}
.about h2 {
  color: #ffffff;
}
.about h2::before {
  background-color: #ffffff;
}
.about .container {
  grid-template-columns: repeat(1, 1fr);
  padding-bottom: 14.583em;
}
@media (max-width: 768px) {
  .about .container {
    padding-bottom: 7em;
  }
}
.about .bloc {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 37.208em;
}
@media (max-width: 1300px) {
  .about .bloc {
    max-width: 600px;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .about .bloc {
    justify-content: flex-start;
  }
}
.about .bloc figure {
  margin: 0 auto 3.375em;
  width: 17.542em;
  height: 15.625em;
  overflow: hidden;
  text-align: center;
}
.about .bloc figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about .bloc h3 {
  position: relative;
  font-size: 1.375em;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  padding-left: 3rem;
  margin-bottom: 1.333em;
}
@media (max-width: 768px) {
  .about .bloc h3 {
    padding-left: 1.5rem;
  }
}
.about .bloc h3:before {
  content: url("assets/images/arrow.svg");
  height: 1.183em;
  width: 0.794em;
  position: absolute;
  left: 0;
}
.about .bloc p {
  color: #ffffff;
  font-size: 1.25em;
  line-height: 1.333em;
}
.about .bloc p, .about .bloc .btn {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .about .bloc p, .about .bloc .btn {
    margin-left: 1.5rem;
  }
}

#video {
  color: #263C9F;
  position: relative;
  background: #ffffff;
  height: auto;
}

.video-wrapper {
  aspect-ratio: auto 16/9;
  width: 60vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  left: 50%;
  margin: -6em auto 0;
  font-size: 2em;
  font-weight: 400;
  max-width: 84.9vw;
}
@media (min-width: 2560px) {
  .video-wrapper {
    max-width: 2000px;
  }
}
@media (max-width: 1680px) {
  .video-wrapper {
    max-width: 86.8vw;
  }
}
@media (max-width: 1440px) {
  .video-wrapper {
    max-width: 88.68vw;
  }
}
@media (max-width: 1280px) {
  .video-wrapper {
    max-width: 90vw;
  }
}
@media (max-width: 900px) {
  .video-wrapper {
    max-width: 92vw;
  }
}
@media (max-width: 768px) {
  .video-wrapper {
    width: 90vw;
    margin: -2em auto 0;
  }
}
.video-wrapper video {
  width: 100%;
  height: 100%;
  margin-bottom: 3.5rem;
  box-shadow: 0px -60px 150px 0px rgba(0, 184, 241, 0.44);
}

#pourquoi-participer {
  color: #ffffff;
  padding-bottom: 8.375em;
}
#pourquoi-participer .container {
  position: inherit;
}
#pourquoi-participer .figure {
  position: absolute;
  left: 0;
  width: 45vw;
}
#pourquoi-participer .figure img {
  width: 100%;
}
#pourquoi-participer .text {
  grid-column: 6/span 6;
  padding-left: 3em;
}
#pourquoi-participer .text h2 {
  color: #ffffff;
  font-weight: 700;
  font-size: 3.125em;
  margin: 0;
  line-height: 1.2em;
  max-width: 80%;
  text-align: left;
  margin-bottom: 0.827em;
}
#pourquoi-participer .text h2::before {
  display: block;
  margin: auto -1em auto;
  content: url("assets/images/fleche-title.svg");
  mask: unset;
  -webkit-mask: unset;
  mask: unset;
  height: 2.623em;
  width: 5.066em;
  position: relative;
  margin-bottom: 0.827em;
  background-color: unset;
}
#pourquoi-participer .text p {
  font-size: 2em;
  line-height: 1.167em;
  color: #ffffff;
  margin-bottom: 1.75em;
}

.blockcontent {
  background-color: #ffffff;
}
.blockcontent .container {
  align-items: center;
}
.blockcontent .container .text {
  position: relative;
}
.blockcontent .container .text h2 {
  text-align: left;
  margin-bottom: 1em;
  font-size: 2em;
  font-weight: 600;
  position: relative;
}
.blockcontent .container .text h2:before {
  mask: url("assets/images/arrow.svg");
  -webkit-mask: url("assets/images/arrow.svg");
  background-color: #00B8F1;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 35.49px;
  width: 23.81px;
  display: block;
  float: left;
  position: absolute;
  transform-origin: center center;
  top: 0.2em;
  left: -1em;
}
.blockcontent .container .text p img {
  width: 100%;
}
.blockcontent .container .img {
  overflow: hidden;
  position: relative;
}
.blockcontent .container .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blockcontent .container:nth-child(odd) .text {
  order: 1;
  grid-column: 2/span 4;
}
@media (max-width: 768px) {
  .blockcontent .container:nth-child(odd) .text {
    grid-column: 2/span 9;
  }
}
.blockcontent .container:nth-child(odd) .text:not(:has(+ .img)) {
  grid-column: 2/span 9;
}
.blockcontent .container:nth-child(odd) .img {
  order: 2;
  grid-column: 7/span 5;
}
@media (max-width: 768px) {
  .blockcontent .container:nth-child(odd) .img {
    grid-column: 1/span 11;
  }
}
.blockcontent .container:nth-child(odd) .img img {
  margin: 0 2em 0 0;
}
.blockcontent .container:nth-child(even) .text {
  order: 2;
  grid-column: 7/span 4;
}
@media (max-width: 768px) {
  .blockcontent .container:nth-child(even) .text {
    grid-column: 2/span 9;
    order: 1;
  }
}
.blockcontent .container:nth-child(even) .text:not(:has(+ .img)) {
  grid-column: 2/span 9;
}
.blockcontent .container:nth-child(even) .img {
  order: 1;
  grid-column: 1/span 5;
}
@media (max-width: 768px) {
  .blockcontent .container:nth-child(even) .img {
    grid-column: 1/span 11;
    order: 2;
  }
}
.blockcontent .container:nth-child(even) .img img {
  margin: 0;
}
.blockcontent.type2 {
  background-color: #EEE9F5;
  padding-bottom: 7.5em;
}
.blockcontent.type2 .container {
  align-items: start;
}
.blockcontent.type2 .container .organic-bg {
  grid-column: span 10;
  background-image: url(assets/images/background.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 92%;
}
@media (max-width: 768px) {
  .blockcontent.type2 .container .organic-bg {
    background-image: unset;
  }
}
.blockcontent.type2 .container .organic-bg .container:first-child {
  margin-top: 5.5em;
}
@media (max-width: 768px) {
  .blockcontent.type2 .container .organic-bg .container:first-child {
    margin-top: 0;
  }
}
.blockcontent.type2 .container .organic-bg .container:nth-child(odd) .text {
  order: 2;
  grid-column: 7/span 4;
}
@media (max-width: 768px) {
  .blockcontent.type2 .container .organic-bg .container:nth-child(odd) .text {
    order: 1;
    grid-column: 2/span 9;
  }
}
.blockcontent.type2 .container .organic-bg .container:nth-child(odd) .img {
  order: 1;
  grid-column: 1/span 5;
  margin: -2em 0 2em 2em;
}
@media (max-width: 768px) {
  .blockcontent.type2 .container .organic-bg .container:nth-child(odd) .img {
    order: 2;
    grid-column: 2/span 9;
    margin: 0;
  }
}
.blockcontent.type2 .container .organic-bg .container:nth-child(even) .text {
  order: 1;
  grid-column: 2/span 4;
}
@media (max-width: 768px) {
  .blockcontent.type2 .container .organic-bg .container:nth-child(even) .text {
    order: 1;
    grid-column: 2/span 9;
  }
}
.blockcontent.type2 .container .organic-bg .container:nth-child(even) .img {
  order: 2;
  grid-column: 7/span 5;
  margin: 2em 1.5em 0 -3em;
}
@media (max-width: 768px) {
  .blockcontent.type2 .container .organic-bg .container:nth-child(even) .img {
    order: 2;
    grid-column: 2/span 9;
    margin: 0;
  }
}
.blockcontent.type3 {
  background: #59269F;
  color: #ffffff;
  background: linear-gradient(90deg, rgb(38, 60, 159) 0%, rgb(89, 38, 159) 60%);
  padding-top: 7.5em;
}
.blockcontent.type3::before {
  display: block;
  margin: auto;
  content: "";
  -webkit-mask: url(assets/images/logo.svg) no-repeat 50% 50%;
  mask: url(assets/images/logo.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  mask-size: cover;
  background-color: #ffffff;
  height: 5.657em;
  width: 12.532em;
  margin-bottom: 1.542em;
  position: relative;
  transform-origin: center center;
  float: unset;
  top: unset;
  left: unset;
}
.blockcontent.type3 .container {
  align-items: start;
  text-align: center;
}
.blockcontent.type3 .container h2, .blockcontent.type3 .container p {
  color: #ffffff;
}
.blockcontent.type3 .container .header {
  grid-column: 4/span 5;
  margin-bottom: 2.5em;
  position: relative;
}
@media (max-width: 768px) {
  .blockcontent.type3 .container .header {
    grid-column: 2/span 9;
  }
}
.blockcontent.type3 .container .header::before {
  background-color: #ffffff;
}
.blockcontent.type3 .container .header h2 {
  text-align: left;
  margin-bottom: 1.875em;
  font-size: 2em;
  font-weight: 600;
  padding-left: 1em;
}
.blockcontent.type3 .container .header h2:before {
  mask: url("assets/images/arrow.svg");
  -webkit-mask: url("assets/images/arrow.svg");
  background-color: #00B8F1;
  height: 35.49px;
  width: 23.81px;
  display: block;
  float: left;
  position: absolute;
  top: 0.2em;
  left: 0;
  transform-origin: center center;
}
.blockcontent.type3 .container .header p {
  text-align: left;
}
.blockcontent.type3 .container:nth-child(even) .text {
  order: 1;
  grid-column: 2/span 5;
}
@media (max-width: 768px) {
  .blockcontent.type3 .container:nth-child(even) .text {
    grid-column: 2/span 9;
  }
}
.blockcontent.type3 .container:nth-child(even) .img {
  order: 2;
  grid-column: 7/span 5;
  margin: 0 -2em 0 2em;
}
@media (max-width: 768px) {
  .blockcontent.type3 .container:nth-child(even) .img {
    grid-column: 2/span 9;
    margin: 0;
  }
}
.blockcontent.type3 .container:nth-child(odd) .text {
  order: 2;
  grid-column: 6/span 5;
}
@media (max-width: 768px) {
  .blockcontent.type3 .container:nth-child(odd) .text {
    order: 1;
    grid-column: 2/span 9;
  }
}
.blockcontent.type3 .container:nth-child(odd) .img {
  order: 1;
  grid-column: 1/span 5;
  margin: 0 2em 0 -2em;
}
@media (max-width: 768px) {
  .blockcontent.type3 .container:nth-child(odd) .img {
    order: 2;
    grid-column: 2/span 9;
    margin: 0;
  }
}
.blockcontent.type4 {
  background-color: #ffffff;
  padding: 2em 0 8em;
  height: auto;
}
.blockcontent.type4::before {
  display: block;
  margin: auto;
  content: "";
  background-image: url("assets/images/fleche-title.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 8.19em;
  width: 15.83em;
  margin-bottom: 3.125em;
  position: relative;
  transform-origin: center center;
  float: unset;
  top: unset;
  left: unset;
}
.blockcontent.type4 .text {
  grid-column: 2/span 9;
  text-align: center;
  font-size: 1.25em;
}
.blockcontent.type5 {
  background: #59269F;
  color: #ffffff;
  background: linear-gradient(90deg, rgb(38, 60, 159) 0%, rgb(89, 38, 159) 60%);
}
.blockcontent.type5 .container:nth-child(odd) .text, .blockcontent.type5 .text {
  grid-column: 4/span 4;
  text-align: center;
}
@media (max-width: 768px) {
  .blockcontent.type5 .container:nth-child(odd) .text, .blockcontent.type5 .text {
    grid-column: 2/span 9;
  }
}
.blockcontent.type5 .container:nth-child(odd) .text h2, .blockcontent.type5 .text h2 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0.3em;
}
.blockcontent.type5 .container:nth-child(odd) .text h2::before, .blockcontent.type5 .text h2::before {
  -webkit-mask: unset;
  mask: unset;
  background: unset;
  display: none;
}
.blockcontent.type5 .container:nth-child(odd) .text p, .blockcontent.type5 .text p {
  color: #00B8F1;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.333em;
}
.blockcontent.type5 .container:nth-child(odd) .text p::before, .blockcontent.type5 .text p::before {
  content: "";
  -webkit-mask: url(assets/images/arrow-down.svg) no-repeat 50% 50%;
  mask: url(assets/images/arrow-down.svg) no-repeat 50% 50%;
  background-color: #00B8F1;
  height: 35px;
  width: 23px;
  display: block;
  margin: auto;
  margin-bottom: 0.5em;
}
.blockcontent.type5 .container:nth-child(odd) .img, .blockcontent.type5 .img {
  grid-column: 2/span 9;
  overflow: visible;
  margin-top: 2.875em;
  position: relative;
}
@media (max-width: 768px) {
  .blockcontent.type5 .container:nth-child(odd) .img, .blockcontent.type5 .img {
    margin-top: 0;
  }
}
.blockcontent.type5 .container:nth-child(odd) .img::before, .blockcontent.type5 .img::before {
  content: "";
  background-image: url(assets/images/objectif.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 15.305em;
  width: 15.746em;
  right: 0;
  top: -13em;
  position: absolute;
}
@media (max-width: 768px) {
  .blockcontent.type5 .container:nth-child(odd) .img::before, .blockcontent.type5 .img::before {
    content: none;
  }
}
.blockcontent.type5 .container:nth-child(odd) .img .corner, .blockcontent.type5 .img .corner {
  border-radius: 0 44px 42px 48px;
  border: 1px solid #00B8F1;
  overflow: hidden;
}
.blockcontent.type5 .container:nth-child(odd) .img img, .blockcontent.type5 .img img {
  grid-column: 2/span 9;
}
.blockcontent.type6 {
  background: #59269F;
  background: linear-gradient(90deg, rgb(38, 60, 159) 0%, rgb(89, 38, 159) 60%);
  padding: 10em 0 10em;
}
.blockcontent.type6::before {
  content: "";
  background-image: url(assets/images/fleche-title.svg);
  background-repeat: no-repeat;
  height: 15.305em;
  width: 15.746em;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  position: absolute;
}
.blockcontent.type6 .text {
  width: 30vw;
  margin: auto;
  text-align: center;
  font-size: 1.25em;
  font-weight: 600;
}
.blockcontent.type6 .text p {
  color: #ffffff;
}
.blockcontent.type6 .text strong {
  color: #00B8F1;
}
.blockcontent.type7 {
  background: #59269F;
  background: linear-gradient(90deg, rgb(38, 60, 159) 0%, rgb(89, 38, 159) 60%);
  padding: 10em 0 0;
}
.blockcontent.type7 .container {
  margin: auto;
  background-image: url(assets/images/bg-cta2.webp);
  background-size: 51%;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 17.2em;
}
@media (max-width: 768px) {
  .blockcontent.type7 .container {
    width: 85vw;
    padding-bottom: 12em;
  }
  .blockcontent.type7 .container:nth-child(odd) .text, .blockcontent.type7 .container:nth-child(even) .text, .blockcontent.type7 .container:nth-child(odd) .img, .blockcontent.type7 .container:nth-child(even) .img {
    grid-column: 1/span 1;
  }
}
.blockcontent.type7 .img {
  order: 1;
  grid-column: 1/span 5;
}
@media (max-width: 768px) {
  .blockcontent.type7 .img {
    grid-column: 2/span 9;
    margin: 0;
  }
}
.blockcontent.type7 .text {
  margin: auto;
  text-align: left;
  font-weight: 600;
  color: #ffffff;
  order: 2;
  grid-column: 6/span 5;
}
@media (max-width: 768px) {
  .blockcontent.type7 .text {
    order: 2;
    grid-column: 2/span 9;
  }
}
.blockcontent.type7 .text::before {
  display: block;
  margin: auto;
  content: "";
  background-image: url("assets/images/fleche-title.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  height: 8.19rem;
  width: 15.83rem;
  margin-bottom: 3.125em;
  margin-top: -5em;
  position: relative;
  transform-origin: center center;
  float: unset;
  top: unset;
  left: unset;
}
.blockcontent.type7 .text > :not(h2) {
  padding: 0 4rem;
}
.blockcontent.type7 .text h2 {
  margin-bottom: 1em;
  font-size: 2em;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}
.blockcontent.type7 .text h2::before {
  content: none;
}
.blockcontent.type7 .text h3 {
  color: #00B8F1;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.blockcontent.type7 .text p {
  color: #ffffff;
  font-size: 1.25em;
}
.blockcontent.type7 .text ul {
  list-style: none;
  margin: 0;
}
.blockcontent.type7 .text ul li {
  color: #EAFAFE;
}
.blockcontent.type7 .text ul li strong {
  color: #ffffff;
}
.blockcontent.type7 .text strong {
  color: #00B8F1;
}
.blockcontent.type8 {
  background-color: #ffffff;
}
.blockcontent.type8 .container .text {
  order: 1;
  grid-column: 2/span 8;
  position: relative;
}
.blockcontent.type8 .container .text p img {
  width: unset;
}
@media (max-width: 768px) {
  .blockcontent.type8 .container .text {
    grid-column: 2/span 9;
  }
}

.blockcontent.chu {
  background: #ffffff;
  color: #59269F;
  padding-top: 7.5em;
}
@media (max-width: 768px) {
  .blockcontent.chu {
    padding: 5em 0;
  }
}
.blockcontent.chu::before {
  display: block;
  margin: auto;
  content: "";
  -webkit-mask: url(assets/images/logo.svg) no-repeat 50% 50%;
  mask: url(assets/images/logo.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  mask-size: cover;
  background-color: #59269F;
  height: 2.829em;
  width: 6.266em;
  margin-bottom: 1.542em;
  position: relative;
  transform-origin: center center;
  float: unset;
  top: unset;
  left: unset;
}
.blockcontent.chu:nth-child(even) {
  background-color: #EEE9F5;
  padding-top: 0;
}
.blockcontent.chu:nth-child(even)::before {
  top: -1.5em;
}
.blockcontent.chu .container {
  align-items: start;
}
.blockcontent.chu .container h2, .blockcontent.chu .container p {
  color: #59269F;
}
.blockcontent.chu .container .header {
  grid-column: 2/span 9;
  margin-bottom: 0.5em;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .blockcontent.chu .container .header {
    grid-column: 1/span 11;
  }
}
.blockcontent.chu .container .header::before {
  background-color: #ffffff;
}
.blockcontent.chu .container .header h2 {
  text-align: center;
  margin-bottom: 0;
  font-size: 2.208em;
  font-weight: 600;
}
.blockcontent.chu .container .header h2:before {
  -webkit-mask: unset;
          mask: unset;
  display: none;
}
.blockcontent.chu .container .header h2 span {
  color: #00B8F1;
  font-weight: 400;
}
.blockcontent.chu .container .header p {
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0.642em;
}
.blockcontent.chu .container .text {
  order: 2;
  grid-column: 7/span 4;
  font-size: 1.25em;
  line-height: 1.267em;
  padding: 6.5em 0 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  .blockcontent.chu .container .text {
    order: 1;
    grid-column: 1/span 11;
    padding: 2.5em 0 0;
  }
}
.blockcontent.chu .container .text address {
  font-style: normal;
  margin-bottom: 1em;
}
.blockcontent.chu .container .text address a {
  color: #59269F;
}
.blockcontent.chu .container .text address a.url {
  font-weight: 700;
}
.blockcontent.chu .container .text em {
  font-style: italic;
  font-weight: 700;
  color: #00B8F1;
}
.blockcontent.chu .container .img {
  order: 1;
  grid-column: 1/span 6;
  margin: 0 2em 0 0;
  padding: 6.5em 0 0 3em;
}
.blockcontent.chu .container .img img {
  aspect-ratio: 4/3;
}
@media (max-width: 768px) {
  .blockcontent.chu .container .img {
    order: 2;
    grid-column: 1/span 11;
    margin: 0;
    padding: 2em 0 0 0em;
  }
}
.blockcontent.chu .container .img::before {
  content: "";
  background-image: url(assets/images/fleche-title.svg);
  background-repeat: no-repeat;
  height: 13.305em;
  width: 13.746em;
  left: 0;
  top: 0;
  position: absolute;
}
@media (max-width: 768px) {
  .blockcontent.chu .container .img::before {
    content: none;
  }
}
.blockcontent.chu .container iframe {
  grid-column: 1/span 11;
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 1em;
  border: 0;
  margin: 7em 0;
}
@media (max-width: 768px) {
  .blockcontent.chu .container iframe {
    margin-top: 0.5em;
  }
}

.blockcontent.contact {
  background-color: #EAFAFE;
  background-image: url(assets/images/fleche-title.svg);
  background-size: auto 7.5em;
  background-position: top 2em center;
  background-repeat: no-repeat;
  padding: 12em 0 10em;
  height: auto;
}
.blockcontent.contact form .container {
  align-items: start;
}
@media (max-width: 768px) {
  .blockcontent.contact {
    padding: 8em 0 5em;
  }
}
.blockcontent.contact .text {
  order: 1;
  grid-column: 2/span 9;
  text-align: center;
  font-size: 1.25em;
}
@media (max-width: 768px) {
  .blockcontent.contact .text {
    margin: 2.5em auto 2.3em;
    max-width: 85%;
  }
}
.blockcontent.contact .text p {
  color: #59269F;
}
.blockcontent.contact .person {
  order: 2;
  grid-column: 4/span 6;
  text-align: left;
  font-size: 1.25em;
  display: grid;
  margin: 3.5em auto 4.3em;
  align-items: end;
}
@media (max-width: 768px) {
  .blockcontent.contact .person {
    margin: 2.5em auto 2.3em;
    grid-column: 2/span 9;
  }
}
.blockcontent.contact .person figure {
  order: 1;
  margin-bottom: 0;
  grid-column: 4/span 2;
  text-align: right;
}
@media (max-width: 768px) {
  .blockcontent.contact .person figure {
    text-align: center;
  }
}
.blockcontent.contact .person figure img {
  border-radius: 50%;
  width: 8.53em;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}
.blockcontent.contact .person p {
  order: 2;
  color: #59269F;
  position: relative;
  font-weight: 600;
  grid-column: 6/span 4;
}
@media (max-width: 768px) {
  .blockcontent.contact .person p {
    grid-column: 2/span 9;
  }
}
.blockcontent.contact .person p:first-of-type {
  padding-top: 1em;
}
.blockcontent.contact .person p:first-of-type::before {
  display: inline-block;
  content: "";
  -webkit-mask: url(assets/images/logo.svg) no-repeat 50% 50%;
  mask: url(assets/images/logo.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #59269F;
  height: 0.808em;
  width: 1.798em;
  position: absolute;
  top: 0;
  margin-bottom: 0.5em;
  transform-origin: center center;
}
.blockcontent.contact .form {
  order: 3;
  grid-column: 2/span 9;
  text-align: center;
}
@media (max-width: 768px) {
  .blockcontent.contact .form {
    grid-column: 1/span 11;
  }
}
.blockcontent.contact .form .col:nth-child(odd) {
  grid-column: 2/span 4;
}
@media (max-width: 768px) {
  .blockcontent.contact .form .col:nth-child(odd) {
    grid-column: 1/span 11;
  }
}
.blockcontent.contact .form .col:nth-child(even) {
  grid-column: 7/span 4;
}
@media (max-width: 768px) {
  .blockcontent.contact .form .col:nth-child(even) {
    grid-column: 1/span 11;
  }
}
.blockcontent.contact .form .col .form-group {
  display: flex;
}

.blockcontent.volontaire {
  background-color: #ffffff;
}
.blockcontent.volontaire:first-of-type, .blockcontent.volontaire:last-of-type {
  padding-top: 0;
  padding-bottom: 0;
}
.blockcontent.volontaire:first-of-type::before, .blockcontent.volontaire:last-of-type::before {
  display: block;
  margin: auto;
  content: "";
  -webkit-mask: url(assets/images/logo.svg) no-repeat 50% 50%;
  mask: url(assets/images/logo.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  mask-size: cover;
  background-color: #59269F;
  height: 2.829em;
  width: 6.266em;
  margin-bottom: 1.542em;
  position: relative;
  transform-origin: center center;
  float: unset;
  top: -1.5em;
  left: unset;
}
.blockcontent.volontaire.bg1 {
  background-color: #EEE9F5;
}
.blockcontent.volontaire.bg2 {
  background-color: #EAFAFE;
}
.blockcontent.volontaire header {
  margin-bottom: 3.75em;
  grid-column: 2/span 10;
}
@media (max-width: 768px) {
  .blockcontent.volontaire header {
    grid-column: 1/span 11;
    margin-left: 3em;
  }
}
.blockcontent.volontaire header h2 {
  text-align: left;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 600;
  position: relative;
}
.blockcontent.volontaire header h2:before {
  mask: url("assets/images/arrow.svg");
  -webkit-mask: url("assets/images/arrow.svg");
  background-color: #00B8F1;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 35.49px;
  width: 23.81px;
  display: block;
  float: left;
  position: absolute;
  transform-origin: center center;
  top: 0.2em;
  left: -1em;
}
.blockcontent.volontaire header p {
  color: #59269F;
}
.blockcontent.volontaire .autorite {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.95em;
}
@media (max-width: 768px) {
  .blockcontent.volontaire .autorite {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 1.95em;
  }
}
.blockcontent.volontaire .autorite .wpcf7-list-item label {
  color: #59269F;
  height: 2.79em;
  padding-right: 3.8em;
  margin-right: 3em;
}
@media (max-width: 768px) {
  .blockcontent.volontaire .autorite .wpcf7-list-item label {
    margin-right: 0;
    padding-right: 0;
    padding-left: 3.8em;
  }
}
.blockcontent.volontaire .autorite .wpcf7-list-item label::before {
  width: 2.4em;
  height: 2.4em;
  right: 0;
  left: unset;
}
@media (max-width: 768px) {
  .blockcontent.volontaire .autorite .wpcf7-list-item label::before {
    right: unset;
    left: 0;
  }
}
.blockcontent.volontaire .autorite .wpcf7-list-item label::after {
  top: 0.4em;
  left: unset;
  right: 0.4em;
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  background: #59269F;
  border-color: #59269F;
}
@media (max-width: 768px) {
  .blockcontent.volontaire .autorite .wpcf7-list-item label::after {
    right: unset;
    left: 0;
  }
}
.blockcontent.volontaire .wpcf7-form-control-wrap {
  grid-column: 3/span 8;
  margin-bottom: 1.95em;
}
@media (max-width: 768px) {
  .blockcontent.volontaire .wpcf7-form-control-wrap {
    grid-column: 1/span 11;
    margin-bottom: 1.95em;
  }
}
.blockcontent.volontaire .wpcf7-form-control-wrap[data-name=acceptance] {
  grid-column: 3/span 7;
}
@media (max-width: 768px) {
  .blockcontent.volontaire .wpcf7-form-control-wrap[data-name=acceptance] {
    grid-column: 1/span 10;
  }
}
.blockcontent.volontaire .wpcf7-form-control-wrap[data-name=autorite-parentale-unique] {
  grid-column: 5/span 10;
  color: #59269F;
  font-weight: 600;
}
@media (max-width: 768px) {
  .blockcontent.volontaire .wpcf7-form-control-wrap[data-name=autorite-parentale-unique] {
    grid-column: 1/span 10;
  }
}
.blockcontent.volontaire .wpcf7-form-control-wrap .wpcf7-list-item-label {
  font-size: 1.375em;
}
.blockcontent.volontaire .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 1em;
}
.blockcontent.volontaire .form-group {
  grid-column: 1/span 11;
  grid-template-columns: repeat(11, 1fr);
  gap: 32px;
  display: grid;
  margin-bottom: 2.625em;
}
@media (max-width: 768px) {
  .blockcontent.volontaire .form-group {
    gap: 0;
    margin-bottom: 1.625em;
  }
}
.blockcontent.volontaire .form-group > p {
  display: grid;
  border: 1px solid blue;
  grid-column: 1/span 11;
  grid-template-columns: repeat(11, 1fr);
}
.blockcontent.volontaire .form-group label {
  grid-column: 1/span 4;
  text-align: right;
  display: inline-grid;
  gap: 0;
  grid-template-columns: repeat(1, 1fr);
}
@media (max-width: 768px) {
  .blockcontent.volontaire .form-group label {
    grid-column: 1/span 11;
    text-align: left;
  }
}
.blockcontent.volontaire .form-group .wpcf7-form-control-wrap {
  grid-column: 5/span 5;
  margin-bottom: 0;
  margin-left: 2em;
}
@media (max-width: 768px) {
  .blockcontent.volontaire .form-group .wpcf7-form-control-wrap {
    grid-column: 1/span 11;
    margin-left: 0;
  }
}
.blockcontent.volontaire .form-group .wpcf7-form-control-wrap.info {
  line-height: 1.2em;
  margin-top: -1em;
}
@media (max-width: 768px) {
  .blockcontent.volontaire .form-group .wpcf7-form-control-wrap.info {
    margin-top: 0.5em;
  }
}

/** auto complete **/
.autocomplete-suggestions {
  position: absolute;
  background: #ffffff;
  border: 2px solid #59269F;
  border-radius: 0 44px 42px 48px;
  z-index: 1000;
  max-height: 600px;
  overflow-y: auto;
  margin-top: 3em;
  text-transform: uppercase;
  font-size: 1.375em;
  padding: 1em;
  display: none;
  grid-column: 5/span 5;
  margin-left: 2em;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .autocomplete-suggestions {
    grid-column: 1/span 11;
    margin-top: 5.5em;
    margin-left: 0;
  }
}
.autocomplete-suggestions a {
  display: block;
  cursor: pointer;
  padding: 0.5em 0;
}

.blockstep {
  background-color: #ffffff;
}
.blockstep .container .img {
  order: 2;
  grid-column: 7/span 5;
  position: relative;
}
.blockstep .container .img img {
  margin: 0 2em 0 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blockstep .container .img figcaption {
  text-align: left;
  position: absolute;
  font-weight: 700;
  font-size: 2.5em;
  top: 50%;
  line-height: 1.2em;
  width: 82%;
  z-index: 200;
  margin: auto;
  left: 58%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .blockstep .container .img figcaption {
    left: 47%;
    width: 95%;
    line-height: 1em;
    font-size: 2.3em;
  }
}
.blockstep .container .img figcaption::before {
  content: url(assets/images/fleche-title.svg);
  height: 3.279em;
  width: 6.332em;
  position: absolute;
  top: -3.5em;
  left: 4em;
  z-index: 200;
}
@media (max-width: 768px) {
  .blockstep .container .img figcaption::before {
    transform: scale(-0.5, 0.5);
    top: -2.5em;
    left: 2em;
  }
}
.blockstep .container article {
  margin-bottom: 3em;
  position: relative;
}
.blockstep .container:nth-child(odd) .text {
  order: 2;
  grid-column: 8/span 3;
  margin-top: 6em;
}
@media (max-width: 768px) {
  .blockstep .container:nth-child(odd) .text {
    order: 2;
    grid-column: 2/span 9;
    margin: 0;
  }
}
.blockstep .container:nth-child(odd) .img {
  order: 1;
  grid-column: 2/span 5;
  margin: 0 0 2em 0;
}
@media (max-width: 768px) {
  .blockstep .container:nth-child(odd) .img {
    order: 1;
    grid-column: 2/span 9;
    margin: 0;
  }
}
.blockstep .container:nth-child(even) .text {
  order: 1;
  grid-column: 2/span 3;
  margin-top: 4em;
}
@media (max-width: 768px) {
  .blockstep .container:nth-child(even) .text {
    order: 2;
    margin-top: 0;
    grid-column: 2/span 9;
  }
}
.blockstep .container:nth-child(even) .img {
  order: 2;
  grid-column: 5/span 5;
}
@media (max-width: 768px) {
  .blockstep .container:nth-child(even) .img {
    order: 1;
    grid-column: 2/span 9;
  }
}
.blockstep .container:nth-child(even) .img figcaption {
  top: 60%;
}
.blockstep .container .text:last-child {
  display: grid;
  -moz-column-gap: 32px;
       column-gap: 32px;
  grid-column: 3/span 7;
  grid-template-columns: repeat(7, 1fr);
}
@media (max-width: 768px) {
  .blockstep .container .text:last-child {
    grid-column: 1/span 11;
    grid-template-columns: repeat(11, 1fr);
  }
}
.blockstep .container .text:last-child article:nth-child(odd) {
  grid-column: 1/span 3;
}
@media (max-width: 768px) {
  .blockstep .container .text:last-child article:nth-child(odd) {
    grid-column: 2/span 9;
  }
}
.blockstep .container .text:last-child article:nth-child(even) {
  grid-column: 5/span 3;
}
@media (max-width: 768px) {
  .blockstep .container .text:last-child article:nth-child(even) {
    grid-column: 2/span 9;
  }
}
.blockstep .container .text h2 {
  text-align: left;
  margin-bottom: 0.708em;
  font-weight: 600;
}
.blockstep .container .text h2:before {
  mask: url("assets/images/arrow.svg");
  -webkit-mask: url("assets/images/arrow.svg");
  background-color: #00B8F1;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 35.49px;
  width: 23.81px;
  display: block;
  float: left;
  position: absolute;
  transform-origin: center center;
  top: 0.2em;
  left: -1em;
}
.blockstep .container .text p img {
  width: 100%;
}

.blockcta {
  background: #59269F;
  background: linear-gradient(90deg, rgb(38, 60, 159) 0%, rgb(89, 38, 159) 60%);
  padding: 10em 0;
  position: relative;
  overflow: hidden;
}
.blockcta h1, .blockcta h2, .blockcta h3, .blockcta p, .blockcta ul, .blockcta ol {
  color: #ffffff;
}
.blockcta .btn {
  margin-top: 1.75em;
}
.blockcta.type1 {
  padding: 5em 0 8em;
}
@media (max-width: 768px) {
  .blockcta.type1 {
    padding: 3em 0 5em;
  }
}
.blockcta.type1 .bg {
  background-image: url(assets/images/bg-cta1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 center;
  height: 40.753em;
  width: 36em;
  display: block;
  position: absolute;
  z-index: 200;
}
@media (max-width: 768px) {
  .blockcta.type1 .bg {
    display: none;
  }
}
.blockcta.type1 .container {
  align-items: flex-start;
}
.blockcta.type1 .img {
  grid-column: 1/span 5;
  order: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-left: -7vw;
}
.blockcta.type1 .img img {
  width: 100%;
}
@media (min-width: 2560px) {
  .blockcta.type1 .img {
    margin-left: -11vw;
    margin-right: 8vw;
  }
}
@media (max-width: 2559px) {
  .blockcta.type1 .img {
    margin-left: -8vw;
  }
}
@media (max-width: 1919px) {
  .blockcta.type1 .img {
    margin-left: -7vw;
  }
}
@media (max-width: 1535px) {
  .blockcta.type1 .img {
    margin-left: -6vw;
  }
}
@media (max-width: 1300px) {
  .blockcta.type1 .img {
    display: none;
  }
}
.blockcta.type1 .text {
  grid-column: 6/span 6;
  padding-left: 3em;
  order: 2;
}
@media (max-width: 1300px) {
  .blockcta.type1 .text {
    order: 1;
    grid-column: 2/span 9;
    padding-left: 0;
  }
}
.blockcta.type1 .text h2 {
  font-weight: 700;
  font-size: 3.125em;
  margin: 0;
  line-height: 1.2em;
  max-width: 80%;
  text-align: left;
  margin-bottom: 0.827em;
}
@media (max-width: 768px) {
  .blockcta.type1 .text h2 {
    max-width: 100%;
    font-size: 2em;
  }
}
.blockcta.type1 .text h2::before {
  display: block;
  margin: auto -1em auto;
  content: url("assets/images/fleche-title.svg");
  mask: unset;
  -webkit-mask: unset;
  mask: unset;
  height: 2.623em;
  width: 5.066em;
  position: relative;
  margin-bottom: 0.693em;
  background-color: unset;
}
@media (max-width: 768px) {
  .blockcta.type1 .text h2::before {
    transform: scale(-0.8, 0.8);
    margin-bottom: 0em;
  }
}
.blockcta.type1 .text p {
  font-size: 2em;
  line-height: 1.167em;
}
@media (max-width: 768px) {
  .blockcta.type1 .text p {
    font-size: 1.5em;
  }
}
.blockcta.type1 .text ul {
  padding-inline-start: 0;
}
.blockcta.type1 .text ul li {
  font-size: 1.25em;
  font-weight: 400;
  list-style: none;
  padding-left: 2.5em;
  background-image: url(assets/images/puce.svg);
  background-size: 2em 2em;
  background-repeat: no-repeat;
  background-position: left top;
  line-height: 1.167em;
  margin-bottom: 1.967em;
  min-height: 2em;
  max-width: 70%;
  padding-top: 0.5em;
}
@media (max-width: 768px) {
  .blockcta.type1 .text ul li {
    max-width: 100%;
  }
}
.blockcta.type1 .text .btn {
  margin-top: 2.545em;
  width: -moz-fit-content;
  width: fit-content;
}
.blockcta.type2 {
  padding: 13em 0 0;
}
.blockcta.type2 .container {
  width: 50vw;
  margin: auto;
  background-image: url(assets/images/bg-cta2.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 20em;
  max-width: 1000px;
}
@media (max-width: 768px) {
  .blockcta.type2 .container {
    width: 85vw;
    padding-bottom: 12em;
  }
}
.blockcta.type2::before {
  content: "";
  background-image: url(assets/images/fleche-title.svg);
  background-repeat: no-repeat;
  transform: scaleX(-1);
  height: 15.305em;
  width: 15.746em;
  left: 50%;
  top: 2.91em;
  transform: translateX(-50%);
  position: absolute;
}
@media (max-width: 768px) {
  .blockcta.type2::before {
    transform: translateX(-50%) scale(-0.5, 0.5);
  }
}
.blockcta.type2 .text {
  margin: auto;
  text-align: center;
}
.blockcta.type2 .text p {
  font-size: 2em;
  font-weight: 600;
}
.blockcta.type2 .text strong {
  color: #00B8F1;
}
.blockcta.type2 .text .btn {
  margin: 2.545em auto;
}

.equipe {
  background: #EEE9F5;
}
@media (max-width: 768px) {
  .equipe .container > .btn {
    margin-bottom: 2em;
  }
}
.equipe .temoignage {
  display: flex;
  flex-direction: row;
  text-align: left;
  width: 80vw;
  max-width: 84.9vw;
}
@media (min-width: 2560px) {
  .equipe .temoignage {
    max-width: 2000px;
  }
}
@media (max-width: 1680px) {
  .equipe .temoignage {
    max-width: 86.8vw;
  }
}
@media (max-width: 1440px) {
  .equipe .temoignage {
    max-width: 88.68vw;
  }
}
@media (max-width: 1280px) {
  .equipe .temoignage {
    max-width: 90vw;
  }
}
@media (max-width: 900px) {
  .equipe .temoignage {
    max-width: 92vw;
  }
}
.equipe .temoignage:not(:first-of-type) {
  margin-top: -2em;
}
@media (max-width: 768px) {
  .equipe .temoignage:not(:first-of-type) {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .equipe .temoignage {
    flex-direction: column;
    width: 85vw;
    margin: 0 auto 2em;
  }
}
.equipe .temoignage .equipe-text {
  margin-left: -1em;
  z-index: 100;
}
@media (max-width: 768px) {
  .equipe .temoignage .equipe-text {
    margin: auto;
  }
}
.equipe .temoignage figure {
  z-index: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .equipe .temoignage figure {
    width: 50vw;
    margin: auto;
    display: flex;
    flex-direction: column;
  }
}
.equipe .temoignage figure::after {
  display: block;
  margin: auto -1em auto;
  content: url("assets/images/fleche-title.svg");
  mask: unset;
  -webkit-mask: unset;
  mask: unset;
  height: 8.197em;
  width: 15.83em;
  position: relative;
  margin-bottom: 0.827em;
  margin-left: -4em;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .equipe .temoignage figure::after {
    display: none;
  }
}
.equipe .temoignage figure img {
  border-radius: 50%;
  width: 17.542em;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .equipe .temoignage figure img {
    width: 100%;
    margin-bottom: 0;
  }
}
.equipe .temoignage blockquote {
  font-style: normal;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.333em;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin: 1em 0;
  max-width: 39vw;
}
.equipe .temoignage blockquote::before {
  content: "";
}
@media (max-width: 768px) {
  .equipe .temoignage blockquote {
    max-width: 100%;
    line-height: 1em;
  }
}
.equipe .temoignage p {
  font-size: 1.25em;
  font-weight: 400;
  color: #59269F;
  max-width: 25vw;
  padding-left: 8vw;
  position: relative;
}
@media (max-width: 768px) {
  .equipe .temoignage p {
    max-width: 100%;
    padding-left: 10vw;
  }
}
.equipe .temoignage p::before {
  display: inline-block;
  content: "";
  -webkit-mask: url(assets/images/logo.svg) no-repeat 50% 50%;
  mask: url(assets/images/logo.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #59269F;
  height: 0.808em;
  width: 1.798em;
  position: absolute;
  top: 0.4em;
  left: 4vw;
}
@media (max-width: 768px) {
  .equipe .temoignage p::before {
    left: 0;
  }
}
.equipe .temoignage:nth-child(even) {
  flex-direction: row-reverse;
  text-align: right;
}
@media (max-width: 768px) {
  .equipe .temoignage:nth-child(even) {
    flex-direction: column;
    text-align: left;
  }
}
.equipe .temoignage:nth-child(even) .equipe-text {
  margin-right: -1em;
}
@media (max-width: 768px) {
  .equipe .temoignage:nth-child(even) .equipe-text {
    margin: auto;
  }
}
@media (max-width: 768px) {
  .equipe .temoignage:nth-child(even) figure {
    width: 50vw;
    margin: auto;
  }
}
.equipe .temoignage:nth-child(even) figure::after { /* Webkit */
  transform: scaleY(-1); /* Standard */
  margin-left: 4vw;
}
@media (max-width: 768px) {
  .equipe .temoignage:nth-child(even) figure::after {
    display: none;
  }
}
.equipe .temoignage:nth-child(even) p {
  font-size: 1.25em;
  font-weight: 400;
  color: #59269F;
  max-width: 25vw;
  padding-left: 8vw;
  position: relative;
}
@media (max-width: 768px) {
  .equipe .temoignage:nth-child(even) p {
    max-width: 100%;
    padding-left: 10vw;
  }
}
.equipe .temoignage:nth-child(even) p::before {
  display: none;
}
.equipe .temoignage:nth-child(even) p::after {
  display: inline-block;
  content: "";
  -webkit-mask: url(assets/images/logo.svg) no-repeat 50% 50%;
  mask: url(assets/images/logo.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #59269F;
  height: 0.808em;
  width: 1.798em;
  position: absolute;
  top: 0.4em;
  right: -4vw;
}
@media (max-width: 768px) {
  .equipe .temoignage:nth-child(even) p::after {
    left: 0;
    right: unset;
  }
}

.actualites h2 {
  color: #263C9F;
  margin-bottom: 2.896em;
}
@media (max-width: 768px) {
  .actualites h2 {
    margin-bottom: 2em;
  }
}
.actualites h2::before {
  margin-bottom: 1.042em;
}
@media (max-width: 768px) {
  .actualites h2::before {
    margin-bottom: 0.9em;
  }
}
.actualites .container > .btn {
  margin-top: 3.818em;
  width: 35vw;
  max-width: 24em;
}
@media (max-width: 768px) {
  .actualites .container > .btn {
    margin-top: 2em;
    margin-bottom: 2em;
    width: 85%;
  }
}
.actualites article {
  background: #EEE9F5;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 36.25em;
  max-width: 600px;
}
.actualites article a:hover {
  text-decoration: none;
}
.actualites article .text {
  padding: 2.125em 2.583em 2.75em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.actualites article h3 {
  font-weight: 700;
  font-style: normal;
  font-size: 1.375em;
  line-height: 1.212em;
  margin: 0 auto 1.667em;
  color: #263C9F;
  min-height: 2.424em;
  overflow: hidden;
}
.actualites article p {
  font-size: 1.25em;
  font-weight: 400;
  font-style: normal;
}
.actualites article figure {
  margin: 0;
  width: 100%;
  max-height: 12.667em;
  overflow: hidden;
  aspect-ratio: auto 16/9;
}
.actualites article figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.actualites article .btn {
  margin-top: 1.667em;
  min-width: 6.303em;
}
@media (max-width: 768px) {
  .actualites article .btn {
    margin-top: 1em;
  }
}

.news-list .container {
  gap: 3em;
}
.news-list .container article {
  text-align: left;
  display: grid;
  flex-direction: row;
  justify-content: flex-start;
}
.news-list .container article .text {
  grid-column: 6/span 10;
}
@media (max-width: 768px) {
  .news-list .container article .text {
    grid-column: 1/span 11;
  }
}
.news-list .container article figure {
  margin: 0 3em 0 0;
  width: 100%;
  max-height: 17em;
  overflow: hidden;
  width: 100%;
  aspect-ratio: auto 16/9;
  grid-column: 2/span 4;
}
@media (max-width: 768px) {
  .news-list .container article figure {
    grid-column: 1/span 11;
  }
}
.news-list .container article figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-list .container article .btn {
  margin-top: 1.667em;
  width: 6em;
}
.news-list .container .pagination {
  font-size: 1.25em;
  margin-top: 2em;
}
.news-list .container .current {
  color: #00B8F1;
}

.sponsors h2 {
  color: #263C9F;
  font-weight: 600;
  padding-top: 1.5em;
  margin-bottom: 1.667em;
}
.sponsors h2::before {
  mask: url("assets/images/arrow-down.svg");
  -webkit-mask: url("assets/images/arrow-down.svg");
  background-color: #00B8F1;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 35.49px;
  width: 23.81px;
  position: absolute;
  transform-origin: center center;
  top: 0;
  right: 50%;
  transform: translateX(50%);
}
.sponsors .btn {
  margin-top: 2.97em;
}
@media (max-width: 768px) {
  .sponsors .btn {
    width: 85%;
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
.sponsors .glide {
  margin: auto;
  position: relative;
}
.sponsors .glide__slide figure {
  width: auto;
  height: 140px;
  display: block;
  overflow: hidden;
}
.sponsors .glide__slide img {
  height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sponsors .glide__track {
  width: 90%;
  margin: auto;
}
.sponsors .glide__arrows .glide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  mask: url("assets/images/btn-arrow.svg");
  -webkit-mask: url("assets/images/btn-arrow.svg");
  background-color: #263C9F;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 51px;
  width: 51px;
  position: absolute;
  transform-origin: center center;
}
.sponsors .glide__arrows .glide__arrow--left {
  left: 0;
}
.sponsors .glide__arrows .glide__arrow--right {
  right: 0;
  transform: translateY(-50%) scale(-1, -1);
}

#intro {
  text-align: center;
}
#intro .logo {
  max-width: 180px;
  margin-bottom: 1rem;
}
#intro .baseline {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

#appel {
  text-align: center;
}
#appel p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
  .btn {
    padding: 0.6rem 1.2rem;
  }
}/*# sourceMappingURL=style.css.map */