/*
CSS personnalisé SOFT Formation
*/
  /* Brand */
  --brand-primary: #3f8ea6;
  --brand-primary-hover: #2f6f82;

  --brand-secondary: #7aa32f;
  --brand-secondary-hover: #678a27;

  --brand-accent: #d9ae00;
  --brand-accent-hover: #b99300;

  /* Neutrals */
  --neutral-0: #ffffff;
  --neutral-25: #fafbfa;
  --neutral-50: #f3f6f5;
  --neutral-75: #edf2f1;
  --neutral-100: #e7eeec;
  --neutral-150: #dde6e3;
  --neutral-200: #ced9d5;

  /* Ink */
  --ink-900: #1f3138;
  --ink-700: #5f6b70;

  /* Text alpha */
  --ink-900-82: rgba(31, 49, 56, 0.82);
  --ink-900-78: rgba(31, 49, 56, 0.78);
  --ink-900-72: rgba(31, 49, 56, 0.72);
  --ink-900-64: rgba(31, 49, 56, 0.64);
  --ink-900-58: rgba(31, 49, 56, 0.58);
  --ink-900-50: rgba(31, 49, 56, 0.5);
  --ink-900-48: rgba(31, 49, 56, 0.48);
  --ink-900-38: rgba(31, 49, 56, 0.38);
  --ink-900-24: rgba(31, 49, 56, 0.24);
  --ink-900-18: rgba(31, 49, 56, 0.18);
  --ink-900-16: rgba(31, 49, 56, 0.16);
  --ink-900-12: rgba(31, 49, 56, 0.12);
  --ink-900-08: rgba(31, 49, 56, 0.08);
  --ink-900-06: rgba(31, 49, 56, 0.06);
  --ink-900-04: rgba(31, 49, 56, 0.04);

  /* White overlays */
  --white-95: rgba(255, 255, 255, 0.95);
  --white-92: rgba(255, 255, 255, 0.92);
  --white-90: rgba(255, 255, 255, 0.9);
  --white-72: rgba(255, 255, 255, 0.72);
  --white-64: rgba(255, 255, 255, 0.64);
  --white-62: rgba(255, 255, 255, 0.62);
  --white-50: rgba(255, 255, 255, 0.5);

  /* Black overlays */
  --black-14: rgba(0, 0, 0, 0.14);
  --black-62: rgba(0, 0, 0, 0.62);

  /* Semantic surfaces */
  --color-bg-main: var(--neutral-50);
  --color-bg-section: var(--neutral-0);
  --color-bg-card: var(--neutral-100);
  --color-bg-card-alt: var(--neutral-25);
  --color-bg-muted: var(--neutral-150);
  --hero-bg: #edf3f6;

  /* Semantic text */
  --color-text: var(--ink-900);
  --color-text-muted: var(--ink-700);
  --color-text-soft: var(--ink-900-72);
  --color-text-subtle: var(--ink-900-58);

  /* Borders */
  --color-border: var(--ink-900-08);
  --color-border-strong: var(--ink-900-16);


.e-n-tabs-heading {background-color:#FAFBFA;
padding:20px;}

/* ==========================================================================
   LAYOUT GLOBAL
========================================================================== */

:root {
    --site-max-width: 90rem; /* 1440px */
    --site-padding: clamp(1rem, 3vw, 2rem);
}

/* Conteneurs Flexbox Elementor */
.e-con > .e-con-inner {
    width: 100%;
    max-width: var(--site-max-width) !important;
    margin-inline: auto;
    padding-inline: var(--site-padding);
}

/* Compatibilité anciens conteneurs */
.elementor-container {
    width: 100%;
    max-width: var(--site-max-width) !important;
    margin-inline: auto;
    padding-inline: var(--site-padding);
}

body {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #1f3138;
	    --site-max-width:90rem;          /* 1440px */

    --padding-inline:clamp(1rem,3vw,2rem);
}

:root{
    --site-max-width: 90rem; /*1440*/
}
/* Containers Elementor */

.e-con > .e-con-inner{

    width:100%;

    max-width:var(--site-max-width)!important;

    margin-inline:auto;

    padding-inline:var(--padding-inline);

}

/* Largeur réelle 1440 sur les containers boxed */
.e-con.e-con-boxed > .e-con-inner {
  width: 100%;
  max-width: 1440px;
  padding-inline: 0;
}

/* Enfants directs : pas de marge/padding parasite */
.e-con.e-con-boxed > .e-con-inner > .e-con {
  max-width: none;
  margin-inline: 0;
}
/* Anciennes sections Elementor */

.elementor-container{

    width:100%;

    max-width:var(--site-max-width)!important;

    padding-inline:var(--padding-inline);

}
p,
.elementor-widget-text-editor,
.elementor-widget-text-editor p {
  font-size: clamp(1rem, 0.25vw + 0.95rem, 1.05rem);
  line-height: 1.7;
  font-weight: 400;
  color: rgba(31, 49, 56, 0.72);
}

h1,
.elementor-heading-title.elementor-size-default {
  font-weight: 500;
}

h1,
.heading-style-h1 {
  font-size: clamp(2.7rem, 4vw, 4.6rem);;
  line-height: 1.04;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #1f3138;
}

h2,
.heading-style-h2 {
  font-size: clamp(1.9rem, 2.4vw, 2.75rem);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #1f3138;
}

h3,
.heading-style-h3 {
  font-size: clamp(1.35rem, 1.6vw, 1.75rem);
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #1f3138;
}

h4,
.heading-style-h4 {
  font-size: clamp(1.45rem, 1.8vw, 1.95rem);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #1f3138;
}

.eyebrow {
  font-size: clamp(0.68rem, 0.2vw, 0.74rem);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(31, 49, 56, 0.58);
}


/* ==========================================================================
   SOFT — HEADER FIXED + GLASS BLUR
   Version sans !important
========================================================================== */

.soft-header {
  position: fixed;
  top: 1.25rem;
  left: 0;
  right: 0;
  z-index: 9999;

  width: 100%;
  max-width: none;

  padding-left: clamp(1.25rem, 3vw, 2.5rem);
  padding-right: clamp(1.25rem, 3vw, 2.5rem);

  pointer-events: none;
}

.soft-header-shell {
  width: 100%;
  max-width: 90rem; /* 1440px */
  min-height: 5.25rem;

  margin-left: auto;
  margin-right: auto;

  padding: 0 2rem 0 1.35rem;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.25rem;

  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 2.75rem;

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  box-shadow: 0 12px 28px rgba(18, 35, 40, 0.08);

  pointer-events: auto;
}

