@charset "UTF-8";
/*!
Author: Magali Nest 
Description: 
Version: 1.0
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/** === baground === **/
/** === Links=== **/
/*scss/_mixins.scss*/
/*F_scss/_mixins.scss*/
/*! normalize.css v8.0.0 | 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;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/** === Fonts === **/
@font-face {
  font-family: "Playfair";
  src: url("fonts/Playfair-Regular.woff2") format("woff2"), url("fonts/Playfair-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sansita Bold";
  src: url("fonts/Sansita-Bold.eot");
  src: url("fonts/Sansita-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Sansita-Bold.woff2") format("woff2"), url("fonts/Sansita-Bold.woff") format("woff"), url("fonts/Sansita-Bold.ttf") format("truetype"), url("fonts/Sansita-Bold.svg#Sansita-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sansita Regular";
  src: url("fonts/Sansita-Regular.eot");
  src: url("fonts/Sansita-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Sansita-Regular.woff2") format("woff2"), url("fonts/Sansita-Regular.woff") format("woff"), url("fonts/Sansita-Regular.ttf") format("truetype"), url("fonts/Sansita-Regular.svg#Sansita-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sansita Italic";
  src: url("fonts/Sansita-Italic.eot");
  src: url("fonts/Sansita-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/Sansita-Italic.woff2") format("woff2"), url("fonts/Sansita-Italic.woff") format("woff"), url("fonts/Sansita-Italic.ttf") format("truetype"), url("fonts/Sansita-Italic.svg#Sansita-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
/** === general === **/
.menu-mobile {
  display: none;
}

* {
  word-break: keep-all !important;
  hyphens: none !important;
  overflow-wrap: normal !important;
}

body {
  font-family: "Google Sans", sans-serif;
  font-weight: normal;
  font-optical-sizing: auto;
  color: #1F135D;
  overflow-x: hidden;
}
body .site-main {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.home h1 {
  color: #1F135D;
  font-size: 1rem;
  font-family: "Google Sans", sans-serif;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 10px;
  line-height: 1.1rem;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.home h2 {
  font-size: 4rem;
}

h1 {
  color: #5F74FF;
  font-size: 4rem;
  font-family: "Sansita Regular";
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 3.8rem;
}

h2 {
  color: #5F74FF;
  font-size: 3rem;
  font-family: "Sansita Regular";
  margin-bottom: 0px;
  margin-top: 0px;
}
h2.dark {
  color: #1F135D;
  line-height: 2.7rem;
  margin-bottom: 33px;
}

h3 {
  font-size: 2rem;
  margin: 0px;
  font-family: "Sansita Regular";
}

p {
  font-size: 20px;
  color: #1F135D;
  margin-top: 20px;
  margin-bottom: 20px;
}

a.wp-block-button__link {
  background-color: #5F74FF;
  font-family: "Sansita Regular";
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
a.wp-block-button__link:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -75%;
  width: 20px;
  height: 200%;
  background: rgba(255, 255, 255, 0.1411764706);
  transform: rotate(25deg);
  transition: left 0.6s ease;
}
a.wp-block-button__link:hover::after {
  left: 125%;
}
a.wp-block-button__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  background-color: #1F135D;
}

.bt-secondaire a.wp-block-button__link {
  background-color: #fff;
  font-family: "Sansita Regular";
  border: solid 1px #5F74FF;
  color: #5F74FF;
}

.sur-tt {
  font-size: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.site-name, .site-description {
  position: absolute;
  left: -5000px;
}

.wp-block-separator {
  color: #5FEFCB;
  width: 150px;
  margin-top: 45px;
  margin-bottom: 45px;
}

.wp-block-image img {
  border-bottom-left-radius: 50px;
}

.wp-block-image.no-radius img {
  border-bottom-left-radius: 0px;
}

ul.checklist {
  list-style: none;
  padding-left: 0;
}
ul.checklist li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
  font-size: 1rem;
}
ul.checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #5F74FF;
  font-weight: bold;
}

/* FAQ*/
@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scaleOpen {
  from {
    transform: scaleY(0.96);
    opacity: 0.6;
  }
  to {
    transform: scaleY(1);
    opacity: 1;
  }
}
details {
  border-bottom: 1px solid #F9FF3F;
  padding: 1em 0;
  transform-origin: top center;
  transition: transform 0.35s ease;
}
details::last-child {
  border-bottom: 0px solid #fff;
}
details[open] {
  animation: scaleOpen 0.35s ease forwards;
}
details[open] summary {
  color: #5F74FF;
}
details[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}
details > *:not(summary) {
  overflow: hidden;
  animation: fadeSlideIn 0.35s ease forwards;
}

summary {
  cursor: pointer;
  list-style: none;
  padding-left: 0;
  padding-right: 2em;
  position: relative;
  font-size: 20px;
}
summary::hover {
  color: #5F74FF;
}
summary::-webkit-details-marker {
  display: none;
}
summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1.1em;
  height: 1.1em;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_1' xmlns='http://www.w3.org/2000/svg' width='18.5' height='12' viewBox='0 0 18.5 12'%3E%3Cpolyline points='15.9 2.8 9.1 9.6 2.4 2.9' style='fill:none; stroke:%235F74FF; stroke-linecap:round; stroke-linejoin:round; stroke-width:2px;'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.35s ease;
}

.full-width {
  background-color: #f0f2f8;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.bg-bleu {
  background-color: #1F135D;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.small-width {
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.sur-titre {
  display: table;
  font-size: 0.8rem;
  letter-spacing: 1px;
  color: #1F135D;
  font-family: "Google Sans", sans-serif;
  text-transform: uppercase;
  line-height: 1rem;
  background: #f9ff3f;
  padding: 6px 15px;
  /* padding: 9px; */
  border-radius: 5px;
}

.no-margin {
  margin-bottom: 0px;
}

.wp-block-quote p {
  font-family: "Sansita Regular";
  color: #5F74FF;
  position: relative;
  font-size: 2rem;
  text-align: center;
}

/** === FORMS === **/
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  -webkit-backface-visibility: hidden;
  background: #fff;
  box-sizing: border-box;
  padding: 10px 15px;
  border: solid 1px #5F74FF;
  outline: 0;
  outline-offset: -4px;
  width: 100%;
  font-family: "Manrope";
  font-size: 0.8em;
  border-radius: 5px;
  min-height: 48px;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #BCBCBC;
  font-size: 1em;
  letter-spacing: 0.075em;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
  outline: 1px dotted grey;
  outline-offset: -4px;
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=url]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=search]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=range]:focus::placeholder,
input[type=date]:focus::placeholder,
input[type=month]:focus::placeholder,
input[type=week]:focus::placeholder,
input[type=time]:focus::placeholder,
input[type=datetime]:focus::placeholder,
input[type=datetime-local]:focus::placeholder,
input[type=color]:focus::placeholder,
textarea:focus::placeholder,
select:focus::placeholder {
  color: #BCBCBC;
}

label {
  font-weight: 700;
  font-size: 0.7em;
}

input[type=submit] {
  background-color: #5F74FF;
  font-family: "Sansita Regular";
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  border: 0px;
  padding: 10px 20px;
  color: #fff;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
input[type=submit]:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -75%;
  width: 20px;
  height: 200%;
  background: rgba(255, 255, 255, 0.1411764706);
  transform: rotate(25deg);
  transition: left 0.6s ease;
}
input[type=submit]:hover::after {
  left: 125%;
}
input[type=submit]:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  background-color: #1F135D;
}

input[type=checkbox] {
  height: 30px;
  width: 30px;
}

/** === Header === **/
.site-header .bloc-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  align-items: center;
}
.site-header .bloc-nav .site-logo {
  padding-top: 10px;
  padding-left: 10px;
}
.site-header .bloc-nav .site-logo a {
  display: block;
}
.site-header .bloc-nav .site-logo a img {
  max-height: 80px;
  width: auto;
}
.site-header .bloc-nav ul.menu-principal {
  display: flex;
}
.site-header .bloc-nav ul.menu-principal li {
  list-style-type: none;
}
.site-header .bloc-nav ul.menu-principal li a {
  color: #1F135D;
  text-transform: uppercase;
  padding: 5px;
  letter-spacing: 1px;
  text-decoration: none;
  margin-right: 20px;
  padding-right: 20px;
  border-right: solid 1px #5F74FF;
}
.site-header .bloc-nav ul.menu-principal li a:hover {
  color: #5F74FF;
}
.site-header .bloc-nav ul.menu-principal li a span.menu-desc {
  display: none;
}
.site-header .bloc-nav ul.menu-principal li.current-menu-item a {
  color: #5F74FF;
}
.site-header .bloc-nav ul.menu-principal li.home a {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='2000' height='2000' viewBox='0 0 2000 2000'%3E%3Cg id='bg'%3E%3Crect width='2000' height='2000' style='fill:%23fff;'/%3E%3C/g%3E%3Cg id='_ò__1'%3E%3Cpath d='M1544.23,978.55v717.09H420.29v-717.09c0-18.82-15.26-34.08-34.08-34.08h0c-18.82,0-34.08,15.26-34.08,34.08v731.37c0,29.75,24.12,53.87,53.87,53.87h1152.49c29.75,0,53.87-24.12,53.87-53.87v-731.37c0-18.82-15.26-34.08-34.08-34.08h0c-18.82,0-34.08,15.26-34.08,34.08Z' style='fill:%23161616;'/%3E%3Cpath d='M259.33,874.82L982.26,190.69l722.93,684.12c6.33,5.99,14.71,9.33,23.42,9.33h0c30.81,0,45.8-37.65,23.42-58.83L1019.29,131.9c-20.77-19.66-53.28-19.66-74.06,0L212.48,825.32c-22.38,21.18-7.39,58.83,23.42,58.83h0c8.71,0,17.09-3.34,23.42-9.33Z' style='fill:%23161616;'/%3E%3Cpath d='M1544.23,978.55v717.09H420.29v-717.09c0-18.82-15.26-34.08-34.08-34.08h0c-18.82,0-34.08,15.26-34.08,34.08v731.37c0,29.75,24.12,53.87,53.87,53.87h1152.49c29.75,0,53.87-24.12,53.87-53.87v-731.37c0-18.82-15.26-34.08-34.08-34.08h0c-18.82,0-34.08,15.26-34.08,34.08Z' style='fill:%235f74ff;'/%3E%3Cpath d='M259.33,874.82L982.26,190.69l722.93,684.12c6.33,5.99,14.71,9.33,23.42,9.33h0c30.81,0,45.8-37.65,23.42-58.83L1019.29,131.9c-20.77-19.66-53.28-19.66-74.06,0L212.48,825.32c-22.38,21.18-7.39,58.83,23.42,58.83h0c8.71,0,17.09-3.34,23.42-9.33Z' style='fill:%235f74ff;'/%3E%3Cpath d='M1544.23,978.55v717.09H420.29v-717.09c0-18.82-15.26-34.08-34.08-34.08h0c-18.82,0-34.08,15.26-34.08,34.08v731.37c0,29.75,24.12,53.87,53.87,53.87h1152.49c29.75,0,53.87-24.12,53.87-53.87v-731.37c0-18.82-15.26-34.08-34.08-34.08h0c-18.82,0-34.08,15.26-34.08,34.08Z' style='fill:none; stroke:%235f74ff; stroke-miterlimit:10; stroke-width:40px;'/%3E%3Cpath d='M259.33,874.82L982.26,190.69l722.93,684.12c6.33,5.99,14.71,9.33,23.42,9.33h0c30.81,0,45.8-37.65,23.42-58.83L1019.29,131.9c-20.77-19.66-53.28-19.66-74.06,0L212.48,825.32c-22.38,21.18-7.39,58.83,23.42,58.83h0c8.71,0,17.09-3.34,23.42-9.33Z' style='fill:none; stroke:%235f74ff; stroke-miterlimit:10; stroke-width:40px;'/%3E%3C/g%3E%3C/svg%3E");
  padding-left: 20px;
  padding-left: 37px;
  background-size: 21%;
  background-repeat: no-repeat;
}
.site-header .menu-top {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0px;
  padding: 0px;
  min-width: 270px;
}
.site-header .menu-top li {
  list-style-type: none;
  padding-left: 20px;
}
.site-header .menu-top li a {
  display: block;
  text-decoration: none;
  color: #5F74FF;
}
.site-header .menu-top li.bt-mea a {
  background: #5F74FF;
  border-radius: 30px;
  padding: 5px 15px;
  color: #fff;
  font-weight: bold;
}
.site-header .menu-top li.linkedin {
  padding-left: 0px;
}
.site-header .menu-top li.linkedin a {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 2000 2000'%3E%3C!-- Generator: Adobe Illustrator 30.3.0, SVG Export Plug-In . SVG Version: 2.1.3 Build 182) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: none; %7D .st1 %7B fill: %235f74ff; %7D %3C/style%3E%3C/defs%3E%3Cg id='bg'%3E%3Crect class='st0' y='115' width='2000' height='2000'/%3E%3C/g%3E%3Cg id='_ò__1'%3E%3Ccircle class='st1' cx='562.3' cy='579.5' r='114.3'/%3E%3Cpath class='st1' d='M1292.3,766.4c-104.9,0-185.3,30.6-242.1,137.2v-101h-189.3v732.3h205.3v-356.5c0-20.1,1.6-52.9,1.6-76.5s4.4-61.2,12.2-82.1c16.4-43.7,67.7-73.3,131-74.8,48.9-1.2,82.3,16.2,106.8,41.9,24.5,25.8,28.8,54.8,28.8,105.8v442.2h205.4v-458.2c0-107.7-18.6-186.1-64.9-233.3-48.9-49.8-124-76.9-194.8-76.9h0Z'/%3E%3Crect class='st1' x='459.6' y='802.5' width='205.4' height='732.3'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  color: rgba(255, 255, 255, 0);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}

/** === block-custom === **/
.group-card {
  gap: 10px;
}

.card {
  position: relative;
}
.card a {
  color: #fff;
  text-decoration: none;
  background: #1F135D;
  padding: 55px 15px 25px 15px;
  border-radius: 5px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8em;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  will-change: transform;
}
.card a:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}
.card a span {
  display: block;
  font-family: "Sansita Regular";
  font-size: 2rem;
  margin-bottom: 10px;
}
.card.card1 a {
  padding: 25px 15px 55px 15px;
}
.card p {
  color: #1F135D;
  padding: 0px;
}
.card p.tag {
  font-size: 0.8em;
  background-color: #5FEFCB;
  text-align: center;
  padding: 4px 10px 10px 10px;
  border-radius: 5px;
  position: absolute;
  top: 5px;
  rotate: -5deg;
  width: 0;
  animation: tagWidth 0.8s ease 0.1s forwards;
  height: 20px;
  overflow: hidden;
  z-index: 10;
}
.card p.tag strong {
  position: absolute;
  width: 160px;
  left: 5px;
  top: 11px;
}
.card p.tag.tag2 {
  animation: tagWidth 0.8s ease 0.5s forwards;
  top: inherit;
  bottom: 0px;
}
.card p.tag.tag3 {
  animation: tagWidth 0.8s ease 1s forwards;
}

