/*
====================================================

VAFFANGUSTO®
HOME PAGE CSS
VERSION 1.0

CSS SPECIFIQUE ACCUEIL

====================================================
*/


/* ==================================================
   STRUCTURE GENERALE
================================================== */


.vfg-home {

    color:#2B2118;

}


.vfg-section {

    padding:80px 40px;

}


.vfg-container {

    max-width:1200px;

    margin:auto;

}


.vfg-grid {

    display:flex;

    align-items:center;

    gap:60px;

}


.vfg-col {

    flex:1;

}



/* ==================================================
   IMAGES
================================================== */


.vfg-img {

    width:100%;

    border-radius:30px;

    box-shadow:
    0 20px 50px rgba(0,0,0,.15);

}



/* ==================================================
   TITRES
================================================== */


.vfg-title {

    font-family:'Poppins', Arial, sans-serif;

    font-size:52px;

    font-weight:900;

    line-height:1.05;

    letter-spacing:-1px;

    text-transform:uppercase;

    margin-bottom:25px;

}


.vfg-subtitle {

    font-size:30px;

    font-weight:800;

    line-height:1.2;

    margin-bottom:30px;

    color:#C63D2F;

}



.vfg-text {

    font-size:18px;

    line-height:1.8;

}



/* ==================================================
   BOUTONS
================================================== */


.vfg-btn {

    display:inline-block;

    margin-top:35px;

    padding:16px 38px;

    background:#C63D2F;

    color:#ffffff !important;

    text-decoration:none;

    border-radius:50px;

    font-family:'Poppins', Arial, sans-serif;

    font-weight:800;

    letter-spacing:.5px;

    transition:.3s ease;

}



.vfg-btn:hover {

    background:#2F8A46 !important;

    color:#ffffff !important;

    transform:translateY(-3px);

    box-shadow:
    0 10px 25px rgba(47,138,70,.30);

}



/* ==================================================
   SECTIONS SOMBRES
================================================== */


.vfg-dark {

    background:#111111;

    color:#F6EFE4;

}



.vfg-dark .vfg-title {

    color:#F6EFE4;

}



.vfg-dark .vfg-text {

    color:#F6EFE4;

}



.vfg-dark .vfg-subtitle {

    color:#C63D2F;

}



.vfg-center {

    text-align:center;

}



/* ==================================================
   CARTES ENGAGEMENTS
================================================== */


.vfg-cards {

    display:flex;

    gap:25px;

    margin-top:50px;

}



.vfg-card {

    flex:1;

    padding:35px 25px;

    background:#F6EFE4;

    border:
    1px solid rgba(198,61,47,.18);

    border-radius:25px;

    text-align:center;

    box-shadow:
    0 10px 25px rgba(17,17,17,.06);

    transition:.3s ease;

}



.vfg-card:hover {

    transform:
    translateY(-8px);

    border-color:#C63D2F;

    box-shadow:
    0 18px 40px rgba(17,17,17,.12);

}



.vfg-card h3 {

    color:#C63D2F;

    font-size:25px;

    font-weight:800;

}



.vfg-card p {

    color:#2B2118;

}



/* ==================================================
   PETITS EFFETS PREMIUM
================================================== */


.vfg-img,
.vfg-card,
.vfg-btn {

    will-change:transform;

}



/* ==================================================
   RESPONSIVE
================================================== */


@media(max-width:900px){


    .vfg-section {

        padding:60px 25px;

    }



    .vfg-grid {

        flex-direction:column;

        gap:35px;

    }



    .vfg-title {

        font-size:38px;

    }



    .vfg-subtitle {

        font-size:24px;

    }


}



@media(max-width:768px){


    .vfg-section {

        padding:50px 20px;

    }



    .vfg-title {

        font-size:34px;

    }



    .vfg-text {

        font-size:16px;

    }



    .vfg-btn {

        width:100%;

        text-align:center;

    }



    .vfg-cards {

        flex-direction:column;

    }


}


/*
====================================================

FIN VAFFANGUSTO®
HOME CSS

====================================================
*/

/* ==================================================
   VFG — FOND CHARBON PREMIUM
   Sections claires de l'accueil
================================================== */

.vfg-home section:not(.vfg-dark),
.vfg-home .vfg-section:not(.vfg-dark) {
    background:
        radial-gradient(circle at 50% 35%, rgba(255,255,255,.035) 0%, transparent 55%),
        #242424 !important;
    color:#ffffff;
}


/* Titres des sections claires */

.vfg-home section:not(.vfg-dark) .vfg-title,
.vfg-home .vfg-section:not(.vfg-dark) .vfg-title {

    color:#ffffff !important;

    -webkit-text-fill-color:#ffffff !important;

    text-shadow:
        0 3px 6px rgba(0,0,0,.95),
        0 1px 3px rgba(0,0,0,.90) !important;

}


/* Textes des sections claires */

.vfg-home section:not(.vfg-dark) .vfg-text,
.vfg-home section:not(.vfg-dark) .vfg-card p,
.vfg-home .vfg-section:not(.vfg-dark) .vfg-text,
.vfg-home .vfg-section:not(.vfg-dark) .vfg-card p {

    color:#ffffff !important;

    -webkit-text-fill-color:#ffffff !important;

    text-shadow:
        0 2px 4px rgba(0,0,0,.75) !important;

}


/* ==================================================
   FIN VFG — FOND CHARBON PREMIUM
================================================== */

/* ==================================================
   VFG — BLOC ESPRIT VAFFANGUSTO
================================================== */

.vfg-home .vfg-location-box h3 {
    color:#C9A45C !important;
    -webkit-text-fill-color:#C9A45C !important;
    text-shadow:0 2px 4px rgba(0,0,0,.85) !important;
}

.vfg-home .vfg-location-box p {
    color:#ffffff !important;
    -webkit-text-fill-color:#ffffff !important;
    text-shadow:0 2px 4px rgba(0,0,0,.75) !important;
}

/* ==================================================
   FIN BLOC ESPRIT VAFFANGUSTO
================================================== */


