/* ==========================================================
   VALORESSENCE — LES PLUS
   Page : /pourquoi-valoressence/
========================================================== */


/* ==========================================================
   BASE PAGE
========================================================== */

.vcplus {
    overflow: hidden;

    background: var(--cream);
    color: var(--brown);
}

.vcplus-container {
    width: min(
        var(--container),
        calc(100% - 80px)
    );

    margin-right: auto;
    margin-left: auto;
}

.vcplus-section {
    position: relative;

    padding: 110px 0;
}

.vcplus-light {
    background: var(--cream);
    color: var(--brown);
}

.vcplus-dark {
    background: var(--brown);
    color: #fff;
}


/* ==========================================================
   TYPOGRAPHIE COMMUNE
========================================================== */

.vcplus-eyebrow {
    display: flex;
    align-items: center;

    gap: 11px;

    margin-bottom: 25px;

    color: var(--orange);

    font-size: 9px;
    line-height: 1;
    font-weight: 600;

    letter-spacing: .4px;

    text-transform: uppercase;
}

.vcplus-mark {
    width: 27px;
    height: 27px;

    flex: 0 0 27px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--orange);
    color: #fff;

    font-size: 7px;
    line-height: 1;
    font-weight: 700;
}

.vcplus-title-medium {
    margin: 0;

    font-size: clamp(42px, 3.3vw, 60px);
    line-height: 1.04;

    font-weight: 300;

    letter-spacing: -2.5px;
}

.vcplus-title-medium .vcplus-orange,
.vcplus-orange {
    color: var(--orange);

    font-weight: 300;
    font-style: italic;
}

.vcplus-text {
    margin: 0 0 18px;

    font-size: 13px;
    line-height: 1.75;
}


/* ==========================================================
   HERO
========================================================== */

.vcplus-hero {
    position: relative;

    min-height: 650px;

    display: flex;
    flex-direction: column;

    background:
        linear-gradient(
            90deg,
            rgba(28, 18, 13, .97) 0%,
            rgba(28, 18, 13, .91) 43%,
            rgba(28, 18, 13, .69) 72%,
            rgba(28, 18, 13, .86) 100%
        ),
        url("https://honeydew-sheep-776998.hostingersite.com/wp-content/uploads/2026/04/Business-club-a-Bordeaux.jpg")
        center 45% / cover no-repeat;

    color: #fff;
}

.vcplus-hero-inner {
    width: min(
        var(--container),
        calc(100% - 80px)
    );

    flex: 1;

    margin: 0 auto;

    display: flex;
    align-items: center;

    padding: 75px 0 55px;
}

.vcplus-hero-content {
    width: 100%;
    max-width: 900px;
}

.vcplus-hero-kicker {
    margin-bottom: 27px;

    color: #dfc485;

    font-size: 10px;
    line-height: 1;

    font-weight: 500;

    letter-spacing: .3px;

    text-transform: uppercase;
}

.vcplus-hero h1 {
    max-width: 850px;

    margin: 0;

    color: #fff;

    font-size: clamp(58px, 5vw, 88px);
    line-height: .98;

    font-weight: 300;

    letter-spacing: -4px;
}

.vcplus-hero h1 em {
    display: block;

    color: var(--orange-light);

    font-weight: 300;
    font-style: italic;
}

.vcplus-hero-lead {
    max-width: 700px;

    margin: 28px 0 0;

    color: #fff;

    font-size: 13px;
    line-height: 1.75;
}

.vcplus-buttons {
    display: flex;
    align-items: center;

    gap: 32px;

    margin-top: 30px;
}

.vcplus-btn {
    min-height: 45px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0 26px;

    background: var(--orange);
    color: #fff;

    font-size: 9px;
    line-height: 1;
    font-weight: 600;

    text-transform: uppercase;

    transition:
        background-color .2s ease,
        color .2s ease;
}

.vcplus-btn:hover {
    background: #e38a2e;
}

.vcplus-link {
    position: relative;

    padding-bottom: 6px;

    color: #fff;

    font-size: 9px;
    line-height: 1;

    font-weight: 600;

    text-transform: uppercase;
}

