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

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

h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #003366;
    border-left: 5px solid #003366;
    padding-left: 12px;
    text-align: justify;
}

h2.rtl {
    border-left: none;
    border-right: 5px solid #003366;
    padding-left: 0;
    padding-right: 12px;
    direction: rtl;
    text-align: justify;
}

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;
}