/* ==================================================
   VFG — BLOC COMMANDE FINAL
   Accent doré sur "UNE PETITE PIZZA ?"
================================================== */

.vfg-home .vfg-order-box h3 {
    color:#C9A45C !important;
    -webkit-text-fill-color:#C9A45C !important;
    text-shadow:0 2px 4px rgba(0,0,0,.85) !important;
}

.vfg-home .vfg-order-box h3 img.emoji {
    filter:
        sepia(1)
        saturate(4)
        hue-rotate(355deg)
        brightness(.92) !important;
}

/* ==================================================
   FIN BLOC COMMANDE FINAL
================================================== */


/* ==================================================
   VFG — SECTION SEO
   Fond charbon premium + typographie claire
================================================== */

.vfg-seo-content {

    background:
        radial-gradient(
            circle at 50% 35%,
            rgba(65,58,48,.42) 0%,
            rgba(35,33,30,.92) 45%,
            rgba(20,20,20,.97) 100%
        ) !important;

    color:#ffffff !important;
}


/* Titre SEO */

.vfg-seo-content .seo-title {

    color:#ffffff !important;
    -webkit-text-fill-color:#ffffff !important;

    text-shadow:
        0 3px 6px rgba(0,0,0,.95),
        0 1px 3px rgba(0,0,0,.90) !important;
}


/* Texte SEO */

.vfg-seo-content .vfg-text {

    color:#ffffff !important;
    -webkit-text-fill-color:#ffffff !important;

    text-shadow:
        0 2px 4px rgba(0,0,0,.75) !important;
}


/* ==================================================
   FIN SECTION SEO
================================================== */


/* ==================================================
   VFG — BLOC COMMANDE FINAL
   Noir pour respecter l'alternance des sections
================================================== */

.vfg-home section.vfg-section:has(.vfg-order-box) {

    background:#111111 !important;
    color:#F6EFE4 !important;

}


/* Titre ALORS ? */

.vfg-home section.vfg-section:has(.vfg-order-box) .vfg-title {

    color:#F6EFE4 !important;
    -webkit-text-fill-color:#F6EFE4 !important;

    text-shadow:
        0 3px 6px rgba(0,0,0,.95),
        0 1px 3px rgba(0,0,0,.90) !important;

}


/* UNE PETITE PIZZA ? reste doré */

.vfg-home section.vfg-section:has(.vfg-order-box) h3 {

    color:#C9A45C !important;
    -webkit-text-fill-color:#C9A45C !important;

    text-shadow:
        0 2px 4px rgba(0,0,0,.85) !important;

}


/* Texte */

.vfg-home section.vfg-section:has(.vfg-order-box) .vfg-text {

    color:#F6EFE4 !important;
    -webkit-text-fill-color:#F6EFE4 !important;

    text-shadow:
        0 2px 4px rgba(0,0,0,.75) !important;

}


/* ==================================================
   FIN BLOC COMMANDE FINAL
================================================== */


/* ==========================================================
   VAFFANGUSTO — REFONTE HOME PREMIUM
   Noir / Blanc / Charbon / Or
========================================================== */

.vfg-home {
    --vfg-black:#000000;
    --vfg-charcoal:#242424;
    --vfg-white:#ffffff;
    --vfg-gold:#D4AF37;
    color:var(--vfg-white);
    background:transparent;
    font-family:'Inter', Arial, sans-serif;
    overflow:hidden;
}

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

.vfg-home img {
    max-width:100%;
}

.vfg-home .vfg-container {
    width:min(1200px,calc(100% - 40px));
    margin:0 auto;
}

.vfg-home .vfg-section {
    position:relative;
    margin:0 !important;
    border:0;
}

.vfg-home .vfg-center {
    text-align:center;
}


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

.vfg-home .vfg-title {
    position:relative;
    margin:0 0 30px;
    padding-bottom:20px;
    color:#fff !important;
    -webkit-text-fill-color:#fff !important;
    font-family:'Cormorant Garamond', Georgia, serif;
    font-size:clamp(2rem,4vw,3.4rem);
    line-height:1.1;
    font-weight:500;
    letter-spacing:-.025em;
}

.vfg-home .vfg-title::after {
    content:"";
    position:absolute;
    bottom:0;
    left:50%;
    width:58px;
    height:2px;
    background:var(--vfg-gold);
    transform:translateX(-50%);
}

.vfg-home .vfg-split-content .vfg-title {
    text-align:left;
}

.vfg-home .vfg-split-content .vfg-title::after {
    left:0;
    transform:none;
}

.vfg-home .vfg-kicker {
    margin-bottom:15px;
    color:var(--vfg-gold);
    font-family:'Inter', Arial, sans-serif;
    font-size:12px;
    line-height:1.4;
    font-weight:600;
    letter-spacing:.20em;
}

.vfg-home p {
    font-size:17px;
    line-height:1.75;
}

.vfg-home .vfg-text,
.vfg-home .vfg-intro {
    max-width:760px;
    margin:0 auto;
    color:rgba(255,255,255,.82);
}


/* ==========================================================
   BOUTONS
========================================================== */

.vfg-home .vfg-buttons {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:14px;
    margin-top:32px;
}

.vfg-home .vfg-btn {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:50px;
    padding:14px 27px;
    border:1px solid var(--vfg-gold);
    border-radius:0;
    font-family:'Poppins', Arial, sans-serif;
    font-size:12px;
    line-height:1;
    font-weight:600;
    letter-spacing:.08em;
    text-decoration:none !important;
    transition:
        background .25s ease,
        color .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}

.vfg-home .vfg-btn-gold {
    background:var(--vfg-gold);
    color:#000 !important;
}

.vfg-home .vfg-btn-outline {
    background:transparent;
    color:#fff !important;
}

@media (hover:hover) {

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

    .vfg-home .vfg-btn-gold:hover {
        background:#fff;
        border-color:#fff;
        color:#000 !important;
    }

    .vfg-home .vfg-btn-outline:hover {
        background:var(--vfg-gold);
        color:#000 !important;
    }

}


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