.soft-header-shell * {
  pointer-events: auto;
}

/* Logo */
.soft-header-shell .elementor-widget-image {
  flex: 0 0 auto;
  margin: 0;
}

.soft-header-shell .elementor-widget-image img {
  width: 4.6rem;
  height: auto;
}

/* Menu */
.soft-header-shell .elementor-widget-jet-nav-menu,
.soft-header-shell .elementor-widget-nav-menu {
  flex: 1 1 auto;
  margin: 0;
}

.soft-header-shell .jet-nav,
.soft-header-shell .elementor-nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.soft-header-shell .jet-nav a,
.soft-header-shell .elementor-nav-menu a {
  font-family: var(--font-sans, "Plus Jakarta Sans", sans-serif);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--color-text, #1f3138);
}

.soft-header-shell .jet-nav a:hover,
.soft-header-shell .elementor-nav-menu a:hover,
.soft-header-shell .elementor-nav-menu .current-menu-item > a {
  color: var(--brand-primary, #3f8ea6);
}

/* Bouton */
.soft-header-shell .elementor-widget-button {
  flex: 0 0 auto;
  margin: 0;
}

.soft-header-shell .elementor-button {
  min-height: 3.25rem;
  padding: 0 1.35rem;
  border-radius: 999px;

  background: var(--brand-primary, #3f8ea6);
  border: 1px solid var(--brand-primary, #3f8ea6);
  color: #fff;

  font-family: var(--font-sans, "Plus Jakarta Sans", sans-serif);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;

  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.soft-header-shell .elementor-button:hover {
  background: var(--brand-primary-hover, #2f6f82);
  border-color: var(--brand-primary-hover, #2f6f82);
}



/* SOFT — Mise en page principale Formation */

.elementor-element-a92b59f > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  gap: clamp(2rem, 4vw, 4rem) !important;
}

/* Colonne gauche */
.elementor-element-a92b59f > .e-con-inner >
.elementor-element-38e79ea {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;

  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  flex-basis: 0 !important;
}

/* Colonne droite */
.elementor-element-a92b59f > .e-con-inner >
.elementor-element-8dbe12c {
  width: clamp(22rem, 30vw, 28rem) !important;
  max-width: 28rem !important;
  min-width: 0 !important;

  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  flex-basis: clamp(22rem, 30vw, 28rem) !important;
}

/* Listing contenu dans la colonne */
.elementor-element-8dbe12c .elementor-widget-jet-listing-grid,
.elementor-element-8dbe12c .elementor-widget-container,
.elementor-element-8dbe12c .jet-listing-grid,
.elementor-element-8dbe12c .jet-listing-grid__items,
.elementor-element-8dbe12c .jet-listing-grid__item {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box;
}

.elementor-element-a92b59f > .e-con-inner > .elementor-element-8dbe12c

 {
    width: clamp(22rem, 30vw, 28rem) !important;
    max-width: 28rem !important;
    min-width: 0 !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    flex-basis: clamp(22rem, 30vw, 28rem) !important;
    background-color: #3F8EA6 !important;
	 border-radius:10px
}

/* Responsive */
@media (max-width: 991px) {
  .soft-header {
    top: 0.9rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .soft-header-shell {
    min-height: 4.5rem;
    padding: 0 1rem;
    border-radius: 2rem;
    gap: 1rem;
  }

  .soft-header-shell .elementor-widget-image img {
    width: 4rem;
  }
}


@media (max-width: 991px) {
  .elementor-element-a92b59f > .e-con-inner {
    flex-direction: column !important;
  }

  .elementor-element-a92b59f > .e-con-inner >
  .elementor-element-38e79ea,
  .elementor-element-a92b59f > .e-con-inner >
  .elementor-element-8dbe12c {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 767px) {
  .soft-header {
    top: 0.75rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .soft-header-shell {
    min-height: 4.25rem;
    padding: 0 0.85rem;
    border-radius: 1.75rem;
  }

  .soft-header-shell .elementor-widget-image img {
    width: 3.7rem;
  }
}

.tab-formation p {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.75;
    color: var(--color-text-soft);
}

.tab-formation h2 {
    font-size: clamp(1.8rem, 2vw, 2.35rem);
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: -0.035em;
    color: var(--color-text);
}

.formation-info-card {
    display: block;
    font-size: clamp(1.15rem, 1.3vw, 1.45rem);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--color-text);
}

.formation-info_label {
    display: block;
    margin-bottom: 0.7rem;
    font-size: 0.72rem;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--brand-primary);
}

.heading-style-h2 {
    font-size: clamp(1.9rem, 2.4vw, 2.75rem);
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: -0.03em;
}

.formation-sidebar_card h2, .formation-sidebar_card h3 {
    margin: 0 0 1rem;
    font-size: 1.25rem;
    line-height: 1.25;
}

.elementor-487 .elementor-element.elementor-element-82be51e 
.jet-switcher > .jet-switcher__control-wrapper > .jet-switcher__control-instance {
    width: 100% !important;
    max-width: 500px;
    height: 60px;
}

.mosaic-image {

    overflow: hidden;

}

.mosaic-image .elementor-widget-image,

.mosaic-image .elementor-widget-container {

    width: 100%;

    height: 100%;

}

.mosaic-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;

}

.testimonial-metric_value {
  font-size: 2.75rem;
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--color-text);
}

.soft-stars {
    font-size: 1.15rem;
    line-height: 1;
    letter-spacing: .08em;
    color: #3F8EA6;
}

.elementor-487 .elementor-element.elementor-element-41331e7 .jet-listing-grid__slider-icon.prev-arrow
 {
    bottom: -80px;
    top: auto;
    right: 57px;
    left: auto;
    border-radius: 50% !important;
    background-color:#3F8EA6;
}

.elementor-487 .elementor-element.elementor-element-41331e7 .jet-listing-grid__slider-icon.next-arrow {
    bottom: -80px;
    top: auto;
	border-radius: 50% !important;
    background-color:#3F8EA6;
	
}

.logo-marquee .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    align-items: center;
}

.logo-marquee .swiper-slide {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 80px;
}

.logo-marquee .swiper-slide img {
    width: auto !important;
    height: 52px !important;
    max-width: 150px !important;
    max-height: 52px !important;
    object-fit: contain !important;

    filter: grayscale(100%);
    opacity: 0.55;
}



/* ==========================================================================
   SOFT — CUSTOM CSS
   Base styles / desktop only
   Toutes les couleurs passent par des variables
========================================================================== */

/* ==========================================================================
   RESET
========================================================================== */



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

:root {
  /* Layout */
  --site-max-width: 100rem; /* 1600px */
  --hero-max-width: 100rem;
  --hero-text-col: 40rem;
  --hero-media-col: 52rem;

  --padding-inline: clamp(1.25rem, 3vw, 2.5rem);
  --header-height: 5.9rem;

  /* Spacing */
  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-s: 0.75rem;
  --space-m: 1rem;
  --space-l: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4.5rem;

  /* Brand */
  --brand-primary: #3f8ea6;
  --brand-primary-hover: #2f6f82;

  --brand-secondary: #7aa32f;
  --brand-secondary-hover: #678a27;

  --brand-accent: #d9ae00;
  --brand-accent-hover: #b99300;

  /* Neutrals */
  --neutral-0: #ffffff;
  --neutral-25: #fafbfa;
  --neutral-50: #f3f6f5;
  --neutral-75: #edf2f1;
  --neutral-100: #e7eeec;
  --neutral-150: #dde6e3;
  --neutral-200: #ced9d5;

  /* Ink */
  --ink-900: #1f3138;
  --ink-700: #5f6b70;

  /* Text alpha */
  --ink-900-82: rgba(31, 49, 56, 0.82);
  --ink-900-78: rgba(31, 49, 56, 0.78);
  --ink-900-72: rgba(31, 49, 56, 0.72);
  --ink-900-64: rgba(31, 49, 56, 0.64);
  --ink-900-58: rgba(31, 49, 56, 0.58);
  --ink-900-50: rgba(31, 49, 56, 0.5);
  --ink-900-48: rgba(31, 49, 56, 0.48);
  --ink-900-38: rgba(31, 49, 56, 0.38);
  --ink-900-24: rgba(31, 49, 56, 0.24);
  --ink-900-18: rgba(31, 49, 56, 0.18);
  --ink-900-16: rgba(31, 49, 56, 0.16);
  --ink-900-12: rgba(31, 49, 56, 0.12);
  --ink-900-08: rgba(31, 49, 56, 0.08);
  --ink-900-06: rgba(31, 49, 56, 0.06);
  --ink-900-04: rgba(31, 49, 56, 0.04);

  /* White overlays */
  --white-95: rgba(255, 255, 255, 0.95);
  --white-92: rgba(255, 255, 255, 0.92);
  --white-90: rgba(255, 255, 255, 0.9);
  --white-72: rgba(255, 255, 255, 0.72);
  --white-64: rgba(255, 255, 255, 0.64);
  --white-62: rgba(255, 255, 255, 0.62);
  --white-50: rgba(255, 255, 255, 0.5);

  /* Black overlays */
  --black-14: rgba(0, 0, 0, 0.14);
  --black-62: rgba(0, 0, 0, 0.62);

  /* Semantic surfaces */
  --color-bg-main: var(--neutral-50);
  --color-bg-section: var(--neutral-0);
  --color-bg-card: var(--neutral-100);
  --color-bg-card-alt: var(--neutral-25);
  --color-bg-muted: var(--neutral-150);
  --hero-bg: #edf3f6;

  /* Semantic text */
  --color-text: var(--ink-900);
  --color-text-muted: var(--ink-700);
  --color-text-soft: var(--ink-900-72);
  --color-text-subtle: var(--ink-900-58);

  /* Borders */
  --color-border: var(--ink-900-08);
  --color-border-strong: var(--ink-900-16);

  /* Buttons */
  --button-bg: var(--brand-primary);
  --button-bg-hover: var(--brand-primary-hover);
  --button-text: var(--neutral-0);
  --button-border: var(--brand-primary);

  --button-secondary-bg: transparent;
  --button-secondary-text: var(--color-text);
  --button-secondary-border: var(--color-border-strong);

  /* Tags */
  --tag-bg: rgba(122, 163, 47, 0.14);
  --tag-text: var(--brand-secondary-hover);
  --tag-bg-alt: rgba(63, 142, 166, 0.14);
  --tag-text-alt: var(--brand-primary-hover);

  /* Trust icons */
  --trust-primary-bg: rgba(63, 142, 166, 0.14);
  --trust-primary-fg: var(--brand-primary);

  --trust-secondary-bg: rgba(122, 163, 47, 0.14);
  --trust-secondary-fg: var(--brand-secondary);

  --trust-neutral-bg: var(--ink-900-06);
  --trust-neutral-fg: var(--color-text);

  /* Date pills */
  --date-pill-bg: var(--brand-primary);
  --date-pill-text: var(--neutral-0);
  --date-pill-shadow: 0 10px 22px rgba(63, 142, 166, 0.18);

  /* Panels */
  --panel-soft: var(--color-bg-card);
  --panel-soft-alt: var(--color-bg-card-alt);
  --panel-muted: var(--color-bg-muted);

  /* Visuals */
  --header-shell-bg: var(--white-72);
  --header-shell-border: var(--white-50);
  --glass-card-bg: var(--white-64);
  --glass-card-border: var(--white-62);


  --formation-band-bg: #dfeef3;
--formation-band-card-bg: rgba(255, 255, 255, 0.42);
--formation-band-card-border: rgba(31, 49, 56, 0.08);
  /* Typography */
  --font-sans: "Plus Jakarta Sans", sans-serif;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;

  /* Radius */
  --radius-sm: 0.75rem;
  --radius-md: 0.875rem;
  --radius-lg: 1.25rem;
  --radius-xl: 1.75rem;
  --radius-2xl: 2rem;
  --radius-3xl: 2.25rem;
  --radius-pill: 999px;

  /* Shadows */
  --shadow-sm: 0 1px 2px var(--ink-900-04);
  --shadow-md: 0 12px 28px rgba(18, 35, 40, 0.08);
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--color-bg-main);
  color: var(--color-text);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow-x: hidden;
}

img,
svg,
video,
canvas {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

button,
input,
textarea,
select {
  font: inherit;
}

/* ==========================================================================
   UTILITAIRES
========================================================================== */

.padding-global {
  padding-left: var(--padding-inline);
  padding-right: var(--padding-inline);
}

.container-header {
  width: 100%;
  max-width: var(--site-max-width);
  margin-left: auto;
  margin-right: auto;
}

.text-size-large {
  font-size: var(--text-lg);
  line-height: 1.65;
}

.heading-style-h1,
.heading-style-h4 {
  color: inherit;
}

.heading-style-h1 {
  font-size: clamp(2.15rem, 3vw, 3rem);
  line-height: 1.04;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.heading-style-h2 {
  font-size: clamp(1.9rem, 2.4vw, 2.75rem);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.heading-style-h4 {
  font-size: 1.95rem;
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.hide-desktop {
  display: none !important;
}

/* ==========================================================================
   BOUTONS
========================================================================== */

.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  padding: 0.95rem 1.55rem;
  border-radius: var(--radius-pill);
  background: var(--button-bg);
  color: var(--button-text);
  border: 1px solid var(--button-border);
  font-size: 0.95rem;
  font-weight: 600;
  box-shadow: var(--shadow-sm);
  transition:
    transform 0.15s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
  background: var(--button-bg-hover);
  border-color: var(--button-bg-hover);
}

.button.is-secondary {
  background: rgba(255, 255, 255, 0.85); /* 👈 lisibilité */
  color: var(--color-text);
  border: 1px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.button.is-secondary:hover {
  background: rgba(255, 255, 255, 1);
  transform: translateY(-1px);
}

.button.is-small {
  min-height: 2.875rem;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
}

/* ==========================================================================
   UI RÉUTILISABLE
========================================================================== */

.eyebrow {
  font-size: 0.74rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.trust-item {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  white-space: nowrap;
}

.trust-item_icon-wrap {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.trust-item_icon {
  width: 1.15rem;
  height: 1.15rem;
}

.trust-item_text {
  font-size: 0.98rem;
  line-height: 1.35;
  color: var(--color-text);
  font-weight: 500;
}

.trust-item.is-blue .trust-item_icon-wrap {
  background: var(--trust-primary-bg);
  color: var(--trust-primary-fg);
}

.trust-item.is-green .trust-item_icon-wrap {
  background: var(--trust-neutral-bg);
  color: var(--trust-neutral-fg);
}

.trust-item.is-yellow .trust-item_icon-wrap {
  background: var(--trust-accent-bg);
  color: var(--trust-accent-fg);
}

/* ==========================================================================
   HEADER
========================================================================== */

.site-header {
  position: fixed;
  inset: 1.25rem 0 auto 0;
  z-index: 100;
  pointer-events: none;
}

.header_shell {
  pointer-events: auto;
  background: var(--header-shell-bg);
  border: 1px solid var(--header-shell-border);
  border-radius: 2.75rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.header_component {
  min-height: 5.25rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: 0 2.25rem 0 1.5rem;
}

.header_logo-link {
  display: inline-flex;
  align-items: center;
}

.header_logo {
  width: 4.6rem;
  height: auto;
}

.header_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.75rem;
}

.header_nav-link {
  color: var(--color-text-muted);
  font-size: var(--text-sm);
  font-weight: 500;
}

.header_nav-link.is-active,
.header_nav-link:hover {
  color: var(--brand-primary);
}

.header_cta-button {
  background: var(--brand-primary);
  color: var(--neutral-0);
  border: 1px solid var(--brand-primary);
}

.header_cta-button:hover {
  background: var(--brand-primary-hover);
}

.header_menu-button {
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 0;
  background: transparent;
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 0.35rem;
}

.header_menu-button span {
  width: 1.5rem;
  height: 2px;
  background: var(--color-text);
  display: block;
  margin-inline: auto;
}

/* ==========================================================================
   HERO
========================================================================== */

.home-hero_section {
  background: var(--hero-bg);
}

.home-hero_padding {
  padding-top: calc(var(--header-height) + 0.75rem);
  padding-bottom: 1rem;
}

.home-hero_frame {
  width: 100%;
  max-width: var(--hero-max-width);
  margin: 0 auto;
}

.home-hero_component {
  min-height: calc(100vh - var(--header-height) - 1.75rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 3rem;
}

.home-hero_top {
  display: grid;
  grid-template-columns: minmax(20rem, var(--hero-text-col)) minmax(
      24rem,
      var(--hero-media-col)
    );
  justify-content: space-between;
  align-items: center;
  gap: clamp(2rem, 4vw, 4.5rem);
}

.home-hero_content {
  width: 100%;
  max-width: var(--hero-text-col);
}

.home-hero_content-inner {
  display: flex;
  flex-direction: column;
  gap: 1.2rem; /* 👈 base rhythm */
}

.home-hero_eyebrow {
  color: var(--color-text-subtle);
}

.home-hero_title {
  margin-top: 0.7rem;
  color: var(--brand-primary);
  text-shadow: 0 2px 12px rgba(255, 255, 255, 0.6);
}

.home-hero_text-wrap {
  margin-top: 1.15rem;
  max-width: 30rem;
}

.home-hero_text {
  color: var(--color-text);
  opacity: 0.82;
}

.home-hero_button-group {
  margin-top: 1.8rem;
}

.home-hero_trust-list {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1.6rem;
  flex-wrap: wrap;
}

.home-hero_section {
  position: relative;
  background-color: var(--color-bg-main);
  overflow: hidden;
}

/* Background image */
.home-hero_section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("img/soft_her_bg.png");
  background-repeat: no-repeat;
  background-position: right -50px center !important;
  background-size: auto 100% !important;
  z-index: 0;
  pointer-events: none;
}

/* Contenu au-dessus */
.home-hero_frame,
.home-hero_component,
.home-hero_top,
.home-hero_content {
  position: relative;
  z-index: 2;
}

.home-hero_component {
  justify-content: flex-end;
  padding-bottom: 2rem;
}

.trust-item {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.55rem 0.85rem 0.55rem 0.55rem;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(31, 49, 56, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  white-space: nowrap;
}

.home-hero_trust-list {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 1.6rem;
  flex-wrap: nowrap; /* 👈 évite le retour à la ligne */
}
.trust-item_icon-wrap {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.trust-item_icon {
  width: 1rem;
  height: 1rem;
}

.trust-item_text {
  font-size: 0.92rem;
  line-height: 1.2;
  color: var(--color-text);
  font-weight: 500;
}

.trust-item.is-blue .trust-item_icon-wrap {
  background: var(--trust-primary-bg);
  color: var(--trust-primary-fg);
}

.trust-item.is-green .trust-item_icon-wrap {
  background: var(--trust-secondary-bg);
  color: var(--trust-secondary-fg);
}

.trust-item.is-neutral .trust-item_icon-wrap {
  background: var(--trust-neutral-bg);
  color: var(--trust-neutral-fg);
}

/* ==========================================================================
   HERO CARDS
========================================================================== */

/* ==========================================================================
   UPCOMING FORMATIONS
========================================================================== */

.home-upcoming_section {
  padding: 2rem 0 2.25rem;
 background: #edf4f7;
}

.home-upcoming_component {
  display: grid;
  gap: 1.75rem;
}

.home-upcoming_heading {
  color: var(--ink-900);
}

.home-upcoming_cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

.home-upcoming_section .formation-card {
  background: var(--white-90);
  border-color: var(--white-62);
}

.home-upcoming_section .formation-card_link {
  color: var(--brand-primary);
}

.formation-card {
  min-height: 8.4rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 10rem;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.15rem 1rem 1.35rem;
  border: 1px solid var(--glass-card-border);
  border-radius: 1.4rem var(--radius-pill) var(--radius-pill) 1.4rem;
  background: var(--glass-card-bg);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.formation-card_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.55rem;
  min-width: 0;
}

.formation-card_tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 1.5rem;
  padding: 0 0.6rem;
  border-radius: var(--radius-pill);
  background: var(--tag-bg);
  color: var(--tag-text);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.formation-card_title {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 500;
  color: var(--color-text);
}

.formation-card_dates {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
  font-size: 0.8rem;
  line-height: 1.25;
  font-weight: 500;
  color: var(--color-text-soft);
}

.formation-card_link {
  margin-top: 0.15rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--brand-primary);
}

.formation-card_link::after {
  content: "→";
}

.formation-card_visual {
  width: 100%;
  height: 6.25rem;
  border-radius: var(--radius-pill);
  background-color: var(--panel-muted);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.formation-card_visual-1 {
  background-image: url("img/methode_quote.jpg");
}

.formation-card_visual-2 {
  background-image: url("img/stabilisation.jpg");
}

.formation-card_visual-3 {
  background-image: url("img/sommeil.jpg");
}

/* ==========================================================================
   PERSONAS
========================================================================== */

/*.home-personas_section {
  padding: 6rem 0;
  background: var(--color-bg-section);
}

.home-personas_component {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.home-personas_header {
  max-width: 60rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
  text-align: center;
}

.home-personas_eyebrow {
  color: var(--color-text-subtle);
}

.home-personas_title {
  color: var(--color-text);
}

.home-personas_subtitle {
  max-width: 44rem;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--color-text-muted);
}

.personas-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 0.4rem;
  flex-wrap: wrap;
}

.personas-toggle_button {
  min-height: 3rem;
  padding: 0.8rem 1.2rem;
  border: 0;
  border-radius: var(--radius-pill);
  background: var(--neutral-100);
  color: var(--color-text);

  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.15s ease;
}

.personas-toggle_button:hover {
  transform: translateY(-1px);
  background: var(--brand-accent-hover);
}

.personas-toggle_button.is-active {
  background: var(--brand-primary);
  color: var(--neutral-0);
}

.personas-panel_wrap {
  width: 100%;
  position: relative;
}

.personas-panel {
  display: none;
}

.personas-panel.is-active {
  display: block;
}

.personas-story {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 0;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  background: var(--color-bg-section);
  border: 1px solid var(--color-border);
}

.personas-story_persona {
  background: var(--panel-soft-alt);
  padding: 3rem 2.25rem;
  display: flex;
  align-items: center;
  min-height: 38rem;
}

.personas-story_persona-inner {
  max-width: 24rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.home-personas_card-eyebrow {
  color: var(--brand-primary);
}

.personas-story_title {
  font-size: clamp(1.7rem, 2vw, 2.3rem);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--color-text);
}

.personas-story_text {
  font-size: 1.02rem;
  line-height: 1.75;
  color: var(--color-text);
}

.personas-story_visual {
  min-height: 38rem;
}

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

.personas-story_testimonial {
  background: var(--color-bg-section);
  padding: 3rem 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.personas-story_testimonial-label {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-900-48);
  margin-bottom: 1.25rem;
}

.personas-story_avatar {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1.25rem;
  background: var(--panel-soft);
  color: var(--brand-primary);
  font-size: 1.2rem;
  font-weight: 700;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

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

.personas-story_quote {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--color-text);
  opacity: 0.9;
  margin-bottom: 1.15rem;
}

.personas-story_name {
  margin-top: 0.35rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-text);
}*/

/* ==========================================================================
   FORMATIONS
========================================================================== */

.home-formations_section {
  --formations-section-bg: var(--color-bg-section);
  padding: 6rem 0 7rem;
  background: var(--formations-section-bg);
}

.home-formations_component {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.home-formations_header {
  max-width: 56rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.home-formations_eyebrow {
  color: var(--color-text-subtle);
}

.home-formations_title {
  max-width: 12ch;
  color: var(--color-text);
}

.home-formations_subtitle {
  max-width: 42rem;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--color-text-muted);
}

.formations-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 1.75rem;
  align-items: stretch;
}

.formations-side {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 1.5rem;
}

/* Common */
.formation-date-label {
  display: inline-block;
  font-size: 0.82rem;
  line-height: 1.2;
  color: var(--color-text);
  margin-bottom: 0.55rem;
}

.formation-date-label.on-dark {
  color: var(--white-95);
  font-size: 0.95rem;
  font-weight: 500;
}

.formation-date-pills {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.formation-date-pill {
  display: inline-flex;
  align-items: center;
  min-height: 2.45rem;
  padding: 0 1.05rem;
  border-radius: var(--radius-sm);
  background: var(--date-pill-bg);
  color: var(--date-pill-text);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  box-shadow: var(--date-pill-shadow);
}

.formation-date-pill:nth-child(2) {
  margin-top: -0.24rem;
  margin-left: 1.9rem;
}

.formation-card_format {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 1.7rem;
  padding: 0 0.72rem;
  border-radius: var(--radius-pill);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--tag-bg);
  color: var(--tag-text);
}

.is-short {
  background: var(--tag-bg-accent);
  color: var(--tag-text-accent);
}

/* Main card */
.formation-main-card {
  position: relative;
  min-height: 50rem;
  border-radius: var(--radius-2xl);
  overflow: hidden;
}

.formation-main-card_bg {
  position: absolute;
  inset: 0;
}

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

.formation-main-card_bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--black-14) 0%, var(--black-62) 100%);
}

.formation-main-card_overlay {
  position: relative;
  z-index: 1;
  min-height: 50rem;
  height: 100%;
  padding: 1.75rem;
  display: grid;
  grid-template-rows: auto 1fr;
}

.formation-main-card_top {
  align-self: start;
}

.formation-main-card_bottom {
  align-self: end;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.formation-main-card_texts {
  max-width: 28rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  color: var(--neutral-0);
}

.formation-main-card_title {
  font-size: clamp(2.5rem, 3.2vw, 3.6rem);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: -0.05em;
  color: var(--neutral-0);
}

.formation-main-card_text {
  max-width: 28rem;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--white-90);
}

/* Side cards */
.formation-side-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 16rem;
  min-height: 15rem;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: var(--panel-soft);
}

.formation-side-card-alt {
  background: var(--panel-soft-alt);
}

.formation-side-card_content {
  padding: 1.1rem 1.3rem 1.2rem;
  display: grid;
  grid-template-rows: auto 1fr;
}

.formation-side-card_top {
  display: flex;
  justify-content: flex-start;
}

.formation-side-card_dates {
  align-self: flex-start;
}

.formation-side-card_bottom {
  display: flex;
  align-items: end;
}

.formation-side-card_texts {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.formation-side-card_title {
  margin-top: 0.1rem;
  font-size: 1.28rem;
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--color-text);
}

.formation-side-card_text {
  max-width: 24rem;
  font-size: 0.97rem;
  line-height: 1.45;
  color: var(--color-text);
  opacity: 0.82;
}

.formation-side-card_visual {
  position: relative;
  height: 100%;
  overflow: hidden;
}

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

/* CTA cutouts */
.formation-cutout-cta {
  position: absolute;
  right: -1px;
  bottom: -1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--formations-section-bg);
  color: var(--color-text);
  font-weight: 500;
  white-space: nowrap;
  z-index: 5;
}

.formation-cutout-cta-main {
  height: 4.1rem;
  min-width: 15.8rem;
  padding: 0 1.4rem 0 1.8rem;
  font-size: 0.95rem;
  border-radius: 2.05rem 0 0 0;
}

.formation-cutout-cta-side {
  height: 3.25rem;
  min-width: 10.8rem;
  max-width: 12.2rem;
  padding: 0 0.95rem 0 1.25rem;
  font-size: 0.84rem;
  border-radius: 1.7rem 0 1.75rem 0;
}

/* ==========================================================================
   EXPÉRIENCE SOFT
========================================================================== */

.home-experience_section {
  background: var(--color-bg-main);
  padding: 7rem 0;
}

.home-experience_frame {
  width: 100%;
  max-width: var(--site-max-width);
  margin: 0 auto;
}

.home-experience_component {
  display: flex;
  flex-direction: column;
  gap: 3.25rem;
}

.home-experience_header {
  max-width: 46rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.home-experience_eyebrow {
  color: var(--color-text-subtle);
}

.home-experience_title {
  margin-top: 0.7rem;
  max-width: 15ch;
  color: var(--color-text);
}

.home-experience_text-wrap {
  margin-top: 1.15rem;
  max-width: 42rem;
}

.home-experience_text {
  color: var(--color-text);
  opacity: 0.82;
}

.home-experience_button-group {
  margin-top: 1.8rem;
}

.home-experience_mosaic-wrap {
  width: 100%;
  max-width: 82rem;
  margin: 0 auto;
}

.experience-mosaic {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(6, minmax(0, 1fr));
  gap: 0.9rem;
  align-items: stretch;
}

.experience-mosaic_item {
  overflow: hidden;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}

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

.experience-mosaic .item-1 {
  grid-column: 1 / 3;
  grid-row: 4 / 7;
}

.experience-mosaic .item-2 {
  grid-column: 3 / 5;
  grid-row: 2 / 5;
}

.experience-mosaic .item-3 {
  grid-column: 5 / 9;
  grid-row: 1 / 3;
}

.experience-mosaic .item-4 {
  grid-column: 7 / 9;
  grid-row: 3 / 7;
}

.experience-mosaic .item-5 {
  grid-column: 5 / 7;
  grid-row: 3 / 5;
}

.experience-mosaic .item-6 {
  grid-column: 3 / 5;
  grid-row: 5 / 7;
}

.experience-mosaic .item-7 {
  grid-column: 5 / 7;
  grid-row: 5 / 7;
}

.experience-mosaic_card {
  padding: 1.5rem 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.experience-mosaic_card.is-sage,
.experience-mosaic_card.is-ivory,
.experience-mosaic_card.is-mist {
  background: var(--panel-soft);
}

.experience-card_title {
  font-size: 1.35rem;
  line-height: 1.04;
  font-weight: 650;
  letter-spacing: -0.03em;
  color: var(--color-text);
  max-width: 9ch;
  margin-bottom: 1rem;
}

.experience-card_text {
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--color-text);
  opacity: 0.85;
  max-width: 22ch;
}

/* ==========================================================================
   TÉMOIGNAGES
========================================================================== */

.home-testimonials_section {
  padding: 7rem 0;
  background: var(--color-bg-section);
}

.home-testimonials_frame {
  width: 100%;
  max-width: var(--site-max-width);
  margin: 0 auto;
}

.home-testimonials_component {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.home-testimonials_header {
  max-width: 46rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.home-testimonials_eyebrow {
  color: var(--color-text-subtle);
}

.home-testimonials_title {
  margin-top: 0.7rem;
  max-width: 18ch;
  color: var(--color-text);
}

.home-testimonials_subtitle {
  margin-top: 1.15rem;
  max-width: 42rem;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--color-text);
  opacity: 0.78;
}

.testimonials-story {
  display: grid;
  grid-template-columns: minmax(18rem, 1fr) minmax(20rem, 0.95fr) minmax(
      20rem,
      1fr
    );
  gap: 0;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  background: var(--color-bg-section);
  border: 1px solid var(--color-border);
}

.testimonials-story_intro {
  background: var(--panel-soft);
  padding: 2rem 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  text-align: right;
  align-items: flex-end;
}

.testimonials-story_card-eyebrow {
  color: var(--brand-primary);
}

.testimonials-story_intro-title {
  font-size: 2rem;
  line-height: 1.02;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: var(--color-text);
  max-width: 21ch;
}

.testimonials-story_intro-text {
  max-width: 24rem;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--color-text);
  opacity: 0.82;
}

.testimonials-story_metrics {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}

.testimonial-metric {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.testimonial-metric_value {
  font-size: 2.75rem;
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--color-text);
}

.testimonial-metric_label {
  font-size: 1rem;
  line-height: 1.35;
  color: var(--color-text-soft);
}

.testimonials-story_visual {
  min-height: 42rem;
}

.testimonials-story_visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.testimonials-story_slider {
  background: var(--panel-soft-alt);
  padding: 2.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 42rem;
  position: relative;
  border-left: 1px solid var(--color-border);
}

.testimonial-panel {
  position: absolute;
  inset: 2.2rem 2.2rem 5.8rem 2.2rem;
  opacity: 0;
  pointer-events: none;
  transform: translateX(0.75rem);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
  display: flex;
  flex-direction: column;
}

.testimonial-panel.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.testimonial-panel_source-logo {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--ink-900-38);
  filter: grayscale(1);
}

.testimonial-panel_rating {
  margin-top: 1.15rem;
  display: flex;
  gap: 0.18rem;
  font-size: 1.35rem;
  line-height: 1;
  color: var(--brand-accent);
}

.testimonial-panel_text {
  margin-top: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1.02rem;
  line-height: 1.72;
  color: var(--color-text-soft);
}

.testimonial-panel_text p {
  margin: 0;
}

.testimonial-panel_footer {
  margin-top: auto;
  padding-top: 1.6rem;
}

.testimonial-panel_person {
  display: flex;
  align-items: center;
  gap: 0.95rem;
}

.testimonial-panel_avatar {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: var(--radius-pill);
  object-fit: cover;
  flex: 0 0 auto;
}

.testimonial-panel_name {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-text);
}

.testimonial-panel_nav {
  position: relative;
  z-index: 5;
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
}

.testimonial-panel_arrow {
  width: 3rem;
  height: 3rem;
  border-radius: var(--radius-pill);
  border: 1px solid var(--ink-900-12);
  background: var(--color-bg-section);
  color: var(--color-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.testimonial-panel_arrow:hover {
  border-color: var(--ink-900-24);
}

/* ==========================================================================
   PARTENAIRES
========================================================================== */

.home-partners_section {
  padding: 7rem 0;
  background: var(--color-bg-main);
}

.home-partners_frame {
  width: 100%;
  max-width: var(--site-max-width);
  margin: 0 auto;
}

.home-partners_component {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.home-partners_header {
  max-width: 62rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.home-partners_eyebrow {
  color: var(--color-text-subtle);
}

.home-partners_title {
  margin-top: 0.6rem;
  max-width: 16ch;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: var(--color-text);
}

.home-partners_intro {
  margin-top: 1.2rem;
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--color-text);
  opacity: 0.8;
}

.home-partners_cards {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.4rem;
}

.partners-card {
  padding: 2.2rem;
  border-radius: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 16rem;
  border: 1px solid var(--color-border);
  background: var(--panel-soft);
}

.partners-card_title {
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 0.8rem;
  color: var(--color-text);
}

.partners-card_text {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--color-text);
  opacity: 0.82;
}

.home-partners_logos-title {
  text-align: center;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-900-50);
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.partners-marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 1.5rem;
  background: var(--color-bg-section);
  border: 1px solid var(--color-border);
  padding: 1.4rem 0;
}

.partners-marquee::before,
.partners-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 7rem;
  z-index: 2;
  pointer-events: none;
}

.partners-marquee::before {
  left: 0;
  background: linear-gradient(
    to right,
    var(--color-bg-section) 0%,
    transparent 100%
  );
}

.partners-marquee::after {
  right: 0;
  background: linear-gradient(
    to left,
    var(--color-bg-section) 0%,
    transparent 100%
  );
}

.partners-marquee_track {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: max-content;
  animation: partners-marquee-scroll 34s linear infinite;
}

.partners-marquee:hover .partners-marquee_track {
  animation-play-state: paused;
}

.partners-logo {
  flex: 0 0 auto;
  width: 11rem;
  height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.25rem;
  border-radius: 1rem;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}

.partners-logo:hover {
  transform: translateY(-2px);
  background: var(--color-bg-section);
}

.partners-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.9;
}

@keyframes partners-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* ==========================================================================
   QUALITY / QUALIOPI
========================================================================== */

.home-quality_section {
  padding: 6rem 0;
  background: var(--color-bg-section);
}

.home-quality_component {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.75fr);
  gap: 3rem;
  align-items: center;
}

.home-quality_content {
  max-width: 44rem;
}

.home-quality_eyebrow {
  color: var(--color-text-subtle);
}

.home-quality_title {
  margin-top: 0.7rem;
  color: var(--color-text);
}

.home-quality_text {
  margin-top: 1.15rem;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--color-text-soft);
}

.home-quality_actions {
  margin-top: 1.8rem;
}

.home-quality_panel {
  padding: 2rem;
  border-radius: var(--radius-2xl);
  background: var(--color-bg-card-alt);
  border: 1px solid var(--color-border);
}

.quality-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  padding: 1.5rem;
  border-radius: var(--radius-xl);
  background: var(--neutral-0);
  border: 1px solid var(--color-border);
}

