.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );}/* Start custom CSS for html, class: .elementor-element-8c08c41 *//* =========================================================
   VAUJANY - LANDING LANGUE / DOCUMENTATION
   Premium clean + Elementor variables
   ========================================================= */

/* =========================
   CONTAINER GLOBAL
   ========================= */

.vaujany-lang-landing {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;

    /* fond sobre premium */
    background: linear-gradient(
        180deg,
        var(--e-global-color-primary),
        #1d264d
    );

    padding: 40px 20px;
    text-align: center;
}

/* =========================
   BLOC CENTRAL
   ========================= */

.lang-landing-inner {
    max-width: 520px;
    width: 100%;
}

/* =========================
   LOGO
   ========================= */

.lang-logo {
    width: 180px;
    max-width: 70%;
    height: auto;
    margin-bottom: 20px;

    filter: drop-shadow(0 6px 20px rgba(0,0,0,0.25));
}

/* =========================
   TITRE
   ========================= */

.vaujany-lang-landing h1 {
    color: #fff;
    font-size: clamp(22px, 3vw, 34px);
    font-weight: 700;
    letter-spacing: 0.08em;
    margin: 10px 0;
    text-transform: uppercase;
}

/* =========================
   TEXTE
   ========================= */

.vaujany-lang-landing p {
    color: rgba(255,255,255,0.85);
    font-size: 16px;
    margin-bottom: 30px;
}

/* =========================
   BOUTONS LANGUE
   ========================= */

.lang-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* =========================
   BOUTON LANG
   ========================= */

.lang-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    padding: 14px 18px;
    border-radius: 12px;

    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.18);

    color: #fff;
    text-decoration: none;

    transition: all 0.2s ease;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

/* hover premium */
.lang-btn:hover {
    background: rgba(255,255,255,0.20);
    transform: translateY(-2px);
    border-color: rgba(255,255,255,0.35);
}

/* =========================
   FLAGS
   ========================= */

.lang-btn img {
    width: 22px;
    height: auto;
    border-radius: 3px;
}

/* =========================
   TEXTE BOUTON
   ========================= */

.lang-btn span {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.03em;
}

/* =========================
   MOBILE OPTIMISÉ
   ========================= */

@media (max-width: 768px) {

    .lang-logo {
        width: 140px;
    }

    .lang-btn {
        padding: 12px 14px;
    }

    .vaujany-lang-landing p {
        font-size: 14px;
    }
}/* End custom CSS */