.vfg-home .vfg-hero {
    position:relative;
    min-height:720px;
    display:flex;
    align-items:center;
    background:
        url("http://localhost:8888/vaffangusto-dev/wp-content/uploads/2026/07/pizza-artisanale-vaffangusto-carces.jpg")
        center center / cover no-repeat;
}

.vfg-home .vfg-hero-overlay {
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.90) 0%,
            rgba(0,0,0,.72) 48%,
            rgba(0,0,0,.25) 100%
        );
}

.vfg-home .vfg-hero-inner {
    position:relative;
    z-index:2;
}

.vfg-home .vfg-hero-content {
    width:min(700px,100%);
}

.vfg-home .vfg-hero .vfg-kicker {
    margin-bottom:18px;
}

.vfg-home .vfg-hero .vfg-title {
    margin-bottom:20px;
    font-size:clamp(3rem,7vw,6rem);
    font-weight:700;
}

.vfg-home .vfg-hero .vfg-title::after {
    display:none;
}

.vfg-home .vfg-hero-subtitle {
    margin:0 0 24px;
    color:#fff;
    font-family:'Inter', Arial, sans-serif;
    font-size:clamp(1.2rem,2.5vw,2rem);
    line-height:1.2;
    font-weight:600;
    letter-spacing:.01em;
}

.vfg-home .vfg-hero .vfg-text {
    margin:0;
    max-width:600px;
    text-align:left;
    color:rgba(255,255,255,.86);
}

.vfg-home .vfg-hero .vfg-buttons {
    justify-content:flex-start;
}


/* ==========================================================
   IDENTITY
========================================================== */

.vfg-home .vfg-identity {
    padding:90px 0;
    background:var(--vfg-charcoal);
}

.vfg-home .vfg-identity .vfg-title {
    margin-bottom:25px;
}

.vfg-home .vfg-identity-grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
    margin-top:60px;
}

.vfg-home .vfg-identity-item {
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:17px;
    text-align:center;
}

.vfg-home .vfg-icon,
.vfg-home .vfg-card-icon {
    display:flex;
    align-items:center;
    justify-content:center;
    width:54px;
    height:54px;
    color:var(--vfg-gold);
}

