.section-title {
    background-image: linear-gradient(#0000009b, #00000025), url(/img/project.jpg);
}

section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

section .section-container {
    width: 1144px;
    padding: 1rem;
    margin-top: 4rem;
    max-width: 90%;
}

h2 {
    margin-bottom: 1rem;
    margin-top: 4rem;
    font-weight: 500;
}

.section-container p {
    text-align: justify;
    line-height: 2.0em;
    margin-bottom: 1rem;
}

.section-container h3 {
    text-align: center;
    color: #940051;
    font-size: 1.5em;
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.project-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.project-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(148, 0, 81, 0.15);
    position: relative;
    overflow: hidden;
}

.project-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(148, 0, 81, 0.08), transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.project-card:hover::after {
    opacity: 1;
}

.project-card h2 {
    margin-top: 0;
}

.project-card p {
    text-align: left;
}

.project-list {
    padding-left: 2rem;
    margin-bottom: 0;
    line-height: 1.5em;
}

.project-list li {
    margin-bottom: 0.5rem;
}

.beneficiaire-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.beneficiaire {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.beneficiaire img {
    height: 16rem;
}

.beneficiaire p {
    font-size: 1.5em;
    font-weight: bold;
}

.result-img {
    height: 16rem;
}

.resultat-container {
    display: flex;
    gap: 2rem;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: wrap;
}

.resultat-container .result {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    width: 20rem;
    max-width: 90%;
}

.resultat-container .result h4 {
    font-size: 2.0em;
    color: #000000;
}

.resultat-container .result p {
    font-weight: 300;
    text-align: center;
    line-height: 1.5em;
    font-size: 14px;
}

.center-img {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.equipe-container {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4rem;
    margin-top: 4rem;
}

.equipe {
    width: 250px;
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 0.5px 10px #00000025;
    border-radius: 4px;
    padding: 1rem;
}

.equipe img {
    width: 100px;
}
