
body,
h1, h2, h3, h4, h5, h6,
p, li, a {
    font-family: 'Open Sans', sans-serif;
}



h1, h2, h3 {
    font-weight: 600;
    letter-spacing: 0.5px;
}

p {
    font-size: 1.05rem;
    line-height: 1.7;
}

.section {
    padding: 60px 20px;
}

.section-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
    font-weight: 600;
}

.modular-text .container {
    max-width: 900px;
    margin: auto;
}

.modular-text h2 {
    text-align: center;
    margin-bottom: 30px;
}

.modular-text p {
    font-size: 1.1rem;
    line-height: 1.7;
    text-align: center;
}

.modular-text ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    text-align: center;
}

    .modular-text ul li {
        margin-bottom: 12px;
    }

        .modular-text ul li strong {
            color: #333;
        }

        .modular-text ul li::before {
            content: "✔ ";
            color: #4CAF50;
            font-weight: bold;
        }


/* Variante lisible pour les modules texte */
.modular-text.text-left .section-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

.modular-text.text-left .section-content p,
.modular-text.text-left .section-content ul,
.modular-text.text-left .section-content li,
.modular-text.text-left .section-content h3,
.modular-text.text-left .section-content h4 {
    text-align: left;
}

.modular-text.text-left .section-content ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.modular-text.text-left .section-content li {
    margin-bottom: 10px;
}

