.elementor-8396 .elementor-element.elementor-element-ce80799{--display:flex;}/* Start custom CSS for html, class: .elementor-element-eb2fd87 *//*==================================================
INSERT HEROES OF MIGHT & MAGIC III
Le Salonais — préfixe homm-
==================================================*/
:root{
    --homm-dark-1:#0e1016;
    --homm-dark-2:#191d27;
    --homm-violet:#7c5cff;
    --homm-gold:#e8b34b;
    --homm-cyan:#5fd0ff;
}

/**********************
HERO
**********************/
.salonais-homm-hero{
    position:relative;
    overflow:hidden;
    padding:110px 70px 90px;
    border-radius:40px;
    margin:40px 0 100px;
    background:linear-gradient(150deg,var(--homm-dark-1),var(--homm-dark-2));
    color:white;
    box-shadow:0 35px 80px rgba(0,0,0,.2);
}
.homm-aurora{
    position:absolute;
    border-radius:50%;
    filter:blur(60px);
    pointer-events:none;
    opacity:.8;
    animation:homm-drift 14s ease-in-out infinite alternate;
}
.homm-aurora-1{
    width:560px;height:560px;
    right:-160px;top:-200px;
    background:radial-gradient(circle,rgba(124,92,255,.35),transparent 70%);
}
.homm-aurora-2{
    width:480px;height:480px;
    left:-180px;bottom:-220px;
    background:radial-gradient(circle,rgba(232,179,75,.22),transparent 70%);
    animation-delay:-7s;
}
.homm-aurora-3{
    width:460px;height:460px;
    right:-140px;top:-160px;
    background:radial-gradient(circle,rgba(95,208,255,.25),transparent 70%);
}
@keyframes homm-drift{
    from{transform:translate(0,0) scale(1);}
    to{transform:translate(40px,30px) scale(1.12);}
}
.homm-hero-content{
    position:relative;
    max-width:920px;
    z-index:2;
}
.homm-badge{
    display:inline-block;
    padding:12px 22px;
    border-radius:999px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.14);
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:28px;
    animation:homm-rise .7s ease both;
}
.salonais-homm-hero h1{
    font-size:62px;
    line-height:1.08;
    font-weight:800;
    margin-bottom:26px;
    color:white;
    animation:homm-rise .7s .1s ease both;
}
.homm-title-gradient{
    background:linear-gradient(90deg,var(--homm-gold),var(--homm-violet) 60%,var(--homm-cyan));
    background-size:200% auto;
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
    animation:homm-shine 6s linear infinite;
}
@keyframes homm-shine{
    to{background-position:200% center;}
}
.homm-subtitle{
    max-width:740px;
    font-size:20px;
    line-height:1.85;
    color:rgba(255,255,255,.78);
    margin-bottom:45px;
    animation:homm-rise .7s .2s ease both;
}
.homm-subtitle strong{color:white;}
.homm-hero-chips{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
    margin-bottom:50px;
    animation:homm-rise .7s .3s ease both;
}
.homm-chip{
    padding:20px 16px;
    border-radius:20px;
    background:rgba(255,255,255,.06);
    backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,.09);
    font-size:16px;
    font-weight:700;
    text-align:center;
    transition:.3s;
}
.homm-chip:hover{
    transform:translateY(-6px);
    background:rgba(255,255,255,.1);
    border-color:var(--homm-violet);
}
.homm-factions{
    animation:homm-rise .7s .4s ease both;
}
.homm-factions-label{
    font-size:14px;
    letter-spacing:1px;
    text-transform:uppercase;
    color:rgba(255,255,255,.55);
    margin-bottom:14px;
}
.homm-factions-bar{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}
.homm-faction{
    width:34px;
    height:34px;
    border-radius:10px;
    background:var(--fc);
    border:1px solid rgba(255,255,255,.18);
    cursor:help;
    transition:.25s;
}
.homm-faction:hover{
    transform:translateY(-6px) scale(1.12);
    box-shadow:0 10px 22px rgba(0,0,0,.35);
}
@keyframes homm-rise{
    from{opacity:0;transform:translateY(22px);}
    to{opacity:1;transform:translateY(0);}
}

