@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;
    }
}
@media screen and (min-width: 600px) {
    .imageVerticale, .vertical, .verticale {
        width: 0px;
		height: 0px;
		visibility: hidden;
    }
}
@media screen and (max-width: 599px) {
    .imageHorizontale, .horizontal, .horizontale {
        width: 0px;
		height: 0px;
		visibility: hidden;
    }
}

/* --------------------------------------*/
/* --------------------------------------*/
/* Fonte pour tout le document */
*, body {
    font-family: "Times New Roman", serif;
    font-weight: normal;
    margin: 0px;
}
/* --------------------------------------*/
/* --------------------------------------*/
/* 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 {
    /* Positionnement du titre */
    margin-bottom: 10px;
    margin-left: 5%;
    margin-right: 5%;
    /* Positionnement du texte du titre */
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 1.5%;
    padding-left: 1.5%;
    /* Mise en forme du texte du titre */
    font-size: 1.6rem;
    text-align: left;
    font-weight: normal;
    line-height: normal;
    color: red;
    /* Mise en forme de la bordure titre */
    border-radius: 10px;
    border-width: 4px;
    border-style: solid;
    border-top-color: #999;
    border-right-color: #333;
    border-bottom-color: #333;
    border-left-color: #999;
    /* Mise en forme de la couleur du fond titre */
    background-color: yellow;
}

/* Mise en forme du texte avant le travail */
h2 {
    /* Positionnement du titre */
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 5%;
    margin-right: 5%;
    /* Positionnement du texte du titre */
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 1.5%;
    padding-left: 1.5%;
    /* Mise en forme du texte du titre */
    font-size: 1.2rem;
    text-align: left;
    line-height: normal;
    color: blue;
    font-weight: bold;
    /* Mise en forme de la bordure titre */
    border-width: 5px;
    border-width: 2px;
    border-style: solid;
    border-color: black;
    /* Mise en forme de la couleur du fond titre */
    background-color: yellow;
}

