/* UNIVGA — La Revue. Archive magazine des articles. */

body.uvg-revue-page {
    --navy: #0b1e4d;
    --navy-2: #0a1842;
    --gold: #c9a24a;
    --gold-2: #e8c56b;
    --ink: #1c2434;
    --muted: #5a6474;
    --ivory: #f4efe4;
    --paper: #f6f5f2;
    --line: rgba(11, 30, 77, .12);
    background: #fff;
}
body.uvg-revue-page .rh-outer-wrap {
    padding: 0 !important;
    margin: 0 !important;
    background: #fff;
    overflow: visible;
}
body.uvg-revue-page .title_single_area,
body.uvg-revue-page .breadcrumb,
body.uvg-revue-page .post-meta,
body.uvg-revue-page .top_share,
body.uvg-revue-page #comments,
body.uvg-revue-page .related_articles,
body.uvg-revue-page .rh_woo_star,
body.uvg-revue-page aside.sidebar,
body.uvg-revue-page .sidebar {
    display: none !important;
}

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

.uvg-revue__hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 90% 70% at 12% 8%, rgba(59, 130, 246, .38) 0%, transparent 52%),
        radial-gradient(ellipse 70% 55% at 92% 88%, rgba(34, 211, 238, .16) 0%, transparent 48%),
        radial-gradient(ellipse 45% 40% at 55% 45%, rgba(251, 191, 36, .12) 0%, transparent 55%),
        radial-gradient(120% 100% at 80% 0%, #1e3a8a 0%, #0b1020 55%, #05081a 100%);
    padding: 64px clamp(20px, 3vw, 48px) 120px;
    min-height: 420px;
    display: flex;
    align-items: flex-end;
}
.uvg-revue__hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(34, 211, 238, .07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(34, 211, 238, .07) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 28%, transparent 85%);
    -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 28%, transparent 85%);
    pointer-events: none;
    opacity: .7;
}
.uvg-revue__hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 90% 80% at 50% 50%, transparent 48%, rgba(0, 0, 0, .42) 100%);
    pointer-events: none;
}
.uvg-revue__hero-inner {
    position: relative;
    z-index: 1;
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
}
.uvg-revue__label {
    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);
}
.uvg-revue__hero h1 {
    margin: 0 0 16px;
    max-width: 16em;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2.4rem, 5vw, 4rem);
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1.08;
    color: #fff;
}
.uvg-revue__lede {
    margin: 0;
    max-width: 42em;
    font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1.08rem;
    font-weight: 400;
    line-height: 1.55;
    color: rgba(255, 255, 255, .82);
}

.uvg-revue__rubrics {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    margin: 0 0 22px;
}
.uvg-revue__rubrics--bar {
    padding: 28px clamp(20px, 3vw, 48px) 0;
}
.uvg-revue__rubrics-inner {
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--line);
}
.uvg-revue__rubrics a {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border: 1px solid var(--line);
    background: #fff;
    color: var(--navy);
    text-decoration: none;
    font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.uvg-revue__rubrics a:hover,
.uvg-revue__rubrics a.is-on {
    background: var(--navy);
    border-color: var(--navy);
    color: #fff;
}

.uvg-revue__mosaic {
    position: relative;
    z-index: 2;
    padding: 0 clamp(20px, 3vw, 48px) 28px;
    overflow: visible;
}
.uvg-revue__mosaic-inner {
    max-width: 1360px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 36px 32px;
    align-items: start;
}
.uvg-revue__feature {
    margin-top: -36px;
    min-width: 0;
}
.uvg-revue__feature-kicker {
    position: relative;
    z-index: 3;
    margin: 0 0 10px;
    font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--gold);
}
.uvg-revue__right {
    min-width: 0;
    padding-top: 8px;
}

