@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 === **/
:root {
  --brand-primary: #5F74FF;
  --brand-secondary: #F9FF3F;
  --brand-dark: #1F1F2E;
  --brand-light: #F7F7FB;
  --brand-text: #2D2D3A;
}

body.error404 {
  margin: 0;

}

.error-404-wrapper {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.error-404-card {
  width: 100%;
  max-width: 760px;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
  border-radius: 28px;
  padding: 60px 40px;
  text-align: center;
  box-shadow: 0 24px 70px rgba(0,0,0,0.08);
}

.error-404-number {
  font-size: clamp(90px, 14vw, 180px);
  line-height: 1;
  font-weight: 900;
  margin: 0;
  color: var(--brand-primary);
}

.error-404-title {
  margin-top: 20px;
  font-size: clamp(28px, 4vw, 48px);
  color: var(--brand-dark);
  font-weight: 800;
}

.error-404-text {
  margin: 24px auto 40px;
  max-width: 580px;
  font-size: 18px;
  line-height: 1.8;
  color: var(--brand-text);
}

.error-404-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.error-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.25s ease;
}

.error-btn-primary {
  background: var(--brand-primary);
  color: #fff;
}

.error-btn-primary:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}

.error-btn-secondary {
  border: 2px solid var(--brand-primary);
  color: var(--brand-primary);
  background: transparent;
}

.error-btn-secondary:hover {
  background: var(--brand-primary);
  color: #fff;
}

.error-404-footer {
  margin-top: 28px;
  font-size: 14px;
  color: #777;
}

.error-404-search {
  margin-top: 40px;
}

.error-404-search input[type="search"] {
  width: 100%;
  max-width: 420px;
  padding: 14px 18px;
  border-radius: 999px;
  border: 1px solid #ddd;
  font-size: 16px;
  outline: none;
}

.error-404-search input[type="search"]:focus {
  border-color: var(--brand-primary);
}
.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;
  margin-bottom: -30px
}

/* ═══════════════════════════════════════════════
   VIBECERTIF — Landing "vérification code IA"
   Feuille complète : tout le code essentiel à l'affichage.
   Couleurs de base du thème magali-UX :
   bleu nuit #1F135D · bleu #5F74FF · jaune #F9FF3F · menthe #5FEFCB
   Polices : Sansita (titres) · Google Sans (texte)
   À coller à la fin de style.css — les règles identiques
   au thème sont reprises telles quelles, sans conflit.
   ═══════════════════════════════════════════════ */

