.elementor-12258 .elementor-element.elementor-element-757a7c7{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12258 .elementor-element.elementor-element-757a7c7:not(.elementor-motion-effects-element-type-background), .elementor-12258 .elementor-element.elementor-element-757a7c7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}:root{--page-title-display:none;}@media(max-width:767px){body.elementor-page-12258{padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-2133345 *//*
==================================================================
BLOC 2 / 3 — CSS
==================================================================
OÙ COLLER CE CODE :
1. Dans Elementor, va dans : Réglages du site (icône hamburger en haut à gauche)
2. Sélectionne "Custom CSS" (Elementor Pro requis)
3. Colle TOUT le contenu de ce fichier
4. Clique sur "Mettre à jour"

ALTERNATIVE si tu n'as pas Elementor Pro :
Apparence → Personnaliser → CSS additionnel
Colle le code ici. Fonctionne aussi.

NOTE TECHNIQUE :
Tous les sélecteurs sont préfixés ".bo-" pour éviter
TOUT conflit avec ton thème ou tes autres pages.
==================================================================
*/

/* ============================================
   VARIABLES — BRANDING BO ÉCOLE
   ============================================ */
:root {
  --bo-turquoise: #78D7CD;
  --bo-turquoise-dark: #5EC2B8;
  --bo-turquoise-soft: rgba(120, 215, 205, 0.12);
  --bo-anthracite: #303030;
  --bo-anthracite-light: #3D3D3D;
  --bo-anthracite-dark: #242424;
  --bo-cream: #F4F4F0;
  --bo-gray-soft: #8A8A8A;
  --bo-gray-border: rgba(255, 255, 255, 0.08);
  --bo-ease: cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* === ÉTAT NORMAL : texte blanc sur fond noir === */
.bo-toggle-btn,
.bo-cta-button {
  background: var(--bo-anthracite) !important;
  color: var(--bo-cream) !important;
  font-weight: 700 !important;
}

/* === ÉTAT HOVER : fond vert, écriture noire grasse === */
.bo-toggle-btn:hover,
.bo-cta-button:hover {
  background: var(--bo-turquoise) !important;
  color: var(--bo-anthracite) !important;
  font-weight: 700 !important;
}

/* === ÉTAT ACTIF (toggle sélectionné) : reste en vert, écriture noire grasse === */
.bo-toggle-btn.active {
  background: var(--bo-turquoise) !important;
  color: var(--bo-anthracite) !important;
  font-weight: 700 !important;
}

/* ============================================
   BASE — Style général de la zone
   ============================================ */
.bo-hero,
.bo-implique,
.bo-marche,
.bo-chiffres,
.bo-temoignages,
.bo-cta-final {
  font-family: inherit;
  background: var(--bo-anthracite);
  color: var(--bo-cream);
  -webkit-font-smoothing: antialiased;
}

.bo-hero h1, .bo-hero h2,
.bo-implique h2, .bo-implique h3,
.bo-marche h2, .bo-marche h3,
.bo-chiffres h2, .bo-chiffres h3,
.bo-temoignages h2, .bo-temoignages h3,
.bo-cta-final h2 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
  color: var(--bo-cream);
}

.bo-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.bo-label {
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--bo-turquoise);
  font-weight: 600;
  margin-bottom: 1.25rem;
}

/* ============================================
   1. HERO
   ============================================ */
.bo-hero {
  padding: 5rem 0 3rem;
  text-align: center;
}
.bo-hero-title {
  font-size: clamp(2.2rem, 6vw, 4.5rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
}
.bo-hero-title span {
  color: var(--bo-turquoise);
}
.bo-hero-sub {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  color: var(--bo-gray-soft);
  max-width: 560px;
  margin: 0 auto 3rem;
  line-height: 1.6;
}

/* ============================================
   2. TOGGLE
   ============================================ */
.bo-toggle-wrapper {
  display: flex;
  justify-content: center;
  padding: 0 1rem;
  margin-bottom: 2rem;
}
.bo-toggle {
  display: inline-flex;
  background: var(--bo-anthracite-dark);
  border: 1px solid var(--bo-gray-border);
  border-radius: 100px;
  padding: 6px;
  position: relative;
  flex-wrap: nowrap;
}
.bo-toggle-btn {
  background: transparent;
  border: none;
  color: var(--bo-cream);
  padding: 1rem 2rem;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  border-radius: 100px;
  transition: all 0.4s var(--bo-ease);
  white-space: nowrap;
}
.bo-toggle-btn.active {
  background: var(--bo-turquoise);
  color: var(--bo-anthracite);
  font-weight: 600;
}
.bo-toggle-btn:not(.active):hover {
  color: var(--bo-turquoise);
}
.bo-toggle-hint {
  text-align: center;
  color: var(--bo-gray-soft);
  font-size: 0.85rem;
  margin: 0 0 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0 1rem;
}
.bo-toggle-hint::before,
.bo-toggle-hint::after {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--bo-gray-border);
}

/* ============================================
   SYSTÈME DE FILTRAGE
   ============================================ */
.bo-parcours-graphiste { display: block; }
.bo-parcours-logiciel { display: none; }
body.bo-mode-logiciel .bo-parcours-graphiste { display: none; }
body.bo-mode-logiciel .bo-parcours-logiciel { display: block; }
/* Variantes pour les cartes témoignages */
body:not(.bo-mode-logiciel) .bo-temoignage-card.bo-parcours-logiciel { display: none; }
body.bo-mode-logiciel .bo-temoignage-card.bo-parcours-graphiste { display: none; }
/* Variantes pour les steps */
body:not(.bo-mode-logiciel) .bo-step.bo-parcours-logiciel { display: none; }
body.bo-mode-logiciel .bo-step.bo-parcours-graphiste { display: none; }

/* ============================================
   3. CE QUE ÇA IMPLIQUE
   ============================================ */
.bo-implique {
  padding: 4rem 0;
  border-top: 1px solid var(--bo-gray-border);
}
.bo-section-header {
  text-align: center;
  margin-bottom: 3.5rem;
}
.bo-section-header h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.bo-voie-content {
  max-width: 880px;
  margin: 0 auto;
  background: var(--bo-anthracite-light);
  border: 1px solid var(--bo-gray-border);
  border-radius: 8px;
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
}
.bo-voie-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--bo-turquoise);
}
.bo-voie-content h3 {
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
  color: var(--bo-turquoise);
}
.bo-voie-content p {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--bo-cream);
  margin: 0;
}

