.elementor-1259 .elementor-element.elementor-element-9ff2e37{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 100px;--row-gap:0px;--column-gap:100px;--margin-top:0px;--margin-bottom:70px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1259 .elementor-element.elementor-element-b4e787b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1259 .elementor-element.elementor-element-dc7f035{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:1024px){.elementor-1259 .elementor-element.elementor-element-9ff2e37{--gap:70px 70px;--row-gap:70px;--column-gap:70px;--margin-top:0px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-1259 .elementor-element.elementor-element-9ff2e37{--gap:50px 50px;--row-gap:50px;--column-gap:50px;}.elementor-1259 .elementor-element.elementor-element-e66bb7f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1259 .elementor-element.elementor-element-dc7f035{--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-1259 .elementor-element.elementor-element-049d756{margin:-25px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}@media(min-width:768px){.elementor-1259 .elementor-element.elementor-element-b4e787b{--width:50%;}.elementor-1259 .elementor-element.elementor-element-dc7f035{--width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1259 .elementor-element.elementor-element-b4e787b{--width:61%;}.elementor-1259 .elementor-element.elementor-element-dc7f035{--width:39%;}}/* Start custom CSS for html, class: .elementor-element-e66bb7f */*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins',sans-serif;
}

/* ===========================
   HERO
=========================== */

.breadcrumb-hero{
    position:relative;
    width:100%;
    min-height:520px; /* Plus de hauteur */
    display:flex;
    justify-content:center;
    align-items:flex-start; /* Le contenu commence en haut */
    overflow:hidden;
    background:linear-gradient(135deg,#0f0f10,#17191d,#20252d);
    border-radius:0 0 40px 40px;
    padding:140px 20px 60px; /* Grand espace en haut */
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:
    radial-gradient(circle at top right,
    rgba(255,255,255,.07),
    transparent 45%),
    linear-gradient(180deg,
    rgba(255,255,255,.03),
    rgba(0,0,0,.45));
}

/* ===========================
   BLUR
=========================== */

.blur-circle{
    position:absolute;
    border-radius:50%;
    filter:blur(90px);
    opacity:.35;
    animation:float 9s ease-in-out infinite;
}

.blur1{
    width:260px;
    height:260px;
    background:#00c9a7;
    top:-70px;
    right:-80px;
}

.blur2{
    width:220px;
    height:220px;
    background:#6f7cff;
    bottom:-70px;
    left:-60px;
    animation-delay:2s;
}

/* ===========================
   CONTENT
=========================== */

.breadcrumb-content{
    position:relative;
    z-index:2;
    width:100%;
    max-width:1000px;
    margin:0 auto;
    text-align:center;
}

.mini-title{
    display:inline-block;
    padding:8px 18px;
    border:1px solid rgba(255,255,255,.15);
    background:rgba(255,255,255,.05);
    backdrop-filter:blur(12px);
    border-radius:40px;
    color:#d8d8d8;
    font-size:13px;
    letter-spacing:1px;
    margin-bottom:25px;
}

.breadcrumb-content h1{
    font-size:clamp(34px,5vw,54px);
    font-weight:700;
    color:#fff;
    line-height:1.2;
    margin-bottom:25px;
    text-shadow:0 10px 25px rgba(0,0,0,.3);
    word-break:break-word;
}

.breadcrumb-nav{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:12px;
    padding:14px 26px;
    border-radius:60px;
    background:rgba(255,255,255,.07);
    backdrop-filter:blur(15px);
    border:1px solid rgba(255,255,255,.12);
}

.breadcrumb-nav a{
    color:#fff;
    text-decoration:none;
    font-size:15px;
    transition:.3s;
}

.breadcrumb-nav a:hover{
    color:#00d2b5;
}

.current{
    color:#00d2b5;
    font-weight:600;
}

.separator{
    width:28px;
    height:28px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(255,255,255,.08);
}

.separator svg{
    width:12px;
    height:12px;
    stroke:#fff;
    stroke-width:2.5;
    fill:none;
}

/* ===========================
   ANIMATION
=========================== */

@keyframes float{

    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(30px);
    }

}

/* ===========================
   TABLET
=========================== */

@media(max-width:768px){

    .breadcrumb-hero{
        min-height:430px;
        padding:120px 18px 50px;
        border-radius:0 0 25px 25px;
    }

    .breadcrumb-content{
        max-width:100%;
    }

    .mini-title{
        font-size:12px;
    }

    .breadcrumb-content h1{
        font-size:34px;
    }

    .breadcrumb-nav{
        gap:8px;
        padding:12px 18px;
    }

    .breadcrumb-nav a,
    .current{
        font-size:14px;
    }

}

/* ===========================
   MOBILE
=========================== */

@media(max-width:480px){

    .breadcrumb-hero{
        min-height:380px;
        padding:100px 15px 40px;
    }

    .mini-title{
        font-size:11px;
        padding:6px 14px;
    }

    .breadcrumb-content h1{
        font-size:28px;
        line-height:1.3;
    }

    .breadcrumb-nav{
        padding:10px 14px;
        gap:6px;
        border-radius:30px;
    }

    .breadcrumb-nav a,
    .current{
        font-size:13px;
    }

    .separator{
        width:24px;
        height:24px;
    }

    .separator svg{
        width:10px;
        height:10px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-049d756 */*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}

.sc-about{
padding:90px 20px;
background:#ffffff;
}

.sc-container{
max-width:1250px;
margin:auto;
display:flex;
align-items:center;
justify-content:space-between;
gap:70px;
}

.sc-image{
flex:1;
position:relative;
}

.sc-image::before{
content:"";
position:absolute;
width:220px;
height:220px;
background:#42D8A4;
border-radius:50%;
top:-35px;
left:-35px;
opacity:.12;
z-index:0;
}

.sc-image::after{
content:"";
position:absolute;
width:160px;
height:160px;
background:#213A38;
border-radius:50%;
bottom:-30px;
right:-30px;
opacity:.08;
z-index:0;
}

.sc-image img{
position:relative;
z-index:2;
width:100%;
display:block;
border-radius:24px;
box-shadow:0 25px 70px rgba(33,58,56,.15);
transition:.4s;
}

.sc-image img:hover{
transform:translateY(-8px);
box-shadow:0 35px 80px rgba(33,58,56,.22);
}

.sc-content{
flex:1;
background:#ffffff;
padding:45px;
border-radius:24px;
border:1px solid #e8eeee;
box-shadow:0 15px 45px rgba(33,58,56,.08);
}

.sc-badge{
display:inline-block;
padding:10px 22px;
background:#42D8A4;
color:#ffffff;
border-radius:50px;
font-size:13px;
font-weight:600;
letter-spacing:1px;
margin-bottom:22px;
}

.sc-content h2{
font-size:46px;
line-height:1.15;
font-weight:700;
color:#213A38;
margin-bottom:25px;
}

.sc-content p{
font-size:17px;
line-height:1.9;
color:#5d6968;
margin-bottom:18px;
}

.sc-content strong{
color:#42D8A4;
font-weight:700;
}

.sc-content::before{
content:"";
display:block;
width:70px;
height:5px;
background:#42D8A4;
border-radius:10px;
margin-bottom:25px;
}

@media(max-width:992px){

.sc-container{
flex-direction:column;
gap:40px;
}

.sc-image,
.sc-content{
width:100%;
}

.sc-content{
padding:35px;
}

.sc-content h2{
font-size:36px;
}

}

@media(max-width:576px){

.sc-about{
padding:60px 15px;
}

.sc-content{
padding:25px;
border-radius:18px;
}

.sc-badge{
font-size:11px;
padding:8px 16px;
}

.sc-content h2{
font-size:28px;
margin-bottom:18px;
}

.sc-content p{
font-size:15px;
line-height:1.8;
}

.sc-image img{
border-radius:18px;
}

}/* End custom CSS */