/* ==========================================================================
   Volley Ball des Grèves - volley.css
   Version nettoyée : layout, accueil, équipes, calendrier, sponsors, responsive
   ========================================================================== */

:root {
    --club-red: #dc2626;
    --club-red-dark: #b91c1c;
    --club-green: #087b3b;
    --club-green-dark: #065f46;
    --ink: #111827;
    --muted: #555f6d;
    --soft: #f3f4f6;
    --bg: #f7f8fa;
    --white: #ffffff;
    --border: rgba(17, 24, 39, 0.10);
    --shadow-sm: 0 8px 22px rgba(17, 24, 39, 0.10);
    --shadow-md: 0 14px 34px rgba(17, 24, 39, 0.14);
    --shadow-lg: 0 20px 50px rgba(17, 24, 39, 0.22);
    --radius-md: 18px;
    --radius-lg: 24px;
    --radius-xl: 32px;
    --container-wide: 1500px;
}

/* ==========================================================================
   Base
   ========================================================================== */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    background: var(--bg);
    color: var(--ink);
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
}

[x-cloak] {
    display: none !important;
}

/* Le template base utilise Tailwind avec max-w-6xl.
   On agrandit le vrai conteneur du site pour éviter des cartes trop serrées. */
main.mx-auto.max-w-6xl {
    width: 100%;
    max-width: var(--container-wide) !important;
}

/* ==========================================================================
   Nouvelle navbar responsive CSS-only
   À utiliser avec le nouveau templates/partials/_navbar.html.twig donné.
   ========================================================================== */

.vbg-navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: var(--club-red);
    box-shadow: 0 8px 22px rgba(17, 24, 39, 0.16);
}

.vbg-navbar-inner {
    width: min(var(--container-wide), calc(100% - 2rem));
    min-height: 72px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 1.4rem;
}

.vbg-navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    color: #fff;
    text-decoration: none;
    flex: 0 0 auto;
}

.vbg-navbar-logo {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    padding: 0.25rem;
    background: #fff;
    object-fit: contain;
}

.vbg-navbar-title {
    display: grid;
    line-height: 1.05;
}

.vbg-navbar-title strong {
    font-size: 0.9rem;
    font-weight: 950;
    letter-spacing: 0.04em;
}

.vbg-navbar-title span {
    margin-top: 0.2rem;
    font-size: 0.78rem;
    font-weight: 800;
    opacity: 0.9;
}

.vbg-nav-toggle {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.vbg-burger {
    display: none;
    width: 46px;
    height: 42px;
    margin-left: auto;
    border-radius: 14px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.vbg-burger span {
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.vbg-nav-toggle:checked + .vbg-burger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.vbg-nav-toggle:checked + .vbg-burger span:nth-child(2) {
    opacity: 0;
}

.vbg-nav-toggle:checked + .vbg-burger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.vbg-nav-menu {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.35rem;
}

.vbg-nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.55rem 0.85rem;
    border-radius: 14px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.92rem;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.vbg-nav-link:hover,
.vbg-nav-link.is-active {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.vbg-nav-link--cta {
    margin-left: 0.25rem;
    background: #fff;
    color: var(--club-red);
    font-weight: 950;
}

.vbg-nav-link--cta:hover,
.vbg-nav-link--cta.is-active {
    background: rgba(255, 255, 255, 0.92);
    color: var(--club-red-dark);
}

/* ==========================================================================
   Blocs libres / accueil
   ========================================================================== */

.home-empty-page,
.page-simple,
.page-free-block,
.home-dynamic-section,
.home-sponsors-section,
.teams-page,
.team-page,
.calendar-page,
.sponsors-page {
    width: 100%;
    max-width: var(--container-wide);
    margin-left: auto;
    margin-right: auto;
}

.page-free-block {
    padding: 0.85rem 0;
}

.page-free-block:first-child {
    padding-top: 0;
}

.page-free-block:last-of-type {
    padding-bottom: 1.5rem;
}

.home-empty-page,
.page-simple {
    padding: 2rem;
    border-radius: var(--radius-xl);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--shadow-sm);
}

.home-empty-page h1,
.page-simple h1 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 950;
}

.home-empty-page p,
.page-simple p {
    margin: 1rem 0 0;
    color: var(--muted);
    line-height: 1.65;
}

.page-free-block-home-hero {
    padding-top: 0;
}

.vbg-home-block {
    width: 100%;
    max-width: var(--container-wide);
    margin: 0 auto;
}

.vbg-home-hero {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 34px;
    padding: clamp(2rem, 4vw, 4rem);
    color: #fff;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.18), transparent 28%),
        radial-gradient(circle at 88% 15%, rgba(255, 255, 255, 0.16), transparent 24%),
        linear-gradient(135deg, #991b1b 0%, #dc2626 38%, #087b3b 100%);
    box-shadow: var(--shadow-lg);
}

.vbg-home-hero::after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -115px;
    width: 360px;
    height: 360px;
    border-radius: 999px;
    border: 55px solid rgba(255, 255, 255, 0.12);
}

.vbg-home-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(330px, 0.7fr);
    gap: clamp(1.5rem, 3vw, 2.4rem);
    align-items: center;
}

.vbg-home-hero-content {
    min-width: 0;
}

.vbg-home-hero-content > *:first-child {
    margin-top: 0;
}

.vbg-home-hero-content > *:last-child {
    margin-bottom: 0;
}

.vbg-home-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.vbg-home-hero h1 {
    max-width: 880px;
    margin: 1.15rem 0 0;
    color: #fff;
    font-size: clamp(2.55rem, 5vw, 5rem);
    font-weight: 950;
    line-height: 0.95;
    letter-spacing: -0.04em;
}

.vbg-home-hero p {
    max-width: 720px;
    margin: 1.25rem 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1rem, 1.4vw, 1.22rem);
    line-height: 1.7;
}

.vbg-home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 2rem;
}

.vbg-home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 1.35rem;
    border-radius: 18px;
    border: 0;
    font-weight: 950;
    text-decoration: none;
    line-height: 1;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.vbg-home-btn:hover {
    transform: translateY(-2px);
}

.vbg-home-btn-primary {
    background: #fff;
    color: var(--club-red-dark);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
}

.vbg-home-btn-secondary {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.28);
}

/* Matchs à droite du hero */

.vbg-home-next-matches {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0.9rem;
    min-width: 0;
}

.vbg-home-next-header {
    padding: 1rem 1.1rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(10px);
}

.vbg-home-next-header span {
    display: block;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.76rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.vbg-home-next-header strong {
    display: block;
    margin-top: 0.25rem;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 950;
}

.vbg-home-next-list {
    display: grid;
    gap: 0.75rem;
}

.vbg-home-next-card {
    padding: 1rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--ink);
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.14);
}

.vbg-home-next-empty {
    background: rgba(255, 255, 255, 0.92);
}

.vbg-home-next-team {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
}

.vbg-home-next-team strong {
    color: var(--ink);
    font-size: 1rem;
    font-weight: 950;
    line-height: 1.15;
}

.vbg-home-next-team span {
    display: inline-flex;
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
    background: #dcfce7;
    color: var(--club-green);
    font-size: 0.72rem;
    font-weight: 950;
    white-space: nowrap;
}

.vbg-home-next-date {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.8rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: #fee2e2;
    color: var(--club-red-dark);
    font-size: 0.86rem;
    font-weight: 950;
}

.vbg-home-next-date span {
    color: var(--club-green);
}

.vbg-home-next-versus {
    margin-top: 0.75rem;
    color: var(--ink);
    font-size: 0.9rem;
    font-weight: 950;
    line-height: 1.35;
    text-transform: uppercase;
}

.vbg-home-next-versus em {
    color: #6b7280;
    font-style: normal;
    text-transform: lowercase;
}

.vbg-home-next-place {
    margin-top: 0.55rem;
    color: var(--muted);
    font-size: 0.85rem;
    font-weight: 750;
}

/* Blocs colorés administrables */

.vbg-section-colored {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    background:
        linear-gradient(135deg, rgba(220, 38, 38, 0.13), rgba(8, 123, 59, 0.13)),
        rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(17, 24, 39, 0.07);
    box-shadow: 0 12px 34px rgba(17, 24, 39, 0.12);
}

.vbg-section-colored::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 6px;
    background: linear-gradient(90deg, var(--club-red), var(--club-green));
}

