/* 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: #f4efe4;
    padding: 64px clamp(20px, 3vw, 48px) 120px;
    min-height: 420px;
    display: flex;
    align-items: center;
}
.uvg-revue__hero-photo {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}
.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: var(--navy);
}
.uvg-revue__lede {
    margin: 0;
    max-width: 36em;
    font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1.08rem;
    font-weight: 400;
    line-height: 1.55;
    color: var(--muted);
}

.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 {
    display: none;
}
.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: inline-block;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    width: auto;
    height: auto;
    max-width: calc(100% - 20px);
    z-index: 3;
}
.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: 8px clamp(20px, 3vw, 48px) 80px;
}
.uvg-revue__pager-inner {
    max-width: 1360px;
    margin: 0 auto;
    padding-top: 36px;
}
.uvg-revue__pager ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 0;
    padding: 0 72px;
    list-style: none;
}
.uvg-revue__pager ul::before,
.uvg-revue__pager ul::after {
    content: "";
    position: absolute;
    top: 50%;
    width: min(18vw, 160px);
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    pointer-events: none;
}
.uvg-revue__pager ul::before { right: calc(100% - 48px); }
.uvg-revue__pager ul::after { left: calc(100% - 48px); }
.uvg-revue__pager li {
    margin: 0;
}
.uvg-revue__pager a,
.uvg-revue__pager span.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0;
    font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: .84rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-decoration: none;
    color: var(--navy);
    background: transparent;
    border: 0;
    border-radius: 50%;
    transition: background .25s ease, color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.uvg-revue__pager a.page-numbers:not(.prev):not(.next):hover {
    color: var(--gold);
}
.uvg-revue__pager .current {
    background: var(--navy);
    color: #fff;
    box-shadow: 5px 5px 0 0 rgba(201, 162, 74, .38);
}
.uvg-revue__pager .dots {
    min-width: 28px;
    color: var(--muted);
    letter-spacing: .18em;
    pointer-events: none;
}
.uvg-revue__pager a.prev,
.uvg-revue__pager a.next {
    min-width: 48px;
    width: 48px;
    height: 48px;
    margin: 0 10px;
    background: var(--navy);
    color: var(--gold-2);
    box-shadow: 6px 6px 0 0 rgba(201, 162, 74, .32);
}
.uvg-revue__pager a.prev:hover,
.uvg-revue__pager a.next:hover {
    background: var(--gold);
    color: var(--navy);
    transform: translateY(-2px);
    box-shadow: 8px 8px 0 0 rgba(11, 30, 77, .18);
}
.uvg-revue__pager-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.uvg-revue__pager-btn--next .uvg-revue__chevron {
    transform: rotate(180deg);
}
.uvg-revue__pager .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@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: 900px) {
    .uvg-revue__hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(244, 239, 228, .92) 0%, rgba(244, 239, 228, .72) 48%, rgba(244, 239, 228, .28) 100%);
        pointer-events: none;
    }
    .uvg-revue__hero h1,
    .uvg-revue__lede {
        max-width: none;
    }
}
@media (max-width: 640px) {
    .uvg-revue__pager ul {
        padding: 0;
        gap: 2px;
    }
    .uvg-revue__pager ul::before,
    .uvg-revue__pager ul::after {
        display: none;
    }
    .uvg-revue__pager a.prev,
    .uvg-revue__pager a.next {
        min-width: 42px;
        width: 42px;
        height: 42px;
        margin: 0 4px;
    }
    .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;
    }
}
