/* ============================================
   AEMI Conseil – Feuille de style V6
   ============================================ */

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Calibri Light', 'Calibri', 'Segoe UI', sans-serif;
  font-weight: 300;
  color: #0C2C68;
  background: #fff;
  line-height: 1.7;
  font-size: 19px;
}
img { max-width: 100%; height: auto; display: block; }
a { color: #0C2C68; text-decoration: none; transition: color .2s; }

/* --- Bold text visibility --- */
strong, b {
  font-weight: 700;
  color: var(--blue-dark);
}

/* --- Article links visibility --- */
main .container p a:not(.btn):not(.navbar-logo),
main .container li a:not(.btn),
article a:not(.btn),
.text-justify a:not(.btn),
.faq-answer a:not(.btn) {
  color: var(--blue-dark);
  text-decoration: underline;
  text-decoration-color: var(--teal);
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}
main .container p a:not(.btn):not(.navbar-logo):hover,
main .container li a:not(.btn):hover,
article a:not(.btn):hover,
.text-justify a:not(.btn):hover,
.faq-answer a:not(.btn):hover {
  color: var(--teal-dark);
  text-decoration-color: var(--teal-dark);
}
a:hover { color: #1F6463; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5 { line-height: 1.3; }

/* --- Couleurs AEMI --- */
:root {
  --teal: #A0E2E1;
  --teal-dark: #1F6463;
  --teal-light: #5FD2D9;
  --blue-dark: #0C2C68;
  --blue-light: #70D0E8;
  --bg-soft: #EDEFEB;
  --text: #0C2C68;
  --white: #fff;
  --black: #000;
}

/* --- Container --- */
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 860px; margin: 0 auto; padding: 0 24px; }

/* --- Navigation V3 : blanc à gauche → bleu à droite --- */
.navbar {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 20%, var(--blue-light) 70%, var(--blue-dark) 100%);
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 12px rgba(0,0,0,.1);
}
.navbar .container { padding-left:8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 70px;
}
.navbar-logo img { height: 50px; width: auto; }
.navbar-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.navbar-toggle span {
  display: block;
  width: 26px;
  height: 3px;
  background: var(--blue-dark);
  margin: 5px 0;
  border-radius: 2px;
  transition: .3s;
}
.navbar-menu {
  display: flex;
  align-items: center;
  gap: 4px;
}
.navbar-menu a {
  color: var(--blue-dark);
  padding: 10px 16px;
  font-size: .95rem;
  border-radius: 6px;
  transition: background .2s, color .2s;
  white-space: nowrap;
  font-weight: 700;
}
.navbar-menu a:hover, .navbar-menu a.active {
  background: rgba(12,44,104,.1);
  color: var(--blue-dark);
}
/* V5: Contact link in white */
.navbar-menu a.nav-contact {
  color: var(--white);
  font-weight: 700;
}
.navbar-menu a.nav-contact:hover {
  background: rgba(255,255,255,.2);
  color: var(--white);
}

/* --- Hamburger responsive --- */
@media (max-width: 991px) {
  .navbar-toggle { display: block; }
  .navbar-menu {
    display: none;
    flex-direction: column;
    width: 100%;
    padding: 16px 0;
    gap: 0;
    background: var(--blue-dark);
  }
  .navbar-menu.open { display: flex; }
  .navbar-menu a { padding: 12px 24px; width: 100%; text-shadow: none; color: var(--white); font-weight: 500; }
}