.bo-faits-rapides {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  max-width: 880px;
  margin: 1.5rem auto 0;
}
.bo-fait {
  text-align: center;
  padding: 1.25rem 0.75rem;
  background: var(--bo-anthracite-dark);
  border: 1px solid var(--bo-gray-border);
  border-radius: 8px;
}
.bo-fait-value {
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--bo-turquoise);
  margin-bottom: 0.4rem;
  line-height: 1.2;
}
.bo-fait-label {
  font-size: 0.78rem;
  color: var(--bo-gray-soft);
  letter-spacing: 0.03em;
}

/* ============================================
   4. COMMENT ÇA MARCHE
   ============================================ */
.bo-marche {
  padding: 4rem 0;
  border-top: 1px solid var(--bo-gray-border);
}
.bo-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  max-width: 1050px;
  margin: 0 auto;
  position: relative;
}
.bo-steps-grid::before {
  content: '';
  position: absolute;
  top: 2rem;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--bo-turquoise), transparent);
  z-index: 0;
  opacity: 0.5;
}
.bo-step {
  text-align: center;
  position: relative;
  z-index: 2;
}
.bo-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: var(--bo-anthracite);
  border: 2px solid var(--bo-turquoise);
  color: var(--bo-turquoise);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.bo-step h3 {
  font-size: 1.05rem;
  margin-bottom: 0.6rem;
  color: var(--bo-cream);
}
.bo-step p {
  font-size: 0.9rem;
  color: var(--bo-gray-soft);
  line-height: 1.6;
  margin: 0;
}

/* ============================================
   5. CHIFFRES
   ============================================ */