.vbg-section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.vbg-section-header p {
    margin: 0;
    color: var(--club-green);
    font-size: 0.88rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.vbg-section-header h2 {
    margin: 0.35rem 0 0;
    color: var(--ink);
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    font-weight: 950;
    line-height: 1.05;
}

.vbg-support-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.vbg-support-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 110px;
    padding: 1.3rem;
    border-radius: 24px;
    color: var(--ink);
    text-decoration: none;
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vbg-support-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.vbg-support-card-red {
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.16), #fff 65%);
}

.vbg-support-card-green {
    background: linear-gradient(135deg, rgba(8, 123, 59, 0.16), #fff 65%);
}

.vbg-support-card strong {
    display: block;
    font-size: 1.2rem;
    font-weight: 950;
}

.vbg-support-card span {
    display: block;
    margin-top: 0.25rem;
    color: var(--muted);
    font-size: 0.92rem;
}

.vbg-support-arrow {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 999px;
    background: var(--ink);
    color: #fff;
    font-weight: 950;
}

.vbg-steps {
    display: grid;
    gap: 0.75rem;
    margin-top: 1rem;
}

.vbg-step {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    padding: 1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(17, 24, 39, 0.06);
}

.vbg-step-number {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--club-red), var(--club-green));
    color: #fff;
    font-size: 0.8rem;
    font-weight: 950;
}

.vbg-step strong {
    color: var(--ink);
    font-weight: 950;
}

.vbg-step p {
    margin: 0.2rem 0 0;
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.5;
}

.vbg-hours-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.vbg-hour-card {
    position: relative;
    overflow: hidden;
    padding: 1rem;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.08);
}

.vbg-hour-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
}

.vbg-hour-red {
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.12), rgba(255, 255, 255, 0.96));
}

.vbg-hour-red::before {
    background: var(--club-red);
}

.vbg-hour-green {
    background: linear-gradient(135deg, rgba(8, 123, 59, 0.12), rgba(255, 255, 255, 0.96));
}

.vbg-hour-green::before {
    background: var(--club-green);
}

.vbg-hour-blue {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(255, 255, 255, 0.96));
}

.vbg-hour-blue::before {
    background: #2563eb;
}

.vbg-hour-yellow {
    background: linear-gradient(135deg, rgba(234, 179, 8, 0.16), rgba(255, 255, 255, 0.96));
}

.vbg-hour-yellow::before {
    background: #eab308;
}

.vbg-hour-purple {
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.12), rgba(255, 255, 255, 0.96));
}

.vbg-hour-purple::before {
    background: #7c3aed;
}

.vbg-hour-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.7rem;
    margin-top: 0.3rem;
}

.vbg-hour-top h3 {
    margin: 0;
    color: var(--ink);
    font-size: 1.05rem;
    font-weight: 950;
}

.vbg-hour-badge {
    display: inline-flex;
    padding: 0.28rem 0.65rem;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.08);
    color: var(--ink);
    font-size: 0.72rem;
    font-weight: 950;
    white-space: nowrap;
}

.vbg-hour-slots {
    display: grid;
    gap: 0.7rem;
    margin-top: 1rem;
}

.vbg-hour-slot {
    padding-top: 0.7rem;
    border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.vbg-hour-slot:first-child {
    padding-top: 0;
    border-top: 0;
}

.vbg-hour-slot strong {
    display: block;
    color: var(--ink);
    font-weight: 950;
}

.vbg-hour-slot span {
    display: block;
    margin-top: 0.1rem;
    color: #374151;
    font-size: 0.92rem;
    font-weight: 750;
}

.vbg-hour-slot small {
    display: block;
    margin-top: 0.15rem;
    color: #6b7280;
    font-size: 0.78rem;
    font-weight: 800;
}

.vbg-places {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 22px;
    background: linear-gradient(90deg, rgba(220, 38, 38, 0.08), rgba(8, 123, 59, 0.08));
    border: 1px solid rgba(17, 24, 39, 0.07);
}

.vbg-places strong {
    display: block;
    color: var(--ink);
    font-weight: 950;
}

.vbg-places-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 0.75rem;
}

.vbg-places-list span {
    display: inline-flex;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: #fff;
    color: #374151;
    font-size: 0.82rem;
    font-weight: 900;
}

.vbg-home-cta {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    padding: clamp(1.7rem, 3vw, 2.8rem);
    color: #fff;
    background:
        radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.18), transparent 28%),
        linear-gradient(135deg, var(--ink) 0%, #7f1d1d 45%, var(--club-green-dark) 100%);
    box-shadow: var(--shadow-lg);
}

.vbg-home-cta-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.vbg-home-cta h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 950;
}

.vbg-home-cta p {
    max-width: 720px;
    margin: 0.75rem 0 0;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.6;
}

/* Sections dynamiques accueil */

.home-dynamic-section {
    margin-top: 4rem;
}

.home-dynamic-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 1.8rem;
}

.home-dynamic-header p {
    margin: 0;
    color: var(--club-green);
    font-size: 0.95rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.home-dynamic-header h2 {
    margin: 0.35rem 0 0;
    color: var(--ink);
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 950;
}

.home-dynamic-link,
.home-card-link {
    color: var(--club-red);
    font-weight: 950;
    text-decoration: none;
}

.home-dynamic-link:hover,
.home-card-link:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.home-featured-news-grid,
.home-upcoming-matches-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
}

.home-featured-news-card,
.home-upcoming-match-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(12px);
}

.home-featured-news-card::before,
.home-upcoming-match-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    background: linear-gradient(90deg, var(--club-red), var(--club-green));
}

.home-featured-news-image {
    display: block;
    overflow: hidden;
    background: var(--soft);
}

.home-featured-news-image img {
    display: block;
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.home-featured-news-content {
    padding: 1.5rem;
}

.home-featured-news-date {
    color: #6b7280;
    font-size: 0.9rem;
    font-weight: 800;
}

.home-featured-news-content h3 {
    margin: 0.6rem 0 0;
    color: var(--ink);
    font-size: 1.3rem;
    font-weight: 950;
    line-height: 1.15;
}

.home-featured-news-content h3 a {
    color: inherit;
    text-decoration: none;
}

.home-featured-news-content p {
    margin: 0.85rem 0 1.2rem;
    color: var(--muted);
    font-size: 0.98rem;
    line-height: 1.55;
}

.home-upcoming-match-card {
    padding: 1.6rem;
}

.home-upcoming-team h3 {
    margin: 0;
    color: var(--ink);
    font-size: 1.25rem;
    font-weight: 950;
}

.home-upcoming-team p {
    margin: 0.4rem 0 0;
    color: var(--muted);
    font-size: 0.95rem;
}

.home-upcoming-match-date {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin-top: 1.4rem;
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    background: var(--soft);
    color: var(--ink);
    font-weight: 950;
    font-size: 0.9rem;
}

.home-upcoming-match-date span {
    color: var(--club-green);
}

.home-upcoming-match-title {
    margin-top: 1rem;
    color: var(--ink);
    font-size: 1.1rem;
    font-weight: 950;
    text-transform: uppercase;
}

.home-upcoming-match-title span {
    color: #999;
    text-transform: lowercase;
}

.home-upcoming-match-place {
    margin-top: 0.7rem;
    color: var(--muted);
    font-size: 0.95rem;
}

.home-upcoming-no-match {
    margin-top: 1.4rem;
    padding: 1rem;
    border-radius: 18px;
    background: #f9fafb;
    color: var(--muted);
    font-size: 0.95rem;
}

.home-upcoming-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.4rem;
}

.home-upcoming-actions a {
    display: inline-flex;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: var(--soft);
    color: var(--ink);
    font-size: 0.9rem;
    font-weight: 950;
    text-decoration: none;
}

.home-upcoming-actions a:last-child {
    background: #dcfce7;
    color: var(--club-green);
}

/* ==========================================================================
   Équipes - liste
   ========================================================================== */

.teams-page,
.team-page,
.calendar-page,
.sponsors-page {
    padding: 3rem 0 5rem;
}

.teams-header,
.calendar-header,
.sponsors-page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 3rem;
}

.teams-header h1,
.calendar-header h1,
.sponsors-page-header h1 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 950;
}

.teams-header p,
.calendar-header p,
.sponsors-page-header p {
    margin: 0.5rem 0 0;
    color: var(--muted);
    font-size: 1rem;
}

.teams-global-calendar,
.calendar-secondary-button,
.calendar-main-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 1.7rem;
    border-radius: 20px;
    font-weight: 950;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.teams-global-calendar,