/* --- Hero Section --- */
.hero {
  padding: 60px 0 40px;
  background: var(--white);
}
.hero .container {
  display: flex;
  align-items: center;
  gap: 48px;
}
.hero-image { flex: 0 0 45%; }
.hero-image img { border-radius: 20px; }
.hero-content { flex: 1; }
.hero-content h1 {
  font-family: 'Lucida Handwriting', 'Brush Script MT', cursive;
  color: var(--blue-light);
  font-size: 2.4rem;
  margin-bottom: 8px;
  font-weight: normal;
  text-align: center;
}
.hero-content .subtitle {
  font-family: 'Lucida Handwriting', 'Brush Script MT', cursive;
  color: var(--blue-light);
  font-size: 1.6rem;
  margin-bottom: 16px;
  font-weight: normal;
  text-align: center;
}
.hero-content .hero-location {
  text-align: center;
  color: var(--teal-dark);
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 40px;
}
.hero-content .services {
  font-family: 'Lucida Handwriting', 'Brush Script MT', cursive;
  color: var(--blue-dark);
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.6;
  text-align: center;
}
.hero-content .hero-tagline {
  text-align: center;
  font-family: 'Lucida Handwriting', 'Brush Script MT', cursive;
  color: var(--blue-light);
  font-size: 1.2rem;
  margin-bottom: 24px;
}
.hero-content p { margin-bottom: 12px; }
.hero-content blockquote {
  border-left: 3px solid var(--teal);
  padding-left: 16px;
  margin: 12px 0;
  color: var(--teal-dark);
}

/* --- Page Title (inner pages) --- */
.page-title {
  font-family: 'Lucida Handwriting', 'Brush Script MT', cursive;
  color: var(--blue-light);
  font-size: 2.2rem;
  text-align: center;
  padding: 48px 0 8px;
  font-weight: normal;
}

/* --- Buttons --- */
.btn {
  display: inline-block;
  padding: 12px 32px;
  border-radius: 30px;
  font-size: .95rem;
  font-weight: 400;
  cursor: pointer;
  transition: all .25s;
  text-align: center;
  border: 2px solid transparent;
}
.btn-primary {
  background: var(--teal);
  color: var(--teal-dark);
  border-color: var(--teal);
}
.btn-primary:hover {
  background: var(--teal-dark);
  color: var(--white);
  border-color: var(--teal-dark);
}
.btn-outline {
  background: transparent;
  color: var(--blue-dark);
  border-color: var(--blue-dark);
}
.btn-outline:hover {
  background: var(--blue-dark);
  color: var(--white);
}
.btn-group { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 24px; }

/* --- Sections --- */
section { padding: 60px 0; }
.bg-soft { background: var(--bg-soft); }
.bg-white { background: var(--white); }
.bg-dark {
  background: linear-gradient(135deg, var(--black) 0%, #0a1a2e 100%);
  color: var(--white);
}
.text-center { text-align: center; }

/* --- V3: Text justify for articles --- */
.text-justify { text-align: justify; }

/* --- Section Titles --- */
.section-title {
  color: var(--blue-dark);
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 24px;
}
.section-subtitle {
  color: var(--teal-dark);
  font-size: 1.15rem;
  margin-bottom: 32px;
}

/* --- Wave Separator --- */
.wave-separator {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.wave-separator svg {
  width: 100%;
  height: 60px;
  display: block;
}
.wave-separator.flip svg { transform: scaleY(-1); }

/* --- Cards Grid --- */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
}
.card {
  background: var(--white);
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0,0,0,.06);
  transition: transform .25s, box-shadow .25s;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0,0,0,.1);
}
.card h3 { color: var(--blue-dark); margin-bottom: 12px; }
.card img.card-thumb {
  border-radius: 12px;
  margin-bottom: 16px;
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: contain;
}

/* --- V3: Blue frames / highlight boxes --- */
.blue-frame {
  border: 2px solid var(--blue-light);
  border-radius: 16px;
  padding: 24px 28px;
  margin: 24px 0;
  background: rgba(112, 208, 232, .05);
}
.highlight-box {
  background: linear-gradient(135deg, var(--teal) 0%, var(--blue-light) 100%);
  border-radius: 20px;
  padding: 32px;
  text-align: center;
  color: var(--blue-dark);
  font-size: 1.1rem;
  font-weight: 600;
  margin: 40px 0;
}
.highlight-box .big-stat {
  font-size: 3rem;
  font-weight: 700;
  color: var(--blue-dark);
  display: block;
  margin-bottom: 8px;
}
.highlight-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal) 0%, var(--blue-light) 100%);
  color: var(--blue-dark);
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  padding: 20px;
  line-height: 1.3;
  margin: 32px auto;
}

/* --- V4: Pricing section colored background --- */
.pricing-section-bg {
  background: linear-gradient(135deg, rgba(112,208,232,.15) 0%, rgba(160,226,225,.2) 100%);
  border-radius: 24px;
  padding: 40px 32px;
}
.pricing-card .hours {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--blue-dark);
  display: block;
  margin-bottom: 4px;
}