@keyframes tagWidth {
  to {
    width: 150px;
  }
}
.bloc-3-entrees {
  gap: 0px;
}
.bloc-3-entrees .wp-block-column {
  border-right: solid 1px #5FEFCB;
}
.bloc-3-entrees .wp-block-column a {
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 40px;
  display: block;
  background-color: #1F135D;
  height: 50px;
  font-size: 1.4rem;
  font-family: "Sansita Regular";
  cursor: initial;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  will-change: transform;
}
.bloc-3-entrees .wp-block-column a:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}

.card-entree {
  background-color: #F5F5F5;
  padding: 30px;
  border-radius: 30px;
}
.card-entree p {
  margin: 5px 5px 25px 5px;
}

.bloc-picto p {
  text-transform: uppercase;
  font-size: 0.8em;
  text-align: center;
  letter-spacing: 1px;
}

.bg-bleu {
  position: relative;
  background-color: #1F135D;
  color: #fff;
}
.bg-bleu .wp-block-column {
  padding: 30px;
}
.bg-bleu h2 {
  color: #fff;
}
.bg-bleu p {
  color: #fff;
}

.block-citation figure {
  border-radius: 150%;
  overflow: hidden;
  margin-right: 20px;
}

.citation {
  font-family: "Sansita Regular";
  color: #5F74FF;
  position: relative;
  font-size: 2rem;
  /*&:after {
  	content:"''";
  	position: absolute;
  	left: -30px;
  	top:-30px;
  	font-size: 4rem;
  }
  &:before {
  	content:"''";
  	position: absolute;
  	right: 270px;
  	bottom:-50px;
  	font-size: 4rem;
  }*/
}

