﻿.container-remboursement {
    max-width: 900px;
    margin: auto;
    padding: 40px 20px;
    background-color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    text-align: justify;
}

h1 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #2c3e50;
}

h2 {
    font-size: 22px;
    margin-top: 30px;
    color: #34495e;
}

p, ul {
    font-size: 16px;
    line-height: 1.7;
}

ul {
    list-style-type: disc;
    padding-left: 20px;
}

.liste-remboursement {
    list-style-type: disc;
    padding-left: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.7;
    color: #2d2d2d;
}

    .liste-remboursement li {
        margin-bottom: 10px;
        text-align: justify;
    }