.calendar-secondary-button {
    background: rgba(255, 255, 255, 0.92);
    color: var(--ink);
    box-shadow: 0 10px 28px rgba(17, 24, 39, 0.08);
}

.calendar-main-button {
    background: linear-gradient(120deg, #cf262c, var(--club-green));
    color: #fff;
    box-shadow: 0 14px 35px rgba(207, 38, 44, 0.28);
}

.teams-global-calendar:hover,
.calendar-secondary-button:hover,
.calendar-main-button:hover {
    transform: translateY(-2px);
}

.teams-season-section {
    margin-top: 2.5rem;
}

.teams-season-title {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.teams-season-title h2 {
    margin: 0;
    color: var(--ink);
    font-size: 1.55rem;
    font-weight: 950;
    white-space: nowrap;
}

.teams-season-title span {
    height: 1px;
    flex: 1;
    background: rgba(17, 24, 39, 0.12);
}

.teams-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
}

.team-list-card,
.teams-empty-card,
.team-card,
.calendar-team-card,
.calendar-card,
.sponsors-page-card,
.sponsors-empty-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(12px);
}

.team-list-card::before,
.team-card-bordered::before,
.calendar-team-card::before,
.calendar-card::before,
.sponsors-page-card::before,
.sponsors-empty-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    background: linear-gradient(90deg, var(--club-red), var(--club-green));
}

.team-list-card {
    display: flex;
    flex-direction: column;
}

.team-list-image-link {
    display: block;
    overflow: hidden;
    background: var(--soft);
    text-decoration: none;
}

.team-list-image-link img,
.team-list-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: clamp(230px, 18vw, 300px);
    object-fit: cover;
}

.team-list-image-placeholder {
    padding: 2rem;
    color: var(--ink);
    font-size: 1.4rem;
    font-weight: 950;
    text-align: center;
    background: linear-gradient(120deg, rgba(220, 38, 38, 0.12), rgba(8, 123, 59, 0.12));
}

.team-list-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.5rem;
}

.team-list-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.team-list-top h3 {
    max-width: 260px;
    margin: 0;
    color: var(--ink);
    font-size: 1.35rem;
    font-weight: 950;
    line-height: 1.15;
}

.team-list-top p {
    margin: 0.6rem 0 0;
    color: var(--muted);
    font-size: 1rem;
}

.team-details-pill,
.team-calendar-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 950;
    text-decoration: none;
    white-space: nowrap;
}

.team-details-pill {
    padding: 0.45rem 0.9rem;
    background: var(--soft);
    color: #333;
}

.team-calendar-pill {
    width: fit-content;
    margin-top: auto;
    padding: 0.55rem 0.95rem;
    background: #dcfce7;
    color: var(--club-green);
}

.team-details-pill:hover {
    background: #e5e7eb;
}

.team-calendar-pill:hover {
    background: #bbf7d0;
}

.team-card-progress {
    overflow: hidden;
    height: 6px;
    margin-top: 1.2rem;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.06);
}

.team-card-progress span {
    display: block;
    width: 34%;
    height: 100%;
    background: var(--club-red);
}

.teams-empty-card,
.sponsors-empty-card {
    padding: 2rem;
}

.teams-empty-card p,
.sponsors-empty-card p {
    margin: 0;
    color: var(--muted);
    font-size: 1.1rem;
}

/* ==========================================================================
   Équipe détail
   ========================================================================== */

.team-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 3rem;
}

.team-season {
    margin: 0 0 0.5rem;
    color: var(--muted);
    font-size: 1.15rem;
}

.team-title {
    margin: 0;
    color: var(--ink);
    font-size: clamp(2.4rem, 4vw, 4rem);
    font-weight: 950;
    line-height: 1.05;
}

.team-category {
    margin-top: 0.75rem;
    color: var(--muted);
    font-size: 1.15rem;
}

.team-ffvb-button,
.team-resource-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    padding: 0 2rem;
    border-radius: 28px;
    background: linear-gradient(120deg, #cf262c, var(--club-green));
    color: #fff;
    font-weight: 950;
    font-size: 1.35rem;
    text-decoration: none;
    box-shadow: 0 14px 35px rgba(207, 38, 44, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.team-ffvb-button:hover,
.team-resource-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 42px rgba(8, 123, 59, 0.25);
}

.team-layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(320px, 0.95fr);
    gap: 2rem;
    align-items: start;
}

.team-main,
.team-sidebar {
    display: grid;
    gap: 2rem;
}

.team-card {
    padding: 2rem;
}

.team-card h2 {
    margin: 0;
    color: var(--ink);
    font-size: 1.7rem;
    font-weight: 950;
}

.team-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
}

.team-back-link {
    color: var(--club-red);
    font-size: 1.1rem;
    font-weight: 850;
    text-decoration: none;
}

.team-back-link:hover {
    text-decoration: underline;
}

.team-match-list {
    display: grid;
}

.team-match-row {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.6rem 0;
    border-bottom: 1px solid rgba(17, 24, 39, 0.12);
}

.team-match-row:last-child {
    border-bottom: 0;
}

.team-match-date {
    color: var(--muted);
    font-size: 1.05rem;
    font-weight: 500;
}

.team-match-title {
    margin-top: 0.75rem;
    color: var(--ink);
    font-size: 1.25rem;
    font-weight: 950;
    text-transform: uppercase;
}

.team-match-title span {
    color: #999;
    font-weight: 950;
    text-transform: lowercase;
}

.team-result-pill {
    display: inline-flex;
    margin-top: 0.9rem;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    background: var(--soft);
    color: #444;
    font-weight: 850;
    font-size: 0.95rem;
}

.team-result-win {
    background: #dcfce7;
    color: var(--club-green);
}

.team-result-loss {
    background: #fee2e2;
    color: var(--club-red);
}

.team-score {
    min-width: 72px;
    color: #444;
    text-align: right;
    font-size: 1.5rem;
    font-weight: 950;
}

.team-score-win {
    color: var(--club-green);
}

.team-score-loss {
    color: var(--club-red);
}

.team-sets {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1rem;
    color: var(--muted);
}

.team-sets span {
    display: inline-flex;
    padding: 0.45rem 1rem;
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 999px;
    background: #fff;
    color: #444;
    font-weight: 750;
}

.team-empty {
    margin: 1.5rem 0 0;
    color: var(--muted);
    font-size: 1.15rem;
}

.team-upcoming-list {
    display: grid;
    gap: 1.4rem;
    margin-top: 1.8rem;
}

.team-upcoming-match {
    padding-bottom: 1.4rem;
    border-bottom: 1px solid rgba(17, 24, 39, 0.12);
}

.team-upcoming-match:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.team-upcoming-match p {
    margin: 0.7rem 0 0;
    color: var(--muted);
}

.team-resource-title {
    margin: 0 0 1.2rem;
    color: var(--muted);
    font-size: 1.1rem;
}

.team-resource-button {
    width: 100%;
    min-height: 64px;
    font-size: 1.2rem;
}

.team-roster {
    display: grid;
    gap: 2rem;
    margin-top: 2rem;
}

.team-position-group h3 {
    margin: 0 0 1rem;
    color: var(--ink);
    font-size: 1.25rem;
    font-weight: 950;
}

.team-player-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1rem;
}

.team-player-card {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    min-height: 150px;
    padding: 1.25rem;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.10);
}

.team-player-card img,
.team-player-placeholder {
    width: 150px;
    height: 150px;
    flex: 0 0 150px;
    border-radius: 20px;
    object-fit: cover;
}

.team-player-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(120deg, #cf262c, var(--club-green));
    color: #fff;
    font-weight: 950;
}

.team-player-name {
    color: var(--ink);
    font-size: 1.1rem;
    font-weight: 950;
}

.team-player-name span {
    color: #cf262c;
    margin-right: 0.45rem;
}

.team-player-card p {
    margin: 0.35rem 0 0;
    color: var(--muted);
    font-size: 1rem;
}

/* ==========================================================================
   Calendrier
   ========================================================================== */

.calendar-team-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 2rem;
    margin-bottom: 2rem;
}

.calendar-team-card p {
    margin: 0 0 0.4rem;
    color: var(--muted);
}

.calendar-team-card h2 {
    margin: 0;
    color: var(--ink);
    font-size: 1.6rem;
    font-weight: 950;
}

.calendar-card {
    padding: 2rem;
}

.calendar-card-header h2 {
    margin: 0;
    color: var(--ink);
    font-size: 1.7rem;
    font-weight: 950;
}