.liste-vision .checklist li {
  border-bottom: solid 1px #e7e7e7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.liste-vision .checklist li:last-child {
  border-bottom: solid 0px;
}

.illustration1 {
  position: relative;
}
.illustration1:after {
  content: "";
  position: absolute;
  background-image: url(img/element-wow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 73px;
  width: 70px;
  top: 0px;
  left: 0px;
}

.illustration2 {
  position: relative;
}
.illustration2:after {
  content: "";
  position: absolute;
  background-image: url(img/element-veto-wow2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 70px;
  width: 50px;
  top: -10px;
  right: -30px;
}

.bloc-offre {
  position: relative;
}
.bloc-offre .bloc-absolute {
  position: absolute;
  top: -39px;
  left: -35px;
  background-color: #5FEFCB;
  padding: 5px 15px;
  border-radius: 5px;
  rotate: -9deg;
  font-size: 1rem;
  font-family: "Google Sans", sans-serif;
  font-weight: 700;
}

.bloc-competences p.has-text-align-center {
  position: relative;
}
.bloc-competences p.has-text-align-center::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 1px;
  bottom: 20px;
  width: 200px;
  height: 25px;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 2px 15px 5px rgba(0, 0, 0, 0.13);
  transform: matrix(-1, -0.1, 0, 1, 0, 0);
}
.bloc-competences a {
  background-color: #F9FF3F;
  padding: 30px;
  color: #1F135D;
  border-radius: 5px;
  text-decoration: none;
  display: block;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  will-change: transform;
  z-index: 10;
  position: relative;
  min-height: 130px;
}
.bloc-competences a:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}

