.elementor-24 .elementor-element.elementor-element-1c65f10{--display:flex;--min-height:180px;--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;--justify-content:center;}.elementor-24 .elementor-element.elementor-element-1c65f10:not(.elementor-motion-effects-element-type-background), .elementor-24 .elementor-element.elementor-element-1c65f10 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://saturne-tacos.digi-prod.fr/wp-content/uploads/2026/05/ciel-etoile-galactosnack-scaled.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-24 .elementor-element.elementor-element-9f83957{text-align:center;}.elementor-24 .elementor-element.elementor-element-9f83957 .elementor-heading-title{font-family:"Wallpoet", Sans-serif;font-size:46px;font-weight:600;color:var( --e-global-color-accent );}.elementor-24 .elementor-element.elementor-element-7616394{--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;}.elementor-24 .elementor-element.elementor-element-8722de0{--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;}/* Start custom CSS for html, class: .elementor-element-2a91402 */.saturne-roadmap{
    padding:100px 20px;
    background:#06162e;
    font-family:'Poppins',sans-serif;
    overflow:hidden;
}

.roadmap-container{
    max-width:1200px;
    margin:auto;
    text-align:center;
}

.roadmap-title{
    font-size:42px;
    color:#f3e9ac;
    margin-bottom:10px;
    font-weight:700;
}

.roadmap-subtitle{
    color:white;
    opacity:0.8;
    margin-bottom:80px;
}

.roadmap-line{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:40px;
    position:relative;
}

.roadmap-line::before{
    content:"";
    position:absolute;
    top:12px;
    left:0;
    width:100%;
    height:2px;
    background:#f3e9ac;
    z-index:1;
}

.roadmap-item{
    position:relative;
    z-index:2;
}

.roadmap-dot{
    width:24px;
    height:24px;
    background:#f3e9ac;
    border-radius:50%;
    margin:0 auto 25px;
    border:4px solid #06162e;
}

.roadmap-date{
    display:block;
    color:#f3e9ac;
    font-size:14px;
    font-weight:600;
    margin-bottom:10px;
    letter-spacing:1px;
}

.roadmap-item h3{
    color:white;
    margin-bottom:15px;
    font-size:24px;
}

.roadmap-item p{
    color:white;
    opacity:0.85;
    line-height:1.7;
    max-width:300px;
    margin:auto;
}

/* TABLETTE */
@media(max-width:1024px){

    .roadmap-line{
        gap:25px;
    }

    .roadmap-title{
        font-size:36px;
    }

}

/* MOBILE */
@media(max-width:768px){

    .roadmap-line{
        grid-template-columns:1fr;
    }

    .roadmap-line::before{
        display:none;
    }

    .roadmap-item{
        margin-bottom:40px;
    }

    .roadmap-title{
        font-size:30px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-437aebf */.saturne-team{
    padding:80px 20px;
    background:#ffffff;
    font-family:'Poppins',sans-serif;
}

.team-container{
    max-width:1100px;
    margin:auto;
    text-align:center;
}

.team-title{
    font-size:36px;
    color:#06162e;
    font-weight:700;
    margin-bottom:10px;
}

.team-subtitle{
    color:#273a52;
    margin-bottom:50px;
    opacity:0.8;
}

.team-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.team-card{
    background:#273a52;
    border-radius:20px;
    padding:25px;
    color:white;
    transition:0.3s ease;
}

.team-card:hover{
    transform:translateY(-5px);
}

.team-card img{
    width:100%;
    height:300px;
    object-fit:cover;
    border-radius:14px;
    margin-bottom:15px;
}

.team-card h3{
    color:#f3e9ac;
    margin-bottom:10px;
}

.team-card p{
    font-size:14px;
    opacity:0.85;
    line-height:1.4;
}

/* MOBILE UNIQUEMENT */
@media(max-width:768px){

    .team-grid{
        grid-template-columns:1fr;
    }

}/* End custom CSS */