.bo-chiffres {
  padding: 4rem 0;
  border-top: 1px solid var(--bo-gray-border);
  background: var(--bo-anthracite-dark);
}
.bo-chiffres-block {
  max-width: 900px;
  margin: 0 auto;
  background: var(--bo-anthracite-light);
  border: 1px solid var(--bo-gray-border);
  border-radius: 8px;
  padding: 2rem;
}
.bo-chiffres-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--bo-gray-border);
  margin-bottom: 1.75rem;
  gap: 1rem;
  flex-wrap: wrap;
}
.bo-chiffres-title {
  font-size: 1.2rem;
  font-weight: 600;
}
.bo-chiffres-year {
  color: var(--bo-turquoise);
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.bo-chiffres-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.bo-chiffre {
  text-align: center;
}
.bo-chiffre-val {
  display: block;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 700;
  color: var(--bo-turquoise);
  line-height: 1;
  margin-bottom: 0.5rem;
  font-variant-numeric: tabular-nums;
}
.bo-chiffre-txt {
  font-size: 0.82rem;
  color: var(--bo-gray-soft);
  line-height: 1.4;
}

/* ============================================
   6. TÉMOIGNAGES
   ============================================ */
.bo-temoignages {
  padding: 4rem 0;
  border-top: 1px solid var(--bo-gray-border);
}
.bo-temoignages-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  max-width: 1050px;
  margin: 0 auto;
}
.bo-temoignage-card {
  background: var(--bo-anthracite-light);
  border: 1px solid var(--bo-gray-border);
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.4s var(--bo-ease), border-color 0.4s var(--bo-ease);
}
.bo-temoignage-card:hover {
  transform: translateY(-4px);
  border-color: var(--bo-turquoise);
}
/* === ADAPTATION FORMAT PHOTO 600×691 (portrait) === */
.bo-temoignage-photo {
  aspect-ratio: 600 / 691 !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  width: 100% !important;
}
.bo-temoignage-body {
  padding: 1.75rem;
}
.bo-temoignage-tag {
  display: inline-block;
  background: var(--bo-turquoise-soft);
  color: var(--bo-turquoise);
  padding: 0.3rem 0.8rem;
  border-radius: 100px;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1.1rem;
}
.bo-temoignage-quote {
  font-style: italic;
  line-height: 1.7;
  margin: 0 0 1.25rem;
  color: var(--bo-cream);
  font-size: 0.95rem;
}
.bo-temoignage-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.1rem;
  border-top: 1px solid var(--bo-gray-border);
  gap: 1rem;
  flex-wrap: wrap;
}
.bo-temoignage-name {
  font-weight: 600;
  color: var(--bo-cream);
  font-size: 0.95rem;
}
.bo-temoignage-link {
  color: var(--bo-turquoise);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s;
}
.bo-temoignage-link:hover {
  border-bottom-color: var(--bo-turquoise);
}

/* === CENTRAGE DU TÉMOIGNAGE UNIQUE === */
.bo-temoignages-grid-single {
  display: flex !important;
  justify-content: center !important;
  max-width: 100% !important;
}
.bo-temoignages-grid-single .bo-temoignage-card {
  max-width: 600px;
  width: 100%;
}

/* === LIEN "LIRE L'INTERVIEW" === */
.bo-temoignage-link {
  color: var(--bo-cream) !important;
}
.bo-temoignage-link:hover {
  color: var(--bo-turquoise) !important;
}

/* ============================================
   7. CTA FINAL
   ============================================ */
.bo-cta-final {
  padding: 5rem 0;
  border-top: 1px solid var(--bo-gray-border);
  text-align: center;
  background: linear-gradient(180deg, var(--bo-anthracite) 0%, var(--bo-anthracite-dark) 100%);
  position: relative;
}
.bo-cta-final::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 20%, var(--bo-turquoise-soft), transparent 60%);
  pointer-events: none;
}
.bo-cta-final-inner {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.bo-cta-final h2 {
  font-size: clamp(1.8rem, 5vw, 3rem);
  margin-bottom: 1rem;
}
.bo-cta-final h2 span {
  color: var(--bo-turquoise);
}
.bo-cta-final p {
  color: var(--bo-gray-soft);
  font-size: 1rem;
  max-width: 500px;
  margin: 0 auto 2rem;
  line-height: 1.6;
}
.bo-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 1rem 2rem;
  background: var(--bo-turquoise)!important;
  color: var(--bo-anthracite) !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 100px;
  transition: all 0.3s var(--bo-ease);
}
.bo-cta-button:hover {
  background: var(--bo-turquoise-dark);
  transform: translateY(-2px);
  box-shadow: 0 15px 30px -10px rgba(120, 215, 205, 0.3);
}
.bo-cta-button-arrow {
  transition: transform 0.3s var(--bo-ease);
}
.bo-cta-button:hover .bo-cta-button-arrow {
  transform: translateX(4px);
}
.bo-cta-subnote {
  margin: 1.25rem 0 0;
  font-size: 0.85rem;
  color: var(--bo-gray-soft);
}

/* ============================================
   ANIMATIONS
   ============================================ */
