.elementor-384 .elementor-element.elementor-element-0555ea1{--display:flex;--margin-top:-38px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:22px;--padding-right:22px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-384 .elementor-element.elementor-element-c6a3058{--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;}.elementor-384 .elementor-element.elementor-element-7c80189{--display:flex;}.elementor-384 .elementor-element.elementor-element-6584412{--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-384 .elementor-element.elementor-element-6584412.e-con{--flex-grow:0;--flex-shrink:0;}.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-384 .elementor-element.elementor-element-12bc2a2 .elementor-heading-title{font-family:"Roboto Condensed", Sans-serif;font-weight:600;color:#000000;}@media(min-width:768px){.elementor-384 .elementor-element.elementor-element-6584412{--width:100%;}}@media(max-width:767px){.elementor-384 .elementor-element.elementor-element-05713eb img{width:100%;}}/* Start custom CSS for html, class: .elementor-element-8b387a4 */.statut-wrap{
    display:flex;
    gap:40px;
    align-items:flex-start;
    font-family:"Roboto Condensed", sans-serif;
}

/* SIDEBAR */
.statut-sidebar{
    position:sticky;
    top:100px;
    width:220px;
    padding:20px;
    border-radius:12px;
    background:#fff;
    border:1px solid #eee;
}

.statut-title{
    font-weight:700;
    margin-bottom:15px;
    font-size:18px;
}

.statut-sidebar a{
    display:block;
    padding:8px 0;
    color:#333;
    text-decoration:none;
    transition:.3s;
    font-size:14px;
}

.statut-sidebar a:hover{
    color:#caa74c;
    transform:translateX(5px);
}

/* CONTENT */
.statut-content{
    flex:1;
    background:#fff;
    padding:30px;
    border-radius:14px;
    border:1px solid #eee;
}

.statut-content section{
    margin-bottom:40px;
    scroll-margin-top:120px;
}

.statut-content h2{
    font-size:22px;
    margin-bottom:10px;
    color:#111;
}

/* ACTIVE LINK */
.statut-sidebar a.active{
    color:#caa74c;
    font-weight:700;
}

/* MOBILE */
@media(max-width:900px){
    .statut-wrap{
        flex-direction:column;
    }

    .statut-sidebar{
        position:relative;
        top:0;
        width:100%;
        display:flex;
        flex-wrap:wrap;
        gap:10px;
    }

    .statut-sidebar a{
        padding:6px 10px;
        border:1px solid #eee;
        border-radius:8px;
    }
}/* End custom CSS */