.calendar-card-header p {
    margin: 0.5rem 0 0;
    color: var(--muted);
}

.calendar-iframe-wrapper {
    overflow: hidden;
    margin-top: 2rem;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.10);
}

.calendar-iframe-wrapper iframe {
    display: block;
    width: 100%;
    min-height: 720px;
}

.calendar-empty {
    margin-top: 2rem;
    padding: 2rem;
    border-radius: 22px;
    background: #f9fafb;
    border: 1px dashed rgba(17, 24, 39, 0.18);
}

.calendar-empty h3 {
    margin: 0;
    color: var(--ink);
    font-size: 1.3rem;
    font-weight: 950;
}

.calendar-empty p {
    margin: 0.75rem 0 0;
    color: var(--muted);
}

/* ==========================================================================
   Sponsors
   ========================================================================== */

.home-sponsors-section {
    margin-top: 5rem;
    padding-bottom: 4rem;
}

.home-sponsors-header {
    margin-bottom: 2rem;
    text-align: center;
}

.home-sponsors-header p {
    margin: 0;
    color: var(--club-green);
    font-size: 1rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.home-sponsors-header h2 {
    margin: 0.4rem 0 0;
    color: var(--ink);
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 950;
}

.sponsors-marquee {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--shadow-sm);
}

.sponsors-marquee::before,
.sponsors-marquee::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    width: 120px;
    height: 100%;
    pointer-events: none;
}

.sponsors-marquee::before {
    left: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0));
}

.sponsors-marquee::after {
    right: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0));
}

.sponsors-marquee-track {
    display: flex;
    align-items: center;
    gap: 2rem;
    width: max-content;
    padding: 2rem;
    animation: sponsors-marquee-scroll 28s linear infinite;
}

.sponsors-marquee:hover .sponsors-marquee-track {
    animation-play-state: paused;
}

.sponsor-logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 120px;
    flex: 0 0 220px;
    padding: 1.5rem;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.08);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sponsor-logo-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.12);
}

.sponsor-logo-card img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@keyframes sponsors-marquee-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 1rem));
    }
}

.sponsors-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.4rem;
}

.sponsors-page-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    padding: 2rem;
    color: var(--ink);
    text-align: center;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sponsors-page-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.sponsors-page-card img {
    width: 100%;
    max-width: 220px;
    height: 100px;
    object-fit: contain;
}

.sponsors-page-card h2 {
    margin: 1.4rem 0 0;
    font-size: 1.15rem;
    font-weight: 950;
}

/* ==========================================================================
   Fond / watermark
   ========================================================================== */

.vbg-page-logo-watermark {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: min(62vw, 620px);
    opacity: 0.5;
    filter: grayscale(10%);
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1240px) {
    .teams-grid,
    .home-featured-news-grid,
    .home-upcoming-matches-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sponsors-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .vbg-navbar-inner {
        width: min(var(--container-wide), calc(100% - 1.5rem));
    }

    .vbg-nav-menu {
        gap: 0.15rem;
    }

    .vbg-nav-link {
        padding-left: 0.65rem;
        padding-right: 0.65rem;
        font-size: 0.88rem;
    }
}

@media (max-width: 1050px) {
    .vbg-home-hero-inner,
    .team-layout {
        grid-template-columns: 1fr;
    }

    .vbg-home-next-matches {
        width: 100%;
    }

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

    .team-hero {
        align-items: flex-start;
        flex-direction: column;
    }

    .team-ffvb-button {
        width: 100%;
    }
}

@media (max-width: 900px) {
    .vbg-navbar-inner {
        min-height: 68px;
        flex-wrap: wrap;
        align-content: center;
        padding: 0.65rem 0;
    }

    .vbg-burger {
        display: inline-flex;
    }

    .vbg-nav-menu {
        order: 10;
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        margin: 0;
        padding: 0;
        border-radius: 22px;
        background: #fff;
        box-shadow: 0 18px 42px rgba(17, 24, 39, 0.18);
        transition: max-height 0.25s ease, padding 0.25s ease, margin 0.25s ease;
    }

    .vbg-nav-toggle:checked ~ .vbg-nav-menu {
        max-height: 560px;
        margin-top: 0.6rem;
        padding: 0.65rem;
    }

    .vbg-nav-link,
    .vbg-nav-link--cta {
        width: 100%;
        justify-content: flex-start;
        min-height: 48px;
        margin: 0;
        padding: 0.75rem 0.9rem;
        border-radius: 16px;
        color: var(--ink);
        background: transparent;
    }

    .vbg-nav-link:hover,
    .vbg-nav-link.is-active {
        background: rgba(220, 38, 38, 0.08);
        color: var(--club-red-dark);
    }

    .vbg-nav-link--cta {
        background: linear-gradient(135deg, var(--club-red), var(--club-green));
        color: #fff;
        justify-content: center;
        margin-top: 0.25rem;
    }

    .vbg-nav-link--cta:hover,
    .vbg-nav-link--cta.is-active {
        background: linear-gradient(135deg, var(--club-red-dark), var(--club-green-dark));
        color: #fff;
    }
}

@media (max-width: 780px) {
    main.mx-auto.max-w-6xl {
        padding-left: 0.85rem !important;
        padding-right: 0.85rem !important;
        padding-top: 1.25rem !important;
    }

    .page-free-block {
        padding: 0.65rem 0;
    }

    .home-dynamic-section,
    .home-sponsors-section {
        margin-top: 3rem;
    }

    .vbg-home-hero {
        border-radius: 26px;
        padding: 1.35rem;
    }

    .vbg-home-hero h1 {
        font-size: clamp(2.15rem, 12vw, 3.3rem);
        line-height: 0.98;
    }

    .vbg-home-hero p {
        font-size: 1rem;
        line-height: 1.62;
    }

    .vbg-home-actions,
    .vbg-home-btn {
        width: 100%;
    }

    .vbg-home-btn {
        justify-content: center;
    }

    .vbg-home-next-header,
    .vbg-home-next-card {
        border-radius: 18px;
    }

    .vbg-section-colored,
    .vbg-home-cta {
        border-radius: 24px;
        padding: 1.25rem;
    }

    .vbg-section-header,
    .vbg-home-cta-inner,
    .home-dynamic-header,
    .teams-header,
    .calendar-header,
    .calendar-team-card,
    .sponsors-page-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .vbg-support-grid,
    .vbg-hours-grid,
    .home-featured-news-grid,
    .home-upcoming-matches-grid,
    .teams-grid,
    .sponsors-grid {
        grid-template-columns: 1fr;
    }

    .vbg-support-card {
        min-height: auto;
    }

    .teams-page,
    .team-page,
    .calendar-page,
    .sponsors-page {
        padding-top: 1.5rem;
        padding-bottom: 3rem;
    }

    .teams-global-calendar,
    .calendar-secondary-button,
    .calendar-main-button {
        width: 100%;
    }

    .team-list-card,
    .team-card,
    .calendar-team-card,
    .calendar-card,
    .sponsors-page-card,
    .sponsors-empty-card,
    .teams-empty-card {
        border-radius: 22px;
    }

    .team-list-image-link img,
    .team-list-image-placeholder {
        height: clamp(255px, 70vw, 360px);
    }

    .team-list-content,
    .team-card,
    .calendar-team-card,
    .calendar-card,
    .home-upcoming-match-card,
    .home-featured-news-content {
        padding: 1.25rem;
    }

    .team-list-top {
        flex-direction: column;
    }

    .team-list-top h3 {
        max-width: none;
        font-size: 1.45rem;
    }

    .team-details-pill,
    .team-calendar-pill {
        width: 100%;
    }

    .team-match-row {
        flex-direction: column;
        gap: 0.7rem;
    }

    .team-score {
        text-align: left;
    }

    .team-card-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .team-player-grid {
        grid-template-columns: 1fr;
    }

    .calendar-iframe-wrapper iframe {
        min-height: 620px;
    }

    .sponsors-marquee-track {
        gap: 1rem;
        padding: 1.2rem;
        animation-duration: 22s;
    }

    .sponsor-logo-card {
        width: 175px;
        height: 98px;
        flex-basis: 175px;
        padding: 1rem;
    }

    .sponsors-marquee::before,
    .sponsors-marquee::after {
        width: 60px;
    }

    .sponsors-page-card {
        min-height: 210px;
    }
}

