﻿
.container-conditions {
    max-width: 960px;
    margin: 40px auto;
    padding: 20px;
    line-height: 1.5;
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    color: #2d2d2d;
    text-align: justify;
}

.container-conditions h1 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.container-conditions h2 {
    font-size: 22px;
    margin-top: 30px;
    color: #34495e;
}

.container-conditions p {
    margin-bottom: 15px;
}

.container-conditions ul {
    margin-left: 20px;
    list-style: disc;
}

.liste-clauses {
    list-style-type: disc;
    margin-left: 40px;
    margin-top: 15px;
    margin-bottom: 20px;
}

    .liste-clauses li {
        margin-bottom: 10px;
        line-height: 1.6;
        text-align: justify;
    }
