.ba-author-early {
max-width: 720px;
margin: 24px auto 0;
padding: 18px 0 0;
border-top: 1px solid rgba(10, 10, 10, 0.1);
}
.ba-author-early-inner {
display: flex;
align-items: center;
gap: 14px;
}
.ba-author-early-photo {
flex-shrink: 0;
width: 44px;
height: 44px;
border-radius: 50%;
object-fit: cover;
object-position: center top;
background: #f3efe6;
}
.ba-author-early-meta {
flex: 1;
margin: 0;
font-family: 'Cormorant Garamond', Georgia, serif;
font-size: 15px;
line-height: 1.5;
color: rgba(10, 10, 10, 0.75);
}
.ba-author-early-eyebrow {
font-family: 'Inter', system-ui, sans-serif;
font-size: 10px;
font-style: normal;
letter-spacing: 0.08em;
text-transform: uppercase;
color: rgba(10, 10, 10, 0.45);
margin-right: 6px;
}
.ba-author-early-name {
color: #0a0a0a;
text-decoration: none;
border-bottom: 1px solid rgba(107, 31, 36, 0.35);
transition: border-color 250ms cubic-bezier(0.16, 1, 0.3, 1);
}
.ba-author-early-name:hover {
border-bottom-color: #6b1f24;
}
.ba-author-early-bars {
display: inline;
color: rgba(10, 10, 10, 0.55);
font-style: italic;
font-size: 13px;
}
@media (max-width: 640px) {
.ba-author-early {
margin: 20px auto 0;
padding: 14px 0 0;
}
.ba-author-early-inner {
gap: 12px;
}
.ba-author-early-photo {
width: 40px;
height: 40px;
}
.ba-author-early-meta {
font-size: 14px;
}
.ba-author-early-bars {
font-size: 12px;
}
} .ba-mid-cta {
margin: 48px 0;
}
.ba-mid-cta-inner {
max-width: 800px;
margin: 0 auto;
padding: 44px 40px;
background: #f7f2e9; color: #2a2620;
border: 1px solid rgba(139,111,71,.30);
border-radius: 6px;
box-shadow: 0 22px 55px -26px rgba(42,29,17,.45); text-align: center;
position: relative;
overflow: hidden;
} .ba-mid-cta-inner::before,
.ba-mid-cta-inner::after {
content: '';
position: absolute;
left: 50%;
transform: translateX(-50%);
width: 48px;
height: 1px;
background: #8b6f47; }
.ba-mid-cta-inner::before { top: 24px; }
.ba-mid-cta-inner::after  { bottom: 24px; }
.ba-mid-cta-text {
margin: 0 0 22px;
font-family: 'Cormorant Garamond', Georgia, serif;
font-weight: 600;
font-size: 24px;
line-height: 1.4;
color: #2a2620;
}
.ba-mid-cta-text em {
font-style: italic;
color: #2a2620;
} .ba-mid-cta .ba-mid-cta-btn {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 11px 24px;
background: #6b1f24;
color: #f6f3ec;
text-decoration: none;
border: none;
border-radius: 999px;
font-family: 'Inter', system-ui, sans-serif;
font-size: 14px;
font-weight: 500;
letter-spacing: 0.02em;
transition: transform 250ms cubic-bezier(0.16, 1, 0.3, 1), background 250ms cubic-bezier(0.16, 1, 0.3, 1);
}
.ba-mid-cta .ba-mid-cta-btn:hover {
transform: translateY(-1px);
background: #c9a872; color: #1a1a1a;
}
.ba-mid-cta-reassurance {
margin: 16px 0 0;
font-family: 'Inter', system-ui, sans-serif;
font-size: 12px;
letter-spacing: 0.04em;
color: #8a7d68; }
@media (max-width: 640px) {
.ba-mid-cta-inner {
padding: 36px 24px;
}
.ba-mid-cta-text {
font-size: 20px;
}
.ba-mid-cta-reassurance {
font-size: 11px;
}
} .ba-sticky-bar {
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 50;
background: rgba(247, 245, 239, 0.96); backdrop-filter: saturate(180%) blur(12px);
-webkit-backdrop-filter: saturate(180%) blur(12px);
border-top: 1px solid rgba(10, 10, 10, 0.08);
padding: 12px 0;
transform: translateY(120%);
opacity: 0;
transition: transform 400ms cubic-bezier(0.16, 1, 0.3, 1), opacity 400ms cubic-bezier(0.16, 1, 0.3, 1);
pointer-events: none;
}
.ba-sticky-bar.is-visible {
transform: translateY(0);
opacity: 1;
pointer-events: auto;
}
.ba-sticky-bar-inner {
max-width: 1280px;
margin: 0 auto;
padding: 0 24px;
display: flex;
align-items: center;
gap: 16px;
}
.ba-sticky-bar-mark {
flex-shrink: 0;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background: #fafaf9; border: 1px solid rgba(10, 10, 10, 0.1);
border-radius: 4px; color: #0a0a0a;
}
.ba-sticky-bar-mark svg {
display: block;
fill: currentColor;
}
.ba-sticky-bar-meta {
flex: 1;
font-family: 'Inter', system-ui, sans-serif;
font-size: 13px;
line-height: 1.3;
color: #0a0a0a;
}
.ba-sticky-bar-meta-cabinet {
font-weight: 500;
}
.ba-sticky-bar-meta-pole {
display: block;
font-size: 11px;
color: rgba(10, 10, 10, 0.55);
margin-top: 1px;
}
.ba-sticky-bar-cta {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 9px 18px;
background: #6b1f24; color: #fafaf9;
text-decoration: none;
border-radius: 999px; font-family: 'Inter', system-ui, sans-serif;
font-size: 13px;
font-weight: 500;
letter-spacing: 0.02em;
white-space: nowrap;
transition: transform 250ms cubic-bezier(0.16, 1, 0.3, 1), background 250ms cubic-bezier(0.16, 1, 0.3, 1);
}
.ba-sticky-bar-cta:hover {
transform: translateY(-1px);
background: #0a0a0a;
}
.ba-sticky-bar-dismiss {
flex-shrink: 0;
width: 32px;
height: 32px;
border: none;
background: transparent;
color: rgba(10, 10, 10, 0.4);
font-size: 20px;
line-height: 1;
cursor: pointer;
border-radius: 50%;
transition: background 250ms cubic-bezier(0.16, 1, 0.3, 1), color 250ms cubic-bezier(0.16, 1, 0.3, 1);
}
.ba-sticky-bar-dismiss:hover {
background: rgba(10, 10, 10, 0.06);
color: #0a0a0a;
}
@media (max-width: 640px) {
.ba-sticky-bar-inner {
padding: 0 14px;
gap: 10px;
}
.ba-sticky-bar-meta {
font-size: 12px;
}
.ba-sticky-bar-meta-pole {
display: none; }
.ba-sticky-bar-cta {
padding: 8px 14px;
font-size: 12px;
}
}:root { --ba-expo: cubic-bezier(.16, 1, .3, 1); }  .ba-book-cta {
display: inline-flex; align-items: center; gap: 10px;
font-family: 'Cormorant Garamond', Georgia, serif;
font-size: 16px; font-style: italic; font-weight: 600;
letter-spacing: .03em; line-height: 1.1;
padding: 13px 28px;
border: 1px solid var(--ink, #0a0a0a);
border-radius: 999px;
color: var(--ink, #0a0a0a);
background: transparent;
text-decoration: none; cursor: pointer; white-space: nowrap;
transition: background .4s var(--ba-expo), color .4s var(--ba-expo),
border-color .4s var(--ba-expo), transform .4s var(--ba-expo),
box-shadow .4s var(--ba-expo);
}
.ba-book-cta::after {
content: '→'; font-style: normal; font-size: .95em;
transition: transform .4s var(--ba-expo);
}
.ba-book-cta:hover { transform: translateY(-2px); background: var(--ink, #0a0a0a); color: var(--paper, #fafaf9); }
.ba-book-cta:hover::after { transform: translateX(4px); }
.ba-book-cta:focus-visible { outline: 2px solid var(--oxblood, #6b1f24); outline-offset: 3px; } .ba-book-cta--solid { background: #6b1f24; color: var(--paper, #fafaf9); border-color: #6b1f24; }
.ba-book-cta--solid:hover { background: #551319; border-color: #551319; color: var(--paper, #fafaf9); } .ba-book-cta--ghost { border-color: var(--rule, #e6e6e6); }
.ba-book-cta--ghost::after { content: ''; }
.ba-book-cta--ghost:hover { background: var(--paper-2, #f3efe6); border-color: var(--ink, #0a0a0a); color: var(--ink, #0a0a0a); } .ba-book-cta--inverse { background: var(--paper, #fafaf9); color: var(--ink, #0a0a0a); border-color: var(--paper, #fafaf9); }
.ba-book-cta--inverse:hover { background: var(--oxblood, #6b1f24); color: var(--paper, #fafaf9); border-color: var(--oxblood, #6b1f24); }  header.topbar .top-cta {
background: var(--ink, #0a0a0a); color: var(--paper, #fafaf9);
border-color: var(--ink, #0a0a0a); font-weight: 600; letter-spacing: .02em;
}
header.topbar .top-cta::after { color: var(--paper, #fafaf9); }
header.topbar .top-cta:hover {
background: var(--oxblood, #6b1f24); color: var(--paper, #fafaf9); border-color: var(--oxblood, #6b1f24);
} @media (max-width: 900px) {
header.topbar .top-cta { display: inline-flex !important; font-size: 13px; padding: 8px 16px; gap: 7px; }
}
@media (max-width: 480px) {
header.topbar .top-cta { font-size: 0; padding: 9px 14px; } header.topbar .top-cta::after { font-size: 15px; }
} .ba-book-poles {
max-width: 1280px; margin: 0 auto;
padding: clamp(40px, 5vw, 72px) clamp(24px, 5vw, 48px);
display: flex; align-items: center; justify-content: space-between;
gap: 28px; flex-wrap: wrap;
border-top: 1px solid var(--rule, #e6e6e6);
}
.ba-book-poles-text {
font-family: 'Cormorant Garamond', Georgia, serif;
font-size: clamp(20px, 2.2vw, 28px); font-weight: 300; line-height: 1.25;
color: var(--ink, #0a0a0a); max-width: 640px; margin: 0;
}
.ba-book-poles-text em { font-style: italic; color: var(--oxblood, #6b1f24); } .final.ba-book-final { background: #ece6d6; border-top: 1px solid rgba(139,111,71,.20); } .final.ba-book-final .final-eyebrow { color: #8b6f47; }
.final.ba-book-final .final-title { color: #2a2620; }
.final.ba-book-final .final-title em { color: #6b1f24; }
.ba-book-final-actions { display: flex; flex-direction: column; align-items: center; gap: 20px; margin-top: 40px; }
.ba-book-final-or { font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-size: 15px; color: #6b6356; margin: 0; }
.ba-book-final-or a { color: #6b1f24; text-decoration: none; border-bottom: 1px solid rgba(107,31,36,.35); }
.ba-book-final-or a:hover { border-color: #6b1f24; } .ba-contact-rdv { display: flex; flex-direction: column; gap: 10px; margin-bottom: 22px; }
.ba-contact-rdv .ba-book-cta { align-self: flex-start; }
.ba-contact-rdv-note { font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-size: 14px; color: var(--ink-soft, #5a5a5a); margin: 0; } .ba-book-modal[hidden] { display: none; }
.ba-book-modal {
position: fixed; inset: 0; z-index: 99999;
display: flex; align-items: center; justify-content: center;
padding: clamp(16px, 4vw, 48px);
}
.ba-book-modal__overlay {
position: absolute; inset: 0; background: rgba(10, 10, 10, .72);
opacity: 0; transition: opacity .4s var(--ba-expo);
}
.ba-book-modal.is-open .ba-book-modal__overlay { opacity: 1; }
.ba-book-modal__dialog {
position: relative; z-index: 1;
width: min(940px, 100%); height: min(90vh, 960px);
display: flex; flex-direction: column;
background: var(--paper, #fafaf9);
border: 1px solid var(--rule, #e6e6e6); border-radius: 14px; overflow: hidden;
box-shadow: 0 40px 100px -40px rgba(10, 10, 10, .6);
opacity: 0; transform: translateY(14px) scale(.985);
transition: opacity .45s var(--ba-expo), transform .45s var(--ba-expo);
}
.ba-book-modal.is-open .ba-book-modal__dialog { opacity: 1; transform: none; }
.ba-book-modal__head {
display: flex; align-items: flex-start; justify-content: space-between; gap: 16px;
padding: 22px 26px 16px; border-bottom: 1px solid var(--rule, #e6e6e6);
}
.ba-book-modal__eyebrow { font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-size: 13px; letter-spacing: .14em; color: var(--bronze, #8b6f47); display: block; }
.ba-book-modal__title { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 300; font-size: 23px; color: var(--ink, #0a0a0a); margin: 3px 0 0; }
.ba-book-modal__close {
flex: 0 0 auto; appearance: none; background: transparent;
border: 1px solid var(--rule, #e6e6e6); border-radius: 999px;
width: 38px; height: 38px; cursor: pointer; color: var(--ink, #0a0a0a);
font-size: 20px; line-height: 1; display: inline-flex; align-items: center; justify-content: center;
transition: background .3s ease, color .3s ease, border-color .3s ease;
}
.ba-book-modal__close:hover { background: var(--ink, #0a0a0a); color: var(--paper, #fafaf9); border-color: var(--ink, #0a0a0a); }
.ba-book-modal__frame { position: relative; flex: 1 1 auto; min-height: 0; width: 100%; background: var(--paper, #fafaf9); }
.ba-book-modal__frame iframe { display: block; width: 100%; height: 100%; min-height: 640px; border: 0; }
.ba-book-modal__loading {
position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic;
color: var(--ink-soft, #5a5a5a); font-size: 16px; pointer-events: none;
}
body.ba-book-locked { overflow: hidden; } @media (max-height: 999px) and (min-width: 601px) {
.ba-book-modal { padding: 0; }
.ba-book-modal__dialog { width: 100%; height: 100dvh; max-height: none; border: 0; border-radius: 0; }
.ba-book-modal__head { padding: 10px 20px 9px; align-items: center; }
.ba-book-modal__eyebrow { display: none; }
.ba-book-modal__title { font-size: 19px; margin: 0; }
.ba-book-modal__close { width: 32px; height: 32px; font-size: 17px; }
.ba-book-modal__frame { overflow-y: auto; -webkit-overflow-scrolling: touch; }
.ba-book-modal__frame iframe { height: 1020px; min-height: 1020px; }
}
@media (max-width: 600px) {
.ba-book-modal { padding: 0; }
.ba-book-modal__dialog { width: 100%; height: 100%; max-height: 100dvh; border: 0; border-radius: 0; }
.ba-book-modal__frame iframe { min-height: 68vh; }
} .ba-book-sticky {
position: fixed; left: 0; right: 0; bottom: 0; z-index: 9000; display: none;
padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
background: rgba(250, 250, 249, .94);
-webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
border-top: 1px solid var(--rule, #e6e6e6);
transform: translateY(110%); transition: transform .45s var(--ba-expo);
}
.ba-book-sticky.is-visible { transform: none; }
.ba-book-sticky .ba-book-cta { width: 100%; justify-content: center; }
@media (max-width: 900px) { .ba-book-sticky { display: block; } } html body a.ba-book-cta { color: var(--ink, #0a0a0a); background: transparent; border-color: var(--ink, #0a0a0a); }
html body a.ba-book-cta:hover { color: var(--paper, #fafaf9); background: var(--ink, #0a0a0a); }
html body a.ba-book-cta--solid { color: var(--paper, #fafaf9); background: #6b1f24; border-color: #6b1f24; }
html body a.ba-book-cta--solid:hover { color: var(--paper, #fafaf9); background: #551319; border-color: #551319; }
html body a.ba-book-cta--ghost { color: var(--ink, #0a0a0a); background: transparent; border-color: var(--rule, #e6e6e6); }
html body a.ba-book-cta--ghost:hover { color: var(--ink, #0a0a0a); background: var(--paper-2, #f3efe6); border-color: var(--ink, #0a0a0a); }
html body a.ba-book-cta--inverse { color: var(--ink, #0a0a0a); background: var(--paper, #fafaf9); border-color: var(--paper, #fafaf9); }
html body a.ba-book-cta--inverse:hover { color: var(--paper, #fafaf9); background: var(--oxblood, #6b1f24); border-color: var(--oxblood, #6b1f24); } @media (prefers-reduced-motion: reduce) {
.ba-book-cta, .ba-book-cta::after,
.ba-book-modal__overlay, .ba-book-modal__dialog,
.ba-book-sticky { transition: none; }
.ba-book-cta:hover { transform: none; }
.ba-book-modal__dialog { transform: none; }
}.ba-leadgen-zone {
margin: 32px 0 8px;
padding: 24px;
background: rgba(243, 239, 230, 0.5);
border: 1px solid rgba(139, 111, 71, 0.18);
border-radius: 6px;
font-family: 'Inter', system-ui, sans-serif;
}
.ba-leadgen-zone-title {
font-family: 'Cormorant Garamond', Georgia, serif;
font-size: 22px;
font-weight: 500;
color: #0a0a0a;
margin: 0 0 8px;
letter-spacing: -0.01em;
}
.ba-leadgen-zone-lede {
font-size: 14px;
line-height: 1.55;
color: rgba(10, 10, 10, 0.72);
margin: 0 0 18px;
}
.ba-leadgen-actions {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.ba-leadgen-btn {
appearance: none;
cursor: pointer;
display: inline-flex;
align-items: center;
gap: 8px;
padding: 12px 20px;
font-family: 'Inter', system-ui, sans-serif;
font-size: 13px;
font-weight: 500;
letter-spacing: 0.02em;
border-radius: 4px;
border: 1px solid #0a0a0a;
background: #0a0a0a;
color: #fafaf9;
text-decoration: none;
transition: background 160ms ease, transform 160ms ease;
}
.ba-leadgen-btn:hover { background: #2a2a2a; transform: translateY(-1px); }
.ba-leadgen-btn--ghost { background: transparent; color: #0a0a0a; }
.ba-leadgen-btn--ghost:hover { background: rgba(10,10,10,0.05); }
.ba-leadgen-btn .ba-arrow { font-size: 14px; line-height: 1; } .ba-leadgen-premium-banner {
display: none;
margin: 14px 0 0;
padding: 12px 0 0;
border-top: 1px solid rgba(10,10,10,0.10);
font-size: 13px;
line-height: 1.55;
color: rgba(10,10,10,0.72);
font-style: italic;
font-family: 'Cormorant Garamond', Georgia, serif;
font-size: 15px;
}
.ba-leadgen-premium-banner.is-active { display: block; } .ba-leadgen-overlay {
position: fixed;
inset: 0;
background: rgba(10, 10, 10, 0.55);
backdrop-filter: blur(4px);
display: none;
align-items: center;
justify-content: center;
z-index: 9999;
opacity: 0;
transition: opacity 220ms ease;
padding: 20px;
}
.ba-leadgen-overlay.is-open { display: flex; opacity: 1; }
.ba-leadgen-modal {
background: #fafaf9;
width: 100%;
max-width: 540px;
max-height: 92vh;
overflow-y: auto;
border-radius: 8px;
padding: 36px 36px 32px;
font-family: 'Inter', system-ui, sans-serif;
position: relative;
transform: translateY(12px);
transition: transform 280ms cubic-bezier(0.16, 1, 0.3, 1);
}
.ba-leadgen-overlay.is-open .ba-leadgen-modal { transform: translateY(0); }
.ba-leadgen-close {
position: absolute;
top: 14px;
right: 14px;
width: 32px;
height: 32px;
border: none;
background: transparent;
cursor: pointer;
font-size: 22px;
color: rgba(10,10,10,0.55);
line-height: 1;
}
.ba-leadgen-close:hover { color: #0a0a0a; }
.ba-leadgen-eyebrow {
font-size: 11px;
letter-spacing: 0.18em;
text-transform: uppercase;
color: #8b6f47;
margin-bottom: 8px;
font-weight: 500;
}
.ba-leadgen-title {
font-family: 'Cormorant Garamond', Georgia, serif;
font-size: 28px;
font-weight: 500;
line-height: 1.18;
letter-spacing: -0.015em;
color: #0a0a0a;
margin: 0 0 12px;
}
.ba-leadgen-lede {
font-size: 14px;
line-height: 1.55;
color: rgba(10,10,10,0.72);
margin: 0 0 24px;
}
.ba-leadgen-field { margin-bottom: 14px; }
.ba-leadgen-field label {
display: block;
font-size: 11px;
letter-spacing: 0.08em;
text-transform: uppercase;
color: rgba(10,10,10,0.7);
margin-bottom: 6px;
font-weight: 500;
}
.ba-leadgen-field input,
.ba-leadgen-field textarea,
.ba-leadgen-field select {
width: 100%;
padding: 11px 14px;
font-family: 'Inter', system-ui, sans-serif;
font-size: 14px;
border: 1px solid rgba(10,10,10,0.22);
border-radius: 4px;
background: #fff;
color: #0a0a0a;
transition: border-color 160ms ease, box-shadow 160ms ease;
box-sizing: border-box;
}
.ba-leadgen-field input:focus,
.ba-leadgen-field textarea:focus,
.ba-leadgen-field select:focus {
outline: none;
border-color: #8b6f47;
box-shadow: 0 0 0 3px rgba(139,111,71,0.12);
}
.ba-leadgen-field textarea { min-height: 80px; resize: vertical; }
.ba-leadgen-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px;
}
@media (max-width: 480px) {
.ba-leadgen-row { grid-template-columns: 1fr; }
.ba-leadgen-modal { padding: 28px 22px; }
.ba-leadgen-title { font-size: 22px; }
}
.ba-leadgen-rgpd {
font-size: 11px;
line-height: 1.45;
color: rgba(10,10,10,0.55);
margin: 8px 0 18px;
}
.ba-leadgen-rgpd a { color: #6b1f24; text-decoration: underline; }
.ba-leadgen-submit {
display: inline-flex;
align-items: center;
gap: 8px;
width: 100%;
justify-content: center;
padding: 14px 22px;
font-family: 'Inter', system-ui, sans-serif;
font-size: 14px;
font-weight: 600;
letter-spacing: 0.02em;
border-radius: 4px;
border: 1px solid #0a0a0a;
background: #0a0a0a;
color: #fafaf9;
cursor: pointer;
transition: background 160ms ease;
}
.ba-leadgen-submit:hover { background: #2a2a2a; }
.ba-leadgen-submit:disabled {
background: rgba(10,10,10,0.4);
cursor: not-allowed;
}
.ba-leadgen-state {
display: none;
margin-top: 16px;
padding: 14px 16px;
border-radius: 4px;
font-size: 13px;
line-height: 1.5;
}
.ba-leadgen-state.is-success {
display: block;
background: rgba(139,111,71,0.10);
border-left: 3px solid #8b6f47;
color: #0a0a0a;
}
.ba-leadgen-state.is-error {
display: block;
background: rgba(107,31,36,0.08);
border-left: 3px solid #6b1f24;
color: #6b1f24;
} .ba-leadgen-honeypot {
position: absolute;
left: -9999px;
top: -9999px;
width: 1px;
height: 1px;
opacity: 0;
pointer-events: none;
} .ba-arbre-form-large {
display: flex;
flex-direction: column;
gap: 22px;
margin: 24px 0;
}
.ba-arbre-form-large .ba-arbre-question {
background: #fafaf9;
border: 1px solid rgba(10, 10, 10, 0.08);
border-left: 3px solid #8b6f47;
border-radius: 4px;
padding: 18px 22px;
}
.ba-arbre-form-large .ba-arbre-legend {
font-family: 'Inter', system-ui, sans-serif;
font-size: 11px;
letter-spacing: 0.12em;
text-transform: uppercase;
color: #8b6f47;
font-weight: 600;
padding: 0;
margin-bottom: 8px;
}
.ba-arbre-form-large .ba-arbre-q {
font-family: 'Cormorant Garamond', Georgia, serif;
font-size: 19px;
line-height: 1.4;
color: #0a0a0a;
margin: 0 0 6px;
}
.ba-arbre-form-large .ba-arbre-help {
font-size: 12px;
color: rgba(10, 10, 10, 0.65);
line-height: 1.55;
margin: 6px 0 12px;
}
.ba-arbre-form-large .ba-arbre-option {
display: flex;
align-items: flex-start;
gap: 10px;
padding: 8px 12px;
font-size: 14px;
line-height: 1.45;
color: #0a0a0a;
border-radius: 3px;
cursor: pointer;
margin-top: 4px;
}
.ba-arbre-form-large .ba-arbre-option:hover { background: rgba(139, 111, 71, 0.06); }
.ba-arbre-form-large .ba-arbre-option input[type="radio"] {
margin: 4px 0 0;
flex-shrink: 0;
accent-color: #8b6f47;
}
.ba-arbre-incomplet {
margin: 24px 0;
padding: 14px 18px;
background: rgba(243, 239, 230, 0.4);
border-left: 3px solid rgba(10, 10, 10, 0.15);
font-size: 13px;
color: rgba(10, 10, 10, 0.65);
font-style: italic;
}
.ba-arbre-verdict {
margin: 32px 0 8px;
padding: 24px 28px;
border-radius: 6px;
border-left-width: 4px;
border-left-style: solid;
font-family: 'Inter', system-ui, sans-serif;
background: #fafaf9;
}
.ba-arbre-verdict--safe { border-left-color: #6b8e6b; background: rgba(107, 142, 107, 0.06); }
.ba-arbre-verdict--standard { border-left-color: #8b6f47; background: rgba(139, 111, 71, 0.06); }
.ba-arbre-verdict--warning { border-left-color: #c9a961; background: rgba(201, 169, 97, 0.10); }
.ba-arbre-verdict--critique { border-left-color: #6b1f24; background: rgba(107, 31, 36, 0.06); }
.ba-arbre-verdict--assujetti { border-left-color: #6b1f24; background: rgba(107, 31, 36, 0.06); }
.ba-arbre-verdict-eyebrow {
font-size: 11px;
letter-spacing: 0.18em;
text-transform: uppercase;
color: rgba(10, 10, 10, 0.6);
margin-bottom: 8px;
font-weight: 600;
}
.ba-arbre-verdict-title {
font-family: 'Cormorant Garamond', Georgia, serif;
font-size: 26px;
font-weight: 500;
line-height: 1.2;
letter-spacing: -0.01em;
color: #0a0a0a;
margin: 0 0 12px;
}
.ba-arbre-verdict-body {
font-size: 15px;
line-height: 1.6;
color: rgba(10, 10, 10, 0.85);
margin: 0;
}
.ba-arbre-verdict-body strong { color: #0a0a0a; } .ba-sim-card-title {
font-family: 'Cormorant Garamond', Georgia, serif;
font-size: 22px;
font-weight: 500;
margin: 0;
color: #0a0a0a;
}
.ba-sim-card-sub {
margin: 4px 0 0;
font-size: 12px;
color: rgba(10, 10, 10, 0.6);
font-style: italic;
}
.ba-sim-card-rows {
margin: 12px 0;
padding: 10px 0;
border-top: 1px solid rgba(10, 10, 10, 0.06);
border-bottom: 1px solid rgba(10, 10, 10, 0.06);
display: flex;
flex-direction: column;
gap: 6px;
}
.ba-sim-row-line {
display: flex;
justify-content: space-between;
font-size: 13px;
color: rgba(10, 10, 10, 0.7);
margin: 0;
}
.ba-sim-row-line dt { font-weight: 400; }
.ba-sim-row-line dd { margin: 0; font-variant-numeric: tabular-nums; font-weight: 500; color: #0a0a0a; }
.ba-sim-card-total {
display: flex;
justify-content: space-between;
align-items: baseline;
padding-top: 6px;
font-size: 13px;
color: rgba(10, 10, 10, 0.7);
}
.ba-sim-card-total strong {
font-family: 'Cormorant Garamond', Georgia, serif;
font-size: 24px;
font-weight: 500;
color: #0a0a0a;
font-variant-numeric: tabular-nums;
}
.ba-sim-checkbox {
display: flex !important;
flex-direction: row !important;
align-items: flex-start;
gap: 10px;
margin-top: 12px;
font-size: 13px;
color: rgba(10, 10, 10, 0.85);
}
.ba-sim-checkbox input[type="checkbox"] { margin: 4px 0 0; accent-color: #8b6f47; }