:root {
    --articles-hero-bg: var(--primary-teal);
    --articles-hero-text: #fff;
    --articles-hero-muted: rgba(255, 255, 255, 0.88);
    --articles-feature-surface: #fff;
    --articles-feature-shadow: 0 10px 22px rgba(14, 58, 52, 0.16);
    --articles-breadcrumb-bg: #F1F1F1;
    --articles-breadcrumb-border: #e8e2db;
    --articles-breadcrumb-text: #4f5855;
    --breadcrumb-icon-color: #2F3B40;
    --articles-section-title: var(--text-dark);
    --articles-section-copy: var(--text-light);
    --articles-card-bg: var(--bg-primary);
    --articles-card-border: #dfe7e2;
    --articles-card-border-hover: #c7d9d1;
    --articles-card-shadow: 0 12px 30px rgba(28, 51, 47, 0.06);
    --articles-card-shadow-hover: 0 18px 36px rgba(28, 51, 47, 0.1);
    --articles-card-title: #273330;
    --articles-card-copy: #6d7774;
    --articles-card-link: var(--secondary-color);
    --articles-icon-surface-1: #edf9f4;
    --articles-icon-surface-2: #fff0da;
    --articles-icon-surface-3: #edf9f4;
    --articles-icon-surface-4: #ffe7da;
    --articles-icon-surface-5: #d9f3ee;
    --articles-icon-surface-6: #ffe8d8;
    --articles-icon-accent: #20b7b1;
    --articles-icon-accent-strong: var(--primary-teal);
    --articles-cta-bg: var(--primary-teal);
    --articles-cta-text: #fff;
    --articles-cta-muted: rgba(255, 255, 255, 0.9);
    --articles-cta-button-bg: #fff;
    --articles-cta-button-text: var(--primary-teal);
    --articles-cta-button-border: rgba(255, 255, 255, 0.75);
}

html.dark-mode {
    --articles-hero-bg: linear-gradient(135deg, #2d3441 0%, #353944 100%);
    --articles-hero-text: var(--text-dark);
    --articles-hero-muted: rgba(252, 252, 252, 0.82);
    --articles-feature-surface: var(--bg-primary);
    --articles-feature-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
    --articles-breadcrumb-bg: #464B5A;
    --articles-breadcrumb-border: var(--border-color);
    --articles-breadcrumb-text: #FCFCFC;
    --breadcrumb-icon-color: #FCFCFC;
    --articles-section-title: var(--text-dark);
    --articles-section-copy: var(--text-secondary);
    --articles-card-bg: var(--bg-secondary);
    --articles-card-border: var(--border-color);
    --articles-card-border-hover: #6b7280;
    --articles-card-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
    --articles-card-shadow-hover: 0 18px 36px rgba(0, 0, 0, 0.3);
    --articles-card-title: var(--text-dark);
    --articles-card-copy: var(--text-secondary);
    --articles-card-link: var(--secondary-color);
    --articles-icon-surface-1: #3a4e49;
    --articles-icon-surface-2: #5d4b35;
    --articles-icon-surface-3: #3f514c;
    --articles-icon-surface-4: #5a453b;
    --articles-icon-surface-5: #354b48;
    --articles-icon-surface-6: #5b4337;
    --articles-icon-accent: #57d4aa;
    --articles-icon-accent-strong: #57d4aa;
    --articles-cta-bg: linear-gradient(135deg, #2f756b 0%, #275f58 100%);
    --articles-cta-text: var(--text-dark);
    --articles-cta-muted: rgba(252, 252, 252, 0.84);
    --articles-cta-button-bg: var(--bg-primary);
    --articles-cta-button-text: var(--primary-teal);
    --articles-cta-button-border: rgba(252, 252, 252, 0.55);
}

.hero.hero--referencement {
    background: var(--articles-hero-bg);
}

.hero.hero--referencement .hero__inner {
    max-width: 1180px;
    padding: 44px 24px 34px;
    gap: 40px;
    align-items: center;
}

.hero.hero--referencement .hero__text {
    gap: 18px;
    max-width: 670px;
}

.hero.hero--referencement .hero__title {
    margin: 0;
    font-size: clamp(2.1rem, 2.6vw, 3rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: var(--articles-hero-text);
}

.hero__sub-title {
    margin: 0;
    max-width: 560px;
    color: var(--articles-hero-muted);
    font-size: 0.98rem;
    line-height: 1.65;
}

.hero__tags {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 6px;
}

.hero__tag {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--articles-hero-text);
    font-size: 0.95rem;
    line-height: 1.45;
}

.hero__tag::before {
    content: "";
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 10px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
    box-shadow: var(--articles-feature-shadow);
}

.hero__tag:nth-child(1)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2326776c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3Cpath d='M12 3l7 4v5c0 5-3.5 8-7 9-3.5-1-7-4-7-9V7l7-4Z'/%3E%3C/svg%3E");
}

.hero__tag:nth-child(2)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2326776c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19.5A2.5 2.5 0 0 1 6.5 17H20'/%3E%3Cpath d='M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2Z'/%3E%3C/svg%3E");
}