.vfg-home .vfg-icon svg,
.vfg-home .vfg-card-icon svg {
    width:46px;
    height:46px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.vfg-home .vfg-identity-item strong {
    color:#fff;
    font-family:'Inter', Arial, sans-serif;
    font-size:13px;
    font-weight:600;
    letter-spacing:.10em;
}


/* ==========================================================
   SIGNATURES
========================================================== */

.vfg-home .vfg-signatures {
    padding:90px 0;
    background:#000;
}

.vfg-home .vfg-signature-subtitle {
    margin-top:-10px;
    margin-bottom:45px;
    color:var(--vfg-gold);
    font-family:'Amsterdam Handwriting' !important;
    font-size:42px;
    line-height:1.2;
    font-weight:400;
}

.vfg-home .vfg-signature-grid {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:28px;
    max-width:1200px;
    margin:0 auto;
}

.vfg-home .vfg-signature-card {
    margin:0;
    padding:0;
    overflow:hidden;
    background:var(--vfg-charcoal);
    border:1px solid rgba(212,175,55,.25);
    box-shadow:0 12px 32px rgba(0,0,0,.5);
    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

.vfg-home .vfg-signature-link {
    display:block;
    color:#fff !important;
    text-decoration:none !important;
}

.vfg-home .vfg-signature-image {
    aspect-ratio:1 / 1;
    overflow:hidden;
    background:#111;
}

.vfg-home .vfg-signature-image img {
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .45s ease;
}

.vfg-home .vfg-signature-card h3 {
    margin:0;
    padding:20px 18px 22px;
    color:#fff !important;
    -webkit-text-fill-color:#fff !important;
    font-family:'Poppins', Arial, sans-serif;
    font-size:17px;
    line-height:1.25;
    font-weight:600;
    letter-spacing:.05em;
    text-align:center;
}

@media (hover:hover) {

    .vfg-home .vfg-signature-card:hover {
        transform:translateY(-5px);
        border-color:rgba(212,175,55,.75);
        box-shadow:0 18px 40px rgba(0,0,0,.7);
    }

    .vfg-home .vfg-signature-card:hover img {
        transform:scale(1.035);
    }

}

.vfg-home .vfg-signatures-button {
    margin-top:45px;
}


/* ==========================================================
   SPLIT SECTIONS
========================================================== */

.vfg-home .vfg-split {
    display:grid;
    grid-template-columns:1fr 1fr;
    min-height:600px;
}

.vfg-home .vfg-split-image {
    min-height:600px;
    overflow:hidden;
}

.vfg-home .vfg-split-image img {
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}

.vfg-home .vfg-split-content {
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:80px;
}

.vfg-home .vfg-split-content p {
    max-width:560px;
    margin:0 0 18px;
    color:rgba(255,255,255,.82);
}

.vfg-home .vfg-split-content .vfg-btn {
    align-self:flex-start;
    margin-top:18px;
}

.vfg-home .vfg-art {
    background:#000;
}

.vfg-home .vfg-homemade {
    background:var(--vfg-charcoal);
}

.vfg-home .vfg-homemade .vfg-split-content {
    order:1;
}

.vfg-home .vfg-homemade .vfg-split-image {
    order:2;
}


/* ==========================================================
   ENGAGEMENTS
========================================================== */

.vfg-home .vfg-engagements {
    padding:90px 0;
    background:#000;
}

.vfg-home .vfg-engagement-grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
    margin-top:55px;
}

.vfg-home .vfg-engagement-card {
    padding:42px 32px;
    background:var(--vfg-charcoal);
    border:1px solid rgba(212,175,55,.20);
    text-align:center;
}

.vfg-home .vfg-engagement-card .vfg-card-icon {
    margin:0 auto 22px;
}

.vfg-home .vfg-engagement-card h3 {
    margin:0 0 16px;
    color:#fff;
    font-family:'Poppins', Arial, sans-serif;
    font-size:18px;
    font-weight:600;
    letter-spacing:.08em;
}

.vfg-home .vfg-engagement-card p {
    margin:0;
    color:rgba(255,255,255,.72);
    font-size:15px;
    line-height:1.7;
}


/* ==========================================================
   24/24
========================================================== */

.vfg-home .vfg-24 {
    padding:120px 0;
    background:
        linear-gradient(
            rgba(0,0,0,.82),
            rgba(0,0,0,.82)
        ),
        url("http://localhost:8888/vaffangusto-dev/wp-content/uploads/2026/07/pizza-artisanale-vaffangusto.jpg")
        center / cover no-repeat;
}

.vfg-home .vfg-24-content {
    max-width:720px;
    margin:0 auto;
    text-align:center;
}

.vfg-home .vfg-24-content .vfg-title {
    margin-bottom:25px;
}

.vfg-home .vfg-24-content p {
    max-width:650px;
    margin:0 auto 32px;
    color:rgba(255,255,255,.82);
}


/* ==========================================================
   ÉVÉNEMENTS
========================================================== */

.vfg-home .vfg-events {
    padding:100px 0;
    background:var(--vfg-charcoal);
}

.vfg-home .vfg-events-inner {
    display:flex;
    justify-content:flex-start;
}

.vfg-home .vfg-events-content {
    max-width:760px;
}

.vfg-home .vfg-events-content .vfg-title {
    text-align:left;
}

.vfg-home .vfg-events-content p {
    max-width:680px;
    margin-bottom:30px;
    color:rgba(255,255,255,.80);
}


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

.vfg-home .vfg-final {
    padding:110px 0;
    background:#000;
}

.vfg-home .vfg-final .vfg-title {
    margin-bottom:22px;
}

.vfg-home .vfg-final p {
    margin:0 0 30px;
    color:rgba(255,255,255,.72);
}


/* ==========================================================
   SEO DISCRET
========================================================== */

.vfg-home .vfg-seo {
    padding:35px 0 45px;
    background:#000;
}

.vfg-home .vfg-seo .vfg-container {
    max-width:900px;
}

.vfg-home .vfg-seo h2 {
    margin:0 0 12px;
    color:rgba(255,255,255,.28);
    font-family:'Poppins', Arial, sans-serif;
    font-size:12px;
    line-height:1.5;
    font-weight:500;
}

.vfg-home .vfg-seo p {
    margin:0;
    color:rgba(255,255,255,.20);
    font-size:11px;
    line-height:1.6;
}


/* ==========================================================
   RESPONSIVE
========================================================== */

@media (max-width:900px) {

    .vfg-home .vfg-hero {
        min-height:650px;
    }

    .vfg-home .vfg-identity-grid,
    .vfg-home .vfg-engagement-grid {
        grid-template-columns:1fr;
        max-width:600px;
        margin-left:auto;
        margin-right:auto;
    }

    .vfg-home .vfg-signature-grid {
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:20px;
    }

    .vfg-home .vfg-split {
        grid-template-columns:1fr;
    }

    .vfg-home .vfg-split-image {
        min-height:430px;
    }

    .vfg-home .vfg-split-content {
        min-height:430px;
        padding:65px 40px;
    }

    .vfg-home .vfg-homemade .vfg-split-content {
        order:2;
    }

    .vfg-home .vfg-homemade .vfg-split-image {
        order:1;
    }

}

@media (max-width:600px) {

    .vfg-home .vfg-container {
        width:min(100% - 30px,1200px);
    }

    .vfg-home .vfg-hero {
        min-height:620px;
    }

    .vfg-home .vfg-hero-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(0,0,0,.88),
                rgba(0,0,0,.55)
            );
    }

    .vfg-home .vfg-hero .vfg-title {
        font-size:clamp(2.8rem,13vw,4rem);
    }

    .vfg-home .vfg-hero-subtitle {
        font-size:1.15rem;
    }

    .vfg-home .vfg-buttons {
        flex-direction:column;
        align-items:stretch;
    }

    .vfg-home .vfg-btn {
        width:100%;
    }

    .vfg-home .vfg-identity,
    .vfg-home .vfg-signatures,
    .vfg-home .vfg-engagements {
        padding:65px 0;
    }

    .vfg-home .vfg-signature-grid {
        grid-template-columns:1fr;
        max-width:430px;
    }

    .vfg-home .vfg-signature-subtitle {
        font-size:27px;
        margin-bottom:32px;
    }

    .vfg-home .vfg-split-image {
        min-height:330px;
    }

    .vfg-home .vfg-split-content {
        min-height:auto;
        padding:55px 25px;
    }

    .vfg-home .vfg-24,
    .vfg-home .vfg-events,
    .vfg-home .vfg-final {
        padding:75px 0;
    }

    .vfg-home .vfg-title {
        font-size:clamp(1.9rem,9vw,2.7rem);
    }

}



/* =========================================================
   VAFFANGUSTO — FINITION PREMIUM
   ========================================================= */



/* Charbon — profondeur très subtile */
.vfg-home .vfg-identity,
.vfg-home .vfg-homemade,
.vfg-home .vfg-events {
    background:
        radial-gradient(
            ellipse at center,
            rgba(255,255,255,.055) 0%,
            rgba(255,255,255,.018) 42%,
            rgba(0,0,0,0) 72%
        ),
        #242424 !important;
}

/* Cartes charbon — légère profondeur */
.vfg-home .vfg-signature-card,
.vfg-home .vfg-engagement-card {
    background:
        radial-gradient(
            ellipse at center,
            rgba(255,255,255,.035) 0%,
            rgba(255,255,255,.012) 45%,
            rgba(0,0,0,0) 75%
        ),
        #242424 !important;
}



/* ==========================================================
   LE FAIT MAISON — alignement parfait du split
========================================================== */

.vfg-home .vfg-homemade .vfg-split {
    align-items:stretch;
}

