.breadcrumbs_block_bg_statut {
    position: relative;
    overflow: hidden;
    background: radial-gradient(
        circle at 20% 50%,
        rgba(255, 255, 255, .18),
        transparent 35%
    ),
    linear-gradient(
        110deg,
        #5b4630 0%,
        #927754 45%,
        #6b5238 100%
    );
}

.breadcrumbs_block_bg_statut::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, .04),
        transparent 55%,
        rgba(0, 0, 0, .06)
    );
    pointer-events: none;
}

.breadcrumbs_block_bg_statut .content_wrap {
    position: relative;
    z-index: 1;
}

.breadcrumbs_block_bg_statut .page_title {
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .35);
}

.statut-wrapper {
    max-width: 900px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

.statut-intro {
    text-align: center;
    margin-bottom: 50px;
}

.statut-intro h1 {
    font-size: 38px;
    font-weight: 600;
    color: #654820;
    margin-bottom: 20px;
}

.statut-divider {
    width: 80px;
    height: 2px;
    background: #b48b45;
    margin: 0 auto 25px;
}

.statut-intro p {
    max-width: 700px;
    margin: auto;
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    font-style: italic;
}

/* HEADER */
.statut-header {
    text-align: center;
    background: #faf7f0;
    border: 1px solid #e7dcc7;
    padding: 45px 35px;
    margin-bottom: 40px;
}

.statut-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #b48b45;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.statut-header h2 {
    color: #6b4d25;
    font-size: 30px;
    margin-bottom: 15px;
}

.statut-header p {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
}

/* DOWNLOAD */
.statut-download {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 30px;
    background: #9b773d;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    transition: .3s;
}

.statut-download:hover {
    background: #725425;
}

/* IMAGE */
.statut-image {
    text-align: center;
    margin-bottom: 25px;
}

.statut-image img {
    max-width: 300px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
}

/* DESCRIPTION */
.statut-description {
    text-align: center;
    font-style: italic;
    line-height: 1.8;
    color: #555;
    margin-bottom: 60px;
}

/* CHAPTER */
.statut-chapter {
    text-align: center;
    margin: 70px 0 40px;
}

.chapter-label {
    display: inline-block;
    padding: 7px 25px;
    background: #eee4d3;
    color: #8a6934;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: bold;
}

.statut-chapter h3 {
    margin-top: 18px;
    color: #654820;
    font-size: 28px;
}

/* ARTICLES */
.statut_article {
    display: flex;
    gap: 25px;
    padding: 30px 25px;
    margin-bottom: 20px;
    background: #fff;
    border-left: 4px solid #b48b45;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .06);
}

.statut_number {
    min-width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #b48b45;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
}

.statut_content h4 {
    margin: 0 0 15px;
    color: #76552a;
    font-size: 18px;
}

.statut_content p {
    margin: 0;
    line-height: 1.9;
    color: #444;
    text-align: justify;
}

@media (max-width: 700px) {
    .statut_article {
        flex-direction: column;
        padding: 25px 20px;
    }

    .statut_number {
        margin: auto;
    }

    .statut_content p {
        text-align: left;
    }

    .statut-header {
        padding: 30px 20px;
    }
}
