/**
 * aw_homeseo — Styles front-office
 * @author Alexandre MERY - ACMP-WEB
 */

.aw-homeseo-block {
    padding: 40px 0;
    width: 100%;
}

/* Typographie de base pour le contenu éditeur riche */
.aw-homeseo-content h1,
.aw-homeseo-content h2,
.aw-homeseo-content h3,
.aw-homeseo-content h4 {
    margin-top: 0;
    margin-bottom: 1rem;
}

.aw-homeseo-content p {
    line-height: 1.7;
    margin-bottom: 1rem;
}

.aw-homeseo-content ul,
.aw-homeseo-content ol {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.aw-homeseo-content a {
    text-decoration: underline;
}

.aw-homeseo-content img {
    max-width: 100%;
    height: auto;
}

/* Utilitaire : fond clair (classe CSS optionnelle depuis le BO) */
.aw-homeseo-block.bg-light {
    background-color: #f8f9fa;
}
