body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #f4f4f0;
    color: #2c2c2a;
    margin: 0;
    padding: 0;
}


.rapport-wrapper {
    max-width: 860px;
    margin: 0 auto;
    padding: 2rem 1.5rem 4rem;
}


.rapport-wrapper h1 {
    font-size: 2rem;
    font-weight: 600;
    color: #2c2c2a;
    border-bottom: 3px solid #1d9e75;
    padding-bottom: 0.5rem;
    margin-bottom: 0.4rem;
}

.auteur {
    color: #888780;
    font-size: 0.9rem;
    margin-top: 0;
    margin-bottom: 2.5rem;
}


section {
    background: #ffffff;
    border: 0.5px solid #d3d1c7;
    border-radius: 12px;
    padding: 1.5rem 2rem;
    margin-bottom: 1.5rem;
}

section h2 {
    font-size: 1.15rem;
    font-weight: 600;
    color: #0f6e56;
    margin-top: 0;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

section h2::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 1.15rem;
    background-color: #1d9e75;
    border-radius: 2px;
    flex-shrink: 0;
}

section h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #444441;
    margin-top: 1.2rem;
    margin-bottom: 0.4rem;
}

section p {
    margin: 0.3rem 0 0.6rem;
    line-height: 1.7;
    color: #444441;
}

section a {
    color: #0f6e56;
    text-decoration: none;
    border-bottom: 1px solid #9fe1cb;
    transition: color 0.2s, border-color 0.2s;
}

section a:hover {
    color: #085041;
    border-color: #1d9e75;
}


section img {
    display: block;
    max-width: 100%;
    border-radius: 8px;
    border: 0.5px solid #d3d1c7;
    margin: 0.8rem 0 1.4rem;
}


.valide {
    display: inline-block;
    background-color: #e1f5ee;
    color: #0f6e56;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
}


section ol {
    padding-left: 1.3rem;
    margin: 0.5rem 0;
}

section ol li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
    color: #444441;
}