@media (max-width: 560px) {
    .vbg-navbar-title strong {
        font-size: 0.82rem;
    }

    .vbg-navbar-title span {
        font-size: 0.72rem;
    }

    .vbg-navbar-logo {
        width: 42px;
        height: 42px;
    }

    .home-empty-page,
    .page-simple {
        padding: 1.25rem;
        border-radius: 22px;
    }

    .vbg-home-kicker {
        font-size: 0.72rem;
        padding: 0.48rem 0.75rem;
    }

    .vbg-home-next-team {
        flex-direction: column;
    }

    .vbg-home-next-team span {
        width: fit-content;
    }

    .vbg-hour-top {
        flex-direction: column;
    }

    .vbg-hour-badge {
        width: fit-content;
    }

    .teams-season-title {
        gap: 0.8rem;
    }

    .teams-season-title h2 {
        white-space: normal;
        font-size: 1.35rem;
    }

    .team-title {
        font-size: clamp(2rem, 12vw, 3rem);
    }

    .team-ffvb-button,
    .team-resource-button {
        min-height: 58px;
        border-radius: 20px;
        font-size: 1.05rem;
        padding: 0 1rem;
    }

    .team-player-card {
        flex-direction: column;
        align-items: flex-start;
        min-height: auto;
    }

    .team-player-card img,
    .team-player-placeholder {
        width: 100%;
        height: 260px;
        flex-basis: auto;
    }

    .home-featured-news-image img {
        height: 225px;
    }

    .calendar-iframe-wrapper iframe {
        min-height: 560px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
.team-mobile-upcoming {
    display: none;
}

.team-result-list {
    display: grid;
    gap: 1rem;
}

.team-result-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.2rem;
    align-items: stretch;
    padding: 1rem;
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(220, 38, 38, 0.055), rgba(8, 123, 59, 0.055)),
        #ffffff;
    border: 1px solid rgba(17, 24, 39, 0.09);
    box-shadow: 0 8px 18px rgba(17, 24, 39, 0.06);
}

.team-result-main {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.team-result-meta {
    display: grid;
    align-content: start;
    gap: 0.25rem;
    min-height: 100%;
    padding: 0.85rem 0.7rem;
    border-radius: 18px;
    background: #f9fafb;
    text-align: center;
}

.team-result-meta span {
    color: #111827;
    font-size: 0.9rem;
    font-weight: 950;
}

.team-result-meta strong {
    color: #087b3b;
    font-size: 0.85rem;
    font-weight: 950;
}

.team-result-content {
    min-width: 0;
}

.team-result-versus {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
    color: #111827;
    font-size: 1.12rem;
    font-weight: 950;
    line-height: 1.25;
    text-transform: uppercase;
}

.team-result-versus em {
    color: #9ca3af;
    font-style: normal;
    font-size: 0.9rem;
    font-weight: 950;
    text-transform: lowercase;
}

.team-result-status-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 0.85rem;
}

.team-result-place {
    color: #6b7280;
    font-size: 0.9rem;
    font-weight: 800;
}

.team-result-sets {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.85rem;
}

.team-result-sets strong {
    color: #6b7280;
    font-size: 0.85rem;
    font-weight: 950;
}

.team-result-sets span {
    display: inline-flex;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: #f3f4f6;
    color: #374151;
    font-size: 0.82rem;
    font-weight: 900;
}

.team-result-scorebox {
    display: grid;
    place-items: center;
    min-width: 82px;
    padding: 0.75rem;
    border-radius: 20px;
    background: #f3f4f6;
    color: #111827;
    font-size: 1.65rem;
    font-weight: 950;
    line-height: 1;
    text-align: center;
}

.team-result-scorebox span {
    color: #9ca3af;
    margin: 0 0.15rem;
}

.team-result-scorebox.team-score-win {
    background: #dcfce7;
    color: #087b3b;
}

.team-result-scorebox.team-score-loss {
    background: #fee2e2;
    color: #dc2626;
}

@media (max-width: 980px) {
    .team-mobile-upcoming {
        display: block;
        margin-bottom: 1.5rem;
    }

    .team-desktop-upcoming {
        display: none;
    }
}

@media (max-width: 640px) {
    .team-result-card {
        grid-template-columns: 1fr;
        gap: 0.9rem;
        padding: 0.9rem;
        border-radius: 22px;
    }

    .team-result-main {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    .team-result-meta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: auto;
        text-align: left;
    }

    .team-result-scorebox {
        width: 100%;
        min-height: 58px;
        font-size: 1.45rem;
    }

    .team-result-versus {
        font-size: 1rem;
    }

    .team-player-card {
        align-items: flex-start;
    }

    .team-player-card img,
    .team-player-placeholder {
        width: 110px;
        height: 110px;
        flex-basis: 110px;
    }
}

@media (max-width: 440px) {
    .team-player-card {
        flex-direction: column;
    }

    .team-player-card img,
    .team-player-placeholder {
        width: 100%;
        height: 220px;
        flex-basis: auto;
    }
}
/* FOOTER */
body > footer {
    background: #050505 !important;
    color: #ffffff !important;
}

body > footer * {
    color: inherit;
}

body > footer .text-white,
body > footer .text-white\/80,
body > footer .text-white\/60 {
    color: #ffffff !important;
}

body > footer a {
    color: #ffffff !important;
    text-decoration: none;
}

body > footer a:first-child {
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    background: transparent !important;
}

body > footer a:last-child {
    background: #dc2626 !important;
    color: #ffffff !important;
}

body > footer a:hover {
    filter: brightness(1.08);
}

body > footer .mx-auto {
    background: transparent !important;
}
/* PRESSE */
.presse-page {
    max-width: 1500px;
    margin: 0 auto;
    padding: 3rem 2rem 5rem;
}

.presse-header {
    position: relative;
    overflow: hidden;
    margin-bottom: 3rem;
    padding: clamp(2rem, 4vw, 3.5rem);
    border-radius: 34px;
    color: #ffffff;
    background:
        radial-gradient(circle at 15% 20%, rgba(255,255,255,0.18), transparent 28%),
        linear-gradient(135deg, #b91c1c 0%, #dc2626 35%, #087b3b 100%);
    box-shadow: 0 18px 45px rgba(17, 24, 39, 0.22);
}

.presse-header::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -120px;
    width: 340px;
    height: 340px;
    border-radius: 999px;
    border: 52px solid rgba(255,255,255,0.12);
}

.presse-header > div {
    position: relative;
    z-index: 1;
}

.presse-header p {
    display: inline-flex;
    width: fit-content;
    margin: 0;
    padding: 0.5rem 0.95rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.16);
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.presse-header h1 {
    margin: 1.1rem 0 0;
    color: #ffffff;
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    font-weight: 950;
    line-height: 0.95;
}

.presse-header span {
    display: block;
    max-width: 720px;
    margin-top: 1.2rem;
    color: rgba(255,255,255,0.88);
    font-size: clamp(1rem, 1.4vw, 1.18rem);
    line-height: 1.65;
}

.presse-season-section {
    margin-top: 3rem;
}

.presse-season-title {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.4rem;
}

.presse-season-title h2 {
    margin: 0;
    color: #111827;
    font-size: clamp(1.6rem, 3vw, 2.3rem);
    font-weight: 950;
    white-space: nowrap;
}

.presse-season-title span {
    height: 1px;
    flex: 1;
    background: rgba(17, 24, 39, 0.14);
}

.presse-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.3rem;
}

.presse-card,
.presse-empty-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 8px 22px rgba(17, 24, 39, 0.11);
}

.presse-card::before,
.presse-empty-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    z-index: 2;
    height: 5px;
    background: linear-gradient(90deg, #dc2626, #087b3b);
}

.presse-card-image {
    display: block;
    overflow: hidden;
    background: #f3f4f6;
    text-decoration: none;
}

.presse-card-image img {
    display: block;
    width: 100%;
    height: 310px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.25s ease, filter 0.25s ease;
}

.presse-card:hover .presse-card-image img {
    transform: scale(1.035);
    filter: brightness(0.98);
}

.presse-card-content {
    padding: 1rem 1.1rem 1.2rem;
}

.presse-card-content h3 {
    margin: 0;
    color: #111827;
    font-size: 1rem;
    font-weight: 950;
    line-height: 1.25;
}

.presse-empty-card {
    padding: 2rem;
}

.presse-empty-card h2 {
    margin: 0;
    color: #111827;
    font-size: 1.5rem;
    font-weight: 950;
}

.presse-empty-card p {
    margin: 0.7rem 0 0;
    color: #555555;
}