.quality-logo_card {
  width: 9rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quality-logo_img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.quality-logo_separator {
  width: 1px;
  height: 3.5rem;
  background: var(--color-border);
}

.quality-mention {
  margin-top: 1.2rem;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--color-text-soft);
}

.quality-extra {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--color-border);
}

.quality-extra_label {
  margin-bottom: 0.45rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-primary);
}

.quality-extra p {
  font-size: 0.96rem;
  line-height: 1.65;
  color: var(--color-text-soft);
}


/* ==========================================================================
   FAQ
========================================================================== */

.home-faq_section {
  padding: 6rem 0;
  background: var(--color-bg-section);
}

.home-faq_component {
  display: grid;
  grid-template-columns: minmax(20rem, 0.75fr) minmax(0, 1.25fr);
  gap: 4rem;
  align-items: start;
}

.home-faq_header {
  position: sticky;
  top: 8rem;
  max-width: 34rem;
}

.home-faq_eyebrow {
  color: var(--color-text-subtle);
}

.home-faq_title {
  margin-top: 0.7rem;
  color: var(--color-text);
}

.home-faq_intro {
  margin-top: 1.15rem;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--color-text-soft);
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.faq-item {
  border-radius: var(--radius-xl);
  background: var(--color-bg-card-alt);
  border: 1px solid var(--color-border);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  min-height: 4.5rem;
  padding: 1.2rem 1.35rem;
  border: 0;
  background: transparent;
  color: var(--color-text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  text-align: left;
  cursor: pointer;
}

.faq-question span:first-child {
  font-size: 1.05rem;
  line-height: 1.35;
  font-weight: 600;
}

.faq-icon {
  position: relative;
  width: 2rem;
  height: 2rem;
  border-radius: var(--radius-pill);
  background: var(--trust-primary-bg);
  color: var(--brand-primary);
  flex: 0 0 auto;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.8rem;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

.faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s ease;
}

.faq-answer p {
  overflow: hidden;
  padding: 0 1.35rem;
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--color-text-soft);
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.is-open .faq-answer p {
  padding-bottom: 1.35rem;
}

.faq-item.is-open .faq-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

/* ==========================================================================
   CONTACT
========================================================================== */

/* ==========================================================================
   CONTACT
========================================================================== */

.home-contact_section {
  position: relative;
  padding: 7rem 0;
  background-image: url("img/testimonial_illus.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}



.home-contact_component {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.home-contact_card {
  width: 100%;
  max-width: 68rem;
  padding: 2.5rem;
  border-radius: var(--radius-2xl);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--white-62);
  backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
  box-shadow: var(--shadow-md);
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 3rem;
  align-items: start;
}

.home-contact_left {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.home-contact_right {
  min-width: 0;
}

.home-contact_eyebrow {
  color: var(--color-text-subtle);
}

.home-contact_title {
  margin-top: 0.7rem;
  color: var(--color-text);
}

.home-contact_intro {
  margin-top: 1.15rem;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--color-text-soft);
}

.home-contact_details {
  margin-top: 1.8rem;
  display: grid;
  gap: 1rem;
}

.home-contact_details p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--color-text-soft);
}

.home-contact_details strong {
  display: inline-block;
  margin-bottom: 0.15rem;
  color: var(--color-text);
  font-weight: 700;
}

.home-contact_details a {
  color: var(--brand-primary);
  font-weight: 600;
}

.home-contact_socials {
  margin-top: 2rem;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.home-contact_socials a {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: var(--radius-pill);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--brand-primary);
  color: var(--neutral-0);
  font-size: 0.8rem;
  font-weight: 700;
  transition:
    background-color 0.2s ease,
    transform 0.15s ease;
}

.home-contact_socials a:hover {
  background: var(--brand-primary-hover);
  transform: translateY(-1px);
}

.home-contact_form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.form-field label {
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--color-text);
}