.vcplus-link::after {
    content: "";

    position: absolute;

    right: 0;
    bottom: 0;
    left: 0;

    height: 1px;

    background: var(--orange);
}


/* HERO STATS */

.vcplus-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    margin-top: 65px;

    border-top: 1px solid rgba(216, 125, 33, .30);
}

.vcplus-stat {
    min-height: 86px;

    padding: 20px 25px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    border-right: 1px solid rgba(216, 125, 33, .25);
}

.vcplus-stat:first-child {
    padding-left: 0;
}

.vcplus-stat:last-child {
    border-right: 0;
}

.vcplus-stat strong {
    color: var(--orange-light);

    font-size: 27px;
    line-height: 1;

    font-weight: 300;

    letter-spacing: -1px;
}

.vcplus-stat span {
    margin-top: 8px;

    color: #dfc485;

    font-size: 8px;
    line-height: 1.3;

    font-weight: 500;

    text-transform: uppercase;
}


/* ==========================================================
   NOTRE DIFFÉRENCE
========================================================== */

.vcplus-intro-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, .95fr);

    gap: clamp(70px, 8vw, 145px);

    align-items: center;
}


/* IMAGE */

.vcplus-intro-image {
    position: relative;

    min-height: 535px;
}

.vcplus-intro-image > img {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.vcplus-image-filter {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            to bottom,
            rgba(28, 18, 13, .03) 30%,
            rgba(28, 18, 13, .72) 100%
        );
}

.vcplus-image-label {
    position: absolute;
    z-index: 2;

    right: 185px;
    bottom: 45px;
    left: 40px;

    color: #fff;

    font-size: 18px;
    line-height: 1.35;

    font-weight: 300;
}

.vcplus-square {
    position: absolute;
    z-index: 3;

    right: -20px;
    bottom: -20px;

    width: 175px;
    height: 145px;

    padding: 25px;

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

    background: var(--orange);
    color: #fff;
}

.vcplus-square strong {
    font-size: 37px;
    line-height: 1;

    font-weight: 300;
}

.vcplus-square span {
    max-width: 115px;

    font-size: 8px;
    line-height: 1.4;

    font-weight: 600;

    text-transform: uppercase;
}


/* COPY */

.vcplus-intro-copy {
    max-width: 650px;
}

.vcplus-intro-copy .vcplus-title-medium {
    margin-bottom: 30px;
}

.vcplus-intro-copy .vcplus-text {
    max-width: 610px;
}


/* ==========================================================
   LES 4 PLUS
========================================================== */

.vcplus-plus-heading {
    padding-bottom: 40px;

    border-bottom: 1px solid rgba(216, 125, 33, .25);
}

.vcplus-plus-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.vcplus-plus-card {
    position: relative;

    min-height: 310px;

    padding: 42px 38px;

    border-right: 1px solid rgba(216, 125, 33, .25);
}

.vcplus-plus-card:first-child {
    padding-left: 0;
}

.vcplus-plus-card:last-child {
    border-right: 0;
}

.vcplus-plus-number {
    margin-bottom: 65px;

    color: var(--orange);

    font-size: 9px;
    line-height: 1;

    font-weight: 500;
}

.vcplus-plus-card h3 {
    margin: 0 0 17px;

    color: #fff;

    font-size: 19px;
    line-height: 1.3;

    font-weight: 400;
}

.vcplus-plus-card p {
    max-width: 300px;

    margin: 0;

    color: #dfc885;

    font-size: 11px;
    line-height: 1.7;
}


/* ==========================================================
   RÉSEAU QUALIFIÉ
========================================================== */

.vcplus-select-grid {
    display: grid;

    grid-template-columns:
        minmax(0, .95fr)
        minmax(0, 1.05fr);

    gap: clamp(70px, 8vw, 140px);

    align-items: center;
}

.vcplus-select-copy {
    max-width: 680px;
}

.vcplus-select-copy .vcplus-title-medium {
    margin-bottom: 30px;
}

.vcplus-select-copy > .vcplus-text {
    max-width: 610px;
}