.full-width .offres-slider {
  padding-left: 60px;
  padding-right: 60px;
}

.card-offre {
  padding: 25px;
  background-color: #fff;
  border-radius: 10px;
  border: 1.3px solid #fff;
  backdrop-filter: blur(26px);
  min-width: 250px !important;
}
.card-offre ul.checklist li {
  font-size: 1rem;
}
.card-offre .prix {
  margin-bottom: 0px;
}
.card-offre .prix p {
  color: #5F74FF;
  font-weight: bold;
}

body .is-layout-flex .swiper-wrapper {
  flex-wrap: wrap !important;
}

.bloc-etapes-sticky {
  align-items: flex-start;
}
.bloc-etapes-sticky .frise {
  border-left: solid 1px #5F74FF;
  position: relative;
  padding-left: 50px;
}
.bloc-etapes-sticky .frise .ss-titre {
  color: #5F74FF;
  font-weight: bold;
}
.bloc-etapes-sticky .frise .ss-titre:before {
  content: "";
  left: -10px;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background-color: #5F74FF;
  position: absolute;
}

.colonne-image-sticky {
  position: sticky;
  top: 100px;
  align-self: flex-start;
}
.colonne-image-sticky img {
  display: block;
  width: 100%;
  height: auto;
}

.liste-prestation {
  background-color: #fff;
  margin-left: 20%;
  margin-right: 20%;
  padding: 20px;
  border-radius: 5px;
}
.liste-prestation details {
  border-bottom: 1px solid #e2e2e2;
}