.form-field input,
.form-field textarea {
  width: 100%;
  border: 1px solid var(--color-border-strong);
  border-radius: var(--radius-lg);
  background: var(--neutral-0);
  color: var(--color-text);
  padding: 0.9rem 1rem;
  outline: none;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: var(--ink-900-38);
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--brand-primary);
}

.form-field textarea {
  resize: vertical;
}

/* ==========================================================================
   RESSOURCES / BLOG
========================================================================== */

.home-resources_section {
  padding: 7rem 0;
  background: var(--color-bg-section);
}

.home-resources_component {
  display: grid;
  grid-template-columns: minmax(20rem, 0.85fr) minmax(0, 1.15fr);
  gap: 5rem;
  align-items: start;
}

.home-resources_intro {
  position: sticky;
  top: 8rem;
  max-width: 42rem;
}

.home-resources_eyebrow {
  color: var(--color-text-subtle);
}

.home-resources_title {
  margin-top: 0.7rem;
  color: var(--color-text);
  max-width: 17ch;
}

.home-resources_text {
  margin-top: 1.15rem;
  max-width: 36rem;
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--color-text-soft);
}

.home-resources_button {
  margin-top: 2rem;
}

.resources-list {
  display: flex;
  flex-direction: column;
}

.resource-item {
  padding: 2rem 0;
  border-top: 1px solid var(--color-border);
}