/* POINTS */

.vcplus-points {
    margin-top: 40px;

    border-top: 1px solid rgba(216, 125, 33, .25);
}

.vcplus-point {
    display: grid;

    grid-template-columns:
        55px
        1fr;

    gap: 20px;

    padding: 24px 0;

    border-bottom: 1px solid rgba(216, 125, 33, .25);
}

.vcplus-point-number {
    padding-top: 3px;

    color: var(--orange);

    font-size: 9px;
    line-height: 1;
}

.vcplus-point strong {
    display: block;

    margin-bottom: 8px;

    color: var(--brown);

    font-size: 13px;
    line-height: 1.4;

    font-weight: 600;
}

.vcplus-point p {
    max-width: 500px;

    margin: 0;

    color: var(--muted);

    font-size: 11px;
    line-height: 1.6;
}


/* VISUEL */

.vcplus-select-visual {
    min-height: 510px;

    display: grid;

    grid-template-columns:
        1.2fr
        .8fr;

    gap: 10px;
}

.vcplus-select-photo {
    position: relative;

    display: flex;
    align-items: flex-end;

    padding: 35px;

    overflow: hidden;

    background:
        linear-gradient(
            to bottom,
            rgba(28, 18, 13, .03),
            rgba(28, 18, 13, .72)
        ),
        url("https://honeydew-sheep-776998.hostingersite.com/wp-content/uploads/2026/04/Business-club-a-Bordeaux.jpg")
        center / cover no-repeat;
}

.vcplus-select-photo span {
    position: relative;
    z-index: 2;

    color: #fff;

    font-size: 20px;
    line-height: 1.25;

    font-weight: 300;
}

.vcplus-select-boxes {
    display: grid;

    grid-template-rows:
        1fr
        1fr;

    gap: 10px;
}

.vcplus-select-box {
    padding: 30px;

    display: flex;
    align-items: flex-end;

    font-size: 10px;
    line-height: 1.5;

    font-weight: 600;

    text-transform: uppercase;
}

.vcplus-select-box.orange {
    background: var(--orange);
    color: #fff;
}

.vcplus-select-box.gray {
    background: #cec6c4;
    color: var(--brown);
}


/* ==========================================================
   OPPORTUNITÉS
========================================================== */

.vcplus-opportunity-heading {
    max-width: 820px;

    margin-bottom: 60px;
}

.vcplus-opportunities {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    border-top: 1px solid rgba(216, 125, 33, .25);
}

.vcplus-opportunity {
    min-height: 300px;

    padding: 42px 45px;

    border-right: 1px solid rgba(216, 125, 33, .25);
}

.vcplus-opportunity:first-child {
    padding-left: 0;
}

.vcplus-opportunity:last-child {
    border-right: 0;
}

.vcplus-icon-box {
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 50px;

    border: 1px solid rgba(216, 125, 33, .35);

    color: var(--orange);

    font-size: 17px;
    line-height: 1;
}

.vcplus-opportunity h3 {
    margin: 0 0 16px;

    color: var(--brown);

    font-size: 17px;
    line-height: 1.35;

    font-weight: 500;
}

.vcplus-opportunity p {
    max-width: 330px;

    margin: 0;

    color: var(--muted);

    font-size: 11px;
    line-height: 1.65;
}


/* ==========================================================
   360°
========================================================== */

.vcplus-360-grid {
    min-height: 550px;

    display: grid;

    grid-template-columns:
        .85fr
        1.15fr;

    gap: 80px;

    align-items: center;
}

.vcplus-360-copy {
    max-width: 620px;
}

.vcplus-360-copy .vcplus-title-medium {
    margin-bottom: 30px;
}

.vcplus-360-copy .vcplus-text {
    max-width: 570px;

    color: #dfc885;
}


/* CERCLES */

.vcplus-circle-wrap {
    position: relative;

    width: min(570px, 100%);
    aspect-ratio: 1 / 1;

    margin: 0 auto;
}

.vcplus-circle-outer,
.vcplus-circle-middle,
.vcplus-circle-center {
    position: absolute;

    top: 50%;
    left: 50%;

    border-radius: 50%;

    transform: translate(-50%, -50%);
}

