.elementor-7806 .elementor-element.elementor-element-3904b18{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4900bcb *//* =========================================
HERO
========================================= */

.salonais-canvas-hero{
    position:relative;

    overflow:hidden;

    border-radius:36px;

    min-height:700px;

    display:flex;
    align-items:flex-end;

    padding:90px;

    background-image:url('https://www.le-salonais.fr/wp-content/uploads/2026/05/texture.jpg');
    background-size:cover;
    background-position:center;

    box-shadow:
    0 30px 70px rgba(0,0,0,0.18);

    margin-bottom:120px;
}

.salonais-canvas-hero h1{
    color:#d7d9c3;
}

.canvas-overlay{
    position:absolute;
    inset:0;

    background:
    linear-gradient(
        180deg,
        rgba(0,0,0,0.08),
        rgba(0,0,0,0.74)
    );

    z-index:1;
}

.canvas-content{
    position:relative;
    z-index:2;

    max-width:760px;

    color:#fff;
}

.canvas-badge{
    display:inline-block;

    padding:12px 20px;

    border-radius:999px;

    background:rgba(255,255,255,0.10);

    border:1px solid rgba(255,255,255,0.10);

    backdrop-filter:blur(12px);

    margin-bottom:26px;

    font-size:14px;
    font-weight:700;
}

.canvas-content h1{
    font-size:96px;
    line-height:0.95;

    font-weight:800;

    margin-bottom:24px;
}

.canvas-subtitle{
    font-size:22px;
    line-height:1.8;

    color:rgba(255,255,255,0.82);

    margin-bottom:42px;
}

.canvas-features{
    display:flex;
    flex-wrap:wrap;

    gap:14px;
}

.canvas-feature{
    padding:14px 20px;

    border-radius:18px;

    background:rgba(255,255,255,0.10);

    border:1px solid rgba(255,255,255,0.08);

    backdrop-filter:blur(10px);

    font-size:15px;
    font-weight:600;
}

/* =========================================
SECTIONS
========================================= */

.salonais-canvas-section{
    margin:140px 0;
}

.canvas-section-header{
    text-align:center;

    max-width:850px;

    margin:0 auto 70px auto;
}

.canvas-mini-title{
    display:inline-block;

    margin-bottom:18px;

    padding:10px 18px;

    border-radius:999px;

    background:rgba(52,122,155,0.10);

    color:#347a9b;

    border:1px solid rgba(52,122,155,0.12);

    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.canvas-section-header h2{
    font-size:58px;
    line-height:1.05;

    margin-bottom:24px;

    font-weight:800;
}

.canvas-section-header p{
    font-size:20px;
    line-height:1.8;

    color:#666;
}

/* =========================================
CONCEPT GRID
========================================= */

.canvas-concept-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);

    gap:30px;
}

.canvas-concept-card{
    position:relative;

    overflow:hidden;

    padding:42px 36px;

    border-radius:30px;

    background:#fff;

    box-shadow:
    0 20px 50px rgba(0,0,0,0.08);

    transition:all 0.35s ease;
}

.canvas-concept-card:hover{
    transform:translateY(-8px);
}

.canvas-concept-card.featured{
    background:#347a9b;

    color:#fff;
}

.canvas-glow{
    position:absolute;

    width:240px;
    height:240px;

    background:rgba(255,255,255,0.18);

    filter:blur(90px);

    top:-80px;
    right:-80px;
}

.canvas-icon{
    font-size:52px;

    margin-bottom:26px;
}

.canvas-concept-card h3{
    font-size:32px;

    margin-bottom:20px;
}

.canvas-concept-card p{
    font-size:17px;
    line-height:1.8;
}

/* =========================================
DETAILS
========================================= */

.salonais-canvas-details{
    display:grid;
    grid-template-columns:1.3fr 0.7fr;

    gap:40px;

    margin:140px 0;
}

.canvas-details-left{
    padding:60px;

    border-radius:36px;

    background:#f5f8fa;
}

.canvas-details-left h2{
    font-size:52px;

    margin:24px 0;
}

.canvas-details-left p{
    font-size:19px;
    line-height:1.8;

    color:#666;

    margin-bottom:34px;
}

.canvas-details-list{
    list-style:none;

    padding:0;
    margin:0;
}

.canvas-details-list li{
    padding:16px 0;

    border-bottom:1px solid rgba(0,0,0,0.08);

    font-size:18px;
}

.canvas-highlight-card{
    height:100%;

    padding:60px 42px;

    border-radius:36px;

    background:
    radial-gradient(circle at top right, rgba(52,122,155,0.18), transparent 35%),
    #111827;

    color:#fff;
}

.canvas-highlight-card h3{
    color:#d7d9c3;
    text-transform:none;
}

.highlight-icon{
    font-size:56px;

    margin-bottom:28px;
}

.canvas-highlight-card h3{
    font-size:42px;

    margin-bottom:28px;
}

.canvas-highlight-card ul{
    padding-left:20px;
}

.canvas-highlight-card li{
    margin-bottom:16px;

    font-size:18px;
    line-height:1.7;
}

/* =========================================
SECTION FINALE
========================================= */

.salonais-canvas-artist{
    position:relative;

    overflow:hidden;

    margin:140px 0;

    padding:110px 70px;

    border-radius:40px;

    background:
    radial-gradient(circle at top left, rgba(52,122,155,0.14), transparent 30%),
    #10151a;

    color:#fff;
}

.canvas-soft-glow{
    position:absolute;

    width:280px;
    height:280px;

    background:rgba(52,122,155,0.20);

    filter:blur(110px);

    top:-80px;
    right:-80px;
}

.salonais-canvas-artist .canvas-section-header h2,
.salonais-canvas-artist .canvas-section-header p{
    color:#fff;
}

.salonais-canvas-artist .canvas-section-header p{
    color:rgba(255,255,255,0.72);
}

/* =========================================
MOBILE
========================================= */

@media(max-width:768px){

    .salonais-canvas-hero{

        min-height:520px;

        padding:42px 28px;

        border-radius:26px;
    }

    .canvas-content h1{
        font-size:52px;
    }

    .canvas-subtitle{
        font-size:18px;
    }

    .canvas-features{
        flex-direction:column;
    }

    .canvas-concept-grid,
    .salonais-canvas-details{
        grid-template-columns:1fr;
    }

    .canvas-section-header h2,
    .canvas-details-left h2{
        font-size:38px;
    }

    .canvas-details-left,
    .canvas-highlight-card,
    .salonais-canvas-artist{
        padding:40px 28px;
    }

}/* End custom CSS */