/* Mise en forme du texte avant le travail */
.intro {
    /* Positionnement du texte */
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 5%;
    margin-right: 5%;
    /* Positionnement du texte  */
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 1.5%;
    padding-left: 1.5%; 
    /* Mise en forme de la bordure texte */
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-width: 4px;
    border-style: solid;
    border-color: #F00 #600 #600 #F00;
    /* Mise en forme de la couleur du fond texte */
    background-color: darksalmon;  
}
.intro p {
    /* Mise en forme du texte du titre */
    font-size: 1rem;
    text-align: left;
    line-height: normal;
    font-weight: normal;
}
.intro li {
    /* Mise en forme du texte du titre */
    font-size: 1rem;
    text-align: left;
    line-height: normal;
    font-weight: normal;
}
.intro ol {
    list-style: decimal;
}
/* --------------------------------------*/
/* --------------------------------------*/
/* Mise ne forme des tableaux */
table {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 90%;
    border-collapse: collapse;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: 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-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.5rem;
	vertical-align: middle;
}
td strong {
    font-weight: bold;
    color: #00F;
    text-decoration: none;
}
td em {
    font-weight: bold;
    color: darkolivegreen;
}
iframe {
    width: 98%;
    height: 500px;
}
/* ------------------------------------- */
/* ------------------------------------- */
form {
    width: 100%;
}
/* --------------------------------------*/
/* --------------------------------------*/
/* Mise en forme des trop grandes images */
div.imgGrand {
    align-content: center;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 0px;
    margin-bottom: 0px;
    border-width: 4px;
    border-style: solid;
    border-color: red;
    height: 510px;
}
/* --------------------------------------*/
/* Mise en forme des images */
img {
    max-width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* --------------------------------------*/
/* --------------------------------------*/
/* Mise en forme des blocs des questions */
form p, form div, form ul {
    /* Mise en forme de la position du texte*/
    padding: 3px 1.5% 15px 1.5%;
    margin: 10px 5% 10px 5%;
    /* Mise en forme du texte pour le choix */
    font-size: 1rem;
    color: black;
    font-weight: normal;
    line-height: normal;
    /* Mise en forme de la bordure des QCM */
    border-width: 4px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-style: solid;
    background-color: aqua;
    border-color: #EA6767 #C41B1B #C41B1B #EA6767;
    /* Mise en forme de la taille du QCM */
    /*width: 90%;*/
    /* Disparition du point du li */
    list-style-type: none;
    /* Décalage du texte en dessous du carré */
    list-style-position: outside;
}

/* --------------------------------------*/
/* Mise en forme du cadre de la réponse */
.cliquer {
    display: inline-flex;        /* centre proprement texte et image */
    align-items: center;
    justify-content: center;

    border: 2px solid red;       /* regroupe width + style + color */
    border-radius: 5px;

    padding: 3px;
    cursor: pointer;
    background-color: orange;

    line-height: 1;
    vertical-align: middle;
}

.cliquer:disabled {
    background-color: antiquewhite !important;
}

/* Image dans le bouton */
button.cliquer img {
  display: block;    /* supprime espace sous l'image */
  padding: 0;        /* annule padding global img */
  margin: 0;
}
/* --------------------------------------*/
/* --------------------------------------*/
/* Mise en forme du bouton Valider */
form #valider {
    /* Position de Valider dans le bouton*/
    padding-top: 3px;
    padding-bottom: 3px;
    /* Taille et couleur du texte du bouton*/
    font-weight: normal;
    font-size: 2rem;
    color: red;
    /* Mise en forme de la bordure du bouton */
    border-radius: 40px;
    border-width: 4px;
    border-style: solid;
    border-color: red;
    background-color: aquamarine;
    /* Taille et position du bouton */
    width: 60%;
    display: block;
    margin: 10px auto 10px auto;
}
form h5 {
    /* Mise en forme de la position du texte*/
    padding-top: 3px;
    padding-right: 3px;
    margin: 10px 5% 10px 5%;
    /* Mise en forme du texte  */
    font-weight: normal !important;
    font-size: 1.6rem !important;
    color: black;
    font-style: italic;
    text-align: center;
    line-height: normal;
    /* Mise en forme de la bordure du résultat */
    border-width: 4px;
    border-style: solid;
    border-color: red;
    border-radius: 15px;
    /* Mise en forme de la couleur du fond du résultat */
    background-color: #FF9966;
}
form h5 #resultat {
    /* Mise en forme de la position du texte*/
    padding-bottom: 2px;
    /* Mise en forme du texte p*/
    font-size: 1.6rem;
    text-align: center;
    line-height: normal;
    font-weight: normal !important;
    color: darkgreen;
    width: 95%;
    /* Mise en forme de la couleur du fond du résultat */
    border-width: 0px;
    background-color: #FF9966;
}
/* -------------------------------------- */
/* -------------------------------------- */
/* ---- Mise en forme du lien pour ------ */
/* ------ la version flash player ------- */
p.lien {
    margin-left: 1%;
    margin-right: 1%;
    font-size: 0.6rem;
    line-height: 0.6rem;
    color: black;
    background-color: hsla(0,0%,0%,0.00);
    border-width: 0px;
}
p.lien a:link {
    text-decoration: none;
    font-weight: normal;
    color: black;
}
p.lien a:hover {
    color: #BBB;
}
/* -------------------------------------- */

/* -------------------------------------- */
/* ---- position de l'image juste ------- */
/* -------------------------------------- */
.correction {
	position: relative;
	width: 100%;
	bottom: 4rem;
}
.juste {
	position: absolute;
	right: 0rem;
	width: 4rem;
}
[id^="juste"]  {
	visibility: hidden;
	opacity: 0.8;
}
[id^="faux"]  {
	visibility: hidden;
	opacity: 0.6;
}

form #solution {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  display: none !important; /* recommandé : c’est du contenu “technique” */
}