.hero__tag:nth-child(3)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2326776c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 16v-4'/%3E%3Cpath d='M12 8h.01'/%3E%3C/svg%3E");
}

.hero__tag span {
    display: block;
    padding-top: 4px;
}

.hero.hero--referencement .hero__img {
    display: block;
    width: min(100%, 350px);
}

.breadcrumb {
    justify-content: center;
    margin-bottom: 0;
    background: var(--articles-breadcrumb-bg);
}

.breadcrumb__container {
    max-width: 1180px;
    width: 100%;
    padding: 16px 15px;
    gap: 1rem;
    color: var(--articles-breadcrumb-text);
    font-size: 1rem;
}

.breadcrumb__link,
.breadcrumb__current {
    color: var(--articles-breadcrumb-text);
}

.breadcrumb__separator svg {
    display: block;
    width: 13px;
    height: 19px;
}

.body__thematique-hub {
    max-width: 1180px;
    margin: 0 auto;
    padding: 76px 24px 88px;
}

.body__thematique-hub > div:first-child {
    max-width: 700px;
    margin: 0 auto 40px;
    text-align: center;
}

.body__thematique-hub > div:first-child .body__thematique-title:first-child {
    margin: 0 0 14px;
    color: var(--articles-section-title);
    font-family: "Raleway", sans-serif;
    font-size: clamp(1.9rem, 2vw, 2.5rem);
    font-weight: 800;
    line-height: 1.15;
}

.body__thematique-hub > div:first-child p.body__thematique-title {
    margin: 0;
    color: var(--articles-section-copy);
    font-size: 0.98rem;
    line-height: 1.7;
}

.body__thematiques,
.body__thematique__articles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.body__thematique__articles__article {
    display: flex;
    min-height: 320px;
    padding: 34px 28px 28px;
    border: 1px solid var(--articles-card-border);
    border-radius: 18px;
    background: var(--articles-card-bg);
    box-shadow: var(--articles-card-shadow);
    text-decoration: none;
    color: var(--articles-card-title);
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.body__thematique__articles__article:hover {
    transform: translateY(-4px);
    box-shadow: var(--articles-card-shadow-hover);
    border-color: var(--articles-card-border-hover);
    text-decoration: none;
    color: var(--articles-card-title);
}

.body__thematique__articles__article__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
}