/**********************
CHIFFRES CLÉS
**********************/
.salonais-homm-stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
    margin:0 0 110px;
}
.homm-stat{
    padding:34px 20px;
    border-radius:24px;
    text-align:center;
    background:rgba(124,92,255,.05);
    border:1px solid rgba(124,92,255,.12);
    transition:.3s;
}
.homm-stat:hover{
    transform:translateY(-6px);
    border-color:var(--homm-violet);
}
.homm-stat-number{
    display:block;
    font-size:46px;
    font-weight:800;
    line-height:60px;
    background:linear-gradient(90deg,var(--homm-violet),var(--homm-cyan));
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
    margin-bottom:8px;
}
.homm-stat-label{
    font-size:14px;
    line-height:1.4;
    letter-spacing:1px;
    text-transform:uppercase;
    color:rgba(0,0,0,.55);
}

/**********************
EN-TÊTES DE SECTION
**********************/
.homm-section-header{
    max-width:760px;
    margin:0 auto 60px;
    text-align:center;
}
.homm-eyebrow{
    display:inline-block;
    padding:8px 18px;
    border-radius:999px;
    background:rgba(124,92,255,.1);
    color:var(--homm-violet);
    font-size:13px;
    font-weight:700;
    letter-spacing:1.5px;
    text-transform:uppercase;
    margin-bottom:18px;
}
.homm-eyebrow-light{
    background:rgba(255,255,255,.08);
    color:var(--homm-cyan);
}
.homm-section-header h2{
    font-size:42px;
    font-weight:800;
    line-height:1.15;
    margin-bottom:18px;
}
.homm-section-header p{
    font-size:18px;
    line-height:1.8;
    color:rgba(0,0,0,.6);
}

/**********************
DEUX BOÎTES
**********************/
.salonais-homm-boxes{margin:0 0 110px;}
.homm-boxes-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}
.homm-box-card{
    position:relative;
    overflow:hidden;
    padding:45px 40px;
    border-radius:28px;
    background:linear-gradient(160deg,var(--homm-dark-1),var(--homm-dark-2));
    color:white;
    box-shadow:0 25px 60px rgba(0,0,0,.15);
    transition:.3s;
}
.homm-box-card:hover{transform:translateY(-8px);}
.homm-box-glow{
    position:absolute;
    width:320px;height:320px;
    right:-120px;top:-140px;
    border-radius:50%;
    filter:blur(50px);
    pointer-events:none;
    transition:.4s;
}
.homm-box-violet .homm-box-glow{background:radial-gradient(circle,rgba(124,92,255,.35),transparent 70%);}
.homm-box-gold .homm-box-glow{background:radial-gradient(circle,rgba(232,179,75,.3),transparent 70%);}
.homm-box-card:hover .homm-box-glow{transform:scale(1.25);}
.homm-box-icon{
    position:relative;
    font-size:42px;
    display:block;
    margin-bottom:20px;
}
.homm-box-card h3{
    position:relative;
    font-size:26px;
    font-weight:800;
    margin-bottom:6px;
    color:white;
}
.homm-box-tag{
    position:relative;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:24px;
}
.homm-box-violet .homm-box-tag{color:var(--homm-violet);}
.homm-box-gold .homm-box-tag{color:var(--homm-gold);}
.homm-box-card ul{
    position:relative;
    list-style:none;
    margin:0;
    padding:0;
}
.homm-box-card li{
    position:relative;
    padding:11px 0 11px 30px;
    font-size:16px;
    line-height:1.6;
    color:rgba(255,255,255,.78);
    border-bottom:1px solid rgba(255,255,255,.07);
}
.homm-box-card li:last-child{border-bottom:none;}
.homm-box-card li::before{
    content:"✦";
    position:absolute;
    left:0;
}
.homm-box-violet li::before{color:var(--homm-violet);}
.homm-box-gold li::before{color:var(--homm-gold);}

/**********************
CONTENU
**********************/
.salonais-homm-content{margin:0 0 110px;}
.homm-content-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}
.homm-content-card{
    padding:34px 30px;
    border-radius:24px;
    background:rgba(124,92,255,.05);
    border:1px solid rgba(124,92,255,.12);
    transition:.3s;
}
.homm-content-card:hover{
    transform:translateY(-6px);
    background:rgba(124,92,255,.09);
    border-color:var(--homm-violet);
    box-shadow:0 18px 40px rgba(124,92,255,.12);
}
.homm-content-icon{
    font-size:34px;
    display:block;
    margin-bottom:16px;
}
.homm-content-card h3{
    font-size:20px;
    font-weight:800;
    margin-bottom:10px;
}
.homm-content-card p{
    font-size:15px;
    line-height:1.7;
    color:rgba(0,0,0,.6);
    margin:0;
}