@media (max-width: 1200px) {
    .presse-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .presse-card-image img {
        height: 290px;
    }
}

@media (max-width: 900px) {
    .presse-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .presse-card-image img {
        height: 330px;
    }
}

@media (max-width: 640px) {
    .presse-page {
        padding: 2rem 1rem 4rem;
    }

    .presse-header {
        margin-bottom: 2rem;
        border-radius: 28px;
    }

    .presse-season-section {
        margin-top: 2.2rem;
    }

    .presse-season-title {
        gap: 1rem;
    }

    .presse-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .presse-card {
        border-radius: 24px;
    }

    .presse-card-image img {
        height: auto;
        max-height: none;
        object-fit: contain;
        background: #ffffff;
    }
}

/* BLOC SOUTENEZ-NOUS - VERSION PROPRE */
.vbg-support-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.vbg-support-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    width: 100%;
    min-height: 120px;
    padding: 1.35rem 1.5rem;
    border-radius: 24px;
    color: #111827;
    text-decoration: none;
    border: 1px solid rgba(17, 24, 39, 0.08);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vbg-support-card-red {
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.16), #ffffff 68%);
}

.vbg-support-card-green {
    background: linear-gradient(135deg, rgba(8, 123, 59, 0.16), #ffffff 68%);
}

.vbg-support-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(17, 24, 39, 0.13);
}

.vbg-support-text {
    display: block;
    min-width: 0;
}

.vbg-support-text strong {
    display: block;
    margin: 0;
    color: #111827;
    font-size: 1.25rem;
    font-weight: 950;
    line-height: 1.15;
}

.vbg-support-text span {
    display: block;
    margin-top: 0.35rem;
    color: #5b6472;
    font-size: 0.96rem;
    font-weight: 600;
    line-height: 1.4;
}

.vbg-support-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 999px;
    background: #111827;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 950;
    line-height: 1;
}

.vbg-support-card:hover .vbg-support-arrow {
    background: linear-gradient(135deg, #dc2626, #087b3b);
}

@media (max-width: 780px) {
    .vbg-support-grid {
        grid-template-columns: 1fr;
    }

    .vbg-support-card {
        min-height: auto;
        padding: 1.15rem;
        border-radius: 22px;
    }

    .vbg-support-text strong {
        font-size: 1.1rem;
    }

    .vbg-support-text span {
        font-size: 0.9rem;
    }

    .vbg-support-arrow {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }
}
/* CORRECTION FINALE FLECHE SOUTENEZ-NOUS */
.vbg-support-card .vbg-support-arrow {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    max-width: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
    flex: 0 0 46px !important;

    margin: 0 !important;
    padding: 0 !important;

    border-radius: 999px !important;
    background: #111827 !important;
    color: #ffffff !important;

    font-size: 1.15rem !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    text-align: center !important;
}

.vbg-support-card:hover .vbg-support-arrow {
    background: linear-gradient(135deg, #dc2626, #087b3b) !important;
}

/* ==========================================================================
   Page inscription libre
   ========================================================================== */

.vbg-inscription-page {
    display: grid;
    gap: 1.4rem;
}

.vbg-inscription-hero {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    padding: clamp(2rem, 4vw, 4rem);
    color: #ffffff;
    background:
        radial-gradient(circle at 15% 20%, rgba(255,255,255,0.18), transparent 28%),
        radial-gradient(circle at 85% 12%, rgba(255,255,255,0.15), transparent 24%),
        linear-gradient(135deg, #991b1b 0%, #dc2626 38%, #087b3b 100%);
    box-shadow: 0 20px 50px rgba(17, 24, 39, 0.22);
}

.vbg-inscription-hero::after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -120px;
    width: 360px;
    height: 360px;
    border-radius: 999px;
    border: 55px solid rgba(255, 255, 255, 0.12);
}

.vbg-inscription-hero > div {
    position: relative;
    z-index: 1;
    max-width: 900px;
}

.vbg-inscription-kicker {
    display: inline-flex;
    width: fit-content;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.16);
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.vbg-inscription-hero h1 {
    margin: 1.15rem 0 0;
    color: #ffffff;
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    font-weight: 950;
    line-height: 0.95;
    letter-spacing: -0.04em;
}

.vbg-inscription-hero p {
    margin: 1.25rem 0 0;
    max-width: 760px;
    color: rgba(255,255,255,0.9);
    font-size: clamp(1rem, 1.4vw, 1.18rem);
    line-height: 1.7;
}

.vbg-inscription-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 2rem;
}

.vbg-inscription-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 1.4rem;
    border-radius: 18px;
    font-weight: 950;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vbg-inscription-btn:hover {
    transform: translateY(-2px);
}

.vbg-inscription-btn-primary {
    background: #ffffff;
    color: #b91c1c;
    box-shadow: 0 14px 30px rgba(0,0,0,0.16);
}

.vbg-inscription-btn-secondary {
    background: rgba(255,255,255,0.14);
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.28);
}

.vbg-inscription-info-card {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    padding: clamp(1.4rem, 3vw, 2.4rem);
    background:
        linear-gradient(135deg, rgba(220,38,38,0.10), rgba(8,123,59,0.10)),
        rgba(255,255,255,0.94);
    border: 1px solid rgba(17,24,39,0.08);
    box-shadow: 0 12px 34px rgba(17,24,39,0.11);
}

.vbg-inscription-info-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 6px;
    background: linear-gradient(90deg, #dc2626, #087b3b);
}

.vbg-inscription-section-header {
    margin-bottom: 1.3rem;
}

.vbg-inscription-section-header span {
    color: #087b3b;
    font-size: 0.85rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.vbg-inscription-section-header h2 {
    margin: 0.35rem 0 0;
    color: #111827;
    font-size: clamp(1.65rem, 3vw, 2.5rem);
    font-weight: 950;
    line-height: 1.05;
}

.vbg-inscription-highlight-grid,
.vbg-tarifs-grid,
.vbg-documents-grid,
.vbg-inscription-hours-grid {
    display: grid;
    gap: 1rem;
}

.vbg-inscription-highlight-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vbg-inscription-highlight-grid article,
.vbg-tarif-card,
.vbg-document-card,
.vbg-inscription-hours-grid article {
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(17,24,39,0.08);
    box-shadow: 0 8px 18px rgba(17,24,39,0.06);
}

.vbg-inscription-highlight-grid article {
    padding: 1.3rem;
}

.vbg-inscription-highlight-grid strong {
    display: block;
    color: #111827;
    font-size: 1.1rem;
    font-weight: 950;
}

.vbg-inscription-highlight-grid p {
    margin: 0.65rem 0 0;
    color: #555f6d;
    line-height: 1.55;
}

.vbg-tarifs-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vbg-tarif-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.2rem;
}

.vbg-tarif-card span {
    color: #111827;
    font-weight: 900;
}

.vbg-tarif-card strong {
    color: #dc2626;
    font-size: 1.6rem;
    font-weight: 950;
    white-space: nowrap;
}

.vbg-documents-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vbg-document-card {
    display: block;
    padding: 1.25rem;
    color: #111827;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vbg-document-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(17,24,39,0.13);
}

.vbg-document-card strong {
    display: block;
    color: #111827;
    font-size: 1.05rem;
    font-weight: 950;
}

.vbg-document-card span {
    display: block;
    margin-top: 0.4rem;
    color: #555f6d;
    font-size: 0.92rem;
    line-height: 1.45;
}

.vbg-inscription-hours-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vbg-inscription-hours-grid article {
    padding: 1.2rem;
}

.vbg-inscription-hours-grid strong {
    display: block;
    margin-bottom: 0.75rem;
    color: #111827;
    font-size: 1.1rem;
    font-weight: 950;
}

.vbg-inscription-hours-grid span {
    display: block;
    margin-top: 0.7rem;
    color: #374151;
    font-weight: 900;
}

.vbg-inscription-hours-grid span:first-of-type {
    margin-top: 0;
}

.vbg-inscription-hours-grid small {
    display: block;
    margin-top: 0.2rem;
    color: #6b7280;
    font-size: 0.82rem;
    font-weight: 800;
}