/* --- V4: Step cards with colored borders --- */
.step-card {
  background: var(--white);
  border-radius: 16px;
  padding: 24px;
  border-left: 4px solid var(--blue-light);
  box-shadow: 0 4px 16px rgba(0,0,0,.06);
  margin-bottom: 16px;
}
.step-card.step-2 { border-left-color: var(--teal); }
.step-card.step-3 { border-left-color: var(--blue-dark); }

/* --- V4: Cards darker background --- */
.cards-grid-dark .card {
  background: rgba(112,208,232,.12);
  border: 1px solid rgba(112,208,232,.3);
}

/* --- Pricing Cards --- */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 800px;
  margin: 0 auto;
}
.pricing-card {
  background: var(--white);
  border-radius: 16px;
  padding: 36px 28px;
  box-shadow: 0 4px 20px rgba(0,0,0,.06);
  text-align: center;
  border-top: 4px solid var(--teal);
}
.pricing-card h3 { color: var(--blue-dark); margin-bottom: 16px; font-size: 1.2rem; }
.pricing-card .price {
  font-size: 2rem;
  color: var(--teal-dark);
  font-weight: 700;
  margin: 16px 0;
}
.pricing-card ul { text-align: left; margin: 16px 0; }
.pricing-card ul li {
  padding: 6px 0;
  padding-left: 24px;
  position: relative;
}
.pricing-card ul li::before {
  content: "\2714";
  position: absolute;
  left: 0;
  color: var(--teal-dark);
}

/* --- Deontology circles --- */
.values-row {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin: 32px 0;
}
.value-circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: .9rem;
  font-weight: 600;
  padding: 16px;
  line-height: 1.3;
}
.value-circle.teal { background: var(--teal); color: var(--teal-dark); }
.value-circle.blue { background: var(--blue-dark); color: var(--white); }
.value-circle.light { background: var(--bg-soft); color: var(--blue-dark); }

/* --- Testimonials --- */
.testimonial {
  background: var(--white);
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0,0,0,.06);
  margin-bottom: 24px;
  border-left: 4px solid var(--teal);
}
.testimonial p { font-style: italic; margin-bottom: 12px; color: var(--blue-dark); }
.testimonial .author { font-weight: 700; color: var(--blue-dark); font-style: normal; }

/* --- Consultant profile --- */
.consultant-profile {
  display: flex;
  align-items: center;
  gap: 48px;
}
.consultant-photo {
  flex: 0 0 250px;
}
.consultant-photo img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--teal);
}
.consultant-info { flex: 1; }

/* --- Circle images --- */
.circle-img {
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--teal);
}

/* --- FAQ --- */
.faq-item {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
}
.faq-question {
  font-weight: 700;
  color: var(--blue-dark);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.faq-question::after {
  content: "+";
  font-size: 1.4rem;
  color: var(--teal-dark);
  flex-shrink: 0;
  transition: transform .2s;
}
.faq-item.open .faq-question::after {
  content: "\2212";
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
  padding-top: 0;
}
.faq-item.open .faq-answer {
  max-height: 2000px;
  padding-top: 12px;
}

/* --- Modalities grid (3 cols) --- */
.modalities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.modality-card {
  background: var(--white);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,.06);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-top: 4px solid var(--teal);
}
.modality-card h3 { color: var(--blue-dark); margin-bottom: 8px; }
.modality-card p { color: var(--blue-dark); margin-bottom: 16px; }
.modality-card .btn { margin-top: auto; }

/* --- Steps --- */
.steps-row {
  display: flex;
  gap: 32px;
  margin: 32px 0;
}
.step {
  flex: 1;
  text-align: center;
}
.step-number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--teal);
  color: var(--teal-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.step h3 { color: var(--blue-dark); margin-bottom: 8px; }

/* --- Article cards (Actu) --- */
.article-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,.06);
  margin-bottom: 20px;
  transition: transform .2s;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.article-card:hover { transform: translateY(-3px); }