.bo-fade-change {
  animation: boFadeIn 0.4s var(--bo-ease) both;
}
@keyframes boFadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .bo-fade-change,
  .bo-toggle-btn,
  .bo-temoignage-card,
  .bo-cta-button,
  .bo-cta-button-arrow {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* ============================================
   RESPONSIVE — TABLETTE (≤ 1024px)
   ============================================ */
@media (max-width: 1024px) {
  .bo-container { padding: 0 1.5rem; }
  
  /* Steps : 2x2 sur tablette */
  .bo-steps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.5rem;
  }
  .bo-steps-grid::before {
    display: none;
  }

  /* Chiffres : 4 → 2 colonnes */
  .bo-chiffres-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  /* Faits rapides : 4 → 2 colonnes */
  .bo-faits-rapides {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  /* Temoignages : 2 → 1 colonne */
  .bo-temoignages-grid {
    grid-template-columns: 1fr;
    max-width: 600px;
    gap: 1.5rem;
  }
  
  .bo-temoignage-photo {
      aspect-ratio: 600 / 691 !important;
   /* Plus large sur tablette/mobile */
  }
}

/* ============================================
   RESPONSIVE — MOBILE (≤ 640px)
   ============================================ */
@media (max-width: 640px) {
  .bo-container {
    padding: 0 1.25rem;
  }
 .bo-temoignage-photo {
    aspect-ratio: 4 / 5 !important;
    background-position: center top !important;
  }

  /* Hero plus compact */
  .bo-hero {
    padding: 3rem 0 2rem;
  }
  .bo-hero-title {
    font-size: 2rem;
  }
  .bo-hero-sub {
    font-size: 0.95rem;
    margin-bottom: 2rem;
  }

  /* Toggle vertical sur mobile */
  .bo-toggle-wrapper {
    padding: 0 1.25rem;
  }
  .bo-toggle {
    flex-direction: column;
    width: 100%;
    max-width: 320px;
  }
  .bo-toggle-btn {
    width: 100%;
    padding: 0.85rem 1.5rem;
    font-size: 0.9rem;
  }
  .bo-toggle-hint {
    margin-bottom: 3rem;
    font-size: 0.8rem;
  }
  .bo-toggle-hint::before,
  .bo-toggle-hint::after {
    width: 20px;
  }

  /* Sections plus aérées */
  .bo-implique,
  .bo-marche,
  .bo-chiffres,
  .bo-temoignages,
  .bo-cta-final {
    padding: 3rem 0;
  }
  .bo-section-header {
    margin-bottom: 2.5rem;
  }
  .bo-section-header h2 {
    font-size: 1.6rem;
  }

  /* Voie content + chiffres : padding réduit */
  .bo-voie-content,
  .bo-chiffres-block {
    padding: 1.75rem 1.25rem;
  }
  .bo-voie-content h3 {
    font-size: 1.2rem;
  }
  .bo-voie-content p {
    font-size: 0.95rem;
  }

  /* Faits rapides : 1 colonne sur mobile */
  .bo-faits-rapides {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .bo-fait {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
  .bo-fait-value {
    font-size: 1.1rem;
    margin-bottom: 0;
  }

  /* Steps : 1 colonne */
  .bo-steps-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 400px;
  }
  .bo-step-num {
    width: 3rem;
    height: 3rem;
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }

  /* Chiffres : 1 colonne */
  .bo-chiffres-row {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
  .bo-chiffres-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }
  .bo-chiffres-title {
    font-size: 1.05rem;
  }
  .bo-chiffre-val {
    font-size: 1.6rem;
  }
  .bo-chiffre-txt {
    font-size: 0.78rem;
  }

  /* Témoignages */
  .bo-temoignage-body {
    padding: 1.5rem;
  }
  .bo-temoignage-quote {
    font-size: 0.92rem;
  }
  .bo-temoignage-footer {
    flex-direction: row;
    justify-content: space-between;
  }

  /* CTA final */
  .bo-cta-final h2 {
    font-size: 1.7rem;
  }
  .bo-cta-button {
    padding: 0.9rem 1.6rem;
    font-size: 0.9rem;
  }
}

/* ============================================
   RESPONSIVE — TRÈS PETIT MOBILE (≤ 380px)
   ============================================ */
@media (max-width: 380px) {
  .bo-hero-title {
    font-size: 1.7rem;
  }
  .bo-section-header h2 {
    font-size: 1.4rem;
  }
  .bo-chiffres-row {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */