/* UNIVGA — lecture éditoriale des articles de veille */

body.uvg-article-page {
    --navy: #0b1e4d;
    --navy-2: #0a1842;
    --gold: #c9a24a;
    --ink: #1c2434;
    --muted: #5a6474;
    --ivory: #f4efe4;
    --paper: #f6f5f2;
    background: var(--ivory);
}
body.uvg-article-page .rh-outer-wrap {
    padding: 0 !important;
    margin: 0 !important;
    background: var(--ivory);
    overflow: visible;
}
body.uvg-article-page .title_single_area,
body.uvg-article-page .breadcrumb,
body.uvg-article-page .post-meta,
body.uvg-article-page .top_share,
body.uvg-article-page .heart_thumb_wrap,
body.uvg-article-page .favour_in_image,
body.uvg-article-page .rh-user-favor-shop,
body.uvg-article-page .wpsm_pretty_hover,
body.uvg-article-page .rh_woo_star,
body.uvg-article-page #comments,
body.uvg-article-page .related_articles {
    display: none !important;
}

.uvg-article {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: var(--ink);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
    background: var(--ivory);
}
.uvg-article,
.uvg-article * {
    box-sizing: border-box;
}

/* ── Hero ── */
.uvg-article__hero {
    position: relative;
    overflow: hidden;
    background: #05081a;
    padding: 72px clamp(24px, 5vw, 72px) 88px;
    min-height: 420px;
    display: flex;
    align-items: flex-end;
}
.uvg-article__hero-photo {
    position: absolute;
    inset: -12px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 42%;
    filter: saturate(.82) brightness(.72);
    opacity: .58;
}
.uvg-article__hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 58% at 50% 48%, rgba(10, 24, 66, .22) 0%, rgba(5, 8, 26, .16) 62%, rgba(5, 8, 26, .42) 100%),
        linear-gradient(180deg, rgba(10, 24, 66, .18) 0%, rgba(11, 30, 77, .08) 38%, rgba(5, 8, 26, .55) 100%),
        linear-gradient(90deg, rgba(5, 8, 26, .38) 0%, transparent 58%);
    pointer-events: none;
}
.uvg-article__hero-inner {
    position: relative;
    z-index: 1;
    max-width: 760px;
}
.uvg-article__kicker,
.uvg-article__kicker a {
    display: inline-block;
    margin: 0 0 14px;
    font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--gold);
    text-decoration: none;
}
.uvg-article__kicker a:hover {
    color: #e8c56b;
}
.uvg-article__hero h1 {
    margin: 0 0 16px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2rem, 4.4vw, 3.15rem);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.15;
    color: #fff;
}
.uvg-article__dek {
    margin: 0 0 18px;
    max-width: 38em;
    font-size: 1.12rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, .82);
}
.uvg-article__meta {
    margin: 0;
    font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(232, 197, 107, .9);
}

/* ── Corps ── */
.uvg-article__paper {
    background: var(--ivory);
    padding: 56px 24px 72px;
}
.uvg-article__body {
    max-width: 720px;
    margin: 0 auto;
    font-size: 1.08rem;
    color: var(--ink);
}
.uvg-article__body h2 {
    margin: 2.1em 0 .7em;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.45rem, 2.4vw, 1.85rem);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.25;
    color: var(--navy);
}
.uvg-article__body h2:first-child {
    margin-top: 0;
}
.uvg-article__body p {
    margin: 0 0 1.05em;
    color: #2a3344;
}
.uvg-article__body a {
    color: var(--navy);
    text-decoration: none;
    border-bottom: 1px solid var(--gold);
}
.uvg-article__body a:hover {
    color: var(--gold);
}
.uvg-article__body ul,
.uvg-article__body ol {
    margin: 0 0 1.4em;
    padding-left: 1.2em;
}
.uvg-article__body li + li {
    margin-top: .45em;
}

.uvg-article .veille-intro p {
    font-size: 1.14rem;
    line-height: 1.72;
    color: var(--ink);
}

