/*
Theme Name: medea-sante
Theme URI: https://medeasante.ca
Author: Medea Web Team
Description: Thème WordPress personnalisé pour la clinique privée Medea Sante à Gatineau.
Version: 1.0
Text Domain: medea-sante
*/

/* === كود page.php === */
.site-main, main {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: sans-serif;
    color: #333;
}

/* Title Styling */
main h1, .entry-title {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #222;
}

/* Content Styling */
main p {
    line-height: 1.8;
    margin-bottom: 1.5em;
    font-size: 1rem;
}