/* ===== TYPOGRAPHIE, LIENS, IMAGES ===== */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #222;
}

h1 {
    font-size: 2rem;
    margin-bottom: 30px;
    text-align: justify;
}

h2 {
    font-size: 1.4rem;
    color: #174068;
    font-weight: 700;
    padding-bottom: 6px;
}

p { margin-bottom: 1rem; }

a {
    color: #003366;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}
a:hover {
    color: #0058ab;
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}