.vfg-home .vfg-homemade .vfg-split-image,
.vfg-home .vfg-homemade .vfg-split-content {
    min-height:600px;
    box-sizing:border-box;
}


/* LE FAIT MAISON — correction du split */
.vfg-home .vfg-homemade .vfg-split {
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:stretch;
    min-height:600px;
}

.vfg-home .vfg-homemade .vfg-split-image {
    grid-column:1;
    grid-row:1;
    margin:0;
    padding:0;
    min-height:600px;
}

.vfg-home .vfg-homemade .vfg-split-content {
    grid-column:2;
    grid-row:1;
    margin:0;
    min-height:600px;
    box-sizing:border-box;
}


/* LE FAIT MAISON — titre sur une seule ligne */
.vfg-home .vfg-homemade .vfg-title {
    white-space:nowrap;
}


/* ==========================================================
   HERO — IMAGE À DROITE
========================================================== */

.vfg-home .vfg-hero {
    position:relative;
    overflow:hidden;
}

.vfg-home .vfg-hero::after {
    content:"";
    position:absolute;
    top:0;
    right:0;
    width:36%;
    height:100%;
    background-image:
        linear-gradient(
            to right,
            #000000 0%,
            rgba(0,0,0,.88) 15%,
            rgba(0,0,0,.35) 55%,
            rgba(0,0,0,0) 100%
        ),
        url("https://vafangusto.fr/wp-content/uploads/2026/08/bg-commande.jpg");
    background-position:right center;
    background-repeat:no-repeat;
    background-size:100% 100%, auto 100%;
    opacity:.62;
    pointer-events:none;
    z-index:1;
}

.vfg-home .vfg-hero-inner {
    position:relative;
    z-index:2;
}

@media (max-width:900px) {
    .vfg-home .vfg-hero::after {
        width:55%;
        opacity:.38;
    }
}

@media (max-width:600px) {
    .vfg-home .vfg-hero::after {
        width:70%;
        opacity:.25;
    }
}


/* ==========================================================
   HERO — IMAGE À DROITE — AJUSTEMENT
========================================================== */

.vfg-home .vfg-hero::after {
    width:45%;
    background-image:
        linear-gradient(
            to right,
            #000000 0%,
            rgba(0,0,0,.96) 10%,
            rgba(0,0,0,.82) 25%,
            rgba(0,0,0,.55) 42%,
            rgba(0,0,0,.25) 62%,
            rgba(0,0,0,0) 100%
        ),
        url("https://vafangusto.fr/wp-content/uploads/2026/08/bg-commande.jpg");
    background-position:right center;
    background-repeat:no-repeat;
    background-size:100% 100%, auto 100%;
    opacity:.68;
}

@media (max-width:900px) {
    .vfg-home .vfg-hero::after {
        width:55%;
        opacity:.40;
    }
}

@media (max-width:600px) {
    .vfg-home .vfg-hero::after {
        width:70%;
        opacity:.28;
    }
}


/* ==========================================================
   HERO — FONDU HOMOGÈNE AVEC LE FOND NOIR
========================================================== */

.vfg-home .vfg-hero::after {
    width:45%;
    background-image:
        linear-gradient(
            to right,
            #000000 0%,
            #000000 12%,
            rgba(0,0,0,.98) 25%,
            rgba(0,0,0,.88) 40%,
            rgba(0,0,0,.65) 55%,
            rgba(0,0,0,.38) 72%,
            rgba(0,0,0,.12) 88%,
            rgba(0,0,0,0) 100%
        ),
        url("https://vafangusto.fr/wp-content/uploads/2026/08/bg-commande.jpg");
    background-position:right center;
    background-repeat:no-repeat;
    background-size:100% 100%, auto 100%;
    opacity:.68;
}


/* ==========================================================
   HERO — FONDU NOIR PARFAITEMENT HOMOGÈNE
========================================================== */

.vfg-home .vfg-hero::after {
    width:48%;
    background-image:
        linear-gradient(
            to right,
            #000000 0%,
            #000000 18%,
            rgba(0,0,0,.98) 30%,
            rgba(0,0,0,.90) 42%,
            rgba(0,0,0,.72) 54%,
            rgba(0,0,0,.48) 68%,
            rgba(0,0,0,.22) 84%,
            rgba(0,0,0,0) 100%
        ),
        url("https://vafangusto.fr/wp-content/uploads/2026/08/bg-commande.jpg");
    background-position:right center;
    background-repeat:no-repeat;
    background-size:100% 100%, auto 100%;
    opacity:1;
}


/* ==========================================================
   HERO — IMAGE À DROITE — FONDU VERS TRANSPARENCE
========================================================== */

.vfg-home .vfg-hero::after {
    width:48%;
    background-image:url("https://vafangusto.fr/wp-content/uploads/2026/08/bg-commande.jpg");
    background-position:right center;
    background-repeat:no-repeat;
    background-size:auto 100%;
    opacity:1;

    -webkit-mask-image:linear-gradient(
        to right,
        transparent 0%,
        transparent 12%,
        rgba(0,0,0,.15) 28%,
        rgba(0,0,0,.35) 42%,
        rgba(0,0,0,.60) 58%,
        rgba(0,0,0,.82) 75%,
        #000000 100%
    );

    mask-image:linear-gradient(
        to right,
        transparent 0%,
        transparent 12%,
        rgba(0,0,0,.15) 28%,
        rgba(0,0,0,.35) 42%,
        rgba(0,0,0,.60) 58%,
        rgba(0,0,0,.82) 75%,
        #000000 100%
    );

    pointer-events:none;
    z-index:1;
}


/* HERO — garder le ® collé à VAFFANGUSTO */
.vfg-home .vfg-hero .vfg-title {
    white-space: nowrap;
}

/* ÉVÉNEMENTS — titre et trait alignés à gauche */
.vfg-home .vfg-events .vfg-title {
    text-align: left;
}

.vfg-home .vfg-events .vfg-title::after {
    margin-left: 0;
    margin-right: auto;
}


/* ÉVÉNEMENTS — trait du titre aligné à gauche */
.vfg-home .vfg-events-content .vfg-title {
    text-align: left;
}

