body.ji {
    font-family: 'Poppins', sans-serif;
    background: #fdfdf9;
    color: #333;
    margin: 0;
    padding: 0;
}

h1 {
    text-align: center;
    margin: 30px 0;
    color: #4a7c2c;
    font-size: 2.2em;
    letter-spacing: 1px;
}

.contenu {
    width: 90%;
    margin: 40px auto;
    text-align: center;
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.tp {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.tp th {
    background: #eaf5e1;
    color: #4a7c2c;
    padding: 12px;
    border-bottom: 2px solid #cde3b1;
    font-weight: 600;
}

.tp td {
    padding: 12px;
    border-bottom: 1px solid #eee;
    font-size: 0.95em;
}

.tp tr:hover {
    background: #f9fdf6;
    transition: 0.3s;
}

.we {
    width: 80px;
    height: 80px;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.btn, .vide, .btnr, button {
    display: inline-block;
    margin: 10px;
    padding: 10px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    cursor: pointer;
}

.btn {
    background: #f28b82;
    color: #fff;
}

.btn:hover {
    background: #d65c5c;
}

.vide {
    background: #ff9800;
    color: #fff;
}

.vide:hover {
    background: #e67e22;
}

button {
    background: #8bc34a;
    color: #fff;
    border: none;
    font-size: 1em;
}

button:hover {
    background: #689f38;
}

.btnr {
    background: #4caf50;
    color: #fff;
}

.btnr:hover {
    background: #388e3c;
}

.retour {
    background: #c2f36e;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
}

.retour:hover {
    background: #57b300;
}

.po {
    color: #777;
    font-size: 1.2em;
    margin-top: 20px;
}