.vcplus-circle-outer {
    width: 88%;
    height: 88%;

    border: 1px solid rgba(216, 125, 33, .22);
}

.vcplus-circle-middle {
    width: 60%;
    height: 60%;

    border: 1px solid rgba(216, 125, 33, .35);
}

.vcplus-circle-center {
    z-index: 3;

    width: 185px;
    height: 185px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--orange);

    color: #fff;

    text-align: center;
}

.vcplus-circle-center strong {
    display: block;

    font-size: 44px;
    line-height: 1;

    font-weight: 300;

    letter-spacing: -2px;
}

.vcplus-circle-center small {
    display: block;

    margin-top: 10px;

    font-size: 8px;
    line-height: 1.3;

    font-weight: 600;

    text-transform: uppercase;
}


/* ORBITES */

.vcplus-orbit {
    position: absolute;
    z-index: 4;

    width: 125px;

    color: #dfc885;

    font-size: 9px;
    line-height: 1.4;

    font-weight: 500;

    text-align: center;

    text-transform: uppercase;
}

.vcplus-orbit::before {
    content: "";

    width: 7px;
    height: 7px;

    display: block;

    margin: 0 auto 9px;

    border-radius: 50%;

    background: var(--orange);
}

.vcplus-orbit.o1 {
    top: 2%;
    left: 50%;

    transform: translateX(-50%);
}

.vcplus-orbit.o2 {
    top: 23%;
    right: -1%;
}

.vcplus-orbit.o3 {
    right: 4%;
    bottom: 16%;
}

.vcplus-orbit.o4 {
    bottom: 1%;
    left: 50%;

    transform: translateX(-50%);
}

.vcplus-orbit.o5 {
    bottom: 16%;
    left: 1%;
}

.vcplus-orbit.o6 {
    top: 23%;
    left: -3%;
}


/* ==========================================================
   COLLECTIF
========================================================== */

.vcplus-collective-grid {
    display: grid;

    grid-template-columns:
        .9fr
        1.1fr;

    gap: clamp(70px, 8vw, 145px);

    align-items: start;
}

.vcplus-collective-text {
    max-width: 570px;

    margin-top: 30px;
}

.vcplus-collective-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    border-top: 1px solid rgba(216, 125, 33, .25);
    border-left: 1px solid rgba(216, 125, 33, .25);
}

.vcplus-collective-card {
    min-height: 185px;

    padding: 30px;

    border-right: 1px solid rgba(216, 125, 33, .25);
    border-bottom: 1px solid rgba(216, 125, 33, .25);
}

.vcplus-collective-card span {
    display: block;

    margin-bottom: 45px;

    color: var(--orange);

    font-size: 9px;
    line-height: 1;
}

.vcplus-collective-card h3 {
    max-width: 240px;

    margin: 0;

    color: var(--brown);

    font-size: 14px;
    line-height: 1.5;

    font-weight: 500;
}


/* ==========================================================
   RENCONTRES
========================================================== */

.vcplus-events-head {
    display: grid;

    grid-template-columns:
        1fr
        .75fr;

    gap: 80px;

    align-items: end;

    padding-bottom: 45px;

    border-bottom: 1px solid rgba(216, 125, 33, .25);
}

.vcplus-events-head > p {
    max-width: 500px;

    margin: 0 0 5px auto;

    color: #dfc885;

    font-size: 11px;
    line-height: 1.7;
}

.vcplus-events-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.vcplus-event {
    min-height: 275px;

    padding: 42px;

    border-right: 1px solid rgba(216, 125, 33, .25);
}

.vcplus-event:first-child {
    padding-left: 0;
}

.vcplus-event:last-child {
    border-right: 0;
}

.vcplus-event-number {
    margin-bottom: 55px;

    color: var(--orange);

    font-size: 9px;
    line-height: 1;
}

.vcplus-event h3 {
    margin: 0 0 16px;

    color: #fff;

    font-size: 18px;
    line-height: 1.35;

    font-weight: 400;
}