.resource-item:last-child {
  border-bottom: 1px solid var(--color-border);
}

.resource-item_meta {
  margin-bottom: 0.9rem;
  font-size: 0.78rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--brand-primary);
}

.resource-item_title {
  max-width: 34rem;
  font-size: clamp(1.55rem, 2vw, 2.3rem);
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: -0.035em;
  color: var(--color-text);
}

.resource-item_title a {
  color: inherit;
  text-decoration: none;
}

.resource-item_title a:hover {
  color: var(--brand-primary);
}

.resource-item_tags {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.resource-item_tags span {
  display: inline-flex;
  align-items: center;
  min-height: 1.75rem;
  padding: 0 0.75rem;
  border-radius: var(--radius-pill);
  background: var(--tag-bg);
  color: var(--tag-text);
  font-size: 0.78rem;
  font-weight: 600;
}

/* ==========================================================================
   FOOTER
========================================================================== */

.site-footer {
  padding: 4rem 0 2rem;
  background: var(--ink-900);
  color: var(--neutral-0);
}

.site-footer_component {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(12rem, 0.8fr) minmax(14rem, 0.8fr);
  gap: 3rem;
  align-items: start;
}

.site-footer_logo {
  width: 5rem;
  height: auto;
  margin-bottom: 1rem;
}

.site-footer_brand p,
.site-footer_contact p,
.site-footer_contact a,
.site-footer_nav a,
.site-footer_bottom {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer_brand p {
  max-width: 24rem;
  font-size: 0.98rem;
  line-height: 1.7;
}

.site-footer_nav,
.site-footer_contact {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.site-footer_nav a,
.site-footer_contact a {
  font-size: 0.95rem;
  font-weight: 500;
}

.site-footer_nav a:hover,
.site-footer_contact a:hover,
.site-footer_bottom a:hover {
  color: var(--neutral-0);
}

.site-footer_socials {
  margin-top: 1rem;
  display: flex;
  gap: 0.65rem;
}

.site-footer_socials a {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--radius-pill);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  color: var(--neutral-0);
  font-size: 0.75rem;
  font-weight: 700;
}

.site-footer_bottom {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.85rem;
}

.site-footer_bottom div {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