.bloc-cta {
  background-color: #5FEFCB;
  border-radius: 20px;
  padding: 15px;
}

/* Désactive le flex de Gutenberg sur le wrapper */
.cards-slider .group-card {
  display: block !important;
  flex-wrap: unset !important;
}

/* Les cards doivent être en block pour Swiper */
.cards-slider .card {
  height: auto;
  box-sizing: border-box;
}

/* Optionnel : n'activer le slider que sur mobile */
@media (max-width: 768px) {
  .cards-slider .group-card {
    display: block !important;
  }
  /* Force Swiper à gérer l'affichage */
  .cards-slider .group-card {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
  }
  /* Chaque card prend toute la largeur */
  .cards-slider .card {
    flex-shrink: 0 !important;
    width: 100% !important;
    box-sizing: border-box;
  }
  .cards-slider {
    overflow: visible !important;
  }
  /* Mais on cache ce qui dépasse du bloc parent */
  .bloc-hero {
    overflow: hidden;
  }
}
/** === Landing === **/
.landing {
  margin-top: 50px;
}
.landing h1 {
  text-align: center;
}
.landing h2 {
  color: #1F135D;
}
.landing ul.checklist li {
  font-size: 1.5rem;
  padding-left: 57px;
}

/** === Footer === **/
.site-footer {
  background-color: #5FEFCB;
}
.site-footer ul {
  display: flex;
  padding-left: 0px;
  justify-content: center;
  width: 100%;
}
.site-footer ul li {
  list-style-type: none;
}
.site-footer ul li a {
  color: grey;
  text-decoration: none;
}