.body__thematique__articles__article__icon {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background-color: var(--articles-icon-surface-1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 88px 88px;
    flex: 0 0 auto;
}

.body__thematiques .body__thematique__articles__article:nth-child(1) .body__thematique__articles__article__icon {
    background-image: url("/articles/img/hub/comprendre.svg");
}

.body__thematiques .body__thematique__articles__article:nth-child(2) .body__thematique__articles__article__icon {
    background-color: var(--articles-icon-surface-2);
    background-image: url("/articles/img/hub/isolation.svg");
}

.body__thematiques .body__thematique__articles__article:nth-child(3) .body__thematique__articles__article__icon {
    background-color: var(--articles-icon-surface-3);
    background-image: url("/articles/img/hub/chauffage.svg");
}

.body__thematiques .body__thematique__articles__article:nth-child(4) .body__thematique__articles__article__icon {
    background-color: var(--articles-icon-surface-4);
    background-image: url("/articles/img/hub/aide.svg");
}

.body__thematiques .body__thematique__articles__article:nth-child(5) .body__thematique__articles__article__icon {
    background-color: var(--articles-icon-surface-5);
    background-image: url("/articles/img/hub/pro.svg");
}

.body__thematiques .body__thematique__articles__article:nth-child(6) .body__thematique__articles__article__icon {
    background-color: var(--articles-icon-surface-6);
    background-image: url("/articles/img/hub/preparer.svg");
}

.body__thematique__articles__article h3 {
    margin: 0;
    min-height: 58px;
    color: var(--articles-card-title);
    font-family: "Raleway", sans-serif;
    font-size: 1.55rem;
    font-weight: 800;
    line-height: 1.25;
}

.body__thematique__articles__article p {
    margin: 18px 0 0;
    color: var(--articles-card-copy);
    font-size: 0.98rem;
    line-height: 1.7;
}

.body__thematique__articles__article > span,
.body__thematique__articles__article > a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding-top: 28px;
    color: var(--articles-card-link);
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    width: 100%;
    justify-content: flex-end;
}

.body__thematique__articles__article > span::after,
.body__thematique__articles__article > a::after {
    content: "";
    width: 16px;
    height: 16px;
    background-color: currentColor;
    -webkit-mask: center / contain no-repeat url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25001 8.75721L10.7375 8.75721L6.61251 12.8697C6.37713 13.1051 6.24489 13.4243 6.24489 13.7572C6.24489 14.0901 6.37713 14.4093 6.61251 14.6447C6.84789 14.8801 7.16713 15.0123 7.50001 15.0123C7.83288 15.0123 8.15213 14.8801 8.38751 14.6447L14.6375 8.39471C14.7513 8.27584 14.8405 8.13565 14.9 7.98221C15.025 7.67789 15.025 7.33654 14.9 7.03221C14.8405 6.87878 14.7513 6.73859 14.6375 6.61971L8.38751 0.369716C8.2713 0.252555 8.13305 0.159561 7.98073 0.0960992C7.82841 0.0326379 7.66502 -3.30656e-05 7.50001 -3.30801e-05C7.33499 -3.30945e-05 7.17161 0.0326379 7.01929 0.0960992C6.86696 0.15956 6.72871 0.252555 6.61251 0.369716C6.49535 0.485919 6.40236 0.62417 6.33889 0.776493C6.27543 0.928817 6.24276 1.0922 6.24276 1.25721C6.24276 1.42223 6.27543 1.58561 6.33889 1.73794C6.40236 1.89026 6.49535 2.02851 6.61251 2.14471L10.7375 6.25721L1.25001 6.25721C0.918488 6.25721 0.600545 6.38891 0.366124 6.62333C0.131704 6.85775 8.31449e-06 7.17569 8.28551e-06 7.50721C8.25653e-06 7.83873 0.131704 8.15668 0.366124 8.3911C0.600545 8.62552 0.918488 8.75721 1.25001 8.75721Z' fill='black'/%3E%3C/svg%3E");
    mask: center / contain no-repeat url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25001 8.75721L10.7375 8.75721L6.61251 12.8697C6.37713 13.1051 6.24489 13.4243 6.24489 13.7572C6.24489 14.0901 6.37713 14.4093 6.61251 14.6447C6.84789 14.8801 7.16713 15.0123 7.50001 15.0123C7.83288 15.0123 8.15213 14.8801 8.38751 14.6447L14.6375 8.39471C14.7513 8.27584 14.8405 8.13565 14.9 7.98221C15.025 7.67789 15.025 7.33654 14.9 7.03221C14.8405 6.87878 14.7513 6.73859 14.6375 6.61971L8.38751 0.369716C8.2713 0.252555 8.13305 0.159561 7.98073 0.0960992C7.82841 0.0326379 7.66502 -3.30656e-05 7.50001 -3.30801e-05C7.33499 -3.30945e-05 7.17161 0.0326379 7.01929 0.0960992C6.86696 0.15956 6.72871 0.252555 6.61251 0.369716C6.49535 0.485919 6.40236 0.62417 6.33889 0.776493C6.27543 0.928817 6.24276 1.0922 6.24276 1.25721C6.24276 1.42223 6.27543 1.58561 6.33889 1.73794C6.40236 1.89026 6.49535 2.02851 6.61251 2.14471L10.7375 6.25721L1.25001 6.25721C0.918488 6.25721 0.600545 6.38891 0.366124 6.62333C0.131704 6.85775 8.31449e-06 7.17569 8.28551e-06 7.50721C8.25653e-06 7.83873 0.131704 8.15668 0.366124 8.3911C0.600545 8.62552 0.918488 8.75721 1.25001 8.75721Z' fill='black'/%3E%3C/svg%3E");
    transition: transform 180ms ease;
}

