/* LeCatho V210 — Rédaction. Palette fixe : bleu nuit / blanc / rouge LeCatho. */
:root{
  --lca-v210-navy:#0A1628;
  --lca-v210-navy-2:#0F1C2E;
  --lca-v210-red:#E30613;
  --lca-v210-red-dark:#B80612;
  --lca-v210-white:#FFFFFF;
  --lca-v210-ink:#172233;
  --lca-v210-muted:#657084;
  --lca-v210-line:#E2E7ED;
  --lca-v210-soft:#F5F7F9;
  --lca-v210-serif:"Iowan Old Style","Palatino Linotype","Book Antiqua",Georgia,"Times New Roman",serif;
  --lca-v210-sans:Inter,"Source Sans 3",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  --lca-gold:var(--lca-v210-red)!important;
  --lca-gold-2:var(--lca-v210-red-dark)!important;
  --lca-v209-gold:var(--lca-v210-red)!important;
  --lca-v209-gold-2:var(--lca-v210-red-dark)!important;
}
html body,
html body.lca-global-user-theme{
  --lca-site-accent:var(--lca-v210-red)!important;
  --lca-red:var(--lca-v210-red)!important;
  --lca-red-dark:var(--lca-v210-red-dark)!important;
  --lca-member-accent:var(--lca-v210-red)!important;
  --lca-profile-accent:var(--lca-v210-red)!important;
  --lca-mobile-header-accent:var(--lca-v210-red)!important;
  --lca-site-bg:#fff!important;
  --lca-profile-bg:#fff!important;
}