.vfg-home .vfg-events-content .vfg-title::after {
    margin-left: 0;
    margin-right: auto;
}


/* ÉVÉNEMENTS — forcer le trait sous le titre à gauche */
.vfg-home .vfg-events-content .vfg-title {
    position: relative;
    text-align: left;
}

.vfg-home .vfg-events-content .vfg-title::after {
    content: "";
    display: block;
    width: 55px;
    height: 2px;
    margin: 18px 0 0 0 !important;
    position: static !important;
    transform: none !important;
}



/* =========================================================
   CORMORANT GARAMOND — GROS TITRES VAFFANGUSTO
   ========================================================= */

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('../../fonts/CormorantGaramond-Variable.ttf') format('truetype');
    font-weight: 300 700;
    font-style: normal;
    font-display: swap;
}

.vfg-title {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-weight: 500 !important;
}

/* ACCUEIL-2 — BLOCS NOIRS */
.vfg-home section.vfg-signatures,
.vfg-home section.vfg-homemade,
.vfg-home section.vfg-24,
.vfg-home section.vfg-final {
    background: #111111 !important;
}

/* VFG — ACCUEIL — FOND */
body.home {
    background:
        linear-gradient(rgba(0,0,0,.25),rgba(0,0,0,.25)),
        url("https://vafangusto.fr/wp-content/uploads/2026/09/mains-pate-pizza.jpg")
        center center / cover no-repeat fixed !important;
}


   3. ACCUEIL
   =========================================================
   ========================================================= */


/* =========================================================
   SECTIONS
   ========================================================= */

div.vfg-home .vfg-section {
    background: #242424 !important;

    color: #ffffff !important;
}


div.vfg-home .vfg-section.vfg-dark {
    background: #000000 !important;
}


/* =========================================================
   TITRES
   ========================================================= */

div.vfg-home .vfg-title {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;

    text-shadow:
        0 2px 5px rgba(0, 0, 0, 0.90),
        0 1px 2px rgba(0, 0, 0, 0.95);
}


/* =========================================================
   TRAITS DORÉS
   ========================================================= */

div.vfg-home .vfg-title::after {
    content: "";

    display: block;

    width: 58px;
    height: 3px;

    margin: 11px auto 0;

    background: #D4AF37;

    border-radius: 3px;

    box-shadow:
        0 1px 4px rgba(0, 0, 0, 0.75);
}


/* =========================================================
   TITRES COLONNES
   ========================================================= */

div.vfg-home .vfg-col .vfg-title::after {
    margin-left: 0;
    margin-right: 0;
}


/* =========================================================
   PARAGRAPHES
   ========================================================= */

div.vfg-home p.vfg-text,
div.vfg-home .vfg-location-box p,
div.vfg-home .vfg-order-box p,
div.vfg-home .vfg-seo-content p {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;

    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.90),
        0 1px 2px rgba(0, 0, 0, 0.90);
}


/* =========================================================
   TEXTE FORT
   ========================================================= */

div.vfg-home p.vfg-text strong {
    color: #D4AF37 !important;
    -webkit-text-fill-color: #D4AF37 !important;

    text-shadow:
        0 2px 5px rgba(0, 0, 0, 0.90);
}


/* =========================================================
   SOUS-TITRES
   ========================================================= */

div.vfg-home .vfg-subtitle {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;

    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.90);
}


/* =========================================================
   IDENTITÉ
   ========================================================= */

div.vfg-home .vfg-icons-line {
    color: #ffffff !important;

    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.90);
}


/* =========================================================
   VIGNETTES ENGAGEMENTS
   ========================================================= */

div.vfg-home .vfg-engagements .vfg-card {
    position: relative;

    overflow: hidden;

    background:
        repeating-linear-gradient(
            90deg,
            #2F8A46 0,
            #2F8A46 28px,
            #FFFFFF 28px,
            #FFFFFF 56px
        ) !important;

    color: #ffffff !important;

    border: 2px solid #111111 !important;

    border-radius: 6px;

    box-shadow:
        0 8px 22px rgba(17, 17, 17, 0.22),
        0 2px 5px rgba(17, 17, 17, 0.15);

    transition:
        transform 0.30s ease,
        box-shadow 0.30s ease;
}


/* VOILE */

div.vfg-home .vfg-engagements .vfg-card::before {
    content: "";

    position: absolute;

    inset: 0;

    background: rgba(0, 0, 0, 0.42);

    z-index: 0;

    pointer-events: none;
}


/* CONTENU */

div.vfg-home .vfg-engagements .vfg-card h3,
div.vfg-home .vfg-engagements .vfg-card p {
    position: relative;

    z-index: 1;
}


/* TITRES */

div.vfg-home .vfg-engagements .vfg-card h3 {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;

    font-weight: 800;

    text-shadow:
        0 2px 3px rgba(0, 0, 0, 0.95),
        0 0 5px rgba(0, 0, 0, 0.80);
}


/* PARAGRAPHES */

div.vfg-home .vfg-engagements .vfg-card p {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;

    font-weight: 650;

    line-height: 1.55;

    text-shadow:
        0 2px 3px rgba(0, 0, 0, 0.95),
        0 0 5px rgba(0, 0, 0, 0.80);
}


/* TRAIT TRICOLORE */

div.vfg-home .vfg-engagements .vfg-card::after {
    content: "";

    position: absolute;

    left: 50%;
    bottom: 12px;

    transform: translateX(-50%);

    width: 70px;
    height: 4px;

    background: linear-gradient(
        90deg,
        #009246 0%,
        #ffffff 50%,
        #CE2B37 100%
    );

    border-radius: 4px;

    z-index: 2;
}


/* HOVER */

div.vfg-home .vfg-engagements .vfg-card:hover {
    transform: translateY(-8px);

    border-color: #111111 !important;

    box-shadow:
        0 12px 20px rgba(0, 0, 0, 0.38),
        0 3px 6px rgba(0, 0, 0, 0.22);
}


/* =========================================================
   IMAGES
   ========================================================= */

