.author-page{min-height:100vh;color:var(--text-primary);background:var(--surface-1)}.author-page__articles,.author-page__hero{position:relative;border-bottom:1px solid var(--surface-hover)}.author-page__articles:before,.author-page__hero:before{position:absolute;inset:0 40px;border-inline:1px solid var(--surface-hover);content:"";pointer-events:none}.author-page__hero{padding:24px max(80px,calc((100% - 1280px) / 2)) 80px;background:var(--surface-0)}.author-page__breadcrumb{position:relative;display:flex;align-items:center;gap:8px;min-height:20px;color:var(--text-tertiary);font-size:var(--font-size-body-m);line-height:var(--line-height-body-m)}.author-page__breadcrumb a{color:inherit;text-decoration:none}.author-page__breadcrumb a:hover{text-decoration:underline}.author-page__breadcrumb [aria-current]{color:var(--text-primary)}.author-page__profile{position:relative;display:flex;align-items:center;flex-direction:column;gap:24px;margin:80px auto 0;text-align:center}.author-page__avatar{display:flex;width:200px;height:200px;align-items:center;justify-content:center;border-radius:50%;object-fit:cover}.author-page__avatar--placeholder{color:var(--text-secondary);background:var(--surface-2);font-family:var(--font-family-title);font-size:64px;line-height:1}.author-page__profile h1{margin:0;font-family:var(--font-family-title);font-size:var(--font-size-title-h4);font-weight:var(--font-weight-medium);line-height:var(--line-height-title-h4)}.author-page__bio{display:flex;flex-direction:column;gap:12px;max-width:780px;color:var(--text-secondary);font-size:var(--font-size-body-l);line-height:var(--line-height-body-l)}.author-page__bio p{margin:0}.author-page__bio strong{color:var(--text-primary);font-weight:var(--font-weight-semibold)}.author-page__socials{display:flex;gap:8px}.author-page__socials a{display:inline-flex;min-height:32px;align-items:center;padding:4px 12px;border-radius:12px;color:var(--text-primary);background:var(--surface-2);font-size:var(--font-size-body-s);text-decoration:none}.author-page__articles{padding:80px max(80px,calc((100% - 1280px) / 2))}.author-page__articles>*{position:relative}.author-page .actualites-card__footer{flex-wrap:wrap}@media (max-width:820px){.author-page__articles,.author-page__hero{padding-inline:32px}.author-page__articles:before,.author-page__hero:before{inset-inline:24px}}@media (max-width:600px){.author-page__hero{padding:24px 24px 64px}.author-page__articles{padding:64px 24px}.author-page__articles:before,.author-page__hero:before{inset-inline:20px}.author-page__breadcrumb{flex-wrap:wrap}.author-page__profile{margin-top:64px}.author-page__avatar{width:160px;height:160px}.author-page__bio{text-align:left}}