.uvg-article .veille-oneminute {
    margin: 1.6em 0 2em;
    padding: 22px 26px 20px;
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: 12px 12px 0 0 rgba(201, 162, 74, .28);
    border-left: 4px solid var(--gold);
}
.uvg-article .veille-oneminute__label {
    color: var(--gold);
    font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.uvg-article .veille-oneminute li {
    color: var(--navy);
    font-weight: 600;
}

.uvg-article .veille-case-study {
    margin: 1em 0 2em;
    padding: 22px 24px;
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: 12px 12px 0 0 rgba(11, 30, 77, .08);
}
.uvg-article .veille-case-study__intro {
    color: #3a4456;
}
.uvg-article .veille-case-study__col {
    border-radius: 0;
}
.uvg-article .veille-case-study__col--do {
    background: rgba(11, 30, 77, .05);
    border: 1px solid rgba(11, 30, 77, .16);
}
.uvg-article .veille-case-study__col--dont {
    background: rgba(74, 16, 24, .06);
    border: 1px solid rgba(74, 16, 24, .2);
}
.uvg-article .veille-case-study__col--do .veille-case-study__label {
    color: var(--navy);
    font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.uvg-article .veille-case-study__col--dont .veille-case-study__label {
    color: #4a1018;
    font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.uvg-article .veille-univga-voice {
    margin: 1.2em 0 1.8em;
    padding: 28px 30px 24px;
    background: var(--navy);
    border: 0;
    border-radius: 0;
    box-shadow: 12px 12px 0 0 rgba(201, 162, 74, .32);
}
.uvg-article .veille-univga-voice p {
    color: rgba(232, 236, 248, .86);
}
.uvg-article h2 + .veille-univga-voice {
    margin-top: .4em;
}

.uvg-article .veille-univga-encart {
    margin: 0 0 2.2em;
    padding: 22px 26px;
    background: transparent;
    border: 1px solid rgba(201, 162, 74, .45);
    border-radius: 0;
    box-shadow: none;
}
.uvg-article .veille-univga-encart__label {
    color: var(--gold);
    font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.uvg-article .veille-univga-encart p:not(.veille-univga-encart__label) {
    color: var(--ink);
}
.uvg-article .veille-univga-encart a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    padding: 0 0 2px;
    background: none;
    border-radius: 0;
    color: var(--navy) !important;
    border-bottom: 1px solid var(--gold);
    font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    box-shadow: none;
    transform: none;
}
.uvg-article .veille-univga-encart a:hover {
    color: var(--gold) !important;
    transform: none;
    box-shadow: none;
}

.uvg-article__body > ol {
    list-style: none;
    padding: 0;
    counter-reset: src;
}
.uvg-article__body > ol > li {
    counter-increment: src;
    position: relative;
    padding-left: 2.1em;
    margin-bottom: .7em;
    font-size: .98rem;
}
.uvg-article__body > ol > li::before {
    content: counter(src);
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    color: var(--gold);
}

/* ── Connexes ── */
.uvg-article__related {
    background: #fff;
    padding: 48px clamp(24px, 4vw, 72px) 72px;
}
.uvg-article__related-inner {
    max-width: 1180px;
    margin: 0 auto;
}
.uvg-article__related h2 {
    margin: 0 0 28px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.5rem, 2.6vw, 2.05rem);
    color: var(--navy);
}
.uvg-article__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.uvg-article__card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: var(--ivory);
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    box-shadow: 12px 12px 0 0 rgba(201, 162, 74, .32);
    transition: transform .3s ease, box-shadow .3s ease;
}
.uvg-article__card:hover {
    transform: translateY(-6px);
    box-shadow: 16px 16px 0 0 rgba(201, 162, 74, .42);
    color: inherit;
}
.uvg-article__card figure {
    margin: 0;
    height: 180px;
    overflow: hidden;
    background: var(--navy);
}
.uvg-article__card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.uvg-article__card-body {
    position: relative;
    padding: 20px 22px 22px 26px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.uvg-article__card-body::before {
    content: "";
    position: absolute;
    top: 16px;
    bottom: 16px;
    left: 0;
    width: 4px;
    background: var(--gold);
}
.uvg-article__card time {
    display: block;
    margin: 0 0 8px;
    font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--gold);
}
.uvg-article__card h3 {
    margin: 0 0 10px;
    font-size: 1.18rem;
    line-height: 1.3;
    color: var(--navy);
}
.uvg-article__card p {
    margin: 0 0 16px;
    font-size: .92rem;
    line-height: 1.55;
    color: var(--muted);
    flex: 1;
}
.uvg-article__more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: .82rem;
    font-weight: 700;
    color: var(--navy);
    border-bottom: 1px solid var(--gold);
    padding-bottom: 2px;
    align-self: flex-start;
}
.uvg-article__more::before {
    content: "";
    width: 6px;
    height: 6px;
    margin-top: -1px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: rotate(45deg);
}

@media (max-width: 900px) {
    .uvg-article__cards {
        grid-template-columns: 1fr;
    }
    .uvg-article__hero {
        padding: 48px 20px 56px;
        min-height: 320px;
    }
    .uvg-article__paper {
        padding: 36px 18px 56px;
    }
    .uvg-article .veille-case-study__grid {
        grid-template-columns: 1fr;
    }
}