.article-card .article-thumb {
  border-radius: 12px;
  overflow: hidden;
}
.article-card .article-thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
}
.article-card .article-content { flex: 1; }
.article-card h3 { color: var(--blue-dark); margin-bottom: 8px; font-size: 1.05rem; }
.article-card h3 a { color: var(--blue-dark); }
.article-card h3 a:hover { color: var(--teal-dark); }
.article-card p { font-size: .95rem; color: var(--blue-dark); }

/* --- Entreprise quotes --- */
.quotes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.quote-card {
  background: var(--white);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0,0,0,.06);
  text-align: center;
}
.quote-card blockquote {
  font-style: italic;
  color: var(--blue-dark);
  margin-bottom: 16px;
  font-size: .95rem;
}
.quote-card img {
  width: 80px;
  height: 55px;
  object-fit: cover;
  border-radius: 8px;
  margin: 0 auto 8px;
}
.quote-card .label { font-weight: 700; color: var(--blue-dark); font-size: .85rem; }

/* --- Two-col layout --- */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.two-col.reverse { direction: rtl; }
.two-col.reverse > * { direction: ltr; }

/* --- V3: Article image positioning --- */
.article-img-top {
  display: block;
  margin: 0 auto 24px;
  max-width: 400px;
  border-radius: 16px;
}
.article-img-bottom {
  display: block;
  margin: 24px auto 0;
  max-width: 400px;
  border-radius: 16px;
}
.article-img-left {
  float: left;
  margin: 0 24px 16px 0;
  max-width: 280px;
  border-radius: 16px;
}
.article-img-right {
  float: right;
  margin: 0 0 16px 24px;
  max-width: 280px;
  border-radius: 16px;
}
.clearfix::after { content: ''; display: table; clear: both; }

/* --- V3: Background image overlay section --- */
.bg-image-overlay {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}
.bg-image-overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,.85);
}
.bg-image-overlay > * { position: relative; z-index: 1; }

/* --- CTA Banner --- */
.cta-banner {
  text-align: center;
  padding: 48px 24px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--teal) 0%, #70D0E8 100%);
  color: var(--teal-dark);
  margin: 40px 0;
}
.cta-banner h2 { margin-bottom: 12px; font-size: 1.5rem; }
.cta-banner p { margin-bottom: 24px; font-size: 1.05rem; }
.cta-banner .btn {
  background: var(--white);
  color: var(--teal-dark);
  border-color: var(--white);
}
.cta-banner .btn:hover {
  background: var(--teal-dark);
  color: var(--white);
  border-color: var(--teal-dark);
}

/* --- Contact --- */
.contact-info { line-height: 2; }
.contact-info strong { color: var(--blue-dark); }
.map-container { border-radius: 16px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,.08); }
.map-container iframe { width: 100%; height: 350px; border: 0; }

/* --- Footer V3: blanc à gauche → bleu à droite --- */
footer {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 15%, var(--blue-light) 60%, var(--blue-dark) 100%);
  color: var(--blue-dark);
  padding: 40px 0 24px;
}
footer a { color: var(--blue-dark); }
footer a:hover { color: var(--teal-dark); }
.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 24px;
}
.footer-links { display: flex; gap: 24px; flex-wrap: wrap; }
.footer-links a { color: var(--blue-dark); font-weight: 500; }
.footer-social { display: flex; gap: 16px; align-items: center; }
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(12, 44, 104, .1);
  transition: background .2s;
}
.footer-social a:hover { background: rgba(12, 44, 104, .2); }
.footer-social svg { width: 20px; height: 20px; fill: var(--blue-dark); }
.footer-certification {
  text-align: center;
  font-size: .85rem;
  opacity: .8;
  border-top: 1px solid rgba(12,44,104,.15);
  padding-top: 20px;
  color: var(--blue-dark);
}

/* --- Utilities --- */
.mt-0 { margin-top: 0; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }
.mt-48 { margin-top: 48px; }
.mb-16 { margin-bottom: 16px; }
.mb-24 { margin-bottom: 24px; }
.mb-32 { margin-bottom: 32px; }
.rounded-img { border-radius: 20px; }
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* --- V4: Testimonial text justified --- */
.testimonial p { text-align: justify; }