.uvg-revue__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-revue__card:hover {
    transform: translateY(-6px);
    box-shadow: 16px 16px 0 0 rgba(201, 162, 74, .42);
    color: inherit;
}
.uvg-revue__card figure {
    position: relative;
    margin: 0;
    height: 210px;
    overflow: hidden;
    background: #0b1e4d;
}
.uvg-revue__card figure::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 42%, rgba(11, 30, 77, .35) 100%);
    pointer-events: none;
}
.uvg-revue__card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .6s ease;
}
.uvg-revue__card:hover img {
    transform: scale(1.06);
}
.uvg-revue__card figure span {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding: 6px 12px;
    background: var(--navy);
    color: #fff;
    font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.uvg-revue__card--lead {
    overflow: visible;
}
.uvg-revue__card--lead figure {
    height: auto;
    aspect-ratio: 1 / 1;
    min-height: 0;
    max-height: 380px;
    margin-top: -72px;
    overflow: hidden;
}
.uvg-revue__card--lead figure::after {
    background: linear-gradient(180deg, transparent 32%, rgba(5, 8, 26, .42) 58%, rgba(5, 8, 26, .88) 100%);
}
.uvg-revue__card--lead figure span {
    display: none;
}
.uvg-revue__card--lead figure h2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    margin: 0;
    padding: 52px 24px 22px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.35rem, 2.1vw, 1.85rem);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    color: #fff;
    background: linear-gradient(180deg, transparent 0%, rgba(5, 8, 26, .55) 38%, rgba(5, 8, 26, .72) 100%);
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5), 0 2px 14px rgba(5, 8, 26, .55);
}
.uvg-revue__card--lead:hover figure h2 {
    color: var(--gold-2);
}
.uvg-revue__card-body {
    position: relative;
    padding: 22px 24px 24px 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.uvg-revue__card-body::before {
    content: "";
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 0;
    width: 4px;
    background: var(--gold);
}
.uvg-revue__card-body 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-revue__card-body h2,
.uvg-revue__card-body h3 {
    margin: 0 0 10px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 700;
    line-height: 1.3;
    color: var(--navy);
}
.uvg-revue__card-body h2 {
    font-size: clamp(1.45rem, 2.2vw, 1.9rem);
    letter-spacing: -.02em;
}
.uvg-revue__card-body h3 {
    font-size: clamp(1.12rem, 1.8vw, 1.38rem);
}
.uvg-revue__card-body p {
    margin: 0 0 16px;
    font-size: .92rem;
    line-height: 1.55;
    color: var(--muted);
    flex: 1;
}
.uvg-revue__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-revue__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);
}
.uvg-revue__card:hover .uvg-revue__more {
    color: var(--gold);
}

.uvg-revue__feature,
.uvg-revue__right,
.uvg-revue__quad article {
    min-width: 0;
}
.uvg-revue__quad {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 24px;
}
.uvg-revue__quad .uvg-revue__card figure {
    height: 168px;
}

.uvg-revue__stream {
    padding: 40px clamp(20px, 3vw, 48px) 12px;
}
.uvg-revue__stream-inner {
    max-width: 1360px;
    margin: 0 auto;
}
.uvg-revue__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px 28px;
}

.uvg-revue__empty {
    max-width: 1360px;
    margin: 0 auto;
    padding: 64px 24px;
    color: var(--muted);
}

.uvg-revue__pager {
    padding: 12px clamp(20px, 3vw, 48px) 72px;
}
.uvg-revue__pager-inner {
    max-width: 1360px;
    margin: 0 auto;
    border-top: 1px solid var(--line);
    padding-top: 28px;
}
.uvg-revue__pager ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
}
.uvg-revue__pager li {
    margin: 0;
}
.uvg-revue__pager a,
.uvg-revue__pager span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: .82rem;
    font-weight: 700;
    text-decoration: none;
    color: var(--navy);
    border: 1px solid var(--line);
    background: #fff;
}
.uvg-revue__pager .current,
.uvg-revue__pager a:hover {
    background: var(--navy);
    border-color: var(--navy);
    color: #fff;
}

@media (max-width: 980px) {
    .uvg-revue__mosaic-inner,
    .uvg-revue__grid {
        grid-template-columns: 1fr 1fr;
    }
    .uvg-revue__feature {
        grid-column: 1 / -1;
        margin-top: -40px;
    }
    .uvg-revue__right {
        grid-column: 1 / -1;
    }
    .uvg-revue__card--lead figure {
        aspect-ratio: 16 / 10;
        max-height: 280px;
        margin-top: -48px;
    }
}

@media (max-width: 640px) {
    .uvg-revue__hero {
        padding: 48px 20px 88px;
        min-height: 320px;
        align-items: flex-start;
    }
    .uvg-revue__card--lead figure {
        margin-top: -36px;
    }
    .uvg-revue__mosaic-inner,
    .uvg-revue__quad,
    .uvg-revue__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .uvg-revue__rubrics {
        justify-content: flex-start;
    }
}