.body__thematique__articles__article:hover > span::after,
.body__thematique__articles__article:hover > a::after {
    transform: translateX(3px);
}

.body__thematique__articles .body__thematique__articles__article {
    min-height: 208px;
    padding: 18px 18px 16px;
    border-radius: 12px;
    align-items: flex-start;
    text-align: left;
}

.body__thematique__articles .body__thematique__articles__article__title {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
}

.body__thematique__articles .body__thematique__articles__article__icon {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background-size: 38px 38px;
    flex-shrink: 0;
}

.body__thematique__articles .body__thematique__articles__article:nth-child(6n + 1) .body__thematique__articles__article__icon {
    background-color: var(--articles-icon-surface-1);
    background-image: url("/articles/img/hub/comprendre.svg");
}

.body__thematique__articles .body__thematique__articles__article:nth-child(6n + 2) .body__thematique__articles__article__icon {
    background-color: var(--articles-icon-surface-5);
    background-image: url("/articles/img/hub/pro.svg");
}

.body__thematique__articles .body__thematique__articles__article:nth-child(6n + 3) .body__thematique__articles__article__icon {
    background-color: var(--articles-icon-surface-6);
    background-image: url("/articles/img/hub/preparer.svg");
}

.body__thematique__articles .body__thematique__articles__article:nth-child(6n + 4) .body__thematique__articles__article__icon {
    background-color: var(--articles-icon-surface-2);
    background-image: url("/articles/img/hub/isolation.svg");
}

.body__thematique__articles .body__thematique__articles__article:nth-child(6n + 5) .body__thematique__articles__article__icon {
    background-color: var(--articles-icon-surface-4);
    background-image: url("/articles/img/hub/aide.svg");
}

.body__thematique__articles .body__thematique__articles__article:nth-child(6n) .body__thematique__articles__article__icon {
    background-color: var(--articles-icon-surface-3);
    background-image: url("/articles/img/hub/chauffage.svg");
}

.body__thematique__articles .body__thematique__articles__article h3 {
    min-height: auto;
    font-size: 0.95rem;
    line-height: 1.45;
    font-weight: 700;
}

.body__thematique__articles .body__thematique__articles__article p {
    margin-top: 14px;
    font-size: 0.76rem;
    line-height: 1.55;
}

.body__thematique__articles .body__thematique__articles__article > a {
    padding-top: 16px;
    font-size: 0.76rem;
}

.body__thematique__articles .body__thematique__articles__article > a::after {
    width: 14px;
    height: 14px;
}

.body__thematique-hub--articles > div:first-child {
    max-width: 620px;
    margin-bottom: 34px;
}

.articles-listing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.article-card {
    display: flex;
    padding: 30px;
    border: 1px solid var(--articles-card-border);
    border-radius: 18px;
    background: var(--articles-card-bg);
    color: var(--articles-card-title);
    box-shadow: 0 1px 0 rgba(18, 34, 32, 0.03);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
    text-decoration: none;
    gap: 30px;
}

