/* Blog iray - couche spécifique, alignée sur assets/css/style.css du site mère */
.desktop-nav a.is-active{border-bottom-color:hsl(var(--fg));font-weight:700}
.blog-hero{max-width:var(--maxw);margin:0 auto;padding:72px 40px 76px;border-bottom:1px solid hsl(var(--border));display:grid;grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr);gap:72px;align-items:end}
.blog-hero h1{font-size:clamp(2.7rem,6.2vw,6rem);line-height:.95;letter-spacing:-.055em;margin:0;max-width:11ch;font-weight:800}
.blog-hero .lead{margin:28px 0 0;max-width:58ch}
.blog-hero__panel{border:1px solid hsl(var(--border));border-radius:var(--radius);padding:30px;background:hsl(var(--muted-2));min-height:260px;display:flex;flex-direction:column;justify-content:space-between}
.blog-hero__panel strong{display:block;font-size:clamp(1.6rem,2.7vw,2.2rem);line-height:1.05;letter-spacing:-.035em;margin-bottom:16px}
.blog-hero__panel p{margin:0;color:hsl(var(--muted-fg));line-height:1.6}
.blog-tools{max-width:var(--maxw);margin:0 auto;padding:28px 40px;border-bottom:1px solid hsl(var(--border));display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.blog-filter{border:1px solid hsl(var(--border));background:hsl(var(--bg));color:hsl(var(--fg));border-radius:999px;padding:9px 15px;font-family:inherit;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease}
.blog-filter:hover,.blog-filter.active{background:hsl(var(--fg));color:hsl(var(--bg));border-color:hsl(var(--fg))}
.blog-grid{max-width:var(--maxw);margin:0 auto;padding:52px 40px 96px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:linear-gradient(hsl(var(--border)),hsl(var(--border))) center/ calc(100% - 80px) calc(100% - 148px) no-repeat}
.blog-card{background:hsl(var(--bg));border:1px solid hsl(var(--border));display:flex;flex-direction:column;min-height:100%;transition:transform .22s ease,background .22s ease,color .22s ease}
.blog-card:hover{transform:translateY(-3px);background:hsl(var(--muted-2))}
.blog-card__media{display:block;aspect-ratio:1.28/1;overflow:hidden;background:hsl(var(--muted));border-bottom:1px solid hsl(var(--border))}
.blog-card__media img{width:100%;height:100%;object-fit:cover;filter:grayscale(1);transition:transform .75s cubic-bezier(.2,1,.2,1)}
.blog-card:hover .blog-card__media img{transform:scale(1.045)}
.blog-card__body{padding:28px;display:flex;flex-direction:column;gap:16px;flex:1}
.blog-meta{display:flex;gap:10px;align-items:center;flex-wrap:wrap;font-size:.675rem;letter-spacing:.17em;text-transform:uppercase;color:hsl(var(--muted-fg));font-weight:700;line-height:1.25}
.blog-card h2{font-size:clamp(1.35rem,2vw,1.72rem);line-height:1.08;letter-spacing:-.032em;margin:0;font-weight:800;min-height:3.25em;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.blog-card p{margin:0;color:hsl(var(--muted-fg));font-size:.94rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;min-height:6.4em}
.blog-card__footer{margin-top:auto;padding-top:6px;display:flex;justify-content:space-between;align-items:center;gap:16px}
.read-more{display:inline-flex;align-items:center;gap:8px;font-size:.76rem;letter-spacing:.13em;text-transform:uppercase;font-weight:800;border-bottom:1px solid currentColor;padding-bottom:3px}
.blog-date{font-size:.8rem;color:hsl(var(--muted-fg));white-space:nowrap}
.article-shell{max-width:var(--maxw);margin:0 auto;padding:56px 40px 96px;display:grid;grid-template-columns:minmax(0,820px) minmax(260px,1fr);gap:64px;align-items:start}
.article-head{grid-column:1/-1;border-bottom:1px solid hsl(var(--border));padding-bottom:46px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:64px;align-items:end}
.article-head h1{font-size:clamp(2.35rem,5vw,5rem);line-height:.98;letter-spacing:-.055em;margin:0;font-weight:800;max-width:13ch}
.article-head__meta{display:flex;gap:12px;flex-wrap:wrap;margin:0 0 24px;color:hsl(var(--muted-fg));font-size:.72rem;letter-spacing:.17em;text-transform:uppercase;font-weight:700}
.article-feature{aspect-ratio:1.35/1;border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden;background:hsl(var(--muted))}
.article-feature img{width:100%;height:100%;object-fit:cover;filter:grayscale(1)}
.article-content{font-size:1.08rem;line-height:1.78;color:hsl(var(--fg));max-width:760px}
.article-content>p:first-child{font-size:1.22rem;line-height:1.62;color:hsl(var(--muted-fg))}
.article-content h2{font-size:clamp(1.7rem,2.8vw,2.35rem);line-height:1.08;letter-spacing:-.035em;margin:56px 0 20px;font-weight:800}
.article-content h3{font-size:1.32rem;line-height:1.2;margin:40px 0 12px;letter-spacing:-.02em}
.article-content p{margin:0 0 22px}
.article-content ul,.article-content ol{margin:0 0 26px;padding-left:1.2em}
.article-content li{margin:0 0 10px}
.article-content a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.article-content figure{margin:38px 0;border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden;background:hsl(var(--muted-2))}
.article-content figure img{width:100%;height:auto;filter:grayscale(1)}
.article-content figcaption{font-size:.82rem;color:hsl(var(--muted-fg));padding:12px 16px;border-top:1px solid hsl(var(--border))}
.article-content iframe{width:100%;aspect-ratio:16/9;height:auto;border:0;border-radius:var(--radius);background:hsl(var(--muted))}
.post-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;border:1px solid hsl(var(--border));background:hsl(var(--border));border-radius:var(--radius);overflow:hidden;margin:34px 0}
.post-gallery img{width:100%;aspect-ratio:1/1;object-fit:cover;filter:grayscale(1)}
.article-sidebar{position:sticky;top:96px;border:1px solid hsl(var(--border));border-radius:var(--radius);padding:24px;background:hsl(var(--muted-2));display:grid;gap:24px}
.article-sidebar h2{font-size:1rem;letter-spacing:.14em;text-transform:uppercase;margin:0 0 12px}
.share-list{display:flex;gap:8px;flex-wrap:wrap}
.share-list a,.share-list button,.reaction-btn{border:1px solid hsl(var(--border));background:hsl(var(--bg));color:hsl(var(--fg));border-radius:999px;padding:9px 12px;font-family:inherit;font-size:.78rem;font-weight:700;cursor:pointer}
.share-list a:hover,.share-list button:hover,.reaction-btn:hover{background:hsl(var(--fg));color:hsl(var(--bg));border-color:hsl(var(--fg))}
.reaction-row{display:flex;gap:8px;flex-wrap:wrap}
.back-link{display:inline-flex;margin-top:42px;font-size:.82rem;letter-spacing:.14em;text-transform:uppercase;font-weight:800;border-bottom:1px solid currentColor}
.empty-state{max-width:var(--maxw);margin:0 auto;padding:90px 40px;color:hsl(var(--muted-fg))}
@media (max-width:980px){.blog-hero,.article-head,.article-shell{grid-template-columns:1fr}.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-sidebar{position:static}.blog-card h2{min-height:auto}.blog-card p{min-height:auto}}
@media (max-width:640px){.blog-hero,.blog-tools,.blog-grid,.article-shell{padding-left:22px;padding-right:22px}.blog-grid{grid-template-columns:1fr;background:none}.article-head{gap:28px}.blog-card__body{padding:22px}.post-gallery{grid-template-columns:1fr}}

/* v4 corrections integration globale */
.blog-hero h1{max-width:15ch}
.blog-meta span+span:before{content:"•";margin-right:10px;color:hsl(var(--muted-fg))}
.blog-card__footer{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:7px;min-height:52px}
.blog-card__author{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;font-weight:800;color:hsl(var(--muted-fg))}
.article-shell{display:block;max-width:var(--maxw);margin:0 auto;padding:56px 40px 96px}
.article-head{grid-column:auto}
.article-content{max-width:760px;margin-top:48px}
.article-actions{max-width:760px;margin:34px 0 0;padding:16px 0;border-top:1px solid hsl(var(--border));border-bottom:1px solid hsl(var(--border));display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.article-actions__label,.article-actions__sep{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;font-weight:800;color:hsl(var(--muted-fg))}
.article-actions a:not(.back-link),.article-actions button{border:1px solid hsl(var(--border));background:hsl(var(--bg));color:hsl(var(--fg));border-radius:999px;padding:9px 12px;font-family:inherit;font-size:.78rem;font-weight:700;cursor:pointer;text-decoration:none}
.article-actions a:not(.back-link):hover,.article-actions button:hover{background:hsl(var(--fg));color:hsl(var(--bg));border-color:hsl(var(--fg))}
.article-actions .back-link{margin-top:0;margin-left:auto;white-space:nowrap}
.article-sidebar{display:none}
@media(max-width:640px){.article-actions{align-items:flex-start}.article-actions .back-link{margin-left:0;width:100%;margin-top:8px}.blog-hero h1{max-width:100%}}


/* v5 - ajustements UI demandés */
.blog-hero{padding-top:64px;padding-bottom:64px;align-items:center}
.blog-hero h1{font-size:clamp(2.1rem,4.2vw,4.15rem);line-height:1;letter-spacing:-.052em;max-width:16ch}
.blog-card__media img{filter:grayscale(1);transition:filter .28s ease,transform .75s cubic-bezier(.2,1,.2,1)}
.blog-card:hover .blog-card__media img{filter:grayscale(0);transform:scale(1.045)}
.article-feature img{filter:none}
.article-content figure img{filter:none}
.article-engagement{max-width:760px;margin:42px 0 0;padding:0;border:1px solid hsl(var(--border));border-radius:var(--radius);display:grid;grid-template-columns:1.25fr .9fr;background:hsl(var(--bg));overflow:hidden}
.article-engagement__group{padding:18px;display:grid;gap:12px;align-content:start;background:hsl(var(--bg))}
.article-engagement__group+.article-engagement__group{border-left:1px solid hsl(var(--border));background:hsl(var(--muted-2))}
.article-engagement__title{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;font-weight:800;color:hsl(var(--muted-fg))}
.article-engagement__buttons{display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.article-engagement a,.article-engagement button{border:1px solid hsl(var(--border));background:hsl(var(--bg));color:hsl(var(--fg));border-radius:999px;padding:9px 12px;font-family:inherit;font-size:.78rem;font-weight:800;cursor:pointer;text-decoration:none;line-height:1}
.article-engagement__share a,.article-engagement__share button{background:hsl(var(--muted-2))}
.article-engagement__reactions button{background:hsl(var(--bg))}
.article-engagement a:hover,.article-engagement button:hover{background:hsl(var(--fg));color:hsl(var(--bg));border-color:hsl(var(--fg))}
.related-posts{max-width:760px;margin:48px 0 0;padding-top:26px;border-top:1px solid hsl(var(--border))}
.related-posts__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.related-posts__head h2{font-size:1rem;letter-spacing:.16em;text-transform:uppercase;margin:0;font-weight:800}
.related-posts__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:hsl(var(--border));border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}
.related-card{display:grid;grid-template-rows:auto 1fr;background:hsl(var(--bg));text-decoration:none;min-width:0;transition:background .18s ease}
.related-card:hover{background:hsl(var(--muted-2))}
.related-card__thumb{display:block;aspect-ratio:1.35/1;overflow:hidden;background:hsl(var(--muted));border-bottom:1px solid hsl(var(--border))}
.related-card__thumb img{width:100%;height:100%;object-fit:cover;filter:grayscale(1);transition:filter .28s ease,transform .6s cubic-bezier(.2,1,.2,1)}
.related-card:hover .related-card__thumb img{filter:grayscale(0);transform:scale(1.04)}
.related-card__body{display:grid;gap:9px;padding:14px;align-content:start}
.related-card__meta{font-size:.61rem;letter-spacing:.13em;text-transform:uppercase;font-weight:800;color:hsl(var(--muted-fg));line-height:1.25}
.related-card__title{font-size:.92rem;line-height:1.15;font-weight:800;letter-spacing:-.02em;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.article-back-link{margin-top:36px}
@media(max-width:760px){.article-engagement{grid-template-columns:1fr}.article-engagement__group+.article-engagement__group{border-left:0;border-top:1px solid hsl(var(--border))}.related-posts__grid{grid-template-columns:1fr}.blog-hero h1{font-size:clamp(2rem,9vw,3.1rem)}}

/* v5 CTA + animations */
.blog-card,.blog-filter,.read-more,.article-engagement a,.article-engagement button,.related-card,.related-card__thumb img{transition-timing-function:cubic-bezier(.2,1,.2,1)}
.blog-cta-card{background:hsl(var(--fg));color:hsl(var(--bg));min-height:100%;display:grid;place-items:center;text-align:center}
.blog-cta-card:hover{background:hsl(var(--fg));transform:translateY(-3px)}
.blog-cta-card__inner{padding:34px 28px;display:grid;gap:16px;place-items:center;align-content:center;min-height:100%}
.blog-cta-card__eyebrow{font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;font-weight:800;opacity:.72}
.blog-cta-card h2{color:hsl(var(--bg));min-height:0;display:block;font-size:clamp(1.45rem,2vw,1.9rem);line-height:1.05;max-width:12ch;margin:0}
.blog-cta-card p{color:hsl(var(--bg));opacity:.72;min-height:0;display:block;max-width:28ch;margin:0}
.blog-cta-card__button{display:inline-flex;align-items:center;justify-content:center;margin-top:6px;min-height:44px;border:1px solid hsl(var(--bg));border-radius:.5rem!important;padding:0 18px;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;font-weight:850;text-decoration:none;color:hsl(var(--fg));background:hsl(var(--bg));transition:transform .22s cubic-bezier(.2,1,.2,1),background .22s ease,color .22s ease}
.blog-cta-card__button:hover{transform:translateY(-2px);background:transparent;color:hsl(var(--bg))}
@media(max-width:980px){.blog-cta-card__inner{min-height:320px}}

/* v6 - CTA adaptatif, related à droite, auteur retiré de la grille */
.blog-grid{background:none;align-items:stretch}
.blog-card__footer{min-height:auto;align-items:flex-start}
.blog-cta-card{grid-column:span var(--cta-span, 3);min-height:360px}
.blog-cta-card__inner{width:100%;height:100%;min-height:360px;padding:44px 34px}
.blog-cta-card h2{max-width:22ch}
.blog-cta-card p{max-width:46ch}
.article-layout{display:grid;grid-template-columns:minmax(0,760px) minmax(260px,340px);gap:64px;align-items:start;margin-top:52px}
.article-main{min-width:0}
.article-engagement{max-width:none}
.article-related-aside{position:sticky;top:96px;max-width:none;margin:0;padding-top:0;border-top:0}
.article-related-aside .related-posts__head{margin-bottom:14px}
.article-related-aside .related-posts__grid{display:grid;grid-template-columns:1fr;gap:1px}
.article-related-aside .related-card{grid-template-columns:96px minmax(0,1fr);grid-template-rows:1fr;min-height:104px}
.article-related-aside .related-card__thumb{height:100%;aspect-ratio:auto;border-bottom:0;border-right:1px solid hsl(var(--border))}
.article-related-aside .related-card__body{padding:14px;align-content:center}
.article-related-aside .related-card__title{-webkit-line-clamp:4}
@media(max-width:980px){.blog-cta-card{grid-column:span var(--cta-span, 2)}.article-layout{grid-template-columns:1fr;gap:44px}.article-related-aside{position:static}.article-related-aside .related-posts__grid{grid-template-columns:1fr}.article-related-aside .related-card{grid-template-columns:112px minmax(0,1fr)}}
@media(max-width:640px){.blog-cta-card{grid-column:span 1}.blog-cta-card,.blog-cta-card__inner{min-height:320px}.article-related-aside .related-card{grid-template-columns:96px minmax(0,1fr)}}

/* IRAY V9 - footer unique, boutons rectangles, cookies discrets */
:root{--iray-button-radius:.5rem;--iray-soft-radius:.5rem}
button,.button,.btn,.text-link,.offer-cta,.contact-submit,.menu-btn,.header-right a,.portfolio-filter-btn,.portfolio-client-select,.blog-read-more,.blog-filter,.share-btn,.reaction-btn,.cta-card a,.portfolio-copy .portfolio-cta a{border-radius:var(--iray-button-radius)!important}
.pill,.tag,.badge,.offer-badge,.blog-category,.blog-pill{border-radius:var(--iray-button-radius)!important}
.site-footer.site-footer--unified,.site-footer{display:block!important;padding:72px max(32px,calc((100vw - var(--maxw))/2 + 40px)) 24px!important;background:hsl(var(--fg))!important;color:hsl(var(--bg))!important}
.site-footer__grid{display:grid!important;grid-template-columns:1.45fr repeat(5,minmax(120px,1fr));gap:36px;align-items:start}
.site-footer .footer-column{display:flex;flex-direction:column;gap:9px;min-width:0}.site-footer .footer-brand p{max-width:34ch;margin:0;color:hsl(var(--bg)/.68);font-size:.8125rem;line-height:1.62}.site-footer h4{margin:0 0 8px;color:hsl(var(--bg)/.48);font-size:.625rem;letter-spacing:.22em;text-transform:uppercase;font-weight:800}.site-footer a,.site-footer span{color:hsl(var(--bg)/.78);font-size:.8125rem;line-height:1.55;text-decoration:none}.site-footer a:hover{color:hsl(var(--bg));text-decoration:underline;text-underline-offset:3px}.site-footer__bottom{display:flex!important;align-items:center;justify-content:space-between;gap:24px;border-top:1px solid hsl(var(--bg)/.16);margin-top:46px;padding-top:22px}.site-footer .copyright{display:block!important;grid-column:auto!important;justify-content:flex-start!important;text-align:left!important;margin:0!important;padding:0!important;border:0!important;font-size:.6875rem;letter-spacing:.12em;text-transform:uppercase;color:hsl(var(--bg)/.46)}.footer-legal-inline{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap;text-align:right}.footer-legal-inline a,.footer-legal-inline span{font-size:.6875rem;letter-spacing:.12em;text-transform:uppercase;color:hsl(var(--bg)/.52)}
.cookie-consent{position:fixed;right:24px;bottom:24px;z-index:9998;width:min(430px,calc(100vw - 32px));background:hsl(var(--bg));color:hsl(var(--fg));border:1px solid hsl(var(--border));box-shadow:0 24px 80px rgba(0,0,0,.18);padding:22px;display:grid;gap:18px}.cookie-consent[hidden],.cookie-preferences[hidden]{display:none!important}.cookie-consent__title{margin:0 0 8px;font-size:.72rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase;color:hsl(var(--muted-fg))}.cookie-consent p{margin:0;color:hsl(var(--muted-fg));font-size:.875rem;line-height:1.62}.cookie-consent a{display:inline-block;margin-top:8px;font-size:.8125rem;color:hsl(var(--fg));text-decoration:underline;text-underline-offset:3px}.cookie-consent__actions{display:flex;gap:8px;align-items:center;justify-content:flex-end;flex-wrap:wrap}.cookie-btn{min-height:42px;border:1px solid hsl(var(--fg));padding:0 14px;font-size:.6875rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase;background:transparent;color:hsl(var(--fg));border-radius:var(--iray-button-radius)!important}.cookie-btn--dark{background:hsl(var(--fg));color:hsl(var(--bg))}.cookie-btn--ghost{background:transparent;color:hsl(var(--fg));border-color:hsl(var(--border-strong))}.cookie-preferences{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.28);display:grid;place-items:end center;padding:24px}.cookie-preferences__box{position:relative;width:min(520px,calc(100vw - 32px));background:hsl(var(--bg));color:hsl(var(--fg));border:1px solid hsl(var(--border));box-shadow:0 24px 80px rgba(0,0,0,.24);padding:28px}.cookie-preferences__box h2{margin:0 0 12px;font-size:1.35rem;letter-spacing:-.03em}.cookie-preferences__box p{color:hsl(var(--muted-fg));line-height:1.6;margin:0 0 18px}.cookie-preferences__box label{display:flex;align-items:center;gap:10px;padding:12px 0;border-top:1px solid hsl(var(--border));font-size:.9rem}.cookie-preferences__close{position:absolute;right:10px;top:10px;width:36px;height:36px;border:1px solid hsl(var(--border));background:transparent;color:hsl(var(--fg));border-radius:var(--iray-button-radius)!important;font-size:1.2rem}
@media(max-width:1100px){.site-footer__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.site-footer.site-footer--unified,.site-footer{padding:56px 24px 22px!important}.site-footer__grid{grid-template-columns:1fr!important}.site-footer__bottom{align-items:flex-start;flex-direction:column}.footer-legal-inline{text-align:left;justify-content:flex-start}.cookie-consent{right:16px;bottom:16px}.cookie-consent__actions{justify-content:flex-start}.cookie-btn{width:100%;justify-content:center}.cookie-preferences{place-items:end center;padding:16px}}

/* IRAY V10 - footer 5 colonnes, legal inline, boutons harmonises */
.site-footer.site-footer--v10 .site-footer__grid{display:grid!important;grid-template-columns:1.45fr repeat(4,minmax(130px,1fr))!important;gap:36px!important;align-items:start!important}
.site-footer.site-footer--v10 .footer-column{display:flex!important;flex-direction:column!important;gap:9px!important;min-width:0!important}
.site-footer.site-footer--v10 .site-footer__bottom{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:24px!important;border-top:1px solid hsl(var(--bg)/.16)!important;margin-top:46px!important;padding-top:22px!important}
.site-footer.site-footer--v10 .copyright{display:block!important;margin:0!important;padding:0!important;border:0!important;text-align:left!important;font-size:.6875rem!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:hsl(var(--bg)/.46)!important}
.site-footer.site-footer--v10 .footer-legal-inline{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex-wrap:wrap!important;text-align:right!important}
.site-footer.site-footer--v10 .footer-legal-inline a,.site-footer.site-footer--v10 .footer-legal-inline span{font-size:.8125rem!important;line-height:1.55!important;letter-spacing:0!important;text-transform:none!important;color:hsl(var(--bg)/.78)!important;text-decoration:none!important}
.site-footer.site-footer--v10 .footer-legal-inline a:hover{color:hsl(var(--bg))!important;text-decoration:underline!important;text-underline-offset:3px!important}
.site-footer.site-footer--v10 .footer-column:nth-child(5) h4::after{content:none!important}
.site-footer.site-footer--v10 .footer-column h4:empty{display:none!important}
/* Supprime les anciennes colonnes legales restantes si un footer ancien est encore en cache */
.site-footer .footer-column:has(h4:nth-child(1)){ }
/* Bouton Demander une analyse: forme du bouton Parlons-en, couleur conservee */
a[href*="analyse"],.cta-card a,.blog-cta a,.blog-cta__button,.analysis-cta,.analysis-card a,.free-analysis a{border-radius:.5rem!important;min-height:44px!important;padding:0 18px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;font-size:.72rem!important;font-weight:850!important;letter-spacing:.12em!important;text-transform:uppercase!important;text-decoration:none!important}
button,.button,.btn,.text-link,.offer-cta,.contact-submit,.menu-btn,.header-right a,.portfolio-filter-btn,.portfolio-client-select,.blog-read-more,.blog-filter,.share-btn,.reaction-btn,.cookie-btn{border-radius:.5rem!important}
@media(max-width:1100px){.site-footer.site-footer--v10 .site-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.site-footer.site-footer--v10 .footer-brand{grid-column:1/-1!important}}
@media(max-width:760px){.site-footer.site-footer--v10 .site-footer__grid{grid-template-columns:1fr!important}.site-footer.site-footer--v10 .site-footer__bottom{align-items:flex-start!important;flex-direction:column!important}.site-footer.site-footer--v10 .footer-legal-inline{text-align:left!important;justify-content:flex-start!important}}

/* IRAY V11 - footer bottom one line + cleanup */
.site-footer .site-footer__bottom,
.site-footer.site-footer--v10 .site-footer__bottom,
.site-footer.site-footer--unified .site-footer__bottom{
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:24px!important;
  flex-wrap:nowrap!important;
  width:100%!important;
}
.site-footer .copyright,
.site-footer.site-footer--v10 .copyright,
.site-footer.site-footer--unified .copyright{
  flex:0 0 auto!important;
  white-space:nowrap!important;
  margin:0!important;
  text-align:left!important;
}
.site-footer .footer-legal-inline,
.site-footer.site-footer--v10 .footer-legal-inline,
.site-footer.site-footer--unified .footer-legal-inline{
  flex:0 1 auto!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
  flex-wrap:nowrap!important;
  white-space:nowrap!important;
  text-align:right!important;
  min-width:0!important;
}
.site-footer .footer-legal-inline a,
.site-footer .footer-legal-inline span,
.site-footer.site-footer--v10 .footer-legal-inline a,
.site-footer.site-footer--v10 .footer-legal-inline span,
.site-footer.site-footer--unified .footer-legal-inline a,
.site-footer.site-footer--unified .footer-legal-inline span{
  font-size:.8125rem!important;
  line-height:1.55!important;
  letter-spacing:0!important;
  text-transform:none!important;
  color:hsl(var(--bg)/.78)!important;
  text-decoration:none!important;
}
.site-footer .footer-legal-inline a:hover,
.site-footer.site-footer--v10 .footer-legal-inline a:hover,
.site-footer.site-footer--unified .footer-legal-inline a:hover{
  color:hsl(var(--bg))!important;
  text-decoration:underline!important;
  text-underline-offset:3px!important;
}
@media(max-width:900px){
  .site-footer .site-footer__bottom,
  .site-footer.site-footer--v10 .site-footer__bottom,
  .site-footer.site-footer--unified .site-footer__bottom{
    align-items:flex-start!important;
    flex-direction:column!important;
    flex-wrap:wrap!important;
  }
  .site-footer .footer-legal-inline,
  .site-footer.site-footer--v10 .footer-legal-inline,
  .site-footer.site-footer--unified .footer-legal-inline{
    justify-content:flex-start!important;
    text-align:left!important;
    flex-wrap:wrap!important;
    white-space:normal!important;
  }
  .site-footer .copyright,
  .site-footer.site-footer--v10 .copyright,
  .site-footer.site-footer--unified .copyright{white-space:normal!important;}
}

/* Claude blog automation additions */
.article-primary-cta{margin:34px 0 0;padding:22px;border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--muted-2));display:grid;gap:14px}
.article-primary-cta p{margin:0;font-size:1rem;font-weight:750;letter-spacing:-.02em;color:hsl(var(--fg))}
.article-primary-cta a{display:inline-flex;width:max-content;max-width:100%;align-items:center;justify-content:center;border:1px solid hsl(var(--fg));border-radius:999px;padding:12px 16px;background:hsl(var(--fg));color:hsl(var(--bg));text-decoration:none;font-weight:800;line-height:1.1;transition:transform .18s ease,opacity .18s ease}
.article-primary-cta a:hover{transform:translateY(-1px);opacity:.88}
.related-posts__carousel{border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden;background:hsl(var(--border))}
.related-posts__track{display:flex;flex-direction:column;gap:1px;transition:transform .45s cubic-bezier(.2,1,.2,1)}
.article-related-aside .related-posts__carousel{height:524px;max-height:524px;overflow:hidden}
.article-related-aside .related-card{height:104px;overflow:hidden}
.article-related-aside .related-posts__track.is-animating{will-change:transform}
@media(max-width:640px){.article-primary-cta a{width:100%}.article-related-aside .related-posts__carousel{max-height:none}}