div.vfg-home .vfg-image-frame {
    border: 1px solid rgba(212, 175, 55, 0.35);

    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.55);
}


div.vfg-home .vfg-image-frame img {
    display: block;

    width: 100%;

    border-radius: 4px;

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.65);
}


/* =========================================================
   BOX LOCALISATION / COMMANDE
   ========================================================= */

div.vfg-home .vfg-location-box h3,
div.vfg-home .vfg-order-box h3 {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;

    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.90);
}


/* =========================================================
   ALORS ? — GAUCHE
   ========================================================= */

div.vfg-home .vfg-order-box .vfg-title {
    text-align: left !important;
}


div.vfg-home .vfg-order-box .vfg-title::after {
    margin-left: 0 !important;
    margin-right: 0 !important;
}


/* =========================================================
   BANDEAU ITALIEN
   ========================================================= */

div.vfg-home .vfg-italian-line {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


/* =========================================================
   SEO
   ========================================================= */

.vfg-seo-content {
    margin: 0 !important;

    background: #242424 !important;

    color: #ffffff !important;

    display: flow-root;
}


.vfg-seo-content .seo-title {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;

    text-shadow:
        0 2px 5px rgba(0, 0, 0, 0.90),
        0 1px 2px rgba(0, 0, 0, 0.95);
}


.vfg-seo-content .seo-title::after {
    content: "";

    display: block;

    width: 58px;
    height: 3px;

    margin: 11px auto 0;

    background: #D4AF37;

    border-radius: 3px;
}


/* =========================================================
   =========================================================

/* VFG — ACCUEIL — ALTERNANCE NOIR / CHARBON */
.vfg-home > .vfg-section:nth-of-type(odd) {
    background:#000000 !important;
}

.vfg-home > .vfg-section:nth-of-type(even) {
    background:
        radial-gradient(circle at 50% 35%, rgba(255,255,255,.035) 0%, transparent 55%),
        linear-gradient(
            to bottom,
            #1d1d1d 0%,
            #242424 18%,
            #242424 82%,
            #1d1d1d 100%
        ) !important;
    color:#ffffff !important;
}

/* VFG — ACCUEIL — CHARBON PLUS PROFOND */
.vfg-home > .vfg-section:nth-of-type(even) {
    background:
        radial-gradient(circle at 50% 38%, rgba(255,255,255,.06) 0%, rgba(255,255,255,.02) 38%, transparent 65%),
        linear-gradient(
            to bottom,
            #191919 0%,
            #242424 20%,
            #242424 80%,
            #191919 100%
        ) !important;
}

/* =========================================================
   HERO — SLIDESHOW 3 PHOTOS
   ========================================================= */

.vfg-home .vfg-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background-image: none !important;
}

.vfg-home .vfg-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;

    background-image: var(--vfg-hero-image);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;

    opacity: var(--vfg-hero-fade, 1);
    transition: opacity 1.2s ease-in-out;

    pointer-events: none;
}

.vfg-home .vfg-hero::after {
    z-index: 1;
}

.vfg-home .vfg-hero-overlay {
    position: absolute;
    z-index: 1;
}

.vfg-home .vfg-hero-inner {
    position: relative;
    z-index: 2;
}

/* ==========================================================
   HERO — DIAPORAMA 3 PHOTOS
========================================================== */

.vfg-home .vfg-hero-slideshow {
    position:absolute;
    top:0;
    right:0;
    width:48%;
    height:100%;
    overflow:hidden;
    pointer-events:none;
    z-index:0;

    -webkit-mask-image:linear-gradient(
        to right,
        transparent 0%,
        transparent 12%,
        rgba(0,0,0,.15) 28%,
        rgba(0,0,0,.35) 42%,
        rgba(0,0,0,.60) 58%,
        rgba(0,0,0,.82) 75%,
        #000000 100%
    );

    mask-image:linear-gradient(
        to right,
        transparent 0%,
        transparent 12%,
        rgba(0,0,0,.15) 28%,
        rgba(0,0,0,.35) 42%,
        rgba(0,0,0,.60) 58%,
        rgba(0,0,0,.82) 75%,
        #000000 100%
    );
}

.vfg-home .vfg-hero-slide {
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
    background-position:right center;
    background-repeat:no-repeat;
    background-size:auto 100%;
    opacity:0;

    animation:
        vfgHeroSlideshow 18.6s ease-in-out infinite;
}


/* PHOTO 1 — ancienne photo */
.vfg-home .vfg-hero-slide-1 {
    background-image:url("https://vafangusto.fr/wp-content/uploads/2026/08/bg-commande.jpg");
    animation-delay:0s;
}

/* PHOTO 2 — La Parma */
.vfg-home .vfg-hero-slide-2 {
    background-image:url("https://vafangusto.fr/wp-content/uploads/2026/09/pizza-vafangusto-la-parma.jpg");
    animation-delay:6.2s;
}

/* PHOTO 3 */
.vfg-home .vfg-hero-slide-3 {
    background-image:url("https://vafangusto.fr/wp-content/uploads/2026/09/pizza-vafangusto.jpg");
    animation-delay:12.4s;
}


/* Fondu entre les photos */
@keyframes vfgHeroSlideshow {

    0% {
        opacity:0;
    }

    6% {
        opacity:1;
    }

    27% {
        opacity:1;
    }

    33% {
        opacity:0;
    }

    100% {
        opacity:0;
    }
}


/* ==========================================================
   HERO — LE MASK EXISTANT RESTE LE FONDU VERS LE NOIR
========================================================== */

.vfg-home .vfg-hero::after {
    background-image:none;
    opacity:1;
}


/* ==========================================================
   HERO — RESPONSIVE
========================================================== */

@media (max-width:900px) {

    .vfg-home .vfg-hero-slideshow {
        width:55%;
    }

}

@media (max-width:600px) {

    .vfg-home .vfg-hero-slideshow {
        width:70%;
    }

}

/* ==========================================================
   PROMO — COMMANDE EN LIGNE
========================================================== */