.article-card:hover {
    transform: translateY(-2px);
    border-color: var(--articles-card-border-hover);
    box-shadow: var(--articles-card-shadow);
    text-decoration: none;
}

.article-card__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.article-card__header {
    align-items: flex-start;
}

.article-card__icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    flex-shrink: 0;
}

.article-card__title {
    margin: 1px 0 0;
    color: var(--articles-card-title);
    font-family: "Raleway", sans-serif;
    font-size: 0.98rem;
    line-height: 1.38;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.article-card__excerpt {
    color: var(--articles-card-copy);
    font-size: 0.83rem;
    line-height: 1.55;
}

.article-card__link {
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    color: var(--articles-card-link);
    font-size: 0.88rem;
    font-weight: 800;
}

.article-card__link::after {
    content: "";
    width: 15px;
    height: 15px;
    background-color: currentColor;
    -webkit-mask: center / contain no-repeat url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25001 8.75721L10.7375 8.75721L6.61251 12.8697C6.37713 13.1051 6.24489 13.4243 6.24489 13.7572C6.24489 14.0901 6.37713 14.4093 6.61251 14.6447C6.84789 14.8801 7.16713 15.0123 7.50001 15.0123C7.83288 15.0123 8.15213 14.8801 8.38751 14.6447L14.6375 8.39471C14.7513 8.27584 14.8405 8.13565 14.9 7.98221C15.025 7.67789 15.025 7.33654 14.9 7.03221C14.8405 6.87878 14.7513 6.73859 14.6375 6.61971L8.38751 0.369716C8.2713 0.252555 8.13305 0.159561 7.98073 0.0960992C7.82841 0.0326379 7.66502 -3.30656e-05 7.50001 -3.30801e-05C7.33499 -3.30945e-05 7.17161 0.0326379 7.01929 0.0960992C6.86696 0.15956 6.72871 0.252555 6.61251 0.369716C6.49535 0.485919 6.40236 0.62417 6.33889 0.776493C6.27543 0.928817 6.24276 1.0922 6.24276 1.25721C6.24276 1.42223 6.27543 1.58561 6.33889 1.73794C6.40236 1.89026 6.49535 2.02851 6.61251 2.14471L10.7375 6.25721L1.25001 6.25721C0.918488 6.25721 0.600545 6.38891 0.366124 6.62333C0.131704 6.85775 8.31449e-06 7.17569 8.28551e-06 7.50721C8.25653e-06 7.83873 0.131704 8.15668 0.366124 8.3911C0.600545 8.62552 0.918488 8.75721 1.25001 8.75721Z' fill='black'/%3E%3C/svg%3E");
    mask: center / contain no-repeat url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25001 8.75721L10.7375 8.75721L6.61251 12.8697C6.37713 13.1051 6.24489 13.4243 6.24489 13.7572C6.24489 14.0901 6.37713 14.4093 6.61251 14.6447C6.84789 14.8801 7.16713 15.0123 7.50001 15.0123C7.83288 15.0123 8.15213 14.8801 8.38751 14.6447L14.6375 8.39471C14.7513 8.27584 14.8405 8.13565 14.9 7.98221C15.025 7.67789 15.025 7.33654 14.9 7.03221C14.8405 6.87878 14.7513 6.73859 14.6375 6.61971L8.38751 0.369716C8.2713 0.252555 8.13305 0.159561 7.98073 0.0960992C7.82841 0.0326379 7.66502 -3.30656e-05 7.50001 -3.30801e-05C7.33499 -3.30945e-05 7.17161 0.0326379 7.01929 0.0960992C6.86696 0.15956 6.72871 0.252555 6.61251 0.369716C6.49535 0.485919 6.40236 0.62417 6.33889 0.776493C6.27543 0.928817 6.24276 1.0922 6.24276 1.25721C6.24276 1.42223 6.27543 1.58561 6.33889 1.73794C6.40236 1.89026 6.49535 2.02851 6.61251 2.14471L10.7375 6.25721L1.25001 6.25721C0.918488 6.25721 0.600545 6.38891 0.366124 6.62333C0.131704 6.85775 8.31449e-06 7.17569 8.28551e-06 7.50721C8.25653e-06 7.83873 0.131704 8.15668 0.366124 8.3911C0.600545 8.62552 0.918488 8.75721 1.25001 8.75721Z' fill='black'/%3E%3C/svg%3E");
    transition: transform 180ms ease;
}

.article-card:hover .article-card__link::after {
    transform: translateX(3px);
}

.body__thematique-cta {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    align-items: center;
    gap: 34px;
    margin-top: 54px;
    padding: 34px 38px;
    border-radius: 16px;
    background: var(--articles-cta-bg);
    color: var(--articles-cta-text);
}

.body__thematique-cta__illustration {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
}

.body__thematique-cta__illustration img {
    width: 100%;
    max-width: 150px;
    height: auto;
    min-height: 120px;
}

.body__thematique-cta__content h2 {
    margin: 0 0 12px;
    color: var(--articles-cta-text);
    font-family: "Raleway", sans-serif;
    font-size: clamp(1.8rem, 2.2vw, 2.4rem);
    font-weight: 800;
    line-height: 1.15;
}

.body__thematique-cta__content p {
    max-width: 560px;
    margin: 0;
    color: var(--articles-cta-muted);
    font-size: 0.98rem;
    line-height: 1.65;
}

.body__thematique-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.body__thematique-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 176px;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.body__thematique-cta__button:hover {
    transform: translateY(-1px);
    text-decoration: none;
}

.body__thematique-cta__button--primary {
    background: var(--articles-cta-button-bg);
    color: var(--articles-cta-button-text);
}

.body__thematique-cta__button--primary:hover {
    background: var(--articles-feature-surface);
    color: var(--articles-cta-button-text);
}

.body__thematique-cta__button--secondary {
    border-color: var(--articles-cta-button-border);
    color: var(--articles-cta-text);
}

.body__thematique-cta__button--secondary:hover {
    background: rgba(255, 255, 255, 0.08);
    color: var(--articles-cta-text);
}

@media (max-width: 980px) {
    .hero__tags,
    .body__thematiques,
    .body__thematique__articles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero.hero--referencement .hero__img {
        width: min(100%, 220px);
    }

    .body__thematique-cta {
        grid-template-columns: 140px minmax(0, 1fr);
        gap: 24px;
        padding: 30px;
    }

    .articles-listing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .article-card__excerpt,
    .article-card__link {
        margin-left: 0;
    }
}

@media (max-width: 720px) {
    .hero.hero--referencement .hero__inner {
        padding: 32px 20px 28px;
        gap: 28px;
    }

    .hero__tags,
    .body__thematiques,
    .body__thematique__articles {
        grid-template-columns: 1fr;
    }

    .hero.hero--referencement .hero__img {
        display: none;
    }

    .body__thematique-hub {
        padding: 52px 20px 64px;
    }

    .body__thematique__articles__article {
        min-height: auto;
        padding: 28px 22px 24px;
    }

    .body__thematique__articles__article h3 {
        min-height: auto;
        font-size: 1.35rem;
    }

    .articles-listing-grid {
        grid-template-columns: 1fr;
    }

    .article-card {
        min-height: 168px;
    }

    .article-card__header {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 10px;
    }

    .article-card__icon {
        width: 40px;
        height: 40px;
    }

    .article-card__title {
        font-size: 0.9rem;
    }

    .article-card__excerpt {
        margin-top: 12px;
        font-size: 0.78rem;
    }

    .article-card__link {
        padding-top: 16px;
        font-size: 0.8rem;
    }

    .body__thematique-cta {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 40px;
        padding: 26px 22px;
        text-align: center;
    }

    .body__thematique-cta__illustration img {
        max-width: 132px;
        min-height: 96px;
    }

    .body__thematique-cta__content p {
        max-width: none;
    }

    .body__thematique-cta__actions {
        justify-content: center;
    }

    .body__thematique-cta__button {
        width: 100%;
    }
}