/* --- V4: Objectifs shaped container --- */
.objectifs-box {
  background: linear-gradient(135deg, rgba(112,208,232,.1) 0%, rgba(160,226,225,.15) 100%);
  border-radius: 24px;
  padding: 32px 40px;
  border: 1px solid rgba(112,208,232,.25);
}

/* --- V4: Orientation scolaire side-by-side offers --- */
.offers-sidebyside {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

/* --- V4: Deontology spacing fix --- */
.values-row-spaced {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  margin: 32px 0;
}

/* --- V4: Consultant text justified --- */
.consultant-info { text-align: justify; }

/* --- V4: Hero image constrained --- */
.hero-img-constrained {
  max-height: 350px;
  width: auto;
  object-fit: contain;
}

/* --- V6: Blue background with subtle circles --- */
.bg-blue-circles {
  position: relative;
  background: linear-gradient(135deg, rgba(112,208,232,.12) 0%, rgba(160,226,225,.18) 100%);
  overflow: hidden;
}
.bg-blue-circles::before, .bg-blue-circles::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: rgba(112,208,232,.08);
  pointer-events: none;
}
.bg-blue-circles::before {
  width: 250px; height: 250px;
  top: -80px; right: 60px;
}
.bg-blue-circles::after {
  width: 150px; height: 150px;
  bottom: -40px; left: 100px;
}

/* --- V6: More blue bubbles variant --- */
.bg-blue-bubbles {
  position: relative;
  background: linear-gradient(135deg, rgba(112,208,232,.14) 0%, rgba(160,226,225,.2) 100%);
  overflow: hidden;
}
.bg-blue-bubbles::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  width: 300px; height: 300px;
  top: -100px; right: 40px;
  background: rgba(112,208,232,.1);
  pointer-events: none;
}
.bg-blue-bubbles::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  width: 180px; height: 180px;
  bottom: -60px; left: 80px;
  background: rgba(112,208,232,.12);
  pointer-events: none;
}
.bg-blue-bubbles .bubble-extra {
  position: absolute;
  border-radius: 50%;
  background: rgba(112,208,232,.07);
  pointer-events: none;
}
.bg-blue-bubbles .bubble-extra:nth-child(1) { width: 120px; height: 120px; top: 30%; left: 5%; }
.bg-blue-bubbles .bubble-extra:nth-child(2) { width: 200px; height: 200px; top: 50%; right: 10%; }
.bg-blue-bubbles .bubble-extra:nth-child(3) { width: 90px; height: 90px; bottom: 20%; left: 40%; }

/* --- V6: Grey bubbles variant --- */
.bg-grey-bubbles {
  position: relative;
  background: linear-gradient(135deg, rgba(200,200,200,.1) 0%, rgba(220,220,220,.15) 100%);
  overflow: hidden;
}
.bg-grey-bubbles::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  width: 280px; height: 280px;
  top: -90px; right: 50px;
  background: rgba(180,180,180,.08);
  pointer-events: none;
}
.bg-grey-bubbles::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  width: 160px; height: 160px;
  bottom: -50px; left: 90px;
  background: rgba(180,180,180,.1);
  pointer-events: none;
}
.bg-grey-bubbles .bubble-extra {
  position: absolute;
  border-radius: 50%;
  background: rgba(180,180,180,.06);
  pointer-events: none;
}
.bg-grey-bubbles .bubble-extra:nth-child(1) { width: 100px; height: 100px; top: 25%; left: 8%; }
.bg-grey-bubbles .bubble-extra:nth-child(2) { width: 180px; height: 180px; top: 55%; right: 5%; }
.bg-grey-bubbles .bubble-extra:nth-child(3) { width: 70px; height: 70px; bottom: 15%; left: 45%; }

/* --- V6: Solid blue background section --- */
.bg-solid-blue {
  background: var(--blue-light);
  color: var(--white);
}
.bg-solid-blue h1, .bg-solid-blue h2, .bg-solid-blue h3,
.bg-solid-blue .page-title, .bg-solid-blue .section-title { color: var(--white); }
.bg-solid-blue a { color: var(--white); }
.bg-solid-blue .btn-primary { background: var(--white); color: var(--blue-dark); border-color: var(--white); }
.bg-solid-blue .btn-primary:hover { background: var(--blue-dark); color: var(--white); border-color: var(--blue-dark); }
.bg-solid-blue .card { color: var(--blue-dark); }
.bg-solid-blue .card h3 { color: var(--blue-dark); }

