body.page-id-19019 .site,
body.page-id-19019 .site-content,
body.page-id-19019 .content-area,
body.page-id-19019 .entry-content,
body.page-id-19019 .wp-site-blocks {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.page-id-19019 .sidebar,
body.page-id-19019 aside {
  display: none !important;
}

body.page-id-19019 .wpb-content--blank,
body.page-id-19019 article#post-19019,
body.page-id-19019 article#post-19019 > .entry-content,
body.page-id-19019 .wpb-content-wrapper,
body.page-id-19019 .vc_row.wpb_row,
body.page-id-19019 .vc_row-fluid,
body.page-id-19019 .vc_column_container,
body.page-id-19019 .vc_column-inner,
body.page-id-19019 .wpb_wrapper {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

body.page-id-19019 .vc_row[data-vc-full-width="true"] {
    left: auto !important;
    width: 100% !important;
    max-width: 100% !important;
}

body.page-id-19019 .container,
body.page-id-19019 .container-lg {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
}

body.page-id-19019 .hero,
body.page-id-19019 .problem,
body.page-id-19019 .solution,
body.page-id-19019 .benefits,
body.page-id-19019 .workshop,
body.page-id-19019 .about,
body.page-id-19019 .cta,
body.page-id-19019 .footer {
    width: 100% !important;
    margin: 0 !important;
}



/* ===== RESET & BASE ===== */
*, *::before, *::after {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, li, figure {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  color: #6B6B7B;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

strong {
  color: #2D2A4A;
}

em {
  font-style: italic;
}

/* ===== VARIABLES ===== */
:root {
  --color-primary: #2D2A4A;
  --color-accent: #C4956A;
  --color-accent-hover: #b0845c;
  --color-brown: #8B6F5E;
  --color-bg-warm: #F5F0EB;
  --color-border: #E8D5C4;
  --color-text: #6B6B7B;
  --color-dark-bg: #2D2A4A;
  --color-footer-bg: #1A1A2E;
  --font-heading: 'Playfair Display', serif;
  --font-body: 'Inter', sans-serif;
}

/* ===== UTILITY ===== */
.container {
  max-width: 1024px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.container-lg {
  max-width: 1152px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

body.page-id-19019 .problem .container,
body.page-id-19019 .solution .container,
body.page-id-19019 .workshop .container,
body.page-id-19019 .about .container,
body.page-id-19019 .container-lg,
body.page-id-19019 .footer-inner,
body.page-id-19019 .cta-content {
  padding-left: 24px !important;
  padding-right: 24px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.section-label {
  color: var(--color-accent);
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 16px;
  font-family: var(--font-body);
}

body.page-id-19019 .section-title {
  color: black;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 24px;
  text-transform: none;
}

body.page-id-19019 .solution .section-title .solution-white {
  color: white;
}

.section-title .italic {
  font-style: italic;
  color: var(--color-brown);
}

.section-title .accent {
  font-style: italic;
  color: var(--color-accent);
}

/* ==============================
   HERO SECTION
============================== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: url('https://formation.patricia-parred-linty.com/wp-content/uploads/2026/04/fond-header-ecriture-intuitive.webp') center/cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(45, 42, 74, 0.75);
}

.hero-content {
  position: relative;
  z-index: 10;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.hero-label {
  color: var(--color-accent);
  text-transform: none !important;
  letter-spacing: 0.3em;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 24px;
  font-family: var(--font-body);
}

body.page-id-19019 .hero h1 {
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 48px;
  line-height: 1.15;
  margin-bottom: 24px;
  text-transform: none;
}

.hero h1 .accent {
  color: var(--color-accent);
  font-style: italic;
}

.hero-divider {
  width: 80px;
  height: 2px;
  background: var(--color-accent);
  margin: 0 auto 32px;
}

.hero blockquote {
  color: rgba(255, 255, 255, 0.85);
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 16px;
  line-height: 1.7;
  max-width: 640px;
  margin: 0 auto 40px;
}

.hero-author {
  color: var(--color-accent);
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 40px;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.btn-primary {
  display: inline-block;
  background: var(--color-accent);
  color: #fff;
  padding: 16px 40px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-family: var(--font-body);
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: var(--color-accent-hover);
  box-shadow: 0 8px 24px rgba(196, 149, 106, 0.25);
}

.btn-outline {
  display: inline-block;
  border: 2px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  padding: 16px 40px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-family: var(--font-body);
  background: transparent;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.7);
}

.scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  animation: bounce 2s infinite;
}

.scroll-indicator svg {
  width: 24px;
  height: 24px;
  color: rgba(255, 255, 255, 0.5);
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
  40% { transform: translateX(-50%) translateY(-12px); }
  60% { transform: translateX(-50%) translateY(-6px); }
}

/* ==============================
   PROBLEM SECTION
============================== */
.problem {
  padding: 80px 0;
  background: var(--color-bg-warm);
}

.problem-body {
  font-size: 16px;
  line-height: 1.8;
}

.problem-body p {
  margin-bottom: 24px;
}

.problem-quote {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  padding: 32px;
  border: 1px solid rgba(232, 213, 196, 0.5);
  margin: 24px 0;
}

.problem-quote p {
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 0;
}

.problem-quote .italic {
  color: var(--color-brown);
  font-style: italic;
}

.problem-highlight {
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 18px;
}

.problem-highlight .accent {
  color: var(--color-accent);
}

/* ==============================
   SOLUTION SECTION
============================== */
.solution {
  position: relative;
  padding: 80px 0;
  background: var(--color-dark-bg);
  overflow: hidden;
}

.solution-bg {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background: url('https://formation.patricia-parred-linty.com/wp-content/uploads/2026/04/fond-solution-ecriture-intuitive.webp') center/cover no-repeat;
}

.solution .section-title {
  color: #fff;
}

.solution-body {
  position: relative;
  z-index: 10;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.8;
}

.solution-body p {
  margin-bottom: 24px;
}

.solution-body strong {
  color: #fff;
}

.solution-steps {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 48px 0;
}

.solution-step {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.solution-step-number {
  color: var(--color-accent);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 30px;
}

.solution-step h3 {
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 20px;
  margin: 12px 0 8px;
}

.solution-step p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
}

.solution-closing {
  font-family: var(--font-heading);
  font-size: 20px;
  color: #fff !important;
  text-align: center;
  margin-top: 48px;
}

.solution-closing .accent {
  color: var(--color-accent);
  font-style: italic;
}

.solution-sub {
  text-align: center;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 18px;
  margin-top: 16px;
}

.solution-sub strong {
  color: #fff;
}

/* ==============================
   BENEFITS SECTION
============================== */
.benefits {
  padding: 80px 0;
  background: var(--color-bg-warm);
  position: relative;
  overflow: hidden;
}

.benefits-deco {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  opacity: 0.05;
  background: url('https://formation.patricia-parred-linty.com/wp-content/uploads/2026/04/fond-benefices-ecriture-intuitive.webp') right/cover no-repeat;
}

.benefits-subtitle {
  color: var(--color-text);
  text-align: center;
  max-width: 640px;
  margin: 0 auto 64px;
  font-size: 16px;
}

.benefits-grid {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.benefit-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  border: 1px solid rgba(232, 213, 196, 0.4);
  transition: all 0.3s ease;
}

.benefit-card:hover {
  box-shadow: 0 20px 40px rgba(196, 149, 106, 0.1);
  transform: translateY(-4px);
}

.benefit-icon {
  font-size: 36px;
  margin-bottom: 16px;
  display: block;
}

.benefit-card h3 {
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 4px;
}

.benefit-card .subtitle {
  color: var(--color-accent);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
}

.benefit-card ul {
  list-style: none;
}

.benefit-card li {
  display: flex;
  gap: 8px;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.benefit-card li .bullet {
  color: var(--color-accent);
  margin-top: 2px;
  flex-shrink: 0;
}

/* Outils section */
.benefits-tools {
  position: relative;
  z-index: 10;
  margin-top: 64px;
  background: var(--color-dark-bg);
  border-radius: 24px;
  padding: 32px;
  text-align: center;
}

.benefits-tools h3 {
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 32px;
}

.tools-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 768px;
  margin: 0 auto;
}

.tool-item {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.tool-item .number {
  color: var(--color-accent);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 18px;
  margin-right: 8px;
}

.tool-item p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  margin-top: 8px;
}

/* ==============================
   WORKSHOP SECTION
============================== */
.workshop {
  padding: 80px 0;
  background: #fff;
}

.workshop-subtitle {
  color: var(--color-text);
  text-align: center;
  max-width: 640px;
  margin: 0 auto 64px;
  font-size: 16px;
  line-height: 1.7;
}

.workshop-subtitle strong {
  color: var(--color-primary);
  font-weight: 500;
}

.workshop-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 64px;
}

.workshop-card {
  background: var(--color-bg-warm);
  border-radius: 16px;
  padding: 32px;
  text-align: center;
  border: 1px solid rgba(232, 213, 196, 0.4);
}

.workshop-card-icon {
  width: 64px;
  height: 64px;
  background: rgba(196, 149, 106, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.workshop-card-icon img {
  width: 32px;
  height: 32px;
}

.workshop-card h3 {
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 8px;
}

.workshop-card p {
  font-size: 14px;
  color: var(--color-text);
}

/* Workshop experience */
.workshop-experience {
  background: linear-gradient(135deg, #2D2A4A, #3D3A5A);
  border-radius: 24px;
  padding: 32px;
}

.workshop-experience h3 {
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  margin-bottom: 32px;
}

.experience-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.experience-item {
  display: flex;
  gap: 16px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.experience-item .emoji {
  font-size: 30px;
  flex-shrink: 0;
}

.experience-item h4 {
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 4px;
}

.experience-item p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.6;
}

/* ==============================
   ABOUT SECTION
============================== */
.about {
  padding: 80px 0;
  background: var(--color-bg-warm);
}

.about-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
}

.about-portrait {
  width: 100%;
  max-width: 400px;
  flex-shrink: 0;
  position: relative;
}

.about-portrait-deco {
  position: absolute;
  top: -16px;
  left: -16px;
  width: 100%;
  height: 100%;
  background: rgba(196, 149, 106, 0.2);
  border-radius: 24px;
}

.about-portrait img {
  position: relative;
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
  aspect-ratio: 1;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.about-bio blockquote {
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-size: 20px;
  line-height: 1.6;
  font-style: italic;
  border-left: 4px solid var(--color-accent);
  padding-left: 24px;
  margin-bottom: 32px;
}

.about-bio p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 16px;
}

/* ==============================
   CTA SECTION
============================== */
.cta {
  padding: 80px 0;
  background: var(--color-dark-bg);
  position: relative;
  overflow: hidden;
}

.cta-deco-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 256px;
  height: 256px;
  background: rgba(196, 149, 106, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  filter: blur(48px);
}

.cta-deco-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 384px;
  height: 384px;
  background: rgba(196, 149, 106, 0.05);
  border-radius: 50%;
  transform: translate(33%, 33%);
  filter: blur(48px);
}

.cta-content {
  position: relative;
  z-index: 10;
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}

.cta h2 {
  color: #fff;
  text-transform: none !important;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 24px;
}

.cta h2 .accent {
  color: var(--color-accent);
  font-style: italic;
}

.cta-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  max-width: 560px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

.cta .btn-primary {
  font-size: 18px;
  padding: 20px 48px;
}

.cta .btn-primary:hover {
  box-shadow: 0 12px 32px rgba(196, 149, 106, 0.3);
  transform: translateY(-2px);
}

.cta-info {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  margin-top: 24px;
}

/* ==============================
   FOOTER
============================== */
.footer {
  background: var(--color-footer-bg);
  padding: 48px 0;
}

.footer-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px;
}

.footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.footer-brand h3 {
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 4px;
}

.footer-brand h3 .accent {
  color: var(--color-accent);
  font-style: italic;
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.footer-nav a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-nav a:hover {
  color: var(--color-accent);
}

.footer-divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 32px 0;
}

.footer-copy {
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
  text-align: center;
}

/* ==============================
   RESPONSIVE â€” TABLET+
============================== */
@media (min-width: 768px) {
  .hero h1 {
    font-size: 64px;
  }

  .hero blockquote {
    font-size: 18px;
  }

  .section-title {
    font-size: 48px;
  }

  .problem-body {
    font-size: 18px;
  }

  .problem-quote p {
    font-size: 20px;
  }

  .problem-highlight {
    font-size: 20px;
  }

  .solution-steps {
    flex-direction: row;
  }

  .solution-closing {
    font-size: 24px;
  }

  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefits-tools {
    padding: 48px;
  }

  .benefits-tools h3 {
    font-size: 30px;
  }

  .tools-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .workshop-cards {
    grid-template-columns: repeat(3, 1fr);
  }

  .workshop-experience {
    padding: 48px;
  }

  .workshop-experience h3 {
    font-size: 30px;
  }

  .experience-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-content {
    flex-direction: row;
    gap: 48px;
  }

  .about-portrait {
    width: 40%;
  }

  .about-bio {
    width: 60%;
  }

  .about-bio blockquote {
    font-size: 24px;
  }

  .cta h2 {
    font-size: 48px;
  }

  .footer-top {
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-brand {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .hero h1 {
    font-size: 72px;
  }

  .benefits-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .problem {
    padding: 112px 0;
  }

  .solution {
    padding: 112px 0;
  }

  .benefits {
    padding: 112px 0;
  }

  .workshop {
    padding: 112px 0;
  }

  .about {
    padding: 112px 0;
  }

  .cta {
    padding: 112px 0;
  }
}


/* =========================================================
   FULL WIDTH — ECRITURE INTUITIVE
   Robuste, sans casser les blocs WPBakery ajoutés ensuite
========================================================= */

body.page-id-19019 {
  overflow-x: hidden;
}

/* Les grandes sections sortent du container parent */
body.page-id-19019 .hero,
body.page-id-19019 .problem,
body.page-id-19019 .solution,
body.page-id-19019 .benefits,
body.page-id-19019 .workshop,
body.page-id-19019 .about,
body.page-id-19019 .cta,
body.page-id-19019 .footer {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

/* Le contenu interne reste bien centré */
body.page-id-19019 .container,
body.page-id-19019 .container-lg,
body.page-id-19019 .hero-content,
body.page-id-19019 .footer-inner {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

body.page-id-19019 .container {
  max-width: 1024px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

body.page-id-19019 .container-lg {
  max-width: 1152px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

body.page-id-19019 .hero-content {
  max-width: 800px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

body.page-id-19019 .footer-inner {
  max-width: 1024px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

/* On ne touche pas aux futurs blocs WPBakery ajoutés après */
body.page-id-19019 .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
