/* À mettre au point
@viewport { width: 600px; }
@media screen and (orientation:portrait) and (min-width:600px) { body { zoom:150%; } } 
*/

@media only screen and (max-width: 599px)  { #listeVoc, #quiz, #questionQcm, #foChoixQcm { zoom:130%; }}

@media screen and (min-height:1366px) and (min-width:768px) {
    #debut {
        zoom: 150%;
    }

    #infoBulle {
        zoom: 150%;
    }
}

body {
    padding: 6px;
    -ms-touch-action: pinch-zoom pan-x pan-y;
    -ms-content-zooming: zoom;
}

.zh {
    display: inline;
    color: #000000;
    font-family: "SimSun";
    font-size: 20pt;
}

.zh1 {
    display: inline;
    color: #000000;
    font-family: "SimSun";
    font-size: 32pt;
}

.fr {
    display: inline;
    color: #000066;
    font-family: "Segoe UI", Verdana, Helvetica, sans-serif;
    font-size: 11pt;
}

.pi {
    display: inline;
    color: #660000;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: normal;
}

p {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 12pt;
    margin-top: 0;
    margin-bottom: 6px;
}

a:link, a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: none;
}

td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    padding: 0;
    vertical-align: top;
}

h1 {
    color: rgb(16, 16, 96);
    letter-spacing: 0;
    font-family: "Segoe UI Light", "Copperplate Light", Copperplate, "Copperplate Gothic Light", Arial;
    font-size: 14pt;
    margin-top: 0;
    margin-bottom: 8px;
}

h2 {
    color: rgb(16, 16, 96);
    letter-spacing: 0;
    font-family: "Segoe UI Light", "Copperplate Light", Copperplate, "Copperplate Gothic Light", Arial;
    font-size: 12pt;
    margin-top: 12pt;
    margin-bottom: 2pt;
    break-after: avoid-column;
}

h3 {
    background-color: #FFEAD5;
    font-family: "Segoe UI";
    font-size: 11pt;
    font-weight: normal;
    padding: 1px;
    margin-bottom: 4px;
    margin-top: 18px;
    border-top: 1px solid #FF9900;
    border-bottom: 1px solid #FF9900;
}

tah {
    font-family: Segoe;
}

.note {
    color: rgb(32, 96, 16);
    font-family: Arial;
    font-size: 11pt;
}

.fonction {
    color: #102090;
    cursor: pointer;
}

.interlig {
    line-height: 16pt;
    cursor: pointer;
}

.tabmat {
    line-height: 16pt;
    column-width: 200px;
    cursor: pointer;
}