/* --- V6: Deroulement color circles --- */
.color-steps {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 32px 0;
}
.color-step {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  font-size: .9rem;
  line-height: 1.3;
  font-weight: 500;
}
.color-step:nth-child(1) { background: var(--teal); color: var(--teal-dark); }
.color-step:nth-child(2) { background: var(--blue-light); color: var(--blue-dark); }
.color-step:nth-child(3) { background: var(--bg-soft); color: var(--blue-dark); }
.color-step:nth-child(4) { background: var(--blue-dark); color: var(--white); }
.color-step:nth-child(5) { background: var(--teal-light); color: var(--teal-dark); }

/* --- V6: All body text justified --- */
main p, main li, .consultant-info, .testimonial p { text-align: justify; }

/* --- V6: Smaller first image on mixte page --- */
.img-half { max-width: 50%; }

/* --- V6: Centered info circle --- */
.info-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: var(--teal);
  color: var(--teal-dark);
  font-weight: 600;
  padding: 24px;
  line-height: 1.3;
  margin: 16px;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .hero .container { flex-direction: column; gap: 24px; }
  .hero-image { flex: none; width: 100%; }
  .hero-content h1 { font-size: 1.8rem; }
  .hero-content .services { font-size: 1.3rem; }
  .two-col { grid-template-columns: 1fr; gap: 24px; }
  .two-col.reverse { direction: ltr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .modalities-grid { grid-template-columns: 1fr; }
  .steps-row { flex-direction: column; }
  .consultant-profile { flex-direction: column; text-align: center; }
  .consultant-photo { flex: none; }
  .values-row { gap: 16px; }
  .value-circle { width: 110px; height: 110px; font-size: .8rem; }
  .page-title { font-size: 1.6rem; }
  .footer-content { flex-direction: column; align-items: center; text-align: center; }
  .article-card { flex-direction: column; }
  .article-card .article-thumb { flex: none; }
  .article-card .article-thumb img { width: 100%; height: 180px; }
  .quotes-grid { grid-template-columns: 1fr; }
  section { padding: 40px 0; }
  .article-img-left, .article-img-right { float: none; max-width: 100%; margin: 16px auto; display: block; }
  .highlight-circle { width: 150px; height: 150px; font-size: .9rem; }
  .offers-sidebyside { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .hero-content h1 { font-size: 1.5rem; }
  .btn { padding: 10px 24px; font-size: .9rem; }
  .container { padding: 0 16px; }
  .cards-grid { grid-template-columns: 1fr; }
  .article-card { max-width: 100%; }
  .value-circle { width: 100px; height: 100px; font-size: .75rem; }
  .color-steps { gap: 12px; }
  .color-step { width: 140px; height: 140px; font-size: .8rem; }
  .info-circle { width: 160px; height: 160px; }
  .navbar-menu a { font-size: .85rem; }
  body { font-size: 17px; }
}
/* --- Bold internal links in articles --- */
article a[href]:not(.btn):not([href^="http"]):not([href^="mailto"]) {
  font-weight: 700;
}

/* --- Trust badges --- */
.trust-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  padding: 24px 0;
}
.trust-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}
.trust-badge .badge-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--teal);
  color: var(--teal-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
}
.trust-badge .badge-label {
  font-size: .85rem;
  font-weight: 600;
  color: var(--blue-dark);
  max-width: 140px;
  line-height: 1.3;
}

/* --- Floating CTA bar (mini) --- */
.cta-mini {
  text-align: center;
  padding: 20px 0;
}
.cta-mini a {
  display: inline-block;
  padding: 14px 36px;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--teal) 0%, var(--blue-light) 100%);
  color: var(--teal-dark);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: all .25s;
  box-shadow: 0 4px 16px rgba(31,100,99,.2);
}
.cta-mini a:hover {
  background: var(--teal-dark);
  color: var(--white);
  box-shadow: 0 6px 24px rgba(31,100,99,.3);
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .trust-badges { gap: 24px; }
  .trust-badge .badge-icon { width: 48px; height: 48px; font-size: 1.1rem; }
}