.vfg-home .vfg-promo {
    padding:3px 0;
    background:#111111;
    border-top:1px solid rgba(212,175,55,.35);
    border-bottom:1px solid rgba(212,175,55,.35);
}

.vfg-home .vfg-promo-inner {
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.vfg-home .vfg-promo-text {
    color:#ffffff;
    font-family:'Poppins',Arial,sans-serif;
    font-size:18px;
    font-weight:600;
    letter-spacing:.06em;
    line-height:1.5;
}

.vfg-home .vfg-promo-highlight {
    color:#D4AF37;
    font-family:'Poppins',Arial,sans-serif;
    font-size:30px;
    font-weight:800;
    letter-spacing:.02em;
    white-space:nowrap;
    margin:0 6px;
}

@media (max-width:600px) {
    .vfg-home .vfg-promo {
        padding:22px 15px;
    }

    .vfg-home .vfg-promo-text {
        font-size:13px;
        letter-spacing:.04em;
    }

    .vfg-home .vfg-promo-highlight {
        font-size:24px;
    }
}

/* ==========================================================
   PROMO — SLIDER FINAL
========================================================== */

.vfg-home .vfg-promo {
    padding: 3px 0;
    background: #111111;
    border-top: 1px solid rgba(212,175,55,.35);
    border-bottom: 1px solid rgba(212,175,55,.35);
    overflow: hidden;
}

.vfg-home .vfg-promo-inner {
    position: relative;
    height: 54px;
    overflow: hidden;
}

.vfg-home .vfg-promo-track {
    position: relative;
    width: 100%;
    height: 54px;
    overflow: hidden;
}

.vfg-home .vfg-promo-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 54px;

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

    box-sizing: border-box;
    padding: 0 15px;

    color: #ffffff;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .06em;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;

    opacity: 0;
    transform: translateX(100%);

    transition:
        transform .55s cubic-bezier(.65,0,.35,1),
        opacity .35s ease;
}

.vfg-home .vfg-promo-slide.is-active {
    opacity: 1;
    transform: translateX(0);
}

.vfg-home .vfg-promo-slide.is-exiting {
    opacity: 0;
    transform: translateX(-100%);
}

.vfg-home .vfg-promo-highlight {
    color: #D4AF37;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: .02em;
    white-space: nowrap;
    margin: 0 6px;
}

@media (max-width: 600px) {

    .vfg-home .vfg-promo {
        padding: 3px 0;
    }

    .vfg-home .vfg-promo-inner,
    .vfg-home .vfg-promo-track,
    .vfg-home .vfg-promo-slide {
        height: 48px;
    }

    .vfg-home .vfg-promo-slide {
        font-size: 13px;
        letter-spacing: .04em;
        line-height: 1.25;
        white-space: normal;
    }

    .vfg-home .vfg-promo-highlight {
        font-size: 24px;
    }
}

/* PROMO — LÉGER DÉCALAGE VERTICAL */
.vfg-home .vfg-promo-slide {
    padding-top: 4px !important;
    padding-bottom: 0 !important;
}

/* PROMO — AJUSTEMENT VERTICAL FINAL */
.vfg-home .vfg-promo-slide {
    top: 2px !important;
}

/* TEST — DÉCALAGE VERTICAL 20PX */
.vfg-home .vfg-promo-slide {
    top: 20px !important;
}

/* PROMO — TEST DÉCALAGE 10PX */
.vfg-home .vfg-promo-slide {
    top: 10px !important;
}

/* VFG — ACCUEIL — TEST VISIBILITÉ PHOTO */
.vfg-home > .vfg-section:nth-of-type(odd) {
    background: rgba(0, 0, 0, 0.65) !important;
}

.vfg-home > .vfg-section:nth-of-type(even) {
    background:
        linear-gradient(
            to bottom,
            rgba(25,25,25,.72),
            rgba(36,36,36,.72)
        ) !important;
}
/* VFG — ACCUEIL — CHARBON OPAQUE / NOIR TRANSPARENT */

.vfg-home > .vfg-section:nth-of-type(odd) {
    background: rgba(0, 0, 0, 0.78) !important;
}

.vfg-home > .vfg-section:nth-of-type(even) {
    background: #242424 !important;
}

/* VFG — ACCUEIL — CHARBON PREMIUM / NOIR TRANSPARENT */

/* SECTIONS NOIRES — PHOTO VISIBLE */
.vfg-home > .vfg-section:nth-of-type(odd) {
    background: rgba(0, 0, 0, 0.78) !important;
}

/* SECTIONS CHARBON — RENDU PREMIUM CONSERVÉ */
.vfg-home > .vfg-section:nth-of-type(even) {
    background:
        radial-gradient(
            circle at 50% 38%,
            rgba(255,255,255,.06) 0%,
            rgba(255,255,255,.02) 38%,
            transparent 65%
        ),
        linear-gradient(
            to bottom,
            #191919 0%,
            #242424 20%,
            #242424 80%,
            #191919 100%
        ) !important;
}

/* VFG — SÉPARATION SUBTILE DES SECTIONS */
.vfg-home > .vfg-section {
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.35);
}


/* VFG — FOND NOIR ENTRE LES SECTIONS */
.vfg-home {
    background: #000000 !important;
}


/* VFG — RETOUR VERSION TRANSPARENTE */
.vfg-home {
    background: transparent !important;
}

.vfg-home > .vfg-section:nth-of-type(odd) {
    background: rgba(0, 0, 0, 0.78) !important;
}

.vfg-home > .vfg-section:nth-of-type(even) {
    background:
        radial-gradient(
            circle at 50% 38%,
            rgba(255,255,255,.06) 0%,
            rgba(255,255,255,.02) 38%,
            transparent 65%
        ),
        linear-gradient(
            to bottom,
            #191919 0%,
            #242424 20%,
            #242424 80%,
            #191919 100%
        ) !important;
}

.vfg-home > .vfg-section {
    box-shadow: none !important;
}


/* Titre interne — même police que les gros titres Accueil */
.vfg-title {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}
