html {
    font-family: "VWText", Helvetica, Arial, sans-serif;
}

body {
    font-family: "VWText", Helvetica, Arial, sans-serif;
}

/* Titres VW */

h1, h2, h3, h4, h5, h6 {
    font-family: "VWHead", Helvetica, Arial, sans-serif;
}

button,
.btn,
.nav-link,
.form-control {
    font-family: "VWText", Helvetica, Arial, sans-serif;
}

.searchbar{
  display:flex;
  align-items:center;
  gap:10px;
  border:1px solid #ddd;
  border-radius:999px;
  padding:10px 12px;
  background:#fff;
}

.searchbar-icon{
  font-size:18px;
  margin-left:6px;
}

.searchbar-input{
  border:0 !important;
  box-shadow:none !important;
  outline:none !important;
}

.searchbar-btn{
  border-radius:999px;
  padding:8px 16px;
}

.btn-vw {
    background-color: #001E50;
    color: #fff;
    border: 1px solid #001E50;
    border-radius: 50px;
    padding: 8px 22px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.btn-vw:hover {
    background-color: #fff;
    color: #001E50;
    border: 1px solid #001E50;
}

.btn-vw:focus {
    box-shadow: none;
}

.footer-link {
    color: #3b6cb7;
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
}
.membership-section {
    background: linear-gradient(#00437a, #001E50);
    padding: 5rem 4.4rem;
}

@media screen and (min-width: 768px) {
    .membership-section {
        padding: 7rem 18rem;
    }
}

@media screen and (min-width: 1024px) {
    .membership-section {
        padding: 7rem 0;
    }
}

.membership-title {
    font-size: 42px;
    font-weight: 300;
}

.membership-text {
    font-size: 18px;
    opacity: 0.9;
}

.membership-icon {
    font-size: 28px;
    display: block;
}

.membership-label {
    font-size: 16px;
}

.membership-btn {
    border: 1px solid #ffffff;
    color: #ffffff;
    background: transparent;
    padding: 10px 28px;
    border-radius: 50px;
}

.membership-btn:hover {
    background: #ffffff;
    color: #0d3b66;
}

/* SECTION BASE */
.mag-section {
    background: #fff;
}

/* HEADER */
.mag-header {
    display: flex;
    align-items: center;
    gap: 20px;
}

.mag-bar {
    width: 6px;
    height: 70px;
    background: #0d2c54;
    border-radius: 3px;
}

.mag-label {
    font-size: 0.75rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #0d2c54;
    font-weight: 600;
}

.mag-title {
    font-size: 2.6rem;
    font-weight: 700;
    margin: 0;
}

/* CARD */
.mag-card {
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    transition: all 0.35s ease;
    box-shadow: 0 6px 25px rgba(0,0,0,0.04);
    height: 100%;
}

.mag-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.mag-card-img {
    height: 260px;
    overflow: hidden;
}

.mag-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.mag-card:hover img {
    transform: scale(1.06);
}

.mag-card-content {
    padding: 24px;
}

.mag-card-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
}

/* ===== HERO OVERLAY VERSION ===== */

.club-hero-pro {
    position: relative;
    height: 520px;   /* plus élégant */
}

.club-hero-bg img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

/* léger assombrissement */
.club-hero-pro::after {
    display: none;
}

.club-hero-content {
    position: absolute;
    inset: 0;
    z-index: 2;
}

/* 🔥 LE BLOC BLEU EN OVERLAY */
.club-hero-panel {
    position: absolute;
    right: 8%;
    bottom: -100px;

    width: 520px;
    display: flex;
    flex-direction: column;

    /* box-shadow: 0 25px 60px rgba(0,0,0,.25); */
}

.club-hero-panel h1,
.club-hero-panel p {
    margin: 0;
}

.club-hero-panel h1 {
    background: linear-gradient(135deg, #0d2c54, #0a1f3f);
    color: white;
    padding: 1px 30px 10px 30px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.club-hero-panel p {
    background: linear-gradient(135deg, #0d2c54, #0a1f3f);
    color: white;
    padding: 0 30px 28px 30px;

    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.club-editorial {
    padding-top: 160px;
}

.club-hero-btn {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 10px;
    background: white;
    color: #0d2c54;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}

.club-hero-btn:hover {
    background: #e6ecf2;
}
@media (max-width: 992px) {

    .club-hero-panel {
        position: static;
        transform: none;
        width: 90%;
        margin: 0 auto;
        margin-top: 120px;
    }

    .club-hero-pro {
        height: auto;
    }

    .club-hero-bg img {
        height: 500px;
    }
}

/* ===== Editorial section spacing (cible) ===== */
.club-editorial{
  padding-top:120px; /* compense le bottom:-60px du hero */
  padding-bottom:60px;
  background:#fff;
}
.club-prose{
  max-width:860px;     /* colonne de lecture */
  margin: 0 auto;
  font-size:1.05rem;
  line-height:1.85;
}
.club-prose h2, .club-prose h3, .club-prose h4{
  margin-top:40px;
  margin-bottom:14px;
}
.club-prose p{ margin-bottom:18px; }

/* ===== Mosaic galleries (cible) ===== */
.club-mosaic{ background:#fff; padding: 10px 0 70px; }
.club-mosaic--spaced{ padding-top: 0; }

.club-mosaic-grid{
  display:grid;
  gap:22px;
}
.club-mosaic-item{
  border-radius:18px;
  overflow:hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  transition: transform .35s ease, box-shadow .35s ease;
}
.club-mosaic-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.club-mosaic-item:hover{
  transform: translateY(-6px);
  box-shadow: 0 16px 45px rgba(0,0,0,.10);
}

/* Top grid: big left, 2 stacked right */
.club-mosaic-grid--top{
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 260px 260px;
}
.club-mosaic-grid--top .club-mosaic-item--big{
  grid-row: 1 / span 2;
  height: 542px;
}

/* Bottom grid: wide + 2 */
.club-mosaic-grid--bottom{
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 260px 260px;
}

.club-mosaic-grid--bottom .club-mosaic-item--big-right{
  grid-column: 2;
  grid-row: 1 / span 2;
  height: 542px;
}
.club-mosaic-item--wide{
  height: 320px;
}

/* ===== Hook ===== */
.club-hook-v2{
  background:#f5f7f9;
  padding:110px 0;
  text-align:center;
}
.club-hook-v2 h2{
  font-size:2.4rem;
  font-weight:500;
  margin:0;
}

/* ===== FAQ v2 ===== */
.club-faq{ background:#fff; padding:70px 0; }
.faq-v2{ border-top:1px solid #e7e7e7; }
.faq-v2-item{ border-bottom:1px solid #e7e7e7; }
.faq-v2-q{
  width:100%;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:18px 0;
  background:none;
  border:none;
  font-weight:600;
  font-size:1.2rem;
  text-align:left;
  cursor:pointer;
}
.faq-v2-icon{
  width:34px; height:34px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f5f7f9;
  color:#0d2c54;
  font-size:1.2rem;
  flex: 0 0 auto;
}
.faq-v2-a{
  display:none;
  padding: 0 0 18px 0;
  color:#555;
  line-height:1.8;
  max-width: 900px;
  font-size: 1.2rem;
}
.faq-v2-item.is-open .faq-v2-a{ display:block; }

/* ===== Responsive ===== */
@media (max-width: 992px){
  .club-hero-v2-bg img{ height: 440px; }
  .club-hero-v2-inner{
    position: relative;
    bottom: 0;
    margin-top: -110px;
    flex-direction: column;
    align-items: stretch;
  }
  .club-hero-overlay{ width: 100%; transform:none; }
  .club-editorial{ padding-top: 40px; }
  .club-mosaic-grid--top{
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .club-mosaic-grid--top .club-mosaic-item--big{ height: 280px; grid-row:auto; }
  .club-mosaic-grid--top .club-mosaic-item{ height: 220px; }
  .club-mosaic-grid--bottom{
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .club-mosaic-grid--bottom .club-mosaic-item{ height: 240px; }
}

.club-hero-miniimg {
    line-height: 0;
}

.club-hero-miniimg img {
    width: 100%;
    height: 180px;
    object-fit: cover;

    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
/*------------------- CATEGORY --------------------------*/

/* HERO FULL WIDTH */
.cat-hero{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
}


.cat-page{
  padding-top: 40px;
  padding-bottom: 60px;
  background: #fff;
}

.cat-page__title{
  margin: 20px 0 25px;
}

.cat-page__h2{
  font-size: 44px;
  font-weight: 300;
  margin: 0;
  color: #111;
}

.cat-hero__media{
  overflow: hidden;
}

.cat-hero__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cat-hero__content{
  background: #f4f5f7;
  display: flex;
  align-items: center;
  padding: 0 6vw;   /* 🔥 espace interne comme le design */
}

.cat-hero__inner{
  width: 100%;
}


.cat-hero__kicker{
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #6c757d;
  margin-bottom: .75rem;
}

.cat-hero__title{
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 1.2rem;
}

.cat-hero__text{
  max-width: none;
  line-height: 1.7;
  font-size: 16.5px;
  color: #2b2b2b;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 991.98px){
  .cat-hero{
    grid-template-columns: 1fr;
  }
  .cat-hero__inner{
    max-width: 100%;
    padding: 2rem 1.25rem;
  }
  .cat-hero__title{
    font-size: 34px;
  }
  .cat-hero{
    min-height: auto;
  }
  .cat-hero__media{
    height: 320px;
  }
}

.category-filters{
  display:flex;
  gap: .75rem;
  flex-wrap: wrap;
  margin: 1rem 0 2rem;
}

.filter-pill{
  padding: .45rem .9rem;
  border: 1px solid #cfd8e3;
  border-radius: 999px;
  text-decoration:none;
}

.filter-pill.is-active{
  font-weight:600;
  border-color:#2b5aa6;
}

.articles-list{
  display:flex;
  flex-direction: column;
  gap: 1rem;
}

.article-card{
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
}

.article-card__link{
  display:grid;
  grid-template-columns: 220px 1fr;
  gap: 1rem;
  text-decoration:none;
  color: inherit;
}

.article-card__thumb img{
  width:100%;
  height: 130px;
  object-fit: cover;
  border-radius: 0;
  display:block;
}

.article-card__meta{
  font-size: .9rem;
  opacity: .75;
  margin-bottom: .25rem;
}

.article-card__title{
  margin: 0 0 .35rem;
}

.article-card__summary{
  margin: 0;
  opacity: .85;
}

.articles-more{
  margin-top: 2rem;
  display:flex;
  justify-content:center;
}

.btn-more{
  padding: .7rem 1.2rem;
  border-radius: 999px;
  border: 1px solid #cfd8e3;
  text-decoration:none;
}

.article-title{
    font-size: 1.4rem;
    line-height: 1.3;
}

.article-category{
    font-size: 1.1rem;
    font-weight: 700;
    color: #1f5fbf;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.article-summary{
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
}

.is-pill {
    border-color: #001E50 !important;
    color: #001E50 !important;
    background: transparent !important;
    transition: all .2s ease;
}

/* Hover */
.is-pill:hover {
    background-color: #001E50 !important;
    color: #fff !important;
    border-color: #001E50 !important;
}

/* Active */
.is-pill.active {
    background-color: #001E50 !important;
    color: #fff !important;
    border-color: #001E50 !important;
}

.article-breadcrumb {
    margin-left: 0;
}

.article-title-main {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
}

.article-category {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .08em;
    color: #001E50;
}

.article-main-image img {
    max-height: 520px;
    object-fit: cover;
}

.article-gallery img {
    object-fit: cover;
}

.gallery-thumb {
    cursor: pointer;
    opacity: .7;
    transition: .2s;
}

.gallery-thumb:hover {
    opacity: 1;
    transform: scale(1.05);
}

.member-title {
    font-size: 2rem;
    font-weight: 600;
}

.member-sidebar {
    border-radius: 16px;
}

.member-nav {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.member-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 10px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: all .2s ease;
}

.member-link:hover {
    background: #f2f6fb;
    color: #001E50;
}

.member-link.active {
    background: #001E50;
    color: #fff;
}

.list-group-item.active {
    background-color: #001E50;
    color: white;
}

.list-group-item:hover {
    background-color: #f4f7fb;
}

.member-container {
    padding-top: 70px;
    padding-bottom: 100px;
}

.member-header {
    margin-bottom: 60px;
}

.member-title {
    font-size: 48px;
    font-weight: 300;
    line-height: 1.2;
}

.member-title strong {
    font-weight: 600;
}

.member-email {
    margin-top: 10px;
    color: #6c757d;
}

.member-sidebar {
    border-right: 1px solid #e6e6e6;
}

.member-sidebar-title {
    font-weight: 600;
    margin-bottom: 20px;
}

.member-menu a {
    display: block;
    padding: 8px 0;
    text-decoration: none;
    color: #222;
    font-size: 15px;
}

.member-menu a.active {
    font-weight: 600;
}

.member-menu a:hover {
    color: #001E50;
}

.member-content {
    padding-left: 50px;
}

.section-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}

.section-label {
    font-weight: 600;
}

.form-underline {
    border: none !important;
    border-bottom: 1px solid #cfd8e3 !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
}

.form-underline:focus {
    box-shadow: none !important;
    border-bottom: 2px solid #001E50 !important;
}

.saved-card {
    border-radius: 14px;
    transition: all .25s ease;
}

.saved-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.08);
}

.saved-img-wrapper {
    overflow: hidden;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.saved-img {
    height: 180px;
    object-fit: cover;
    transition: transform .4s ease;
}

.saved-card:hover .saved-img {
    transform: scale(1.05);
}

.search-card {
    transition: all .2s ease;
    border-radius: 14px;
}

.search-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 1rem 2rem rgba(0,0,0,.08);
}

.search-card .card-title {
    font-weight: 600;
}

/* REGISTER PAGE */
.register-container {
    max-width: 1100px;
}

.register-title {
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 3rem;
}

.register-steps {
    position: relative;
    margin-bottom: 4rem;
}

.register-steps .progress-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #dfe3e8;
}

.step-number {
    background: white;
    padding: 0 10px;
    font-size: 0.9rem;
    color: #a0a8b3;
    z-index: 2;
}

.step-number.active {
    color: #0d6efd;
    font-weight: 600;
}

.vw-input {
    border: none !important;
    border-bottom: 1px solid #cfd6df !important;
    border-radius: 0 !important;
    padding-left: 0;
    background: transparent;
}

.vw-input:focus {
    border-bottom: 2px solid #0d6efd !important;
    box-shadow: none !important;
}

section[data-step] {
    margin-bottom: 4rem;
}

h5 {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.register-steps {
    position: relative;
    max-width: 500px;
    margin: 0 auto 60px auto;
}

.step-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ddd;
    transform: translateY(-50%);
    z-index: 1;
}

.steps {
    position: relative;
    z-index: 2;
}

.step.active {
    border-color: #9c9797;
    color: #000;
    transform: scale(1.05);
}
.step {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #ccc;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 22px;
    color: #999;
    transition: all .3s ease;
}

.step.active {
    border-color: #000;
    color: #000;
    transform: scale(1.05);
}

.vw-input {
    background-color: #fff !important;
}

/* =========================
   MEMBER CARD DESIGN
========================= */

.member-card-wrapper{
    margin-top:40px;
}

.vw-member-card{
    width:370px;
    min-height:205px;

    background:#fff;
    border:2px dashed #1f1f1f;
    border-radius:28px;

    padding:22px 22px 18px;

    position:relative;

    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

/* petits traits découpés */
.vw-member-card::before,
.vw-member-card::after{
    content:"✂";
    position:absolute;
    bottom:-12px;
    font-size:18px;
    color:#222;
}

.vw-member-card::before{
    left:28px;
}

.vw-member-card::after{
    display:none;
}

/* HEADER */
.vw-member-card-header{
    margin-bottom:22px;
}

.vw-member-logo{
    width:210px;
    height:auto;
    object-fit:contain;
}

/* BODY */
.vw-member-card-body{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:20px;
}

/* LEFT */
.vw-member-card-left{
    flex:1;
}

.vw-member-name{
    font-size:14px;
    font-weight:700;
    line-height:1.2;
    margin-bottom:4px;
    color:#111;
}

.vw-member-birth{
    font-size:13px;
    color:#222;
    margin-bottom:12px;
}

.vw-member-site{
    font-size:12px;
    color:#222;
}

/* RIGHT */
.vw-member-card-right{
    width:90px;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
}

.vw-member-number{
    font-size:12px;
    color:#111;
    margin-bottom:12px;
    text-align:right;
}

/* QR */
#memberQr{
    width:70px;
    height:70px;
    overflow:hidden;
}

#memberQr img{
    width:70px !important;
    height:70px !important;
}

/* DOWNLOAD */
.download-member-card{
    display:inline-flex;
    align-items:center;
    gap:6px;

    margin-top:18px;

    font-size:14px;
    color:#2e5eb7;
    text-decoration:none;
    font-weight:500;
}

.download-member-card:hover{
    text-decoration:underline;
}

/* =========================
   ARTICLE
========================= */

.article-main-image{
    margin-bottom: 40px;
}

.article-main-image img{
    width: 100%;
    display: block;
    border-radius: 14px;
    object-fit: cover;
}

.article-content{
    max-width: 900px;
    margin: 0 auto;

    font-size: 19px;
    line-height: 1.75;
    letter-spacing: 0.01em;
    color: #1f1f1f;
}

/* Paragraphes */
.article-content p{
    margin-bottom: 28px;
}

/* Images dans le contenu */
.article-content img{
    width: 100% !important;
    height: auto !important;

    display: block;

    margin: 42px 0;

    border-radius: 12px;
}

/* Paragraphes contenant une image */
.article-content p:has(img){
    margin-bottom: 42px;
}

/* Intro */
.article-content > p:first-child{
    font-size: 22px;
    line-height: 1.6;
    font-weight: 500;
    color: #111;
}

/* Sous-titres */
.article-content strong{
    font-weight: 600;
}

/* Vrai titre de section */
.article-content p strong:first-child{
    font-size: 28px;
    line-height: 1.3;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* Italique */
.article-content em{
    color: #555;
}

/* Liens */
.article-content a{
    color: #001E50;
    text-decoration: underline;
}

.search-bar-border {
    border-bottom: none;
}

.search-bar-border .form-control {
    border: 0 !important;
    border-bottom: 2px solid #001E50 !important;
    border-radius: 0;
    box-shadow: none;
}

.search-bar-border .form-control:focus {
    box-shadow: none;
}

.btn-vw-outline {
    background: #fff;
    color: #001E50;
    border: 1px solid #001E50;
    border-radius: 50px;
}

.btn-vw-outline:hover {
    background: #001E50;
    color: #fff;
}

.form-check-input {
    border-color: #001E50 !important;
}

.form-check-input:checked {
    background-color: #001E50 !important;
    border-color: #001E50 !important;
}

.form-check-input:focus {
    border-color: #001E50 !important;
    box-shadow: 0 0 0 .25rem rgba(0, 30, 80, .15) !important;
}

.form-check-label {
    color: #001E50;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
    color: #001E50 !important;
}

.was-validated .form-check-input:valid {
    border-color: #001E50 !important;
}

.was-validated .form-check-input:valid:checked {
    background-color: #001E50 !important;
    border-color: #001E50 !important;
}

/* Vidéos / embeds dans le body article */
.article-content .embeditem,
.article-content iframe {
    width: 100% !important;
    max-width: 100% !important;
}

.article-content iframe {
    aspect-ratio: 16 / 9;
    height: auto !important;
    min-height: 420px;
    display: block;
    border-radius: 12px;
}

@media (max-width: 991.98px) {
    header .navbar {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .navbar-brand img {
        height: 34px !important;
    }

    .navbar-toggler {
        margin-right: 0;
    }
}

.membership-feature {
    text-align: center;
}

.membership-label {
    max-width: 180px;
    margin: 0 auto;
    line-height: 1.45;
    white-space: normal;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .membership-feature {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.btn-vw-danger {
    background: #ff335c;
    color: #ffffff;
    border: 1px solid #ff335c;
    border-radius: 50px;
}

.btn-vw-danger:hover {
    background-color: #fff;
    color: #ff335c;
    border: 1px solid #ff335c;
}

.featured-card {
    height: 360px;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .featured-card {
        height: 280px;
    }
}