@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 1001px) {
    *, body, html {
        font-size: 30px;
    }
}
@media screen and (min-width: 801px) and (max-width: 1000px) {
    *, body, html {
        font-size: 26px;
        max-width: 1200px;
    }
}
@media screen and (min-width: 601px) and (max-width: 800px) {
    *, body, html {
        font-size: 24px;
        max-width: 800px;
    }
}
@media screen and (min-width: 451px) and (max-width: 600px) {
    *, body, html {
        font-size: 20px;
        max-width: 600px;
    }
}
@media screen and (min-width: 351px) and (max-width: 450px) {
    *, body, html {
        font-size: 16px;
        max-width: 450px;
    }
}
@media screen and (min-width: 301px) and (max-width: 350px) {
    *, body, html {
        font-size: 14px;
        max-width: 350px;
    }
}
@media screen and (min-width: 251px) and (max-width: 300px) {
    *, body, html {
        font-size: 12px;
        max-width: 300px;
    }
}
@media screen and (max-width: 250px) {
    *, body, html {
        font-size: 10px;
        max-width: 250px;
    }
}
/* --------------------------------------*/
/* Fonte pour tout le document */
body {
    font-family: "Times New Roman", serif;
    font-weight: normal;
    margin: 0;
}
/* --------------------------------------*/
/* Couleur du fond*/
body {
    background-color: #FFCC33;
}
/* --------------------------------------*/
/* Mise en place du logo */
/* body {
    background-image: url("../images/IconeExercice.jpg");
    background-repeat: no-repeat;
    background-size: 75px;
} */
/* --------------------------------------*/
/* Mise en forme du titre */
h1 {
    margin: 0 5% 10px 5%;
    padding: 3px 1.5% 3px 1.5%;
    font-size: 1.6rem;
    text-align: left;
    font-weight: normal;
    line-height: normal;
    color: red;
    border-radius: 10px;
    border: 4px solid;
    border-color: #999 #333 #333 #999;
    background-color: yellow;
}
/* Mise en forme du texte avant le travail */
h2 {
    margin: 10px 5% 20px 5%;
    padding: 3px 1.5% 3px 1.5%;
    font-size: 1.2rem;
    text-align: left;
    line-height: normal;
    color: blue;
    font-weight: bold;
    border: 2px solid black;
    background-color: yellow;
}
/* --------------------------------------*/
/* Mise ne forme des tableaux */
table {
    margin: 10px auto 0;
    width: auto;
    max-width: 90%;
    border-collapse: collapse;
    border: none;
}
table thead {
    background-color: darksalmon;
}
table tbody {
    background-color: burlywood;
}
th {
    color: #F00;
}
th, td {
    border: 2px solid #000;
    height: auto;
    width: auto;
    text-align: center;
    border-collapse: collapse;
    font-size: 1rem;
    padding: 5px;
    line-height: normal;
    vertical-align: middle;
}
td strong {
    font-weight: bold;
    color: #00F;
    text-decoration: none;
}
td em {
    font-weight: bold;
    color: darkolivegreen;
}
/* Mise en forme du texte avant le travail */
.intro {
    margin: 10px 5% 20px 5%;
    padding: 3px 1.5% 3px 1.5%;
    border-radius: 10px 0 0 10px;
    border: 4px solid;
    border-color: #F00 #600 #600 #F00;
    background-color: darksalmon;
}
.intro p {
    font-size: 1rem;
    text-align: left;
    line-height: normal;
    font-weight: normal;
}
.intro li {
    font-size: 1rem;
    text-align: left;
    line-height: normal;
    font-weight: normal;
}
.intro ol {
    list-style: decimal;
}
/* --------------------------------------*/
iframe {
    margin-top: 10px;
    width: 98%;
    height: 500px;
}
/* --------------------------------------*/
/* Mise en forme des trop grandes images */
div.imgGrand {
    align-content: center;
    margin: 0 5% 0 5%;
    border: 4px solid red;
    height: 510px;
}
/* --------------------------------------*/
/* Mise en forme des images */
img {
    max-width: 100%;
    padding: 3px 0;
    height: auto;
    display: block;
    margin: 0 auto;
}
.indice {
    width: 4rem;
    height: 2rem;
    color: black;
    background: white;
    border: 3px solid black;
    border-radius: 10px;
}
/* --------------------------------------*/
/* Mise en forme des blocs des questions */
form {
    margin: 0 5% 0 5%;
    width: 90%;
}
form p, form div.paragraphe, form ul {
    padding: 3px 1.5% 15px 1.5%;
    margin: 10px 0 10px 0;
    font-size: 1rem;
    color: black;
    font-weight: normal;
    line-height: normal;
    border-radius: 10px 0 10px 0;
    border: 4px solid;
    border-color: #EA6767 #C41B1B #C41B1B #EA6767;
    background-color: aqua;
    list-style: none outside;
}
/* --------------------------------------*/
/* Mise en forme du cadre de la réponse */
form p input, form div input, form ul li input {
    display: inline;
    font-family: "Courier New";
    font-weight: normal;
    font-size: 1rem;
    line-height: normal;
    text-align: center;
    padding: 0.1rem 0.5rem 0 0.5rem;
    margin: 0;
    border-radius: 5px;
    border: 1px solid darkgreen;
    background-color: white;
}
/* --------------------------------------*/
/* Mise en forme du cadre de la reproduction d'une réponse */
.reproduire {
    display: inline;
    font-family: "Courier New";
    font-weight: normal;
    font-size: 1rem;
    line-height: normal;
    text-align: center;
    padding: 0.1rem 0.5rem 0 0.5rem;
    margin: 0;
    border-radius: 5px;
    border: 1px solid darkgreen;
    background-color: white;
}
/* --------------------------------------*/
/* Même aspect que la réponse */
.reponseIdentique {
    display: inline;
    color: green !important;
    background-color: white;
    font-family: "Courier New";
    font-weight: normal;
    font-size: 1rem;
    line-height: normal;
    text-align: center;
    padding: 0 1rem;
    margin: 0;
    border-radius: 5px;
    border: 1px solid black;
    user-select: none;
}
/* --------------------------------------*/
/* Même aspect que la réponse */
.miseEnFormeReponseJuste {
    display: inline;
    color: green;
    font-family: "Times New Roma", serif;
    font-weight: normal;
    line-height: normal;
    font-size: 1rem;
    text-align: center;
    padding: 0 0.2rem;
    margin: 0;
    border-radius: 5px;
    border: 1px solid darkgreen;
    user-select: none;
    background-color: #eeeeee;
}
/* --------------------------------------*/
/* Même aspect que la réponse */
.reponseJusteIdentique {
    display: inline;
    color: red !important;
    font-family: "Courier New";
    font-weight: normal;
    line-height: normal;
    font-size: 1rem;
    text-align: center;
    padding: 0 1rem;
    margin: 0;
    border-radius: 5px;
    border: 1px solid darkgreen;
    user-select: none;
    background-color: #eeeeee;
}
/* --------------------------------------*/
/* Mise en forme du cadre de la réponse juste */
form p input:disabled, form div input:disabled, form ul li input:disabled, .desactive {
    background-color: #eee;
    color: red;
}
/* --------------------------------------*/
/* Mise en forme du cadre de la réponse proposée */
form p input:enabled, form div input:enabled, form ul li input:enabled {
    background-color: #fff;
    color: saddlebrown;
}
/* --------------------------------------*/
/* Mise en forme du bouton Valider */
form #valider {
    padding: 3px 0;
    font-weight: normal;
    font-size: 2rem;
    color: red;
    border-radius: 40px;
    border: 4px solid red;
    background-color: aquamarine;
    width: 60%;
    display: block;
    margin: 0 auto;
}
form h5 {
    padding: 3px 3px 0 0;
    margin: 10px 0 0 0;
    font-weight: normal;
    font-size: 1.6rem !important;
    color: black;
    font-style: italic;
    text-align: center;
    line-height: normal;
    border: 4px solid red;
    border-radius: 15px;
    background-color: rgba(255,153,102,1);
}
form h5 #resultat {
    padding-bottom: 2px;
    font-size: 1.3rem;
    text-align: center;
    line-height: normal;
    font-weight: normal;
    color: darkgreen;
    width: 95%;
    border: none;
    background-color: rgba(255,153,102,0);
}
/* --------------------------------------*/
/* Mise en forme du lien pour la version flash player */
p.lien {
    margin: 0 1%;
    font-size: 0.6rem;
    line-height: 0.6rem;
    color: black;
    background-color: hsla(0,0%,0%,0);
    border: none;
}
p.lien a:link {
    text-decoration: none;
    font-weight: normal;
    color: black;
}
p.lien a:hover {
    color: #BBB;
}
/* --------------------------------------*/
/* Mise en forme de document accordeon */
.docAccordeon a {
    text-decoration: none;
    color: red;
    font-weight: normal;
}
.docAccordeon {
    width: 80%;
    margin: 0 auto;
    padding: 5px 10px;
    border-radius: 10px;
    border: 4px solid;
    border-color: #060 #030 #030 #060;
    background-color: aquamarine;
}
.textDocAccordeon {
    width: 80%;
    margin: 0 auto;
    color: blue;
    padding: 5px 10px;
    border-radius: 10px;
    border: 4px solid;
    border-color: #060 #030 #030 #060;
    background-color: white;
}
/* --------------------------------------*/
/* Mise en forme de l'aide */
.aide {
    color: red;
    width: 100%;
    font-weight: normal;
    margin: 10px 0 0 0;
    padding: 5px 10px;
    border-radius: 10px;
    border: 4px solid;
    border-color: #060 #030 #030 #060;
    background-color: aquamarine;
}
.textAide {
    margin: 0;
    color: blue;
    padding: 5px 10px;
    border-radius: 10px;
    border: 4px solid;
    border-color: #060 #030 #030 #060;
    background-color: white;
}
[id^="textAide"] {
    visibility: hidden;
    height: 0;
}
/* --------------------------------------*/
/* Position de l'image juste */
.correction {
    position: relative;
    width: 100%;
    bottom: 3rem;
}
.juste {
    position: absolute;
    right: 0;
    width: 3rem;
}
[id^="juste"] {
    visibility: hidden;
    opacity: 0.8;
}
[id^="faux"] {
    visibility: hidden;
    opacity: 0.6;
}