/**********************
SLEEVES
**********************/
.salonais-homm-sleeves{
    position:relative;
    overflow:hidden;
    padding:70px 60px;
    border-radius:32px;
    margin:0 0 110px;
    background:linear-gradient(135deg,var(--homm-dark-1),var(--homm-dark-2));
    color:white;
}
.homm-sleeves-inner{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:50px;
    z-index:2;
}
.homm-sleeves-text{max-width:640px;}
.homm-sleeves-text h2{
    font-size:36px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:18px;
    color:white;
}
.homm-sleeves-text p{
    font-size:17px;
    line-height:1.8;
    color:rgba(255,255,255,.75);
    margin:0;
}
.homm-sleeves-text strong{color:white;}
.homm-sleeves-ring{
    flex-shrink:0;
    width:200px;
    height:200px;
    border-radius:50%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    background:rgba(255,255,255,.05);
    border:2px solid transparent;
    background-image:
    linear-gradient(var(--homm-dark-2),var(--homm-dark-2)),
    linear-gradient(135deg,var(--homm-cyan),var(--homm-violet));
    background-origin:border-box;
    background-clip:padding-box,border-box;
    animation:homm-pulse 3.5s ease-in-out infinite;
}
@keyframes homm-pulse{
    0%,100%{box-shadow:0 0 0 0 rgba(95,208,255,.25);}
    50%{box-shadow:0 0 0 18px rgba(95,208,255,0);}
}
.homm-sleeves-number{
    font-size:46px;
    font-weight:800;
    color:var(--homm-cyan);
}
.homm-sleeves-caption{
    font-size:13px;
    line-height:1.4;
    color:rgba(255,255,255,.7);
    text-transform:uppercase;
    letter-spacing:1px;
    margin-top:6px;
}

/**********************
INFOS PRATIQUES
**********************/
.salonais-homm-infos{margin:0 0 90px;}
.homm-infos-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}
.homm-info-item{
    display:flex;
    align-items:flex-start;
    gap:16px;
    padding:24px 26px;
    border-radius:20px;
    background:rgba(0,0,0,.03);
    border:1px solid rgba(0,0,0,.06);
    transition:.3s;
}
.homm-info-item:hover{border-color:rgba(124,92,255,.4);}
.homm-info-item span{font-size:26px;line-height:1;}
.homm-info-item p{
    font-size:15px;
    line-height:1.7;
    color:rgba(0,0,0,.65);
    margin:0;
}

/**********************
Accessibilité
**********************/
@media(prefers-reduced-motion:reduce){
.homm-aurora,
.homm-title-gradient,
.homm-sleeves-ring,
.homm-badge,
.salonais-homm-hero h1,
.homm-subtitle,
.homm-hero-chips,
.homm-factions{
animation:none;
}
}

/**********************
Responsive
**********************/
@media(max-width:1024px){
.salonais-homm-hero h1{font-size:48px;}
.homm-hero-chips{grid-template-columns:repeat(2,1fr);}
.salonais-homm-stats{grid-template-columns:repeat(2,1fr);}
.homm-content-grid{grid-template-columns:repeat(2,1fr);}
.homm-section-header h2{font-size:34px;}
}
@media(max-width:768px){
.salonais-homm-hero{
padding:65px 28px 55px;
border-radius:24px;
}
.salonais-homm-hero h1{font-size:36px;}
.homm-subtitle{font-size:17px;line-height:1.7;}
.homm-hero-chips{grid-template-columns:1fr;}
.homm-boxes-grid,
.homm-content-grid,
.homm-infos-grid{grid-template-columns:1fr;}
.homm-box-card{padding:35px 28px;}
.salonais-homm-sleeves{
padding:50px 28px;
border-radius:24px;
}
.homm-sleeves-inner{
flex-direction:column;
text-align:center;
}
.homm-sleeves-text h2{font-size:28px;}
.homm-section-header h2{font-size:28px;}
.salonais-homm-boxes,
.salonais-homm-content,
.salonais-homm-sleeves,
.salonais-homm-stats{margin-bottom:65px;}
}/* End custom CSS */