.vbg-inscription-contact {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    border-radius: 32px;
    padding: clamp(1.7rem, 3vw, 2.8rem);
    color: #ffffff;
    background:
        radial-gradient(circle at 85% 20%, rgba(255,255,255,0.18), transparent 28%),
        linear-gradient(135deg, #111827 0%, #7f1d1d 45%, #065f46 100%);
    box-shadow: 0 20px 50px rgba(17,24,39,0.22);
}

.vbg-inscription-contact h2 {
    margin: 1rem 0 0;
    color: #ffffff;
    font-size: clamp(1.7rem, 3vw, 2.7rem);
    font-weight: 950;
}

.vbg-inscription-contact p {
    margin: 0.7rem 0 0;
    color: rgba(255,255,255,0.84);
    line-height: 1.6;
}

.vbg-inscription-contact-actions {
    display: grid;
    gap: 0.8rem;
    min-width: 280px;
}

.vbg-inscription-contact-actions a {
    display: inline-flex;
    justify-content: center;
    padding: 1rem 1.2rem;
    border-radius: 18px;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.24);
    color: #ffffff;
    font-weight: 950;
    text-decoration: none;
}

@media (max-width: 1050px) {
    .vbg-inscription-highlight-grid,
    .vbg-tarifs-grid,
    .vbg-documents-grid,
    .vbg-inscription-hours-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vbg-inscription-contact {
        align-items: flex-start;
        flex-direction: column;
    }

    .vbg-inscription-contact-actions {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 780px) {
    .vbg-inscription-page {
        gap: 1rem;
    }

    .vbg-inscription-hero,
    .vbg-inscription-info-card,
    .vbg-inscription-contact {
        border-radius: 24px;
        padding: 1.25rem;
    }

    .vbg-inscription-hero h1 {
        font-size: clamp(2.1rem, 11vw, 3.3rem);
        line-height: 0.98;
    }

    .vbg-inscription-actions,
    .vbg-inscription-btn {
        width: 100%;
    }

    .vbg-inscription-highlight-grid,
    .vbg-tarifs-grid,
    .vbg-documents-grid,
    .vbg-inscription-hours-grid {
        grid-template-columns: 1fr;
    }

    .vbg-tarif-card {
        align-items: flex-start;
        flex-direction: column;
    }
}

.vbg-inscription-documents-auto {
    width: 100%;
    max-width: var(--container-wide);
    margin: 1.4rem auto 0;
}

.vbg-inscription-empty-documents {
    margin: 0;
    padding: 1.2rem;
    border-radius: 22px;
    background: #ffffff;
    color: #555f6d;
    border: 1px solid rgba(17, 24, 39, 0.08);
}

/* ==========================================================================
   Boutique
   ========================================================================== */

.boutique-page {
    width: 100%;
    max-width: var(--container-wide);
    margin: 0 auto;
    padding: 3rem 0 5rem;
}

.boutique-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 3rem;
    border-radius: 34px;
    padding: clamp(2rem, 4vw, 4rem);
    color: #ffffff;
    background:
        radial-gradient(circle at 15% 20%, rgba(255,255,255,0.18), transparent 28%),
        radial-gradient(circle at 85% 12%, rgba(255,255,255,0.15), transparent 24%),
        linear-gradient(135deg, #991b1b 0%, #dc2626 38%, #087b3b 100%);
    box-shadow: 0 20px 50px rgba(17, 24, 39, 0.22);
}

.boutique-hero::after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -120px;
    width: 360px;
    height: 360px;
    border-radius: 999px;
    border: 55px solid rgba(255, 255, 255, 0.12);
}

.boutique-hero > div {
    position: relative;
    z-index: 1;
    max-width: 900px;
}

.boutique-kicker {
    display: inline-flex;
    width: fit-content;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.16);
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.boutique-hero h1 {
    margin: 1.15rem 0 0;
    color: #ffffff;
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    font-weight: 950;
    line-height: 0.95;
    letter-spacing: -0.04em;
}

.boutique-hero p {
    margin: 1.25rem 0 0;
    max-width: 760px;
    color: rgba(255,255,255,0.9);
    font-size: clamp(1rem, 1.4vw, 1.18rem);
    line-height: 1.7;
}

.boutique-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
}

.boutique-card,
.boutique-empty-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 8px 22px rgba(17, 24, 39, 0.11);
}

.boutique-card::before,
.boutique-empty-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    z-index: 2;
    height: 5px;
    background: linear-gradient(90deg, #dc2626, #087b3b);
}

.boutique-card {
    display: flex;
    flex-direction: column;
}

.boutique-card-image {
    display: block;
    overflow: hidden;
    background: #f3f4f6;
}

.boutique-card-image img,
.boutique-card-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.boutique-card-placeholder {
    padding: 2rem;
    color: #111827;
    font-size: 1.4rem;
    font-weight: 950;
    text-align: center;
    background: linear-gradient(120deg, rgba(220, 38, 38, 0.12), rgba(8, 123, 59, 0.12));
}

.boutique-card-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.5rem;
}

.boutique-card-content h2 {
    margin: 0;
    color: #111827;
    font-size: 1.35rem;
    font-weight: 950;
    line-height: 1.15;
}

.boutique-price {
    display: inline-flex;
    width: fit-content;
    margin-top: 0.8rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: #fee2e2;
    color: #b91c1c;
    font-size: 0.95rem;
    font-weight: 950;
}

.boutique-card-content p {
    margin: 1rem 0 0;
    color: #555f6d;
    line-height: 1.6;
}

.boutique-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    margin-top: auto;
    padding: 0 1.3rem;
    border-radius: 18px;
    background: linear-gradient(135deg, #dc2626, #087b3b);
    color: #ffffff;
    font-weight: 950;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.boutique-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(17,24,39,0.13);
}

.boutique-iframe-wrapper {
    padding: 0 1.5rem 1.5rem;
}

.boutique-iframe-wrapper iframe {
    width: 100%;
    max-width: 100%;
    border: 0;
    border-radius: 18px;
    background: #ffffff;
}

.boutique-empty-card {
    padding: 2rem;
}

.boutique-empty-card h2 {
    margin: 0;
    color: #111827;
    font-size: 1.5rem;
    font-weight: 950;
}

.boutique-empty-card p {
    margin: 0.7rem 0 0;
    color: #555f6d;
}

@media (max-width: 1100px) {
    .boutique-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 780px) {
    .boutique-page {
        padding: 1.5rem 0 4rem;
    }

    .boutique-hero {
        margin-bottom: 2rem;
        border-radius: 24px;
        padding: 1.25rem;
    }

    .boutique-hero h1 {
        font-size: clamp(2.1rem, 11vw, 3.3rem);
        line-height: 0.98;
    }

    .boutique-grid {
        grid-template-columns: 1fr;
    }

    .boutique-card {
        border-radius: 24px;
    }

    .boutique-card-image img,
    .boutique-card-placeholder {
        height: clamp(250px, 70vw, 360px);
    }

    .boutique-button {
        width: 100%;
        margin-top: 1.4rem;
    }
}

/* ==========================================================================
   Page contact libre
   ========================================================================== */

.vbg-contact-page {
    display: grid;
    gap: 1.4rem;
}

.vbg-contact-hero {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    padding: clamp(2rem, 4vw, 4rem);
    color: #ffffff;
    background:
        radial-gradient(circle at 15% 20%, rgba(255,255,255,0.18), transparent 28%),
        radial-gradient(circle at 85% 12%, rgba(255,255,255,0.15), transparent 24%),
        linear-gradient(135deg, #991b1b 0%, #dc2626 38%, #087b3b 100%);
    box-shadow: 0 20px 50px rgba(17, 24, 39, 0.22);
}

.vbg-contact-hero::after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -120px;
    width: 360px;
    height: 360px;
    border-radius: 999px;
    border: 55px solid rgba(255,255,255,0.12);
}

.vbg-contact-hero > div {
    position: relative;
    z-index: 1;
    max-width: 900px;
}

.vbg-contact-kicker {
    display: inline-flex;
    width: fit-content;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.16);
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.vbg-contact-hero h1 {
    margin: 1.15rem 0 0;
    color: #ffffff;
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    font-weight: 950;
    line-height: 0.95;
    letter-spacing: -0.04em;
}

.vbg-contact-hero p {
    margin: 1.25rem 0 0;
    max-width: 760px;
    color: rgba(255,255,255,0.9);
    font-size: clamp(1rem, 1.4vw, 1.18rem);
    line-height: 1.7;
}

.vbg-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 1.4rem;
}

.vbg-contact-card,
.vbg-contact-links-section,
.vbg-contact-partner {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    padding: clamp(1.4rem, 3vw, 2.4rem);
    background:
        linear-gradient(135deg, rgba(220,38,38,0.10), rgba(8,123,59,0.10)),
        rgba(255,255,255,0.94);
    border: 1px solid rgba(17,24,39,0.08);
    box-shadow: 0 12px 34px rgba(17,24,39,0.11);
}