/** === Responsive === **/
@media screen and (max-width: 1347px) {
  .site-header .bloc-nav ul.menu-principal li a {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1263px) {
  .site-header .bloc-nav {
    display: block;
  }
  .site-header .bloc-nav ul.menu-principal {
    padding-left: 0px;
  }
  .site-header .bloc-nav ul.menu-principal li a {
    margin: 0px;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 0px;
  }
  .site-header .bloc-nav ul.menu-principal {
    justify-content: center;
  }
  .site-header .bloc-nav .site-logo a img {
    max-height: 49px;
  }
}
@media screen and (max-width: 1080px) {
  body .site-main {
    padding-left: 40px;
    padding-right: 40px;
  }
  .home h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
  body .is-layout-flex.hero {
    display: block;
  }
  .is-layout-flex {
    align-items: top !important;
  }
}
@media screen and (max-width: 780px) {
  h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
  h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .menu-mobile {
    display: flex;
    justify-content: space-evenly;
    position: fixed;
    bottom: 0px;
    height: 70px;
    width: 100%;
    z-index: 100000;
    background: #5F74FF;
    padding: 0px;
    margin-bottom: 0px;
  }
  .menu-mobile li {
    list-style-type: none;
    display: flex;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .menu-mobile li.current-menu-item {
    background-color: #d76f0a;
  }
  .menu-mobile li.contact {
    padding-right: 10px;
  }
  .menu-mobile li.contact a {
    position: relative;
    padding-top: 24px;
  }
  .menu-mobile li.contact a:before {
    top: -11px;
    left: 32px;
    content: "";
    position: absolute;
    height: 40px;
    width: 29px;
    background-size: 117%;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_1' xmlns='http://www.w3.org/2000/svg' width='24' height='23.56' viewBox='0 0 24 23.56'%3E%3Cpath fill='%23ffffff' d='M20.09,15.32l-.02-4.12v-2.83c0-.53.02-1.08-.03-1.61-.15-.23-.29-.38-.52-.52-3.28-.07-6.56-.02-9.84-.02h-3.61c-.64,0-1.3-.03-1.93.02-.2.13-.4.23-.46.49-.16.76-.05,3.12-.05,4.05,0,2.07-.08,4.17-.01,6.24,0,.19.02.47.13.63.13.19.37.27.59.3.63.08,1.32.03,1.96.03h3.63s6.23,0,6.23,0c1.14,0,2.3.04,3.44-.02.19-.1.38-.21.43-.44.16-.66.06-1.53.05-2.22ZM12.73,6.93c2.13,0,4.31-.08,6.44.04-1.04.85-2.13,1.65-3.19,2.48l-2.64,2.09c-.51.4-1.01.84-1.56,1.17-1.31-1.12-2.67-2.15-4.01-3.23-1.03-.83-2.04-1.7-3.06-2.55,2.67-.06,5.36,0,8.03-.01ZM19.32,17.24c-4.97-.03-9.95.11-14.93,0-.04-3.18,0-6.36,0-9.54.72.48,1.42,1.12,2.09,1.68l3.28,2.65c.61.51,1.33,1.25,2.05,1.57.49-.1,6.56-5.12,7.5-5.86.02,1.27,0,2.54,0,3.8-.01,1.9.03,3.8.01,5.7Z'/%3E%3C/svg%3E");
  }
  .menu-mobile li.urgence a {
    position: relative;
    padding-top: 24px;
  }
  .menu-mobile li.urgence a:before {
    top: -1px;
    left: 30px;
    content: "";
    position: absolute;
    height: 22px;
    width: 25px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_1' xmlns='http://www.w3.org/2000/svg' width='24' height='23.56' viewBox='0 0 24 23.56'%3E%3Cpath fill='%23ffffff' d='M12.52,19.72c0,.27-.07.47-.21.61-.14.14-.34.21-.6.21s-.46-.07-.61-.22c-.15-.15-.23-.35-.23-.6s.07-.46.22-.61c.15-.15.35-.23.6-.23s.46.08.6.23c.15.15.22.35.22.61ZM12.07,17.69h-.74c0-.34,0-.71-.03-1.09-.02-.38-.04-.76-.06-1.13s-.04-.71-.07-1c-.02-.3-.04-.52-.06-.68-.03-.33-.06-.65-.11-.97-.04-.32-.07-.66-.07-1.02,0-.31.06-.56.19-.76.13-.2.32-.3.59-.3s.46.1.57.31c.11.21.16.45.16.74,0,.37-.02.72-.07,1.03-.04.32-.08.64-.11.97,0,.16-.03.39-.05.68s-.05.63-.07,1c-.02.37-.04.75-.06,1.13-.02.38-.03.75-.03,1.09Z'/%3E%3Cline x1='15.36' y1='10.44' x2='19.92' y2='7.38' style='fill:none; stroke:%23ffffff; stroke-linecap:round; stroke-miterlimit:10;'/%3E%3Cline x1='8.43' y1='10.9' x2='3.48' y2='8.27' style='fill:none; stroke:%23ffffff; stroke-linecap:round; stroke-miterlimit:10;'/%3E%3Cline x1='11.45' y1='7.38' x2='11.37' y2='2.94' style='fill:none; stroke:%23ffffff; stroke-linecap:round; stroke-miterlimit:10;'/%3E%3C/svg%3E");
  }
  .menu-mobile li.home {
    padding-left: 10px;
  }
  .menu-mobile li.home a {
    position: relative;
    padding-top: 24px;
  }
  .menu-mobile li.home a:before {
    top: -1px;
    left: 30px;
    content: "";
    position: absolute;
    height: 22px;
    width: 25px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_1' xmlns='http://www.w3.org/2000/svg' width='24' height='23.56' viewBox='0 0 24 23.56'%3E%3Cpath fill='%23ffffff' d='M20.07,10.98c-.18-.39-8.42-8.43-8.6-8.49-.06-.02-.09-.02-.15-.03-2.06,1.91-4.01,3.97-6.01,5.94-.8.79-1.74,1.5-2.5,2.31-.13.14-.27.3-.28.5,0,.09.04.13.09.21.18.09.29.15.49.08.48-.16,1.04-.87,1.42-1.21,0,1.28-.17,8.4.1,9.17.46.28,5.92.13,6.84.13,1.45.02,2.91.03,4.36.02.7,0,1.5.08,2.18-.06.12-.17.13-.39.15-.59.08-.99.02-2.03.02-3.03v-5.76c.39.35,1.2,1.32,1.71,1.28.1,0,.13-.05.2-.1.06-.14.05-.24-.02-.38ZM17.33,18.83l-5.9-.04h-6.08c-.01-3.12,0-6.22.02-9.32,2.06-1.93,4.03-3.96,6.05-5.94.37.18,1.24,1.23,1.59,1.57,1.42,1.41,2.82,2.89,4.31,4.22-.04,3.17.07,6.34,0,9.52Z'/%3E%3C/svg%3E");
    background-repeat: none;
  }
  .menu-mobile li a {
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
  }
  .site-header .bloc-nav {
    padding: 0px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 10px;
  }
  #menu-principal {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #1F135D;
    z-index: 1000;
    top: -20px;
    display: none;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  #menu-principal.open {
    display: block;
  }
  #menu-principal li {
    display: block;
    border-bottom: solid 1px #5fefcb;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #menu-principal li.current-menu-item {
    position: relative;
  }
  #menu-principal li.current-menu-item:before {
    content: "";
    height: 100%;
    width: 20px;
    background-color: #5fefcb;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  #menu-principal li.current-menu-item a {
    padding-left: 40px;
  }
  #menu-principal li.home a {
    background-image: none;
  }
  #menu-principal li a {
    text-align: left;
    display: block;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    border-right: 0px;
    font-family: "Sansita Regular";
    font-size: 1.8rem;
  }
  #menu-principal li a .menu-desc {
    font-family: "Google Sans", sans-serif;
    font-size: 1.1rem;
  }
  .bt-menu a {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding-top: 28px;
    padding-left: 0;
    text-decoration: none;
  }
  .bt-menu a::before, .bt-menu a::after,