.vcplus-event p {
    max-width: 340px;

    margin: 0;

    color: #dfc885;

    font-size: 11px;
    line-height: 1.65;
}


/* ==========================================================
   SYNTHÈSE — 8 AVANTAGES
========================================================== */

.vcplus-summary-head {
    margin-bottom: 55px;
}

.vcplus-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    border-top: 1px solid rgba(216, 125, 33, .25);
    border-left: 1px solid rgba(216, 125, 33, .25);
}

.vcplus-benefit {
    min-height: 150px;

    padding: 27px;

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

    border-right: 1px solid rgba(216, 125, 33, .25);
    border-bottom: 1px solid rgba(216, 125, 33, .25);
}

.vcplus-benefit small {
    color: var(--orange);

    font-size: 8px;
    line-height: 1;

    font-weight: 500;
}

.vcplus-benefit strong {
    max-width: 230px;

    color: var(--brown);

    font-size: 13px;
    line-height: 1.45;

    font-weight: 500;
}


/* ==========================================================
   PARCOURS D'INTÉGRATION
========================================================== */

.vcplus-join-grid {
    display: grid;

    grid-template-columns:
        .9fr
        1.1fr;

    gap: clamp(70px, 8vw, 145px);

    align-items: start;
}

.vcplus-steps {
    border-top: 1px solid rgba(216, 125, 33, .25);
}

.vcplus-step {
    display: grid;

    grid-template-columns:
        60px
        1fr;

    gap: 20px;

    padding: 30px 0;

    border-bottom: 1px solid rgba(216, 125, 33, .25);
}

.vcplus-step > span {
    padding-top: 3px;

    color: var(--orange);

    font-size: 9px;
    line-height: 1;
}

.vcplus-step h3 {
    margin: 0 0 10px;

    color: var(--brown);

    font-size: 16px;
    line-height: 1.4;

    font-weight: 500;
}

.vcplus-step p {
    max-width: 560px;

    margin: 0;

    color: var(--muted);

    font-size: 11px;
    line-height: 1.65;
}


/* ==========================================================
   CTA FINAL
========================================================== */

.vcplus-final {
    padding: 100px 0;

    background: #cec6c4;
    color: var(--brown);
}

.vcplus-final-inner {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        260px;

    gap: 80px;

    align-items: end;
}

.vcplus-final h2 {
    max-width: 1000px;
}

.vcplus-final p {
    max-width: 680px;

    margin: 28px 0 0;

    color: #554a44;

    font-size: 12px;
    line-height: 1.7;
}

.vcplus-final-action {
    display: flex;
    justify-content: flex-end;

    padding-bottom: 5px;
}


/* ==========================================================
   TABLETTE
========================================================== */

