.elementor-8386 .elementor-element.elementor-element-ce80799{--display:flex;}.elementor-8386 .elementor-element.elementor-element-5f7f733{--display:flex;}/* Start custom CSS for html, class: .elementor-element-68d4364 *//*==================================================
HERO INSERTS
Le Salonais
==================================================*/

.salonais-insert-hero{

    position:relative;
    overflow:hidden;

    padding:120px 70px;

    border-radius:40px;

    margin:40px 0 120px;

    background:
    radial-gradient(circle at top left,
    rgba(124,92,255,.18),
    transparent 40%),

    radial-gradient(circle at bottom right,
    rgba(0,205,255,.12),
    transparent 35%),

    linear-gradient(135deg,#12141b,#191d27);

    color:white;

    box-shadow:
    0 35px 80px rgba(0,0,0,.18);

}

.insert-bg-decoration{

    position:absolute;

    width:520px;
    height:520px;

    right:-150px;
    top:-180px;

    border-radius:50%;

    background:
    radial-gradient(circle,
    rgba(124,92,255,.25),
    transparent 70%);

    filter:blur(40px);

    pointer-events:none;

}

.insert-hero-content{

    position:relative;

    max-width:900px;

    z-index:2;

}

.insert-badge{

    display:inline-block;

    padding:12px 22px;

    border-radius:999px;

    background:rgba(255,255,255,.08);

    border:1px solid rgba(255,255,255,.12);

    font-size:14px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:28px;

}

.salonais-insert-hero h1{

    font-size:66px;

    line-height:1.05;

    font-weight:800;

    margin-bottom:28px;
    
    color:#fff;

}

.insert-subtitle{

    max-width:760px;

    font-size:21px;

    line-height:1.9;

    color:rgba(255,255,255,.78);

    margin-bottom:55px;

}

.insert-subtitle strong{

    color:#fff;

}

.insert-features{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:22px;

}

.insert-feature{

    padding:22px;

    border-radius:22px;

    background:rgba(255,255,255,.06);

    backdrop-filter:blur(10px);

    border:1px solid rgba(255,255,255,.08);

    font-size:18px;

    font-weight:700;

    text-align:center;

    transition:.3s;

}

.insert-feature:hover{

    transform:translateY(-6px);

    background:rgba(255,255,255,.1);

    border-color:#7c5cff;

}

/************** Responsive **************/

@media(max-width:1024px){

.insert-features{

grid-template-columns:repeat(2,1fr);

}

.salonais-insert-hero h1{

font-size:50px;

}

}

@media(max-width:768px){

.salonais-insert-hero{

padding:70px 30px;

border-radius:24px;

}

.salonais-insert-hero h1{

font-size:38px;

}

.insert-subtitle{

font-size:17px;

line-height:1.7;

}

.insert-features{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0201f89 *//*==================================================
SECTION - POURQUOI CHOISIR CET INSERT
Le Salonais
==================================================*/

.salonais-benefits{

    margin:140px 0;

}

/*==============================
HEADER
==============================*/

.benefits-header{

    max-width:900px;

    margin:0 auto 80px;

    text-align:center;

}

.benefits-badge{

    display:inline-block;

    padding:10px 20px;

    border-radius:999px;

    background:#eef3ff;

    color:#6d59ff;

    font-size:14px;

    font-weight:700;

    letter-spacing:.8px;

    text-transform:uppercase;

    margin-bottom:22px;

}

.benefits-header h2{

    font-size:56px;

    font-weight:800;

    line-height:1.1;

    margin-bottom:22px;

    color:#1c1c1c;

}

.benefits-header p{

    font-size:20px;

    line-height:1.8;

    color:#666;

}

/*==============================
GRID
==============================*/

.benefits-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

/*==============================
CARD
==============================*/

.benefit-card{

    position:relative;

    overflow:hidden;

    padding:38px;

    border-radius:28px;

    background:#ffffff;

    border:1px solid #ececec;

    box-shadow:
    0 12px 35px rgba(0,0,0,.06);

    transition:all .35s ease;

}

.benefit-card:hover{

    transform:translateY(-8px);

    border-color:#d8d8d8;

    box-shadow:
    0 22px 55px rgba(0,0,0,.12);

}

/*==============================
ICONE
==============================*/

.benefit-icon{

    width:74px;

    height:74px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:22px;

    background:linear-gradient(135deg,#f4f1ff,#edf4ff);

    font-size:34px;

    margin-bottom:28px;

    transition:.3s;

}

.benefit-card:hover .benefit-icon{

    transform:scale(1.08);

}

/*==============================
TEXTES
==============================*/

.benefit-card h3{

    font-size:28px;

    font-weight:700;

    line-height:1.25;

    margin-bottom:18px;

    color:#222;

}

.benefit-card p{

    font-size:16px;

    line-height:1.9;

    color:#666;

    margin:0;

}

/*==============================
CARTE PREMIUM
==============================*/

.benefit-card.featured{

    background:
    radial-gradient(circle at top right,
    rgba(124,92,255,.18),
    transparent 45%),

    linear-gradient(145deg,#171b24,#232b38);

    border-color:rgba(255,255,255,.08);

}

.benefit-card.featured h3{

    color:#fff;

}

.benefit-card.featured p{

    color:rgba(255,255,255,.75);

}

.benefit-card.featured .benefit-icon{

    background:rgba(255,255,255,.08);

}

.benefit-glow{

    position:absolute;

    width:220px;

    height:220px;

    top:-90px;

    right:-90px;

    border-radius:50%;

    background:rgba(124,92,255,.22);

    filter:blur(75px);

    pointer-events:none;

}

/*==============================
RESPONSIVE
==============================*/

@media(max-width:1100px){

    .benefits-grid{

        grid-template-columns:repeat(2,1fr);

    }

}

@media(max-width:768px){

    .salonais-benefits{

        margin:90px 0;

    }

    .benefits-header{

        margin-bottom:50px;

    }

    .benefits-header h2{

        font-size:38px;

    }

    .benefits-header p{

        font-size:17px;

    }

    .benefits-grid{

        grid-template-columns:1fr;

        gap:22px;

    }

    .benefit-card{

        padding:28px;

    }

    .benefit-card h3{

        font-size:24px;

    }

    .benefit-icon{

        width:64px;

        height:64px;

        font-size:28px;

        margin-bottom:22px;

    }

}/* End custom CSS */