/* ========================= */
/* PACK TYPO — FLAGTECH      */
/* ========================= */

body {
    font-family: "Inter", Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #111111;
    margin: 0;
    padding: 0;
    background: #f5f5f5;
}

/* ========================= */
/* TITRES INSTITUTIONNELS    */
/* ========================= */

h1 {
    font-size: 32px;
    font-weight: 700;
    color: #002495;
    margin-top: 0;
}

h2, h3 {
    font-size: 26px;
    font-weight: 700;
    color: #002495;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 32px;
}

/* Icônes mini-SVG avant titres */
h2::before,
h3::before {
    content: "";
    width: 22px;
    height: 14px;
    background-image: url('/images/svg/quebec-mini.svg');
    background-size: cover;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

/* ========================= */
/* LIENS                     */
/* ========================= */

a {
    color: #002495;
    text-decoration: none;
    font-weight: 600;
}

a:hover {
    text-decoration: underline;
}

/* ========================= */
/* CONTENEURS                */
/* ========================= */

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px;
    background: #ffffff;
}

/* ========================= */
/* CARTES PRODUITS           */
/* ========================= */

.product-card {
    border: 1px solid #dddddd;
    padding: 16px;
    border-radius: 8px;
    background: #ffffff;
    margin-bottom: 24px;
}

.product-card h3 {
    margin-top: 0;
}

.product-card img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

/* ========================= */
/* TABLEAUX                  */
/* ========================= */

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 24px;
}

table th, table td {
    border: 1px solid #cccccc;
    padding: 12px;
    text-align: left;
}

table th {
    background: #e8eef9;
    font-weight: 700;
}

/* ========================= */
/* FOOTER                    */
/* ========================= */

footer {
    background: #002495;
    color: #ffffff;
    padding: 24px;
    text-align: center;
    font-size: 18px;
}

footer a {
    color: #ffffff;
    font-weight: 600;
}