@media (max-width: 1100px) {

    .vcplus-container,
    .vcplus-hero-inner {
        width: calc(100% - 50px);
    }


    /* HERO */

    .vcplus-hero {
        min-height: 610px;
    }


    /* 4 PLUS */

    .vcplus-plus-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .vcplus-plus-card {
        border-bottom: 1px solid rgba(216, 125, 33, .25);
    }

    .vcplus-plus-card:nth-child(2) {
        border-right: 0;
    }

    .vcplus-plus-card:nth-child(3) {
        padding-left: 0;
        border-bottom: 0;
    }

    .vcplus-plus-card:nth-child(4) {
        border-bottom: 0;
    }


    /* 360 */

    .vcplus-360-grid {
        grid-template-columns:
            .8fr
            1.2fr;

        gap: 40px;
    }


    /* BENEFITS */

    .vcplus-benefits {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* ==========================================================
   TABLETTE PORTRAIT
========================================================== */

@media (max-width: 850px) {

    .vcplus-section {
        padding: 85px 0;
    }


    /* INTRO */

    .vcplus-intro-grid,
    .vcplus-select-grid,
    .vcplus-collective-grid,
    .vcplus-join-grid {
        grid-template-columns: 1fr;

        gap: 70px;
    }

    .vcplus-intro-image {
        min-height: 500px;
    }


    /* SELECT */

    .vcplus-select-visual {
        min-height: 480px;
    }


    /* OPPORTUNITÉS */

    .vcplus-opportunities {
        grid-template-columns: 1fr;
    }

    .vcplus-opportunity,
    .vcplus-opportunity:first-child {
        min-height: auto;

        padding: 35px 0;

        border-right: 0;
        border-bottom: 1px solid rgba(216, 125, 33, .25);
    }

    .vcplus-opportunity:last-child {
        border-bottom: 0;
    }

    .vcplus-icon-box {
        margin-bottom: 30px;
    }


    /* 360 */

    .vcplus-360-grid {
        grid-template-columns: 1fr;

        gap: 70px;
    }

    .vcplus-circle-wrap {
        width: min(520px, 100%);
    }


    /* EVENTS */

    .vcplus-events-head {
        grid-template-columns: 1fr;

        gap: 30px;
    }

    .vcplus-events-head > p {
        margin-left: 0;
    }


    /* FINAL */

    .vcplus-final-inner {
        grid-template-columns: 1fr;

        gap: 40px;
    }

    .vcplus-final-action {
        justify-content: flex-start;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 700px) {

    .vcplus-container,
    .vcplus-hero-inner {
        width: calc(100% - 38px);
    }

    .vcplus-section {
        padding: 70px 0;
    }

    .vcplus-title-medium {
        font-size: 37px;
        line-height: 1.06;

        letter-spacing: -1.6px;
    }


    /* ======================================================
       HERO
    ====================================================== */

    .vcplus-hero {
        min-height: calc(100svh - 76px);
    }

    .vcplus-hero-inner {
        align-items: flex-start;

        padding-top: 70px;
        padding-bottom: 30px;
    }

    .vcplus-hero-kicker {
        margin-bottom: 22px;

        font-size: 9px;
    }

    .vcplus-hero h1 {
        font-size: clamp(45px, 13vw, 60px);
        line-height: .98;

        letter-spacing: -2.5px;
    }

    .vcplus-hero-lead {
        margin-top: 24px;

        font-size: 12px;
        line-height: 1.7;
    }

    .vcplus-buttons {
        align-items: flex-start;
        flex-direction: column;

        gap: 22px;

        margin-top: 28px;
    }

    .vcplus-stats {
        grid-template-columns: repeat(2, 1fr);

        margin-top: 45px;
    }

    .vcplus-stat {
        min-height: 75px;

        padding: 17px 15px;

        border-bottom: 1px solid rgba(216, 125, 33, .25);
    }

    .vcplus-stat:nth-child(odd) {
        padding-left: 0;
    }

    .vcplus-stat:nth-child(2) {
        border-right: 0;
    }

    .vcplus-stat:nth-child(n+3) {
        border-bottom: 0;
    }

    .vcplus-stat strong {
        font-size: 22px;
    }


    /* ======================================================
       INTRO
    ====================================================== */

    .vcplus-intro-grid {
        gap: 65px;
    }

    .vcplus-intro-image {
        min-height: 410px;
    }

    .vcplus-image-label {
        right: 135px;
        bottom: 35px;
        left: 25px;

        font-size: 15px;
    }

    .vcplus-square {
        right: 0;
        bottom: -30px;

        width: 125px;
        height: 115px;

        padding: 20px;
    }

    .vcplus-square strong {
        font-size: 29px;
    }

    .vcplus-square span {
        font-size: 7px;
    }


    /* ======================================================
       4 PLUS
    ====================================================== */

    .vcplus-plus-heading {
        padding-bottom: 30px;
    }

    .vcplus-plus-grid {
        grid-template-columns: 1fr;
    }

    .vcplus-plus-card,
    .vcplus-plus-card:first-child,
    .vcplus-plus-card:nth-child(3) {
        min-height: auto;

        padding: 32px 0;

        border-right: 0;
        border-bottom: 1px solid rgba(216, 125, 33, .25);
    }

    .vcplus-plus-card:last-child {
        border-bottom: 0;
    }

    .vcplus-plus-number {
        margin-bottom: 32px;
    }


    /* ======================================================
       RÉSEAU QUALIFIÉ
    ====================================================== */

    .vcplus-select-grid {
        gap: 55px;
    }

    .vcplus-point {
        grid-template-columns:
            40px
            1fr;
    }

    .vcplus-select-visual {
        min-height: 430px;

        grid-template-columns:
            1fr
            .75fr;
    }

    .vcplus-select-photo {
        padding: 25px;
    }

    .vcplus-select-photo span {
        font-size: 16px;
    }

    .vcplus-select-box {
        padding: 18px;

        font-size: 8px;
    }


    /* ======================================================
       OPPORTUNITÉS
    ====================================================== */

    .vcplus-opportunity-heading {
        margin-bottom: 35px;
    }


    /* ======================================================
       360
    ====================================================== */

    .vcplus-circle-wrap {
        width: 390px;
        max-width: 100%;
    }

    .vcplus-circle-center {
        width: 130px;
        height: 130px;
    }

    .vcplus-circle-center strong {
        font-size: 32px;
    }

    .vcplus-circle-center small {
        font-size: 7px;
    }

    .vcplus-orbit {
        width: 95px;

        font-size: 7px;
    }

    .vcplus-orbit.o2 {
        right: -5%;
    }

    .vcplus-orbit.o3 {
        right: -2%;
    }

    .vcplus-orbit.o5 {
        left: -2%;
    }

    .vcplus-orbit.o6 {
        left: -5%;
    }


    /* ======================================================
       COLLECTIF
    ====================================================== */

    .vcplus-collective-grid {
        gap: 45px;
    }

    .vcplus-collective-cards {
        grid-template-columns: 1fr;
    }

    .vcplus-collective-card {
        min-height: 145px;
    }

    .vcplus-collective-card span {
        margin-bottom: 30px;
    }


    /* ======================================================
       RENCONTRES
    ====================================================== */

    .vcplus-events-grid {
        grid-template-columns: 1fr;
    }

    .vcplus-event,
    .vcplus-event:first-child {
        min-height: auto;

        padding: 32px 0;

        border-right: 0;
        border-bottom: 1px solid rgba(216, 125, 33, .25);
    }

    .vcplus-event:last-child {
        border-bottom: 0;
    }

    .vcplus-event-number {
        margin-bottom: 30px;
    }


    /* ======================================================
       SYNTHÈSE
    ====================================================== */

    .vcplus-benefits {
        grid-template-columns: 1fr;
    }

    .vcplus-benefit {
        min-height: 115px;
    }


    /* ======================================================
       JOIN
    ====================================================== */

    .vcplus-join-grid {
        gap: 45px;
    }

    .vcplus-step {
        grid-template-columns:
            40px
            1fr;
    }


    /* ======================================================
       CTA FINAL
    ====================================================== */

    .vcplus-final {
        padding: 75px 0;
    }

}


/* ==========================================================
   PETIT MOBILE
========================================================== */

@media (max-width: 480px) {

    .vcplus-select-visual {
        min-height: auto;

        grid-template-columns: 1fr;
    }

    .vcplus-select-photo {
        min-height: 350px;
    }

    .vcplus-select-boxes {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: none;
    }

    .vcplus-select-box {
        min-height: 130px;
    }


    /* CERCLE 360 */

    .vcplus-circle-wrap {
        width: 340px;
    }

    .vcplus-circle-outer {
        width: 82%;
        height: 82%;
    }

    .vcplus-circle-middle {
        width: 54%;
        height: 54%;
    }

    .vcplus-circle-center {
        width: 112px;
        height: 112px;
    }

    .vcplus-circle-center strong {
        font-size: 27px;
    }

    .vcplus-orbit {
        width: 82px;

        font-size: 6px;
    }

}

/* ==========================================================
   AJUSTEMENTS VISUELS
========================================================== */


/* ==========================================================
   TEXTE COURANT — LISIBILITÉ
========================================================== */

.vcplus-text,
.vcplus-plus-card p,
.vcplus-point p,
.vcplus-opportunity p,
.vcplus-events-head > p,
.vcplus-event p,
.vcplus-step p,
.vcplus-final p {
    font-size: 13px;
    line-height: 1.7;
}


/* ==========================================================
   CARTES — PLUS DE PRÉSENCE
========================================================== */

/* Les plus en résumé */

.vcplus-benefits {
    gap: 10px;

    border: 0;
}

.vcplus-benefit {
    min-height: 175px;

    padding: 28px 30px;

    border: 0;

    background: #ffffff;

    transition:
        transform .25s ease,
        background-color .25s ease;
}

.vcplus-benefit small {
    color: var(--orange);

    font-size: 9px;
    font-weight: 600;
}

.vcplus-benefit strong {
    max-width: 250px;

    font-size: 14px;
    line-height: 1.45;

    font-weight: 500;
}

.vcplus-benefit:hover {
    transform: translateY(-4px);

    background: #f2e9df;
}


/* ==========================================================
   OPPORTUNITÉS
========================================================== */

.vcplus-opportunities {
    gap: 12px;

    border-top: 0;
}

.vcplus-opportunity,
.vcplus-opportunity:first-child {
    min-height: 330px;

    padding: 38px;

    border: 0;

    background: #ffffff;

    transition:
        transform .25s ease,
        background-color .25s ease;
}

.vcplus-opportunity:hover {
    transform: translateY(-4px);

    background: #f2e9df;
}

.vcplus-icon-box {
    width: 55px;
    height: 55px;

    margin-bottom: 55px;

    border: 1px solid rgba(216, 125, 33, .45);

    background: #faf5ef;
}

.vcplus-opportunity h3 {
    font-size: 18px;
    font-weight: 500;
}

.vcplus-opportunity p {
    max-width: 360px;

    color: #625751;
}


/* ==========================================================
   FORCE DU COLLECTIF
========================================================== */

.vcplus-collective-cards {
    gap: 10px;

    border: 0;

    background: transparent;
}

.vcplus-collective-card {
    min-height: 190px;

    padding: 30px;

    border: 0;

    background: #ffffff;

    transition:
        transform .25s ease,
        background-color .25s ease;
}

.vcplus-collective-card:hover {
    transform: translateY(-4px);

    background: #f2e9df;
}

.vcplus-collective-card span {
    margin-bottom: 50px;

    font-size: 9px;
    font-weight: 600;
}

.vcplus-collective-card h3 {
    font-size: 14px;
    line-height: 1.5;

    font-weight: 500;
}


/* ==========================================================
   ALTERNANCE DES SECTIONS DE FIN
========================================================== */

/*
   "Les plus de Valoressence" reste clair.
   "Une intégration pensée pour durer" devient légèrement
   contrastée pour éviter deux grands aplats identiques.
*/

.vcplus-summary-section {
    background: var(--cream);
}

.vcplus-join-section {
    background: #eee7df;
}


/* Cartes intégration */

.vcplus-join-section .vcplus-steps {
    border-top: 0;
}

.vcplus-join-section .vcplus-step {
    margin-bottom: 10px;

    padding: 25px 28px;

    border-bottom: 0;

    background: rgba(255, 255, 255, .65);
}

.vcplus-join-section .vcplus-step:last-child {
    margin-bottom: 0;
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 700px) {

    .vcplus-text,
    .vcplus-plus-card p,
    .vcplus-point p,
    .vcplus-opportunity p,
    .vcplus-events-head > p,
    .vcplus-event p,
    .vcplus-step p,
    .vcplus-final p {
        font-size: 13px;
    }

    .vcplus-benefits {
        gap: 8px;
    }

    .vcplus-benefit {
        min-height: 125px;

        padding: 24px;
    }

    .vcplus-opportunities {
        gap: 8px;
    }

    .vcplus-opportunity,
    .vcplus-opportunity:first-child {
        min-height: auto;

        padding: 30px 25px;
    }

    .vcplus-icon-box {
        margin-bottom: 35px;
    }

    .vcplus-collective-cards {
        gap: 8px;
    }

    .vcplus-collective-card {
        min-height: 145px;

        padding: 25px;
    }

}