.bt-menu a .burger-line {
    position: absolute;
    left: 50%;
    width: 25px;
    height: 2px;
    background: #fff;
    transition: all 0.3s ease;
    transform: translateX(-50%);
  }
  .bt-menu a::before, .bt-menu a::after {
    content: "";
  }
  .bt-menu a::before {
    top: 6px;
  }
  .bt-menu a .burger-line {
    top: 12px;
  }
  .bt-menu a::after {
    top: 18px;
  }
  .bt-menu a.is-open::before {
    top: 12px;
    transform: translateX(-50%) rotate(45deg);
  }
  .bt-menu a.is-open::after {
    top: 12px;
    transform: translateX(-50%) rotate(-45deg);
  }
  .bt-menu a.is-open .burger-line {
    opacity: 0;
  }
  .site-header .menu-top {
    position: fixed;
    display: block;
    width: 90%;
    position: fixed;
    z-index: 10000;
    bottom: 70px;
    display: none;
    min-width: auto;
    right: auto;
    left: 0px;
  }
  .site-header .menu-top.open {
    display: block;
  }
  .site-header .menu-top li a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #5FEFCB;
    font-size: 1.4rem;
  }
  .bloc-hero {
    margin-left: -30px;
    margin-right: -30px;
    overflow: visible !important;
  }
  .cards-slider {
    width: 100%;
    overflow: hidden;
  }
  .card a:hover {
    transform: none;
  }
  .wp-block-columns.bloc-3-entrees {
    position: fixed;
    bottom: 40px;
    flex-wrap: nowrap !important;
    width: 100%;
    left: 0px;
    background-color: #F9FF3F;
    z-index: 100;
  }
  .wp-block-columns.bloc-3-entrees p {
    margin: 0px;
  }
  .wp-block-columns.bloc-3-entrees a {
    background-color: #F9FF3F;
    color: #1F135D;
    height: inherit;
    box-shadow: inherit;
    padding: 10px 10px;
    font-size: 1rem;
    transform: inherit;
  }
  .liste-vision {
    margin-bottom: 0px;
  }
  .liste-vision .wp-block-columns {
    margin-bottom: 0px;
  }
  .liste-vision h3 {
    margin-bottom: 30px;
  }
  .liste-vision :where(.wp-block-columns.is-layout-flex) {
    gap: 0px;
  }
  .liste-vision ul {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .bloc-etapes-sticky .frise {
    margin-left: 30px;
  }
  .bloc-etapes-sticky .frise p {
    max-width: 90%;
  }
  .site-header .bloc-nav ul.menu-principal li a span.menu-desc {
    color: #f9ff3f;
    text-transform: math-auto;
    display: block;
  }
  .site-header .menu-top li.linkedin {
    padding-left: 20px;
  }
  .site-header .menu-top li.linkedin a {
    background-size: 9%;
    background-repeat: no-repeat;
    background-position: left;
  }
}
