@charset "utf-8";
/* CSS Document */

/* ------------------ CONTENU PRINCIPAL ----------------------*/
main h1 {
    text-align: center;
    font-size: 2.2rem;
    color: #069;
    text-shadow: 1px 1px 3px #036;
    counter-reset: h3;
}

main h2 {
    font-size: 1.8rem;
    margin: 24px 0 0 0;
    counter-reset: h4;
    color: #036;
    text-shadow: 1px 1px 2px #036;
    counter-reset: num_question;
}

main h3 {
    font-size: 1.3rem;
    font-style: italic;
    margin: 20px 0 0 0;
    color: #036;
}

main h4 {
    font-size: 1.1rem;
    margin: 14px 0 0 0
}

main p {
    margin: 10px 6px 0px 6px;
}

main ul {
    margin: 0;
}

main li {
    list-style: none;
}

main table {
    border-collapse: collapse;
    margin: 12px 0 20px 50px;
}

main td {
    text-align: center;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    padding: 0.2em
}

main th {
    text-align: center;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    background-color: #f0f0f0;
    padding: 0.2em
}

main a {
    text-decoration: none;
    font-weight: bold;
    color: #06c;
}

main a:hover {
    color: #039;
}

main figure {
    text-align: center;
    font-size: 0.9em;
    font-style: italic;
}

main figure img {
    max-width: 100%;
}

main sup {
    position: relative;
    font-size: 0.9em;
    top: -0.3em;
    margin: 0 0.2em;
}

main .num {
    color: #036;
    font-weight: bold;
}

main .q {
    color: #036;
    font-weight: bold;
}

main .gras {
    font-weight: bold;
}

main .center {
    text-align: center;
}

main .decale {
    padding-left: 2em;
}

main .saut {
    break-before: page;
}