/* ── 1. Base : gabarit, typo, textes ─────────── */
body {
  font-family: "Google Sans", sans-serif;
  color: #1F135D;
  overflow-x: hidden; /* nécessaire pour la section pleine largeur */
}
body .site-main {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
h1 {
  color: #5F74FF;
  font-family: "Sansita Regular";
  font-weight: normal;
  font-size: 4rem;
  line-height: 3.8rem;
  margin-top: 0;
  margin-bottom: 10px;
}
h2 {
  color: #5F74FF;
  font-family: "Sansita Regular";
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 0;
}
h3 {
  font-family: "Sansita Regular";
  font-size: 2rem;
  margin: 0;
}
p {
  font-size: 20px;
  color: #1F135D;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* ── 2. Titre et sous-titre de la page ───────── */
.page .post-title {
  text-align: center;
  max-width: 18em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.post-content > h2.has-text-align-center:first-child {
  color: #1F135D;
  font-size: 2rem;
  line-height: 2.3rem;
  max-width: 26em;
  margin: 0 auto 30px;
}

/* ── 3. Boutons ──────────────────────────────── */
a.wp-block-button__link {
  background-color: #4b5ed5;
  color: #fff;
  font-family: "Sansita Regular";
  text-decoration: none;
  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.14);
  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;
  border: solid 1px #5F74FF;
  color: #5F74FF;
}

/* Hero : les deux boutons centrés côte à côte */
.post-content .wp-block-buttons {
  margin-top: 10px;
  margin-bottom: 10px;
}


/* ── 4. Chiffres clés ────────────────────────────
   Ajouter la classe "stats" au bloc Colonnes des 3 chiffres
   (Réglages du bloc → Avancé → Classe(s) CSS additionnelle(s)) */
.stats {
  max-width: 800px;
  margin: 40px auto 20px !important;
  padding: 25px 0;
  border-top: solid 1px #e2e2f2;
  border-bottom: solid 1px #e2e2f2;
}
.stats p {
  margin: 0;
  font-size: 1rem;
  color: #1F135D;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.stats p strong {
  display: block;
  font-family: "Sansita Regular";
  font-size: 2.8rem;
  line-height: 1.1;
  color: #5F74FF;
  margin-bottom: 4px;
}

/* ── 5. Section sombre pleine largeur (.bg-bleu) ─
   "Ces questions vous réveillent la nuit ?" */
.bg-bleu {
  position: relative;
  background-color: #1F135D;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.bg-bleu h2,
.bg-bleu p {
  color: #fff;
}
.bg-bleu > .wp-block-column {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
.bg-bleu > .wp-block-column > h2 {
  text-align: center;
  margin-bottom: 40px;
}
/* les colonnes imbriquées deviennent des cartes */
.bg-bleu .wp-block-column .wp-block-column {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  padding: 25px;
}
.bg-bleu .wp-block-column .wp-block-column h3 {
  color: #F9FF3F;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.bg-bleu .wp-block-column .wp-block-column p {
  font-size: 1rem;
  margin: 0;
}
.bg-bleu .wp-block-columns + .wp-block-columns {
  margin-top: 24px;
}

/* ── 6. FAQ (blocs Détails) ──────────────────── */
.post-content .wp-block-details {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
details {
  border-bottom: 1px solid #F9FF3F;
  padding: 1em 0;
}
details[open] summary {
  color: #5F74FF;
}
details[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}
summary {
  cursor: pointer;
  list-style: none;
  padding-left: 0;
  padding-right: 2em;
  position: relative;
  font-size: 20px;
}
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;
}

/* ── 7. Appel à l'action final ───────────────────
   Ajouter la classe "section-cta" au bloc Colonnes concerné */
.section-cta {
  text-align: center;
  padding: 50px 20px;
  margin-top: 40px !important;
}
.section-cta h2 {
  color: #1F135D;
  line-height: 3.2rem;
}
.section-cta p {
  max-width: 36em;
  margin-left: auto;
  margin-right: auto;
}

/* ── 8. Section recrutement auditeurs ────────────
   Ajouter la classe "recrutement" au grand bloc Colonnes de la section */
.recrutement {
  background-color: #F7F7FB;
  border-radius: 30px;
  padding: 50px 40px;
  margin-top: 50px !important;
}
/* accroche "Vous êtes développeur senior ?"
   → poser la classe existante "sur-titre" pour la pastille jaune,
   sinon ce style s'applique */
.recrutement > .wp-block-column > .wp-block-columns > .wp-block-column > p:first-child {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.9rem;
  color: #5F74FF;
  font-weight: 700;
  margin-top: 0;
}
.recrutement h2 {
  color: #1F135D;
  font-size: 2.2rem;
  line-height: 2.4rem;
  margin-bottom: 20px;
}
.recrutement h3 {
  color: #5F74FF;
  font-size: 1rem;
  font-family: "Google Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.recrutement ul {
  list-style: none;
  padding: 25px;
  margin: 0 0 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 12px #dbdbdb;
}
.recrutement ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 1rem;
  color: #2D2D3A;
}
.recrutement ul li:last-child {
  margin-bottom: 0;
}
.recrutement ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #5F74FF;
  font-weight: bold;
}

/* ── 9. Responsive ───────────────────────────── */
@media screen and (max-width: 1080px) {
  body .site-main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 780px) {
  body .site-main {
    overflow-x: hidden;
  }
  h1 {
    font-size: 2.5rem;
    line-height: 2.4rem;
  }
  h2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  h3 {
    font-size: 1.2rem;
  }
  p {
    font-size: 17px;
  }
  .post-content > h2.has-text-align-center:first-child {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  .stats {
    margin-top: 25px !important;
    padding: 15px 0;
  }
  .stats p strong {
    font-size: 2rem;
  }
  .bg-bleu {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .bg-bleu .wp-block-column .wp-block-column {
    padding: 20px;
  }
  .bg-bleu .wp-block-column .wp-block-column + .wp-block-column {
    margin-top: 14px;
  }
  .section-cta h2 {
    line-height: 2rem;
  }
  .recrutement {
    padding: 30px 20px;
    border-radius: 20px;
  }
  .recrutement h2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