/* Barre institutionnelle : contraste absolu. */
html body .lca-topbar,
html body.lca-global-user-theme .lca-topbar{
  min-height:30px!important;
  background:var(--lca-v210-navy)!important;
  border:0!important;
  border-bottom:2px solid var(--lca-v210-red)!important;
  color:#fff!important;
}
html body .lca-topbar *,
html body .lca-topbar a,
html body .lca-topbar a *,
html body .lca-topbar .lca-svg,
html body .lca-topbar svg{color:#fff!important}
html body .lca-topbar .lca-shell{min-height:30px!important}
html body .lca-topbar-left{font-size:10px!important;font-weight:850!important;letter-spacing:.105em!important}
html body .lca-topbar-social a{opacity:.78!important;font-size:10px!important;font-weight:700!important}
html body .lca-topbar-social a:hover{opacity:1!important;color:#fff!important}

/* Header en deux étages : marque centrée, navigation distincte. */
html body .lca-site-header.lca-v210-site-header{
  position:sticky!important;
  top:0!important;
  z-index:2147482000!important;
  background:#fff!important;
  border:0!important;
  border-bottom:1px solid var(--lca-v210-line)!important;
  box-shadow:0 7px 22px rgba(10,22,40,.055)!important;
  overflow:visible!important;
}
html body .lca-v210-brand-row{background:#fff!important;border-bottom:1px solid #EEF1F4!important}
html body .lca-v210-brand-shell{
  position:relative!important;
  min-height:72px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:8px 20px!important;
}
html body .lca-v210-logo{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  min-width:0!important;
  text-decoration:none!important;
  text-align:center!important;
}
html body .lca-v210-logo:after{display:none!important;content:none!important}
html body .lca-v210-logo img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:225px!important;
  max-height:45px!important;
  filter:none!important;
}
html body .lca-v210-logo>span{
  padding:0!important;
  color:#5B687A!important;
  font:800 9px/1.15 var(--lca-v210-sans)!important;
  letter-spacing:.13em!important;
  text-transform:uppercase!important;
}
html body .lca-v210-menu-row{background:#fff!important}
html body .lca-v210-menu-shell{
  min-height:48px!important;
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  padding:0 20px!important;
}
html body .lca-v210-main-nav{
  width:100%!important;
  min-width:0!important;
  min-height:48px!important;
  display:flex!important;
  align-items:stretch!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  border-radius:0!important;
  box-shadow:none!important;
}
html body .lca-v210-nav-links{
  display:flex!important;
  align-items:stretch!important;
  justify-content:flex-start!important;
  gap:0!important;
  min-width:0!important;
  flex:1 1 auto!important;
  overflow:visible!important;
}
html body .lca-v210-nav-links .lca-nav-link{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  min-height:48px!important;
  padding:0 13px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:var(--lca-v210-navy-2)!important;
  font:760 12px/1 var(--lca-v210-sans)!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}
html body .lca-v210-nav-links .lca-nav-link:after{
  content:""!important;
  position:absolute!important;
  left:13px!important;
  right:13px!important;
  bottom:-1px!important;
  height:3px!important;
  background:transparent!important;
}
html body .lca-v210-nav-links .lca-nav-link:hover,
html body .lca-v210-nav-links .lca-nav-link.is-current{color:var(--lca-v210-red)!important;background:transparent!important}
html body .lca-v210-nav-links .lca-nav-link:hover:after,
html body .lca-v210-nav-links .lca-nav-link.is-current:after{background:var(--lca-v210-red)!important}

html body .lca-v210-nav-actions{display:flex!important;align-items:center!important;gap:7px!important;flex:0 0 auto!important;margin-left:auto!important}
html body .lca-v210-header-support{
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  margin:0!important;
  padding:0 10px 0 14px!important;
  border:0!important;
  border-left:1px solid var(--lca-v210-line)!important;
  background:transparent!important;
}
html body .lca-v210-header-support>span{display:grid!important;gap:0!important;margin-right:2px!important;line-height:1!important}
html body .lca-v210-header-support>span small{color:var(--lca-v210-red)!important;font-size:7px!important;font-weight:900!important;letter-spacing:.11em!important;text-transform:uppercase!important}
html body .lca-v210-header-support>span strong{color:var(--lca-v210-navy)!important;font-size:9px!important;font-weight:900!important;letter-spacing:.035em!important;text-transform:uppercase!important}
html body .lca-v210-header-support>a{
  min-height:32px!important;
  padding:0 10px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:3px!important;
  font:850 9px/1 var(--lca-v210-sans)!important;
  text-decoration:none!important;
  text-transform:uppercase!important;
  letter-spacing:.025em!important;
}
html body .lca-v210-header-support>a.is-paypal{background:#fff!important;color:var(--lca-v210-navy)!important;border:1px solid #C9D1DC!important}
html body .lca-v210-header-support>a.is-paypal:hover{border-color:var(--lca-v210-navy)!important}
html body .lca-v210-header-support>a.is-tipeee{background:var(--lca-v210-red)!important;color:#fff!important;border:1px solid var(--lca-v210-red)!important}
html body .lca-v210-header-support>a.is-tipeee:hover{background:var(--lca-v210-red-dark)!important;border-color:var(--lca-v210-red-dark)!important}

html body .lca-v210-account-link{
  width:auto!important;
  min-width:0!important;
  min-height:34px!important;
  padding:3px 8px 3px 4px!important;
  gap:6px!important;
  border:1px solid #D2D8E1!important;
  border-radius:3px!important;
  background:#fff!important;
  color:var(--lca-v210-navy)!important;
  box-shadow:none!important;
}
html body .lca-v210-account-link .lca-v189-account-avatar{width:27px!important;height:27px!important;flex:0 0 27px!important}
html body .lca-v210-account-link .lca-v189-account-avatar img{width:27px!important;height:27px!important;border-radius:50%!important;object-fit:cover!important}
html body .lca-v210-account-link .lca-v189-account-copy{display:block!important;min-width:0!important}
html body .lca-v210-account-link .lca-v189-account-copy small{display:none!important}
html body .lca-v210-account-link .lca-v189-account-copy strong{font-size:10px!important;color:var(--lca-v210-navy)!important;white-space:nowrap!important}
html body .lca-v210-account-link .lca-v189-account-arrow{font-size:11px!important;color:#7A8493!important}

html body .lca-v210-account-menu>.lca-account-hover-menu{
  width:290px!important;
  max-width:calc(100vw - 24px)!important;
  padding:11px!important;
  border:1px solid #DDE3EA!important;
  border-top:3px solid var(--lca-v210-red)!important;
  border-radius:3px!important;
  background:#fff!important;
  box-shadow:0 18px 48px rgba(10,22,40,.16)!important;
}
html body .lca-v210-account-menu .lca-account-hover-head{padding:7px 8px 10px!important;margin:0 0 6px!important;border-bottom:1px solid #E8ECF1!important}
html body .lca-v210-account-menu .lca-account-hover-head strong{color:var(--lca-v210-navy)!important;font-family:var(--lca-v210-serif)!important;font-size:18px!important}
html body .lca-v210-account-menu .lca-account-hover-head span{color:#7A8493!important;font-size:9px!important}
html body .lca-v210-account-menu .lca-account-hover-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:5px!important}
html body .lca-v210-account-menu .lca-account-hover-grid a{min-height:37px!important;padding:8px 9px!important;border:1px solid #E0E5EB!important;border-radius:2px!important;background:#fff!important;color:var(--lca-v210-navy)!important;font-size:10px!important;font-weight:750!important;text-decoration:none!important}
html body .lca-v210-account-menu .lca-account-hover-grid a:hover{border-color:var(--lca-v210-navy)!important;background:#F7F9FB!important}
html body .lca-v210-account-menu .lca-account-hover-grid a.is-danger{color:#A80B15!important;border-color:#F0CDD0!important;background:#fff!important}
html body .lca-v210-login{min-height:34px!important;padding:0 11px!important;border:1px solid #D2D8E1!important;border-radius:3px!important;background:#fff!important;color:var(--lca-v210-navy)!important;font:800 10px/1 var(--lca-v210-sans)!important}
html body .lca-v210-search{width:34px!important;min-width:34px!important;height:34px!important;min-height:34px!important;padding:0!important;border:1px solid #D2D8E1!important;border-radius:3px!important;background:#fff!important;color:var(--lca-v210-navy)!important}
html body .lca-v210-search:hover{background:var(--lca-v210-navy)!important;color:#fff!important;border-color:var(--lca-v210-navy)!important}
html body .lca-v210-search .lca-svg{width:15px!important;height:15px!important}
html body .lca-v210-menu-toggle{width:38px!important;height:38px!important;min-width:38px!important;border-radius:3px!important;background:var(--lca-v210-navy)!important;color:#fff!important;border:0!important}

/* Palette rouge cohérente sur tout le média. */
html body .lca-v208-section-title>span,
html body .lca-v208-kicker,
html body .lca-v208-side-head>span,
html body .lca-v208-popular li>b,
html body.single-post .lca-v209-article-kicker,
html body .lca-v209-profile-person>div>span,
html body .lca-v209-my-comments>header span,
html body .lca-v209-settings-identity span,
html body .lca-v209-account-settings .lca-v193-card-head>span,
html body .lca-v209-public-profile>header span,
html body .lca-v209-public-comments>div>span{color:var(--lca-v210-red)!important}
html body .lca-v208-section-title i{background:linear-gradient(90deg,var(--lca-v210-red),transparent)!important}
html body .lca-v208-section-title>a{border-bottom-color:var(--lca-v210-red)!important}
html body.single-post .lca-v209-article-body blockquote{border-left-color:var(--lca-v210-red)!important;background:rgba(227,6,19,.045)!important}
html body.single-post .lca-v209-article-body a{color:#A40812!important}
html body.single-post .lca-v209-article-after .lca-article-forum-bar{border-left-color:var(--lca-v210-red)!important}

/* Bloc Indépendance : suffisamment spécifique pour résister au style de la sidebar article. */
html body .lca-v210-support-card,
html body.single-post .lca-v209-article-layout>.lca-v208-article-sidebar .lca-v210-support-card,
html body.single-post.lca-replace-astra .lca-v209-article-layout>.lca-v208-article-sidebar .lca-v210-support-card{
  position:relative!important;
  overflow:hidden!important;
  padding:21px!important;
  background:var(--lca-v210-navy)!important;
  border:1px solid var(--lca-v210-navy)!important;
  border-top:4px solid var(--lca-v210-red)!important;
  color:#fff!important;
  box-shadow:0 12px 28px rgba(10,22,40,.11)!important;
}
html body .lca-v210-support-card .lca-v208-side-head{position:relative!important;z-index:2!important;border-bottom:1px solid rgba(255,255,255,.22)!important}
html body .lca-v210-support-card .lca-v208-side-head>span{color:#FF7E86!important}
html body .lca-v210-support-card .lca-v208-side-head h3{color:#fff!important;font-size:25px!important}
html body .lca-v210-support-card>p{position:relative!important;z-index:2!important;margin:0 0 17px!important;color:rgba(255,255,255,.78)!important;font-size:12px!important;line-height:1.6!important}
html body .lca-v210-support-card .lca-v208-support-cross{
  position:absolute!important;
  z-index:0!important;
  right:-12px!important;
  bottom:-34px!important;
  display:block!important;
  color:#fff!important;
  opacity:.055!important;
  font-size:150px!important;
  line-height:1!important;
  transform:none!important;
}
html body .lca-v210-support-card .lca-v208-support-actions{position:relative!important;z-index:2!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}
html body .lca-v210-support-card .lca-v208-support-actions a{display:grid!important;gap:2px!important;align-content:center!important;min-height:58px!important;padding:9px 10px!important;border-radius:2px!important;text-decoration:none!important}
html body .lca-v210-support-card .lca-v208-support-actions a b{font-size:12px!important;line-height:1.1!important}
html body .lca-v210-support-card .lca-v208-support-actions a span{font-size:8px!important;line-height:1.25!important;opacity:.72!important}
html body .lca-v210-support-card .lca-v208-support-actions a.is-paypal{background:#fff!important;color:var(--lca-v210-navy)!important;border:1px solid #fff!important}
html body .lca-v210-support-card .lca-v208-support-actions a.is-tipeee{background:var(--lca-v210-red)!important;color:#fff!important;border:1px solid var(--lca-v210-red)!important}

/* Article : davantage de respiration, image à la une maîtrisée. */
html body.single-post .lca-v209-article-page{background:#F3F5F7!important}
html body.single-post .lca-v209-article{border-top-color:var(--lca-v210-red)!important}
html body.single-post .lca-v209-article-title{font-size:clamp(38px,3.25vw,51px)!important;line-height:1.04!important;letter-spacing:-.034em!important}
html body.single-post .lca-v209-article-featured{width:min(100%,720px)!important;max-width:720px!important;max-height:405px!important;margin:25px auto 32px!important}
html body.single-post .lca-v209-article-body{max-width:710px!important;font-size:18px!important;line-height:1.82!important}
html body.single-post .lca-v209-article-after{max-width:710px!important}

/* Partage : rail fixe vertical qui suit le lecteur, sans fenêtre flottante. */
html body .lca-v209-share{display:none!important}
html body .lca-v210-share-rail{
  position:fixed!important;
  left:max(12px,calc(50vw - 678px))!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  z-index:1900!important;
  display:grid!important;
  grid-template-columns:40px!important;
  gap:5px!important;
  padding:8px!important;
  border:1px solid #DDE3EA!important;
  border-top:3px solid var(--lca-v210-red)!important;
  background:rgba(255,255,255,.985)!important;
  box-shadow:0 10px 30px rgba(10,22,40,.09)!important;
  font-family:var(--lca-v210-sans)!important;
}
html body .lca-v210-share-label{
  display:block!important;
  padding:5px 0 3px!important;
  color:#707B8C!important;
  font-size:7px!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
  text-align:center!important;
  text-transform:uppercase!important;
}
html body .lca-v210-share-rail>a,
html body .lca-v210-share-rail>button{
  position:relative!important;
  display:grid!important;
  place-items:center!important;
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  min-height:40px!important;
  margin:0!important;
  padding:0!important;
  border:1px solid #DDE3EA!important;
  border-radius:2px!important;
  background:#fff!important;
  color:var(--lca-v210-navy)!important;
  box-shadow:none!important;
  text-decoration:none!important;
  cursor:pointer!important;
}
html body .lca-v210-share-rail>a:hover,
html body .lca-v210-share-rail>button:hover{background:var(--lca-v210-navy)!important;color:#fff!important;border-color:var(--lca-v210-navy)!important}
html body .lca-v210-share-rail>a b,
html body .lca-v210-share-rail>button b{font:850 12px/1 var(--lca-v210-sans)!important}
html body .lca-v210-share-rail>button.is-copied{background:var(--lca-v210-red)!important;color:#fff!important;border-color:var(--lca-v210-red)!important}
html body .lca-v210-share-rail [data-tip]:after{
  content:attr(data-tip)!important;
  position:absolute!important;
  left:calc(100% + 9px)!important;
  top:50%!important;
  transform:translateY(-50%) translateX(-3px)!important;
  padding:6px 8px!important;
  background:var(--lca-v210-navy)!important;
  color:#fff!important;
  font:700 9px/1 var(--lca-v210-sans)!important;
  white-space:nowrap!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transition:.14s ease!important;
}
html body .lca-v210-share-rail [data-tip]:hover:after{opacity:1!important;visibility:visible!important;transform:translateY(-50%) translateX(0)!important}

/* Recherche : vraie boîte de média, centrée dans le viewport, pas de grand vide. */
html body .lca-v210-search-overlay:not([hidden]),
html body.lca-global-user-theme .lca-v210-search-overlay:not([hidden]){
  position:fixed!important;
  inset:0!important;
  z-index:2147487400!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:24px!important;
  overflow:auto!important;
  background:rgba(6,18,32,.76)!important;
  backdrop-filter:blur(5px)!important;
}
html body .lca-v210-search-overlay[hidden]{display:none!important}
html body .lca-v210-search-box,
html body.lca-global-user-theme .lca-v210-search-box{
  position:relative!important;
  width:min(760px,calc(100vw - 34px))!important;
  height:auto!important;
  min-height:0!important;
  max-height:min(82dvh,720px)!important;
  margin:auto!important;
  padding:32px 34px 28px!important;
  overflow:auto!important;
  display:block!important;
  border:1px solid #DDE3EA!important;
  border-top:4px solid var(--lca-v210-red)!important;
  border-radius:4px!important;
  background:#fff!important;
  box-shadow:0 34px 90px rgba(2,12,25,.32)!important;
}
html body .lca-v210-search-close{
  position:absolute!important;
  right:18px!important;
  top:17px!important;
  width:34px!important;
  height:34px!important;
  border:1px solid #D8DEE6!important;
  border-radius:50%!important;
  background:#fff!important;
  color:var(--lca-v210-navy)!important;
}
html body .lca-v210-search-close:hover{background:var(--lca-v210-navy)!important;color:#fff!important;border-color:var(--lca-v210-navy)!important}
html body .lca-v210-search-brand{display:flex!important;align-items:center!important;gap:10px!important;margin-bottom:13px!important}
html body .lca-v210-search-brand span{color:var(--lca-v210-red)!important;font:900 9px/1 var(--lca-v210-sans)!important;letter-spacing:.15em!important}
html body .lca-v210-search-brand i{width:46px!important;height:2px!important;background:var(--lca-v210-red)!important}
html body .lca-v210-search-head{padding:0 46px 0 0!important}
html body .lca-v210-search-head strong{margin:0 0 7px!important;color:var(--lca-v210-navy)!important;font-family:var(--lca-v210-serif)!important;font-size:clamp(29px,4vw,40px)!important;font-weight:700!important;line-height:1.02!important;letter-spacing:-.035em!important;text-transform:none!important}
html body .lca-v210-search-head span{margin:0!important;color:#657084!important;font:500 13px/1.55 var(--lca-v210-sans)!important}
html body .lca-v210-search-form{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;margin:24px 0 0!important;padding:0!important}
html body .lca-v210-search-field{position:relative!important;display:block!important;margin:0!important}
html body .lca-v210-search-field>.lca-svg{position:absolute!important;left:15px!important;top:50%!important;transform:translateY(-50%)!important;width:17px!important;height:17px!important;color:#778294!important;z-index:2!important}
html body .lca-v210-search-form input{
  width:100%!important;
  height:48px!important;
  min-height:48px!important;
  padding:0 15px 0 43px!important;
  border:1px solid #C9D1DC!important;
  border-radius:3px!important;
  background:#fff!important;
  color:var(--lca-v210-navy)!important;
  box-shadow:none!important;
  font:600 13px/1 var(--lca-v210-sans)!important;
}
html body .lca-v210-search-form input:focus{outline:0!important;border-color:var(--lca-v210-navy)!important;box-shadow:0 0 0 3px rgba(10,22,40,.06)!important}
html body .lca-v210-search-form button{
  min-width:118px!important;
  height:48px!important;
  padding:0 17px!important;
  border:1px solid var(--lca-v210-red)!important;
  border-radius:3px!important;
  background:var(--lca-v210-red)!important;
  color:#fff!important;
  box-shadow:none!important;
  font:850 10px/1 var(--lca-v210-sans)!important;
  letter-spacing:.05em!important;
  text-transform:uppercase!important;
}
html body .lca-v210-search-form button:hover{background:var(--lca-v210-red-dark)!important;border-color:var(--lca-v210-red-dark)!important}
html body .lca-v210-search-shortcuts{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;margin:16px 0 0!important;padding:13px 0 0!important;border-top:1px solid #EEF1F4!important}
html body .lca-v210-search-shortcuts>span{margin-right:2px!important;color:#7A8493!important;font:800 8px/1 var(--lca-v210-sans)!important;letter-spacing:.08em!important;text-transform:uppercase!important}
html body .lca-v210-search-shortcuts>a{padding:5px 8px!important;border:1px solid #DDE3EA!important;border-radius:2px!important;background:#fff!important;color:var(--lca-v210-navy)!important;text-decoration:none!important;font:750 9px/1 var(--lca-v210-sans)!important}
html body .lca-v210-search-shortcuts>a:hover{border-color:var(--lca-v210-red)!important;color:var(--lca-v210-red)!important}
html body .lca-v210-live-results{
  min-height:0!important;
  max-height:390px!important;
  margin:18px 0 0!important;
  padding:0!important;
  overflow:auto!important;
}
html body .lca-v210-live-results:empty{display:none!important}
html body .lca-v210-live-results .lca-search-result{border:0!important;border-top:1px solid #E7EBF0!important;padding:10px 0!important;background:#fff!important}
html body .lca-v210-live-results .lca-search-result:hover{border-color:#E7EBF0!important;background:#FAFBFC!important}

/* Espace lecteur : largeur plus maîtrisée et panneaux de service éditorial. */
html body .lca-v186-account-app{width:min(calc(100% - 28px),980px)!important;max-width:980px!important;margin:22px auto 60px!important}
html body .lca-v186-account-nav{padding:5px!important;border-top:3px solid var(--lca-v210-red)!important}
html body .lca-v186-account-nav a.is-active{background:var(--lca-v210-navy)!important;color:#fff!important}
html body .lca-v209-profile-hero,
html body .lca-v209-settings-hero{padding:22px!important;border-top:3px solid var(--lca-v210-red)!important;box-shadow:0 8px 24px rgba(10,22,40,.035)!important}
html body .lca-v209-profile-person>img{width:70px!important;height:70px!important;flex-basis:70px!important}
html body .lca-v209-profile-person h1{font-size:31px!important}
html body .lca-v209-profile-hero>a{background:var(--lca-v210-navy)!important;border-color:var(--lca-v210-navy)!important;border-radius:2px!important}
html body .lca-v209-account-cards{grid-template-columns:1fr 1fr 1fr!important;gap:10px!important}
html body .lca-v209-account-cards>article,
html body .lca-v209-account-cards>a{min-height:105px!important;padding:15px!important;border-left:1px solid var(--lca-v210-line)!important;border-top:3px solid var(--lca-v210-red)!important;box-shadow:0 5px 18px rgba(10,22,40,.025)!important}
html body .lca-v209-account-cards b{font-size:21px!important}
html body .lca-v209-my-comments{border-top:3px solid var(--lca-v210-red)!important}
html body .lca-v209-settings-card,
html body .lca-v209-account-settings .lca-2fa-settings,
html body .lca-v209-account-settings .lca-security-sessions{border-top:3px solid #C9D1DC!important;box-shadow:0 5px 18px rgba(10,22,40,.025)!important}
html body .lca-v209-notice{border-left-color:var(--lca-v210-red)!important}
html body .lca-v193-color-fields,
html body .lca-v193-color-presets,
html body .lca-v208-brand-lock,
html body [name="lca_profile_banner_bg"],
html body [name="lca_profile_banner_accent"],
html body [name="lca_profile_banner_opacity"]{display:none!important}

/* Menu mobile : même identité, aucun jaune. */
html body .lca-mobile-drawer-card-v179{border-radius:6px!important;border-top:4px solid var(--lca-v210-red)!important}
html body .lca-mobile-drawer-grid-v179 a,
html body .lca-mobile-drawer-grid-v179 button{border-radius:3px!important}
html body .lca-mobile-drawer-grid-v179 a:hover,
html body .lca-mobile-drawer-grid-v179 button:hover{background:var(--lca-v210-navy)!important;border-color:var(--lca-v210-navy)!important;color:#fff!important}
html body .lca-mobile-drawer-actions-v191 .lca-v208-mobile-support:last-child{background:var(--lca-v210-red)!important;border-color:var(--lca-v210-red)!important;color:#fff!important}

@media(max-width:1180px){
  html body .lca-v210-brand-shell{min-height:66px!important}
  html body .lca-v210-menu-shell{min-height:48px!important;justify-content:flex-end!important}
  html body .lca-v210-main-nav{display:none!important}
  html body .lca-v210-menu-toggle{display:inline-flex!important;margin-left:auto!important}
}
@media(max-width:1020px){
  html body .lca-v210-share-rail{left:10px!important}
}
@media(max-width:760px){
  html body .lca-topbar{display:none!important}
  html body .lca-v210-brand-shell{min-height:58px!important;padding:7px 14px!important}
  html body .lca-v210-logo img{max-width:185px!important;max-height:38px!important}
  html body .lca-v210-logo>span{font-size:7.5px!important;letter-spacing:.1em!important}
  html body .lca-v210-menu-shell{min-height:44px!important;padding:0 12px!important}
  html body .lca-v210-menu-toggle{width:36px!important;height:36px!important;min-width:36px!important}

  html body.single-post .lca-v209-article-title{font-size:clamp(32px,9.7vw,43px)!important}
  html body.single-post .lca-v209-article-featured{width:100%!important;max-width:none!important;max-height:none!important}

  html body .lca-v210-share-rail{
    left:50%!important;
    right:auto!important;
    top:auto!important;
    bottom:10px!important;
    transform:translateX(-50%)!important;
    grid-template-columns:repeat(5,38px)!important;
    gap:4px!important;
    padding:6px!important;
    border-top:2px solid var(--lca-v210-red)!important;
    box-shadow:0 10px 34px rgba(10,22,40,.18)!important;
  }
  html body .lca-v210-share-label{display:none!important}
  html body .lca-v210-share-rail>a,
  html body .lca-v210-share-rail>button{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important}
  html body .lca-v210-share-rail [data-tip]:after{display:none!important}

  html body .lca-v210-search-overlay:not([hidden]){padding:12px!important;align-items:center!important}
  html body .lca-v210-search-box{width:100%!important;max-height:88dvh!important;padding:25px 18px 20px!important;border-radius:3px!important}
  html body .lca-v210-search-close{right:12px!important;top:12px!important}
  html body .lca-v210-search-head{padding-right:38px!important}
  html body .lca-v210-search-head strong{font-size:31px!important}
  html body .lca-v210-search-form{grid-template-columns:1fr!important}
  html body .lca-v210-search-form button{width:100%!important}
  html body .lca-v210-search-shortcuts{gap:6px!important}
  html body .lca-v210-live-results{max-height:42dvh!important}

  html body .lca-v186-account-app{width:calc(100% - 16px)!important;margin-top:10px!important}
  html body .lca-v209-account-cards{grid-template-columns:1fr!important}
  html body .lca-v209-profile-hero,
  html body .lca-v209-settings-hero{padding:17px!important}
}