.vbg-contact-card::before,
.vbg-contact-links-section::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 6px;
    background: linear-gradient(90deg, #dc2626, #087b3b);
}

.vbg-contact-card-label,
.vbg-contact-section-header span {
    color: #087b3b;
    font-size: 0.85rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.vbg-contact-card h2,
.vbg-contact-section-header h2 {
    margin: 0.4rem 0 0;
    color: #111827;
    font-size: clamp(1.65rem, 3vw, 2.5rem);
    font-weight: 950;
    line-height: 1.05;
}

.vbg-contact-lines,
.vbg-contact-reasons {
    display: grid;
    gap: 0.9rem;
    margin-top: 1.5rem;
}

.vbg-contact-lines a,
.vbg-contact-reasons div,
.vbg-contact-link-card,
.vbg-contact-document-card {
    display: block;
    padding: 1.15rem;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(17,24,39,0.08);
    color: #111827;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(17,24,39,0.06);
}

.vbg-contact-lines strong,
.vbg-contact-reasons strong,
.vbg-contact-link-card strong,
.vbg-contact-document-card strong {
    display: block;
    color: #111827;
    font-size: 1.05rem;
    font-weight: 950;
}

.vbg-contact-lines span,
.vbg-contact-reasons span,
.vbg-contact-link-card span,
.vbg-contact-document-card span {
    display: block;
    margin-top: 0.35rem;
    color: #555f6d;
    line-height: 1.45;
}

.vbg-contact-lines small {
    display: block;
    margin-top: 0.25rem;
    color: #6b7280;
    font-weight: 800;
}

.vbg-contact-links-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.3rem;
}

.vbg-contact-documents-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.3rem;
}

.vbg-contact-link-card,
.vbg-contact-document-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vbg-contact-link-card:hover,
.vbg-contact-document-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(17,24,39,0.13);
}

.vbg-contact-partner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    color: #ffffff;
    background:
        radial-gradient(circle at 85% 20%, rgba(255,255,255,0.18), transparent 28%),
        linear-gradient(135deg, #111827 0%, #7f1d1d 45%, #065f46 100%);
    box-shadow: 0 20px 50px rgba(17,24,39,0.22);
}

.vbg-contact-partner h2 {
    margin: 1rem 0 0;
    color: #ffffff;
    font-size: clamp(1.7rem, 3vw, 2.7rem);
    font-weight: 950;
}

.vbg-contact-partner p {
    margin: 0.7rem 0 0;
    max-width: 680px;
    color: rgba(255,255,255,0.84);
    line-height: 1.6;
}

.vbg-contact-partner-actions {
    display: grid;
    gap: 0.8rem;
    min-width: 290px;
}

.vbg-contact-partner-actions a {
    display: inline-flex;
    justify-content: center;
    padding: 1rem 1.2rem;
    border-radius: 18px;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.24);
    color: #ffffff;
    font-weight: 950;
    text-decoration: none;
}

@media (max-width: 1050px) {
    .vbg-contact-grid,
    .vbg-contact-links-grid,
    .vbg-contact-documents-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vbg-contact-partner {
        align-items: flex-start;
        flex-direction: column;
    }

    .vbg-contact-partner-actions {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 780px) {
    .vbg-contact-page {
        gap: 1rem;
    }

    .vbg-contact-hero,
    .vbg-contact-card,
    .vbg-contact-links-section,
    .vbg-contact-partner {
        border-radius: 24px;
        padding: 1.25rem;
    }

    .vbg-contact-hero h1 {
        font-size: clamp(2.1rem, 11vw, 3.3rem);
        line-height: 0.98;
    }

    .vbg-contact-grid,
    .vbg-contact-links-grid,
    .vbg-contact-documents-grid {
        grid-template-columns: 1fr;
    }
}
/* Liens PDF insérés depuis GrapeJS */
.vbg-document-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 46px;
    margin: 0.35rem 0;
    padding: 0.75rem 1rem;
    border-radius: 16px;
    background: linear-gradient(135deg, #dc2626, #087b3b);
    color: #ffffff !important;
    font-weight: 950;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.12);
}

.vbg-document-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(17, 24, 39, 0.16);
}

.vbg-contact-documents-auto {
    width: 100%;
    max-width: var(--container-wide);
    margin: 1.4rem auto 0;
}

.vbg-contact-documents-subtitle {
    margin: 1.4rem 0 0.8rem;
    color: #111827;
    font-size: 1.15rem;
    font-weight: 950;
}
/* ==========================================================================
   Formulaire de contact
   ========================================================================== */

.vbg-contact-form-section {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: var(--container-wide);
    margin: 1.4rem auto;
    padding: clamp(1.4rem, 3vw, 2.4rem);
    border-radius: 32px;
    background:
        linear-gradient(135deg, rgba(220,38,38,0.10), rgba(8,123,59,0.10)),
        rgba(255,255,255,0.94);
    border: 1px solid rgba(17,24,39,0.08);
    box-shadow: 0 12px 34px rgba(17,24,39,0.11);
}

.vbg-contact-form-section::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 6px;
    background: linear-gradient(90deg, #dc2626, #087b3b);
}

.vbg-contact-form {
    display: grid;
    gap: 1.1rem;
    margin-top: 1.4rem;
}

.vbg-contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.vbg-form-group {
    display: grid;
    gap: 0.45rem;
}

.vbg-form-group label {
    color: #111827;
    font-size: 0.95rem;
    font-weight: 950;
}

.vbg-form-group input,
.vbg-form-group textarea {
    width: 100%;
    border: 1px solid rgba(17,24,39,0.12);
    border-radius: 18px;
    background: #ffffff;
    color: #111827;
    padding: 0.95rem 1rem;
    font: inherit;
    outline: none;
    transition: border 0.2s ease, box-shadow 0.2s ease;
}

.vbg-form-group input:focus,
.vbg-form-group textarea:focus {
    border-color: #087b3b;
    box-shadow: 0 0 0 4px rgba(8,123,59,0.12);
}

.vbg-form-group textarea {
    resize: vertical;
    min-height: 180px;
}

.vbg-form-group ul {
    margin: 0.25rem 0 0;
    padding: 0;
    list-style: none;
    color: #dc2626;
    font-size: 0.9rem;
    font-weight: 800;
}

.vbg-contact-form-actions {
    display: flex;
    justify-content: flex-start;
}

.vbg-contact-form-actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 1.5rem;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, #dc2626, #087b3b);
    color: #ffffff;
    font-weight: 950;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vbg-contact-form-actions button:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(17,24,39,0.13);
}

.vbg-contact-success {
    margin-top: 1.2rem;
    padding: 1rem 1.1rem;
    border-radius: 18px;
    background: #dcfce7;
    color: #087b3b;
    font-weight: 900;
}

@media (max-width: 780px) {
    .vbg-contact-form-section {
        border-radius: 24px;
        padding: 1.25rem;
    }

    .vbg-contact-form-grid {
        grid-template-columns: 1fr;
    }

    .vbg-contact-form-actions button {
        width: 100%;
    }
}

/* ==========================================================================
   Blocs éditeur GrapeJS
   ========================================================================== */

.vbg-editor-two-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.vbg-editor-two-columns article,
.vbg-editor-card-grid article {
    padding: 1.2rem;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 8px 18px rgba(17, 24, 39, 0.06);
}

.vbg-editor-two-columns h3,
.vbg-editor-card-grid strong {
    display: block;
    margin: 0;
    color: #111827;
    font-size: 1.1rem;
    font-weight: 950;
}

.vbg-editor-two-columns p,
.vbg-editor-card-grid p {
    margin: 0.6rem 0 0;
    color: #555f6d;
    line-height: 1.55;
}

.vbg-editor-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.vbg-editor-image-card {
    overflow: hidden;
    margin: 0;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 8px 22px rgba(17, 24, 39, 0.1);
}

.vbg-editor-image-card img {
    display: block;
    width: 100%;
    height: auto;
}

.vbg-editor-image-card figcaption {
    padding: 1rem;
    color: #555f6d;
    font-size: 0.95rem;
    font-weight: 700;
}

.vbg-editor-spacer {
    height: 2rem;
}

@media (max-width: 780px) {
    .vbg-editor-two-columns,
    .vbg-editor-card-grid {
        grid-template-columns: 1fr;
    }
}