.elementor-7729 .elementor-element.elementor-element-52264a4{--display:flex;}/* Start custom CSS for html, class: .elementor-element-277b70d *//* =========================================================
   HERO HOMM3
========================================================= */

.hero-homm3{
    position:relative;
    overflow:hidden;
    border-radius:24px;
    margin-bottom:40px;

    background-image:url('https://www.le-salonais.fr/wp-content/uploads/2026/05/iana-venge-dungeon-heroes-black-dragon-scaled.jpg');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;

    box-shadow:0 20px 60px rgba(0,0,0,0.35);
}

.hero-overlay{
    background:
        linear-gradient(
            135deg,
            rgba(5,5,15,0.92),
            rgba(28,18,10,0.82)
        );

    padding:90px 50px;
}

.hero-content{
    max-width:850px;
}

.hero-badge{
    display:inline-block;

    background:linear-gradient(
        135deg,
        #c69c4d,
        #f0d38a
    );

    color:#111;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;

    padding:10px 18px;
    border-radius:999px;

    margin-bottom:24px;

    box-shadow:0 6px 20px rgba(198,156,77,0.35);
}

.hero-homm3 h1{
    color:#ffffff;

    font-size:62px;
    line-height:1.05;
    font-weight:800;

    margin-bottom:28px;
}

.hero-subtitle{
    color:#e4e4e4;

    font-size:21px;
    line-height:1.8;

    max-width:760px;
}

.hero-features{
    display:flex;
    flex-wrap:wrap;
    gap:18px;

    margin-top:40px;
}

.feature{
    display:flex;
    align-items:center;
    gap:12px;

    background:rgba(255,255,255,0.08);

    border:1px solid rgba(255,255,255,0.12);

    backdrop-filter:blur(10px);

    border-radius:18px;

    padding:14px 18px;

    color:#fff;

    transition:all 0.3s ease;
}

.feature:hover{
    transform:translateY(-3px);

    background:rgba(255,255,255,0.12);
}

.feature span{
    font-size:20px;
}

.feature strong{
    font-size:15px;
    font-weight:700;
}


/* =========================================================
   SECTIONS GÉNÉRALES
========================================================= */

.ls-section{
    padding:80px 0;
}

.ls-container{
    max-width:1100px;
    margin:auto;
}

.ls-section h2,
.ls-warning h2{
    font-size:44px;
    line-height:1.1;
    font-weight:800;

    margin-bottom:30px;

    color:#111;
}

.ls-section p,
.ls-warning p{
    font-size:18px;
    line-height:1.9;

    color:#4a4a4a;

    margin-bottom:24px;
}

.ls-section strong{
    color:#111;
}


/* =========================================================
   SECTION DARK
========================================================= */

.ls-section.dark{
    background:
        linear-gradient(
            135deg,
            #111317,
            #1a1d24
        );

    border-radius:28px;

    padding:80px 45px;

    color:#ffffff;

    box-shadow:0 15px 50px rgba(0,0,0,0.2);
}

.ls-section.dark h2{
    color:#ffffff;
}

.ls-section.dark p{
    color:#d8d8d8;
}


/* =========================================================
   SECTION GOLD
========================================================= */

.ls-section.gold{
    background:
        linear-gradient(
            135deg,
            #171108,
            #2a1d0d
        );

    border:1px solid rgba(198,156,77,0.25);

    border-radius:28px;

    padding:80px 45px;

    color:#f4f1e8;

    box-shadow:0 15px 50px rgba(0,0,0,0.2);
}

.ls-section.gold h2{
    color:#f0d38a;
}

.ls-section.gold p{
    color:#ece6da;
}


/* =========================================================
   LISTES
========================================================= */

.ls-list{
    list-style:none;
    padding:0;
    margin-top:35px;
}

.ls-list li{
    position:relative;

    padding-left:34px;

    margin-bottom:16px;

    font-size:18px;
    line-height:1.7;
}

.ls-list li::before{
    content:"✔";

    position:absolute;
    left:0;
    top:0;

    color:#c69c4d;

    font-weight:700;
}


/* =========================================================
   GRID FEATURES
========================================================= */

.grid-features{
    display:grid;

    grid-template-columns:
        repeat(
            auto-fit,
            minmax(260px,1fr)
        );

    gap:24px;

    margin-top:45px;
}

.grid-card{
    background:#1c1f26;

    border-radius:22px;

    padding:30px;

    border:1px solid rgba(255,255,255,0.08);

    transition:all 0.3s ease;
}

.grid-card:hover{
    transform:translateY(-5px);

    border-color:rgba(240,211,138,0.3);
}

.grid-card h3{
    color:#f0d38a;

    font-size:24px;

    margin-bottom:18px;
}

.grid-card p{
    color:#d7d7d7;

    font-size:16px;
    line-height:1.8;

    margin:0;
}


/* =========================================================
   SPLIT SECTION
========================================================= */

.split{
    display:grid;

    grid-template-columns:1.3fr 0.7fr;

    gap:45px;

    align-items:start;
}

.quality-box{
    background:
        linear-gradient(
            135deg,
            #16181d,
            #1d2128
        );

    color:#ffffff;

    padding:34px;

    border-radius:24px;

    box-shadow:0 12px 35px rgba(0,0,0,0.15);
}

.quality-box h3{
    color:#f0d38a;

    font-size:28px;

    margin-bottom:24px;
}

.quality-box ul{
    list-style:none;
    padding:0;
    margin:0;
}

.quality-box li{
    margin-bottom:16px;

    font-size:17px;
    line-height:1.7;

    color:#e2e2e2;
}


/* =========================================================
   BLOCKQUOTE
========================================================= */

blockquote{
    border-left:4px solid #c69c4d;

    padding-left:28px;

    margin:40px 0;

    font-size:24px;
    line-height:1.8;

    color:#f4ead4;

    font-style:italic;
}


/* =========================================================
   SECTION WARNING
========================================================= */

.ls-warning{
    background:
        linear-gradient(
            135deg,
            #171717,
            #1f1f1f
        );

    border:2px solid rgba(255,255,255,0.08);

    border-radius:28px;

    padding:70px 45px;

    margin-top:60px;

    color:#ffffff;

    box-shadow:0 15px 40px rgba(0,0,0,0.2);
}

.ls-warning h2{
    color:#f0d38a;
}

.ls-warning p{
    color:#d8d8d8;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:768px){

    .hero-overlay{
        padding:65px 28px;
    }

    .hero-homm3 h1{
        font-size:40px;
        line-height:1.1;
    }

    .hero-subtitle{
        font-size:18px;
        line-height:1.7;
    }

    .hero-features{
        gap:12px;
    }

    .feature{
        width:100%;
    }

    .ls-section{
        padding:55px 0;
    }

    .ls-section.dark,
    .ls-section.gold,
    .ls-warning{
        padding:45px 24px;
        border-radius:22px;
    }

    .ls-section h2,
    .ls-warning h2{
        font-size:34px;
    }

    .ls-section p,
    .ls-warning p{
        font-size:17px;
    }

    .split{
        grid-template-columns:1fr;
    }

    blockquote{
        font-size:20px;
    }
}/* End custom CSS */