@charset "UTF-8";
/* ******************************* DIDIERDOC ******************************* */
@font-face {
    font-family: "FontAwesome";
    src: url("../Fonts/fontawesome.otf") format("opentype"),
        url("../Fonts/fontawesome.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Cocon-Regular";
    src: url("../Fonts/Cocon-Regular.otf") format("opentype"),
        url("../Fonts/Cocon-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
/*
 * ========= TOP LEVEL =========
 */
body.pquizQuiz {
    margin: 0;
}

html {
    height: 100%;
}

body {
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.pdocHeader {
    margin-bottom: 3.5em;
}

.pdocHeader hr,
.pdocFooter hr {
    display: none;
}

.pdocNavBar.pdocFooter {
    margin-top: 10%;
}

.pdocHeader .col,
.pdocFooter .col,
.pdocHeader .colLast,
.pdocFooter .colLast,
.pdocHeader .colFirst,
.pdocFooter .colFirst {
    display: inline-block;
}

.pdocHeader .colLast,
.pdocFooter .colLast {
    float: right;
    margin-top: -7px;
}

.pdocHeader .colFirst,
.pdocFooter .colFirst {
    float: left;
    margin-top: -7px;
}

.pdocHeader .colFirst a img,
.pdocFooter .colFirst a img {
    margin-right: 10px;
}

.pdocHeader .colLast a img,
.pdocFooter .colLast a img {
    margin-left: 10px;
}

.pdocHeader .colLast a,
.pdocHeader .colFirst a,
.pdocFooter .colLast a,
.pdocFooter .colFirst a {
    display: table;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
}

.pdocHeader .colLast a:before,
.pdocHeader .colFirst a:after,
.pdocFooter .colLast a:before,
.pdocFooter .colFirst a:after {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 5px;
}

.pdocHeader .colFirst a:after,
.pdocFooter .colFirst a:after {
    content: "precedente";
    color: #f05138;
}

.pdocHeader .colLast a:before,
.pdocFooter .colLast a:before {
    content: "siguiente";
    color: #f05138;
}

.pdocDivisionTitle {
    display: none;
}

/* --------- publiquiz ------ */
.pquizQuiz,
.pdocTopic,
body.pdocToc {
    padding: 30px;
}

form {
    position: relative;
}

.pquizQuiz,
.publiquiz {
    position: static;
}

.publiquiz table {
    clear: left;
    line-height: 2em;
}

.publiquiz input:disabled,
.publiquiz textarea:disabled,
.publiquiz select:disabled {
    opacity: 1;
    color: black;
}

/* ----- pquizNumbering ----- */
.pquizNumbering {
    float: right;
    font-size: 200%;
    margin: 0 0 0 1em;
}

/* ---- pquizQuizOneFile ---- */
.pquizQuizOneFile {
    border-bottom: 1px dotted #000000;
    margin-bottom: 2em;
    padding-bottom: 1em;
}

/* -------- medadata -------- */
.didierCopyright,
.didierChapter,
.didierUnit,
.didierDiscipline,
.didierSubSubject,
.didierNotion,
.didierCourse,
.didierClass,
.didierLevel,
.didierActivity,
.didierContent,
.didierDifficulty,
.didierPageNumber,
.didierDate,
.didierInfo {
    display: none;
}

/* Title quiz */
h1.pdocTitle,
h1 .pdocTitle,
.pdocToc h1,
.pdocToc .h1 {
    margin-top: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #f05023;
    opacity: 0.5;
}

.pdocToc .h1,
.pdocToc h1 {
    text-align: left;
    margin-left: 50px;
    text-transform: uppercase;
}

h2.pdocSubtitle,
h2 span.pdocSubtitle {
    font-family: Arial, Helvetica, sans-serif;
    color: #395164;
    font-weight: bold;
    font-size: 32px;
}

/* Title sommaire chapitre */
.pdocToc ul li span.pdocTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 26px;
    color: #395164;
}

.pdocToc ul li ul li a {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 20px;
    color: #300e0d;
}

.pdocToc .h2 {
    display: none;
}

.pdocToc ul li {
    margin-left: 50px;
    margin-top: 20px;
}

body.pdocToc ul li {
    margin-right: 50px;
}

.pdocToc ul li ul li {
    margin-left: 15px;
}

/* HTML 5 */
.pdocDocument h1 {
    display: none;
}

.pdocDocument .pquizQuiz > h4 {
    margin-top: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #f05023;
    opacity: 0.5;
    font-style: normal;
}

/*
 * ====== SECTION LEVEL ========
 */
/* ------ pquizElement ------ */
.pquizElements {
    margin: 0.8em 0 0 0;
    padding: 0;
}

ol.pquizElements > li {
    list-style: none;
    margin: 0 0 2em !important;
    padding: 0 !important;
}

.pquizElement {
    margin-bottom: 1em;
    position: relative;
}

/* --- pquizInstructions ---- */
.pquizInstructions,
.pquizInstructions .pdocP,
.pdocSection-instructions,
.pdocSection-instructions .pdocP {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
}

.pquizInstructions .pdocP {
    font-weight: normal;
    font-size: 18px;
}

.pquizInstructions #sect2 .pdocP {
    font-weight: normal;
}

.didierSubject {
    text-align: right;
    clear: both;
    float: right;
    font-family: "Cocon-Regular", sans-serif;
    font-size: 28px;
    text-decoration: none;
    color: #8cc63f;
}

.pquizInstructions .pdocSection-ex,
.pquizInstructions .pdocSection-ex .pdocP,
.pdocSection-instructions .pdocSection-ex .pdocP,
.pdocSection-instructions .pdocSection-ex {
    font-weight: bold;
}

/* ------- pdocSection ------ */
.pdocSection-article {
    background-color: #eeeeee;
    padding: 5px;
    border-radius: 5px;
}

.pdocSection-blog {
    background-color: #c7e0f8;
    padding: 5px;
    border-radius: 5px;
}

.pdocSection-right {
    text-align: right;
}

.pdocSection-left {
    text-align: left;
}

.pdocSection-center {
    text-align: center;
}

.pdocSection-justified {
    text-align: justify;
}

.pdocSection1.pdocSection-space-after,
.pdocSection2.pdocSection-space-after,
.pdocSection3.pdocSection-space-after,
.pdocSection4.pdocSection-space-after,
.pdocSection5.pdocSection-space-after,
.pdocBiblio.pdocSection-space-after {
    margin-bottom: 2.4em;
}

.pdocSection-spacing-2 .pdocP {
    line-height: 3em;
}

/* ------- pquizEngine ------ */
.pquizEngine {
    margin-top: 0.3em;
    position: relative;
}

/* --- pquizStateDisabled --- */
.pquizStateDisabled {
    opacity: 0.4;
}

/* -------- pquizText ------- */
.pquizText {
    line-height: 2em;
}

.pquizText div.pdocList ul li {
    color: #525252;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-indent: -0.7em;
}

.pquizText div.pdocList ul {
    list-style: none;
}

.pquizText div.pdocList ul li:before {
    content: "• ";
    color: #395164;
    font-size: 20px;
}

.pquizText td {
    padding: 0.3em;
}

/* -------- pquizHelp ------- */
.pquizHelpButton {
    margin-top: 1em;
}

.pquizHelpText {
    display: none;
    margin-top: 1em;
    padding: 0.5em;
    border: 1px solid #00b8d6;
}

.pquizHelpText h1 {
    margin: 0 0 0.5em 0;
}

.pquizHelpText legend {
    color: #00b8d6;
    font-weight: bold;
    font-family: sans-serif;
}

/* -------- pquizPopUp ------- */
.pquizPopUp.fadeBackground,
.pquizCongratulateMessages.fadeBackground {
    position: static;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.pquizPopUp.audioBlock {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 1%;
}

.pquizInstructionsPopUp,
.pquizAnswerPopUp,
.pquizHelpPopUp,
.pquizExplanationPopUp,
.pquizStrategyPopUp,
.pquizScriptPopUp {
    z-index: 10;
}

.pquizInstructionsPopUp .instructionsContainer,
.pquizAnswerPopUp .answerContainer,
.pquizHelpPopUp .helpContainer,
.pquizExplanationPopUp .explanationContainer,
.pquizStrategyPopUp .strategyContainer,
.pquizScriptPopUp .scriptContainer {
    background-color: #fafafa;
    border-radius: 5px;
    border: 1px solid #7f7f7f;
    box-shadow: 2px 2px 3px #bbbbbb;
    padding: 8px;
    max-width: 50em;
}

.pquizInstructionsPopUp .instructionsLegend,
.pquizAnswerPopUp .answerLegend,
.pquizHelpPopUp .helpLegend,
.pquizExplanationPopUp .explanationLegend,
.pquizStrategyPopUp .strategyLegend,
.pquizScriptPopUp .scriptLegend {
    font-weight: bold;
    margin: 0 20px 1em 0;
}

.pquizInstructionsPopUp .instructionsClose,
.pquizAnswerPopUp .answerClose,
.pquizHelpPopUp .helpClose,
.pquizExplanationPopUp .explanationClose,
.pquizStrategyPopUp .strategyClose,
.pquizScriptPopUp .scriptClose {
    float: right;
    text-align: right;
    height: 16px;
    width: 16px;
    cursor: pointer;
    background: url(../Images/close.png) no-repeat;
}

.pquizInstructionsPopUp .instructionsClose:hover,
.pquizAnswerPopUp .answerClose:hover,
.pquizHelpPopUp .helpClose:hover,
.pquizExplanationPopUp .explanationClose:hover,
.pquizStrategyPopUp .strategyClose:hover,
.pquizScriptPopUp .scriptClose:hover {
    background-position: 0 -16px;
}

/* ------- pquizAnswer ------ */
.pquizAnswerText {
    display: none;
    margin-top: 1em;
    padding: 0.5em;
    border: 1px solid #339933;
}

.pquizAnswerText legend {
    color: #339933;
    font-weight: bold;
    font-family: sans-serif;
}

/* -------- pdocMedia ------- */
.pquizMatching .pdocMedia {
    margin-top: 0;
}

/* ----- pdocIllustration --- */
.pdocIllustration {
    vertical-align: middle;
}

/* ------ pdocHotspot ------- */
.pdocHotspot,
.pdocHotspotSpot {
    font-size: 150%;
    cursor: pointer;
    text-shadow: 1px 1px 1px #bbbbbb;
}

.pdocHotspot a {
    display: block;
    text-decoration: none;
}

/* ----- pdocAudioPlayer ---- */
.pdocAudioPlayer {
    position: relative;
    display: inline-block;
    height: 56px;
}

.pdocAudioPlayer [data-player="button-play"] {
    display: inline-block;
    cursor: pointer;
    width: 48px;
    height: inherit;
    margin-right: 10px;
    border: none;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.pdocAudioPlayer div[data-player="button-play"] {
    float: left;
}

.pdocAudioPlayer span[data-player="button-play"] {
    margin: 0;
}

.pdocAudioPlayer span[data-player="button-play"].play,
.pdocAudioPlayer div[data-player="button-play"].play {
    background-image: url(../Images/audio_play.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.pdocAudioPlayer span[data-player="button-play"].pause,
.pdocAudioPlayer div[data-player="button-play"].pause {
    background-image: url(../Images/audio_pause.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.pdocAudioPlayer span[data-player="button-play"].play,
.pdocAudioPlayer span[data-player="button-play"].pause {
    background-position: 0 30%;
}

.pdocAudioPlayer [data-player="player-info"] {
    display: inline-block;
}

.pdocAudioPlayer [data-player="duration"] {
    white-space: nowrap;
    text-align: right;
    margin-right: 5px;
    font-weight: normal;
    color: black;
    line-height: 2em;
}

.pdocAudioPlayer [data-player="timeline"] {
    position: relative;
    width: 242px;
    height: 7px;
    cursor: pointer;
    background: url("../Images/barre_player.png") no-repeat;
}

.pdocAudioPlayer [data-player="cursor"] {
    position: absolute;
    top: -10px;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #f05023;
    cursor: pointer;
}

.pdocAudioPlayer.audioBlock {
    z-index: 1;
}

.pdocMediaCaption p.pdocP {
    line-height: normal;
}

.pdocNoteFooter,
.pdocNoteFooter p {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

/*
 * ======= BLOCK LEVEL =========
 */
/* ---------- pdocP --------- */
.pdocP {
    color: #525252;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}

/* -------- pdocList -------- */
.pdocList.pdocList-insert {
    float: left;
    margin-right: 1em;
}

/* -------- pdocTable ------- */
.pdocTable.pdocTable-noline th,
.pdocTable.pdocTable-noline td,
.pdocTable.pdocTable-noline-noexpand td,
.pdocTable.pdocTable-noline-noexpand th,
.pdocTable.pdocTable-fraction td,
.pdocTable.pdocTable-fraction th {
    border: none !important;
    background-color: initial;
}

.pdocTable.pdocTable-noline-noexpand {
    display: inline-block;
}

.pdocTable.pdocTable-noline-noexpand table,
.pdocTable.pdocTable-noexpand table {
    width: inherit;
    clear: none;
}

.pdocTable.pdocTable-onecaracter table {
    width: inherit;
    clear: inherit;
    border: solid 3px;
}

.pdocTable.pdocTable-onecaracter td {
    width: 2em;
    text-align: center;
    border: none;
}

.pdocTable.pdocTable-fraction table {
    width: auto;
}

.pdocTable.pdocTable-fraction td {
    text-align: center;
}

.pdocTable.pdocTable-fraction th {
    border-bottom: solid 2px;
    font-weight: normal;
}

.pdocTable th.pdocCell-numerator,
.pdocTable td.pdocCell-numerator {
    border-bottom: solid 1px;
    font-weight: normal;
}

.pquizQuiz .pdocTable tr th,
.pquizQuiz .pquizEngine table tr th {
    border: 1px solid #f05023;
    color: #ffffff;
    background-color: #f05023;
    font-size: 18px;
    font-weight: normal;
    font-family: Arial, helvetica, sans-serif;
    text-align: center;
}

.pquizQuiz .pdocTable td,
.pquizQuiz .pquizEngine table td.pquizCategoryChoice {
    border: 1px solid #f05023;
    color: #525252;
    font-family: Arial, helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
}

.pquizQuiz table input[type="text"].pquizChoice {
    background-color: transparent;
    border: 0 none;
    border-bottom: 2px dotted #000000;
    padding: 2px;
    margin-bottom: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}

.pquizQuiz .pquizEngine table tr th.pdocCell-style1 {
    background: #edf3db;
    text-align: left;
}

.pquizQuiz .pquizEngine table tr th.pdocCell-style1 u {
    color: #525252;
}

/* ------ pquizContent ------ */
.pquizContent {
    clear: left;
}

/* ------ pquizSentence ----- */
.pquizSentence {
    margin-top: 1em;
}

/* ------- pquizItems ------- */
.pquizItems,
.pquizCategories,
.pquizCategoriesItems {
    float: left;
    padding: 1em 0 0 1em;
    margin-bottom: 1em;
    background-color: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
    min-height: 2.8em;
    min-width: 8em;
}

.pquizQuiz [data-engine="pointing-categories"] .pquizCategories {
    position: relative;
    width: auto;
    padding: 1em 0 0.7em 0;
    margin-bottom: 1em;
    border-radius: 10px;
}

.pquizQuiz [data-engine="pointing-categories"] .pquizCategories .pquizCategory {
    position: static;
    width: auto;
    margin: 0 20px 0 0;
    padding: 0.2em 0.2em 0.2em 1em;
    opacity: 1;
    background: transparent;
    color: #000;
    border: 2px solid #e5e4f2;
    border-radius: 5px;
}

.pquizQuiz [data-engine="pointing-categories"] .pquizCategories .pquizCategory.selected {
    border: 2px solid #94c11e;
}

.pquizQuiz [data-engine="pointing-categories"] .pquizCategories .pquizCategory .pquizCategoryColor {
    display: inline-block;
}

.pquizItemsCat {
    display: inline;
}

.pquizPickFloat {
    float: left;
    max-width: 48%;
    margin-right: 10px;
}

.pquizDropFloat {
    float: left;
    max-width: 48%;
    margin-right: 10px;
}

table.pquizDropFloat {
    float: none;
    display: inline;
}

.pquizItem,
.pquizCategory,
.pquizCategoryItem {
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 1em;
    margin-bottom: 1em;
    background-color: #b2eaf3;
    color: #525252;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 0;
    border: none;
    white-space: nowrap;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
}

.pquizQuiz .pquizItem,
.pquizQuiz .pquizCategory,
.pquizQuiz .pquizCategoryItem {
    position: relative;
    margin-right: 43px;
    background-color: #b2eaf3;
    border-radius: 0;
    border: 0 none;
    padding: 4px;
    font-size: 20px;
    line-height: 20px;
    color: #525252;
    font-family: Arial, helvetica, sans-serif;
}

.pquizQuiz .pquizCategoryItem.pquizItemAudio {
    background: transparent;
    border: 1px solid #b2eaf3;
}

.pquizQuiz .pquizItem::before,
.pquizQuiz .pquizCategory,
.pquizQuiz .pquizCategoryItem::before {
    width: 22px;
    height: 22px;
    background-image: url("../Images/picto_deplacement-f.png");
    background-size: contain;
    position: absolute;
    display: block;
    bottom: -15px;
    right: -18px;
    z-index: 100;
    content: " ";
    opacity: 0.4;
}

.pquizQuiz .pquizItem.dragging,
.pquizQuiz .pquizCategory.dragging,
.pquizQuiz .pquizCategoryItem.dragging,
.pquizQuiz .pquizItem.pquizItemDropped,
.pquizQuiz .pquizCategory.pquizItemDropped,
.pquizQuiz .pquizCategoryItem.pquizItemDropped {
    background-color: #00b8d6;
    color: #ffffff;
}

.pquizQuiz .pquizItem.pquizItemAudio,
.pquizItem.pquizItemImage.dragging,
.pquizItem.pquizItemImage,
.pquizItem.pquizItemDropped.pquizItemImage {
    border: 1px solid #b2eaf3;
    background: transparent;
}

.pquizQuiz .pquizItem.pquizItemAudio .pdocAudioPlayer span[data-player="button-play"].play {
    background-position: 0 45%;
}

.pquizItemWrap .pquizItem,
.pquizItemWrap .pquizCategory,
.pquizItemWrap .pquizCategoryItem {
    white-space: normal;
}

.answer .pquizItem,
.answer .pquizCategory,
.answer .pquizCategoryItem,
.answer .pquizCategoryLegendItem {
    cursor: default;
}

.pquizItem.answerOk {
    color: #000000;
    border-bottom: 2px solid #72c159;
}

.pquizItem.answerKo {
    color: #000000;
    border-bottom: 2px solid #ed1c24;
}

.pquizPickFloat .pquizItem {
    float: none;
    display: block;
}

.pquizItemDropped {
    float: none;
    margin-right: 0;
    display: inline-block;
    line-height: 1.3em;
}

.pquizBlockItemImageDropped {
    float: left;
}

.pquizInlineItemImageDropped {
    display: inline-block;
}

.pquizItemImageDropped {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
    text-align: center;
}

/* ---- pquizItemLetter ----- */
.pquizItemLetter {
    float: left;
    text-align: center;
    padding: 0.2em;
    min-width: 1.5em;
    min-height: 1.5em;
    margin-right: 1em;
    margin-bottom: 1em;
    background-color: #e5e4f2;
    border-radius: 5px;
    border: 1px solid #7f7f7f;
    white-space: nowrap;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.pquizItemLetter.selected {
    color: #ffffff;
    background-color: #908ac2;
}

/* ------ pquizDropzone ----- */
.pquizDropzone {
    font-size: 108%;
    text-shadow: 1px 1px 1px #bbbbbb;
}

.pquizDropzone-visible {
    background-color: rgba(125, 125, 125, 0.3);
    border: 1px solid #fff;
}

.pquizDropzone-visible-enter {
    background-color: rgba(152, 181, 193, 0.5);
}

/* ------ pquizMessage ------ */
.pquizMessage {
    width: 45%;
    text-align: center;
    font-weight: bold;
}

.pquizMessage .pquizScore {
    float: none;
    margin-bottom: 0.5em;
}

.pquizMessageContent {
    background-color: #eeeeee;
    border-radius: 5px;
    border: 1px solid #7f7f7f;
    box-shadow: 2px 2px 3px #bbbbbb;
    padding: 8px;
}

.pquizMessageContent .pquizP {
    margin-bottom: 0;
}

/* ---- pquizMessageClose --- */
.pquizMessageClose {
    float: right;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(../Images/close.png) no-repeat;
}

.pquizMessageClose:hover {
    background-position: 0 -16px;
}

/* ----- pquizLocalScore ---- */
/* ----- pquizBilanScore ---- */
.pquizLocalScore:before,
.pquizBilanScore:before {
    content: "Resultado : ";
}

.pquizLocalScore,
.pquizBilanScore {
    display: block;
    background-color: #fafafa;
    margin-top: 1em;
    padding: 0.5em;
    min-height: 1.3em;
}

.pquizLocalScore {
    font-weight: bold;
    text-align: right;
}

.pquizBilanScore {
    text-align: right;
}

.pquizListBilan {
    margin: 0;
    padding: 0;
}

.pquizListBilan > li {
    list-style: none;
    margin-bottom: 2em;
}

/* ----- pquizEvalScore ----- */
.pquizEvalScore:before {
    content: "TOTAL : ";
}

.pquizEvalScore {
    text-align: right;
    font-weight: bold;
    padding: 0.5em;
    min-height: 1.3em;
}

/* ------- pquizScore ------- */
.pquizScore:before {
    content: "Resultado : ";
}

.pquizScore {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #72c159;
    text-transform: uppercase;
}

.pquizSubjectactividad .pquizScore {
    display: none;
}

.pquizScoreButton {
    float: left;
}

/* ------ pquizLoading ------ */
/* ------- pdocLoading ------ */
.pdocLoading,
.pquizLoading {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.7);
}

.pdocLoading span,
.pquizLoading span {
    content: url("../Images/loading.gif");
}

/* Textarea */
.pquizQuiz [data-engine="blanks-fill"] textarea {
    background: #b2eaf3;
    border: none;
}

/*
 * =========== ANIM ============
 */
/* --- pdocAnimContainer ---- */
.pdocAnimContainer {
    position: relative;
    display: inline-block;
}
.pdocAnimContainer.pdocAnimDeck-west,
.pdocAnimContainer.pdocAnimDeck-east {
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: flex-end;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

/* ------- pdocWorkers ------ */
.pdocWorkers {
    float: left;
    padding: 1em;
    margin-bottom: 1em;
    background-color: #fafafa;
    border-radius: 10px;
    border: 1px solid #7f7f7f;
    box-shadow: 2px 2px 3px #bbbbbb;
    min-height: 2.8em;
    min-width: 8em;
}

.pdocAnimDeck-west .pdocWorkers,
.pdocAnimDeck-east .pdocWorkers {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 400px;
}

.pdocAnimDeck-west .pdocWorkers.pdocDrawingPalette,
.pdocAnimDeck-east .pdocWorkers.pdocDrawingPalette {
    max-width: 100px;
    text-align: center;
}

.pdocWorker {
    cursor: pointer;
    margin: 5px;
}
.pdocWorker.pquizItemText {
    font-size: 20px;
    padding: 5px 10px;
    text-align: center;
    border-radius: 10px;
    color: #ffffff;
    display: block;
    margin-left: 0;
}
.pdocWorker.pquizItemText:nth-child(1) {
    background-color: #68c6ec;
}
.pdocWorker.pquizItemText:nth-child(2) {
    background-color: #e3e059;
}
.pdocWorker.pquizItemText:nth-child(3) {
    background-color: #7d4987;
}
.pdocWorker.pquizItemText:nth-child(4) {
    background-color: #009036;
}
.pdocWorker.pquizItemText .pdocP {
    color: #ffffff;
    text-align: left;
    display: block;
    width: 100%;
}

.pdocAnimDeck-west .pdocWorker,
.pdocAnimDeck-east .pdocWorker {
    display: block;
}

.pdocAnimDeck-west .pdocDrawingPalette .pdocWorker,
.pdocAnimDeck-east .pdocDrawingPalette .pdocWorker {
    display: inline-block;
}

/* ----- pdocAnimBlock ------ */
.pdocAnimBlock {
    position: relative;
    display: inline-block;
    line-height: 0;
}

.pdocAnimDeck-west .pdocAnimBlock,
.pdocAnimDeck-east .pdocAnimBlock {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 800px;
}

/* ----- pdocAnimLayer ------ */
.pdocAnimLayer {
    position: absolute;
    top: 0;
    left: 0;
}

.pdocAnimHiddenLayers .pdocAnimLayer {
    display: none;
}

/* -- pdocAnimDragAndPath --- */
/* -- pdocAnimDrawingCanvas - */
.pdocAnimDrawCanvas {
    top: 0;
    left: 0;
}

.pdocAnimDrawMouse {
    cursor: pointer;
    max-height: 100px;
    touch-action: none;
}

/* ---- pdocDrawing ----- */
.pdocAnimDrawingCanvas {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pdocWorkers.pdocDrawingPalette .pdocWorker {
    margin-right: 5px;
}

.pdocDrawingPalette .pdocDrawingToolSize {
    vertical-align: bottom;
}

.pdocDrawingPalette .pdocDrawingTool img {
    max-width: 100%;
    max-height: 100%;
}

.pdocDrawingPalette .pdocDrawingColor,
.pdocDrawingPalette .pdocDrawingTool {
    border: 4px solid #7f7f7f;
    border-radius: 30px;
    height: 40px;
    overflow: hidden;
    width: 40px;
}

.pdocDrawingPalette .selected {
    border: 4px solid #3030ff;
}

.pdocDrawingPalette .pdocDrawingSample {
    height: 100%;
    width: 100%;
}

.pdocDrawingPalette .pdocDrawingTool .pdocDrawingSample {
    height: 30px;
    margin: 5px;
    width: 30px;
}

.pdocDrawingPalette .pdocDrawingToolSize > div {
    margin-bottom: 5px;
}

.pdocDrawingToolSizeButtons {
    display: table;
}

.pdocDrawingToolSizeButtons > span {
    border: 1px solid #7f7f7f;
    cursor: pointer;
    display: table-cell;
    padding: 0 8px;
}

/* -- pdocAnimDragAndDrop --- */
.pdocAnimDropArea {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    touch-action: none;
}

.pdocWorker,
.pdocWorker.pquizItem {
    float: none;
    display: inline-block;
    border: none;
    background: none;
    -ms-touch-action: none;
    touch-action: none;
}

.pdocWorker img {
    max-width: none;
    max-height: none;
}

/* ----- pdocAnimHotspot ----- */
.pdocAnimHotspot {
    cursor: pointer;
}

.pdocAnimHotspot p.pdocP {
    display: inline-block;
    background-color: #ffffff;
    border-radius: 7px;
    border: 1px solid #059f43;
    padding: 4px;
    font-size: 20px;
    line-height: 20px;
    color: #000;
    font-family: Arial, helvetica, sans-serif;
    text-align: center;
}

/*
 * ========== CHOICES ==========
 */
/* ------ pquizChoices ------ */
.pquizChoices {
    margin: 0.3em 0 0.3em 0;
    padding-left: 0;
}
.pquizChoices li {
    list-style: none inside;
    margin-bottom: 0.2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #525252;
}
.pquizChoices img {
    vertical-align: middle;
}

.pquizChoices.pquizChoicesHorizontal {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
}

.pquizChoices.pquizChoicesHorizontal li {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0.8em;
}

input.pquizChoice {
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding: 2px 5px;
    color: #525252;
    background: #b2eaf3;
}

.pquizChoice.answerOk input {
    box-shadow: 0 2px 0 #72c159;
}

.pquizChoice.answerKo input {
    box-shadow: 0 2px 0 #ed1c24;
}

.pquizChoice.tempAnswer {
    color: #afafaf;
}

/* --- pquizSelectChoices --- */
.pquizSelectChoices.answerKo {
    border-bottom: 2px solid #ed1c24;
}

.pquizSelectChoices.answerOk {
    border-bottom: 2px solid #72c159;
}

/* --- pquizChoiceCheckbox -- */
.pquizChoiceCheckbox input[type="checkbox"] {
    display: none;
}

.pquizChoiceCheckbox::before {
    font-family: FontAwesome;
    content: "\f096";
    padding-right: 2px;
    display: inline-block;
    width: 32px;
    max-width: 32px;
}

.pquizChoiceCheckbox.selected::before {
    content: "\f046";
    padding-right: 0;
}

/* ---- pquizChoiceRadio ---- */
.pquizChoiceRadio input[type="radio"] {
    display: none;
}

.pquizChoiceRadio::before,
.pquizChoiceCheckbox::before {
    font-family: FontAwesome;
    content: url("../Images/picto_qcm_default.png");
    margin-right: 15px;
    width: auto;
}

.pquizChoiceRadio.selected::before,
.pquizChoiceCheckbox.selected::before {
    content: url("../Images/picto_qcm_user.png");
    margin-right: 0;
    width: auto;
}

.pquizChoiceRadio.answerOk::before,
.pquizChoiceCheckbox.answerOk::before {
    content: url("../Images/picto_qcm_correct.png");
    margin-right: 0;
    width: auto;
}

.pquizChoiceRadio.answerKo::before,
.pquizChoiceCheckbox.answerKo::before {
    content: url("../Images/picto_qcm_false.png");
    margin-right: 0;
    width: auto;
}

.pquizNoMark .pquizChoiceRadio.answerOk::before,
.pquizNoMark .pquizChoiceCheckbox.answerOk::before {
    color: inherit;
}

.pquizNoMark .pquizChoiceRadio.answerKo::before,
.pquizNoMark .pquizChoiceCheckbox.answerKo::before {
    color: inherit;
}

/* ---- pquizSelectItem ----- */
.pquizSelectItem.answerKo {
    border-bottom: 2px solid #ed1c24;
}

.pquizSelectItem.answerOk {
    border-bottom: 2px solid #72c159;
}

.pquizNoMark .pquizSelectItem.answerKo {
    border-bottom: 2px solid #7f7f7f;
}

.pquizNoMark .pquizSelectItem.answerOk {
    border-bottom: 2px solid #7f7f7f;
}

/* ------- pquizChoice ------ */
span.pquizChoice {
    padding: 0.2em 0 0.2em 0;
    background-color: #f0f8ff;
    border-radius: 5px;
    cursor: pointer;
}

.categories span.pquizChoice {
    padding: 0.2em 0.2em 0.2em 0.2em;
    border: 1px solid #7f7f7f;
    background-color: transparent;
}

/*
 * ========== POINTING =========
 */
/* ------- pquizPoint ------- */
.pquizPoint {
    padding: 0.2em 0 0.2em 0;
    background-color: #e5e4f2;
    border-radius: 3px;
    cursor: pointer;
}

.pquizPoint.selected,
.noclue .pquizPoint.selected {
    color: #ffffff;
    background-color: #908ac2;
}

.pquizPoint.answerOk {
    border-bottom: 2px solid #72c159;
}

.pquizNoMark .pquizPoint.answerOk {
    border-bottom: none;
}

.pquizPoint.answerKo {
    border-bottom: 2px solid #ed1c24;
}

.pquizNoMark .pquizPoint.answerKo {
    border-bottom: none;
}

.pquizPointMedia {
    display: inline-block;
    padding: 2px;
}

.noclue .pquizPoint {
    background-color: transparent;
}

.noclue .pquizPoint.selected {
    background-color: #908ac2;
}

/* -------- pquizColor ------ */
.noclue .pquizPoint.pquizColor1,
.pquizColor1 {
    color: #b2eaf3;
}

.noclue .pquizPoint.pquizBgColor1,
.pquizBgColor1 {
    background-color: #b2eaf3;
}

.noclue .pquizPoint.pquizColor2,
.pquizColor2 {
    color: #f6b189;
}

.noclue .pquizPoint.pquizBgColor2,
.pquizBgColor2 {
    background-color: #f6b189;
}

.noclue .pquizPoint.pquizColor3,
.pquizColor3 {
    color: #8cc63e;
}

.noclue .pquizPoint.pquizBgColor3,
.pquizBgColor3 {
    background-color: #8cc63e;
}

.noclue .pquizPoint.pquizColor4,
.pquizColor4 {
    color: #e2aaff;
}

.noclue .pquizPoint.pquizBgColor4,
.pquizBgColor4 {
    background-color: #e2aaff;
}

.noclue .pquizPoint.pquizColor5,
.pquizColor5 {
    color: #ddddcc;
}

.noclue .pquizPoint.pquizBgColor5,
.pquizBgColor5 {
    background-color: #ddddcc;
}

.noclue .pquizPoint.pquizColor6,
.pquizColor6 {
    color: #c0c0ff;
}

.noclue .pquizPoint.pquizBgColor6,
.pquizBgColor6 {
    background-color: #c0c0ff;
}

.noclue .pquizPoint.pquizColor7,
.pquizColor7 {
    color: #ffdca8;
}

.noclue .pquizPoint.pquizBgColor7,
.pquizBgColor7 {
    background-color: #ffdca8;
}

/* -- pquizQuiz-phonetique -- */
.pquizQuiz-phonetique [data-engine="pointing"] .pquizPoint {
    border-radius: initial;
}
.pquizQuiz-phonetique [data-engine="pointing"] .pquizPoint.selected {
    color: #525252;
    border-top: 2px solid;
}
.pquizQuiz-phonetique [data-engine="pointing"] .noclue .pquizPoint.selected {
    background-color: transparent;
}
.pquizQuiz-phonetique [data-engine="pointing"] .pquizPoint.answerOk {
    border-bottom: none;
    border-top: 2px solid #72c159;
}
.pquizQuiz-phonetique [data-engine="pointing"] .pquizPoint.answerKo {
    border-bottom: none;
    border-top: 2px solid #ed1c24;
}

.pquizQuiz-phonetique [data-engine="pointing-categories"] .pquizCategoryColor.pquizBgColor1 {
    background-color: transparent;
    border-top: 2px solid;
}
.pquizQuiz-phonetique [data-engine="pointing-categories"] .pquizCategoryColor.pquizBgColor2 {
    background-color: transparent;
    border-bottom: 2px solid;
}
.pquizQuiz-phonetique [data-engine="pointing-categories"] .pquizPoint.pquizBgColor1 {
    color: #525252;
    background-color: transparent;
    border-top: 2px solid;
}
.pquizQuiz-phonetique [data-engine="pointing-categories"] .pquizPoint.pquizBgColor2 {
    color: #525252;
    background-color: transparent;
    border-bottom: 2px solid;
}
.pquizQuiz-phonetique [data-engine="pointing-categories"] .pquizPoint.answerOk.pquizBgColor1 {
    border-bottom: none;
    border-top: 2px solid #72c159;
}
.pquizQuiz-phonetique [data-engine="pointing-categories"] .pquizPoint.answerOk.pquizBgColor2 {
    border-bottom: 2px solid #72c159;
}
.pquizQuiz-phonetique [data-engine="pointing-categories"] .pquizPoint.answerKo.pquizBgColor1 {
    border-bottom: none;
    border-top: 2px solid #ed1c24;
}
.pquizQuiz-phonetique [data-engine="pointing-categories"] .pquizPoint.answerKo.pquizBgColor2 {
    border-bottom: 2px solid #ed1c24;
}

.pquizQuiz-phonetique li {
    margin-bottom: 1rem;
}

/*
 *=========== MATCHING =========
 */
/* ------ pquizMatching ----- */
.pquizMatching .pquizMatchItem {
    padding-bottom: 1em;
}

.pquizMatching .pquizItemDropped {
    margin-bottom: 0;
}

/* - pquizMatchingLinkItems - */
.pquizMatchingLinkItems {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

.pquizMatchingLinkItem {
    display: block;
    padding: 0.2em 1em 0.2em 1em;
    margin-bottom: 1em;
    background-color: #f0f8ff;
    border-radius: 5px;
    border: 1px solid #7f7f7f;
}

/* - pquizMatchingHorizontal - */
.pquizMatchingHorizontal {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.pquizMatchingHorizontal .pquizMatch {
    flex: 1 1 auto;
    margin: 7px;
    margin-bottom: 15px;
    padding: 0;
    min-width: 15em;
    vertical-align: top;
}

/* -- pquizMatchingVertical - */
.pquizMatchingVertical {
    display: table;
}

.pquizMatchingVertical .pquizMatch {
    display: table-row;
}

.pquizMatch .pquizMatchItem {
    display: table-cell;
    padding-right: 2em;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

.pquizQuiz [data-engine="matching"] .pquizItem {
    font-size: 18px;
}

/*
 * ======== CATEGORIES =========
 */
/* ------ pquizCategory ----- */
.pquizCategory {
    padding: 0.2em 0.2em 0.2em 1em;
}

/* - pquizCategoriesChoices - */
.categories .pquizChoices {
    line-height: 2.3em;
}

.categories .pquizChoices .pquizChoice {
    white-space: nowrap;
}

.pquizCategoriesChoices li {
    margin: 0.8em;
    padding: 0.3em;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #7f7f7f;
    cursor: pointer;
}

.pquizCategoriesColor li.pquizChoice {
    display: list-item;
}

.pquizCategoriesChoices li.pquizChoice.answerOk {
    border-bottom: 2px solid #72c159;
}

.pquizCategoriesChoices li.pquizChoice.answerKo {
    border-bottom: 2px solid #ed1c24;
}

.pquizNomark .pquizCategoriesChoices li.pquizChoice.answerOk {
    border-bottom: 2px solid #7f7f7f;
}

.pquizNomark .pquizCategoriesChoices li.pquizChoice.answerKo {
    border-bottom: 2px solid #7f7f7f;
}

.multiple .pquizCategoriesChoices li {
    display: list-item;
    padding: 0;
    border: none;
}

td.pquizCategoryChoice {
    text-align: center;
}

/* - pquizCategoriesBasket -- */
.pquizCategoriesBasket {
    float: left;
    margin: 1em 1em 1em 0;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #f05023;
    box-shadow: none;
}

.pquizCategoriesBasket .legend {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-align: center;
    padding: 0.5em 1em 0.5em 1em;
    background-color: #f05023;
    color: #fafafa;
    border-radius: 0;
    white-space: nowrap;
}

.pquizCategoriesBasket .pquizCategoryDrop {
    min-height: 5em;
    min-width: 8em;
    text-align: center;
    padding: 0.5em 0.5em 0.3em 0.5em;
    border-radius: 0 0 5px 5px;
    -ms-touch-action: none;
    touch-action: none;
}

/* --- pquizCategoryItems --- */
.pquizCategoryItemDropped,
.pquizCategoryLegendItemDropped {
    float: none;
    display: block;
    margin: 0 0 0.2em 0;
}

.pquizCategoryLegendItemDropped {
    color: #000000;
}

.pquizCategoryColor {
    padding: 0em 1em;
    margin-left: 0.5em;
    margin-right: 0.2em;
    border-radius: 5px;
    border: 1px solid #7f7f7f;
    white-space: nowrap;
    cursor: pointer;
}

.pquizCategory.selected {
    color: #ffffff;
    background-color: #0086cb;
}

.pquizCategoryLegendItem.answerOk,
.pquizCategoryDrop.answer .pquizCategoryItem.answerOk,
.pquizCategoriesItems.answer .pquizCategoryItem.answerOk {
    color: #000000;
    border-bottom: 2px solid #72c159;
}

.pquizNoMark .pquizCategoryDrop.answer .pquizCategoryItem.answerOk,
.pquizNoMark .pquizCategoriesItems.answer .pquizCategoryItem.answerOk {
    border-bottom: 2px solid #7f7f7f;
}

.pquizCategoryLegendItem.answerKo,
.pquizCategoryDrop.answer .pquizCategoryItem.answerKo,
.pquizCategoriesItems.answer .pquizCategoryItem.answerKo {
    color: #000000;
    border-bottom: 2px solid #ed1c24;
}

.pquizNoMark .pquizCategoryDrop.answer .pquizCategoryItem.answerKo,
.pquizNoMark .pquizCategoriesItems.answer .pquizCategoryItem.answerKo {
    border-bottom: 2px solid #7f7f7f;
}

.pquizQuiz .pquizItem.pquizItemAudio:before,
.pquizQuiz .pquizCategoryItem.pquizItemAudio:before,
.pquizQuiz .pquizCategoryItem.pquizCategoryItemAudio:before,
.pquizQuiz .pquizItem.pquizItemImage:before,
.pquizQuiz .pquizCategoryItem.pquizItemImage:before,
.pquizQuiz .pquizCategoryItem.pquizCategoryImage:before {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 2px;
    background-image: url("../Images/picto_deplacement-f.png");
    content: " ";
}

/*
 * ========= WORDSEARCH ========
 */
/* -------- pquizGrid ------- */
.pquizGrid {
    margin: 0.8em 0 0.8em 0;
}

.pquizGrid table {
    margin: 0;
}

.publiquiz .pquizGridWordsearch {
    border: 1px solid black;
    cursor: default;
    display: inline-block;
    position: relative;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    z-index: 1;
}

.publiquiz .pquizGridWordsearch > * {
    font-family: Arial, Helvetica, sans-serif;
}

.publiquiz .pquizGridWordsearch table {
    border: none;
}

.publiquiz .pquizGridWordsearch td {
    width: 2em;
    height: 2em;
    text-align: center;
    text-transform: uppercase;
    border: none;
    padding: 0;
}

.publiquiz .pquizGridWordsearch .pquizWordsearchOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.publiquiz .pquizGridWordsearch .pquizWordsearchOverlay .pquizWordsearchHighlight {
    transform-origin: 1em 1em;
    height: 2em;
    position: absolute;
    top: 0;
    left: 0;
    width: 2em;
    transform: rotate(0deg);
}

/*  pquizWordsearchHighlight  */
.pquizWordsearchHighlight::before {
    width: calc(100% - 0.5em);
    height: calc(100% - 0.5em);
    margin: 0.25em;
    position: absolute;
    background-color: rgba(190, 240, 255, 0.5);
    border-radius: 50px;
    content: "";
}

.pquizWordsearchHighlight.pquizWordsearchHighlightDrawing::before {
    background-color: #bef0ff;
}

.pquizWordsearchHighlight.pquizWordsearchHighlightEraser::before {
    background-color: rgba(255, 255, 255, 0.5);
}

.pquizWordsearchHighlight.answerOk::before {
    background-color: rgba(150, 255, 150, 0.5);
}

.pquizWordsearchHighlight.answerKo::before {
    background-color: rgba(255, 150, 150, 0.5);
}

.pquizNoMark .pquizWordsearchHighlight.answerOk::before {
    background-color: rgba(190, 240, 255, 0.5);
}

.pquizNoMark .pquizWordsearchHighlight.answerKo::before {
    background-color: rgba(190, 240, 255, 0.5);
}

.pquizWordsearchHighlighter,
.pquizWordsearchEraser {
    width: 30px;
    height: 30px;
    padding: 5px;
    border: 1px solid black;
    margin: 1px;
    position: relative;
    cursor: pointer;
    border-radius: 7px;
    display: inline-block;
}

/* -- pquizWordsearchTools -- */
.pquizWordsearchTools .active {
    background-color: #cccccc;
    border: 2px solid black;
    margin: 0;
}

/* ----- pquizWordList ------ */
.pquizWordList,
.pquizGridWordsearch {
    display: inline-block;
    vertical-align: top;
}

.pquizWordList li {
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 2px;
    font-size: 18px;
}

/* -------- pquizLetter ----- */
.pquizLetter {
    display: inline-block;
    text-align: center;
    margin-right: 0.2em;
    margin-bottom: 0.2em;
    min-width: 1.5em;
    min-height: 1.5em;
    padding: 0.2em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #7f7f7f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    cursor: pointer;
}

.pquizLetter.answerOk {
    color: black;
    border-bottom: 2px solid #72c159;
}

.pquizLetter.answerKo {
    color: black;
    border-bottom: 2px solid #ed1c24;
}

.pquizNoMark .pquizLetter.answerOk {
    color: black;
    border-bottom: 2px solid #7f7f7f;
}

.pquizNoMark .pquizLetter.answerKo {
    color: black;
    border-bottom: 2px solid #7f7f7f;
}

/* ------- letterAdd -------- */
.letterAdd,
.modified {
    background-color: #e5e4f2;
}

/*
 * ========= FLASHCARD =========
 */
/* ------ pquizFlashcard ---- */
.pquizFlashcard {
    position: relative;
    width: 30em;
    height: 38em;
    margin: 20px auto;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.pquizFlashcard .pquizFlashcardSide {
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transition: transform 0.6s;
    -webkit-transform-style: preserve-3d;
    backface-visibility: hidden;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #7f7f7f;
    box-shadow: 2px 2px 8px #bbbbbb;
    background-color: #ffffff;
    overflow: hidden;
}
.pquizFlashcard .pquizFlashcardSide > div {
    padding: 10px;
}
.pquizFlashcard .pquizFlashcardSide img {
    max-height: 25em;
}
.pquizFlashcard .pquizFlashcardSide .pdocMedia {
    text-align: center;
}
.pquizFlashcard .pquizFlashcardSide.side1 {
    top: 0;
    z-index: 2;
}
.pquizFlashcard.flipped .pquizFlashcardSide.side1 {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.pquizFlashcard .pquizFlashcardSide.side2 {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.pquizFlashcard.flipped .pquizFlashcardSide.side2 {
    z-index: 3;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

/* - pquizFlashcardTurnOver - */
.pquizFlashcardTurnOver {
    margin-bottom: 20px;
    text-align: center;
}

/*
 * ======== PRODUCTION =========
 */
.pquizProduction {
    margin: 1em 0;
    width: 100%;
    height: 12em;
}

/*
 * ========= COLORING ==========
 */
.pquizColoringPalette {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.pquizColoringPalette > div {
    margin-bottom: 10px;
}
.pquizColoringPalette .pquizColoringColor,
.pquizColoringPalette .pquizColoringTool {
    border: 4px solid #7f7f7f;
    border-radius: 30px;
    height: 40px;
    overflow: hidden;
    width: 40px;
}
.pquizColoringPalette .selected {
    border: 4px solid #3030ff;
}
.pquizColoringPalette .pquizColoringSample {
    height: 100%;
    width: 100%;
}
.pquizColoringPalette .pquizColoringTool .pquizColoringSample {
    height: 30px;
    margin: 5px;
    width: 30px;
}
.pquizColoringPalette .pquizColoringToolSize > div {
    margin-bottom: 5px;
}

.pquizDeck-east .pquizColoringPalette {
    margin-right: 0;
    margin-left: 10px;
}

.pquizDeck-north .pquizColoringPalette,
.pquizDeck-south .pquizColoringPalette {
    display: block;
    margin-right: 0;
}
.pquizDeck-north .pquizColoringPalette > div,
.pquizDeck-south .pquizColoringPalette > div {
    display: inline-block;
    margin-right: 10px;
}

.pquizDeck-north .pquizColoringPalette {
    margin-bottom: 10px;
}

.pquizDeck-south .pquizColoringPalette {
    margin-top: 10px;
}

.pquizColoringToolSizeButtons {
    display: table;
}

.pquizColoringToolSizeButtons > span {
    border: 1px solid #7f7f7f;
    cursor: pointer;
    display: table-cell;
    padding: 0 8px;
}

.pquizColoringCanvas {
    display: inline-block;
    max-width: 90%;
}

.pdocHighlightColor1,
.pdocHighlightColor2,
.pdocHighlightColor3 {
    padding: 3px 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pdocHighlightColor4,
.pdocHighlightColor1 {
    background-color: #f05023;
    color: #ffffff;
    padding: 4px 10px;
}

.pquizInstructions u.pdocHighlightColor4,
.pquizInstructions u.pdocHighlightColor1 {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 28px;
    text-decoration: none;
    font-weight: bold;
}

.pdocHighlightColor4 {
    padding: 0;
}

.pquizInstructions,
.pquizInstructions div p.pdocP {
    font-weight: normal;
}

.pquizInstructions div p.pdocP.pdocHighlight,
.pquizInstructions div p.pdocP .pdocHighlight,
.pquizInstructions p.pdocP.pdocHighlight,
.pquizInstructions p.pdocP .pdocHighlight,
.pquizInstructions.pdocHighlight p.pdocP,
.pquizInstructions .pdocHighlight p.pdocP,
.pdocHighlight {
    font-weight: bold;
}

.pdocHighlightColor2 {
    background-color: #b2eaf3;
    color: #000000;
    text-decoration: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.pdocHighlightColor3 {
    display: inline-block;
    text-decoration: none;
    padding-bottom: 0.5em;
    font-size: 24px;
    color: #395164;
}

.pdocHighlightColor5,
.pdocHighlightColor6,
.pdocHighlightColor7 {
    font-weight: bold;
    text-decoration: none;
}

.pdocHighlightColor5 {
    color: #005287 !important;
}

.pdocHighlightColor6 {
    color: #f6b189 !important;
}

.pdocHighlightColor7 {
    color: #94c11e !important;
}

/*
 * ========== MEMORY ===========
 */
/* ~~~~~~~ pquizMemory ~~~~~~ */
.pquizMemory {
    box-sizing: border-box;
    position: relative;
    height: 100%;
}

.pquizMemory .pdocMedia {
    padding: 0;
    margin: 0;
}

/* ~~ pquizMemoryContainer ~~ */
.pquizMemoryContainer {
    box-sizing: border-box;
    position: relative;
    height: 100%;
}

/* ~~~~ pquizMemoryBoard ~~~~ */
.pquizMemoryBoard {
    box-sizing: border-box;
    display: flex;
    position: relative;
    background-repeat: repeat;
    overflow: hidden;
    text-align: center;
    height: 100%;
}

/*  pquizMemoryStateDisabled  */
.pquizMemoryStateDisabled {
    background: white;
    opacity: 0.4;
}

/* ~~~~~ pquizMemoryPick ~~~~~ */
.pquizMemoryPick {
    margin: auto;
}

/* ~~~~~ pquizMemoryItem ~~~~~ */
.pquizMemoryItem {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    margin: 10px;
}
.pquizMemoryItem .front,
.pquizMemoryItem .back {
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 1s ease-in-out;
    -moz-transition: -moz-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
}
.pquizMemoryItem .front {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.pquizMemoryItem.flipped .front {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
}
.pquizMemoryItem.flipped .back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.pquizMemoryItem.item-visibility {
    visibility: hidden;
}

/* ~ pquizMemoryCardNumber ~~ */
.pquizMemoryCardNumber {
    display: none;
    bottom: 0;
    right: 0;
    padding: 10px;
}

/* ~~~~~~~~~~ rows ~~~~~~~~~~ */
.pquizMemory .rows {
    margin: auto;
}
.pquizMemory .row {
    line-height: 0;
}

/* ~~~~~~~~~ answer ~~~~~~~~~ */
.pquizMemoryAnswerBox {
    cursor: pointer;
    line-height: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pquizMemoryAnswerBox .container {
    position: relative;
    text-align: center;
}

.pquizMemoryAnswerBox .container .itemAnswer:first-child {
    display: inline-block;
    margin-right: 10px;
    margin-left: 150px;
}

.pquizMemoryAnswerBox .container .itemAnswer:last-child {
    display: inline-block;
    margin-right: 150px;
    margin-left: 10px;
}

/* ~~~~~~ congratulate ~~~~~~ */
.pquizMemoryCongratulateBox {
    cursor: pointer;
    line-height: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pquizMemoryCongratulateBox .container {
    position: relative;
    text-align: center;
    height: 100%;
}

.pquizMemoryCongratulateBox .container .itemAnswer {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}

/*  pquizMemoryCorrectAnswer  */
.pquizMemoryCorrectAnswer {
    margin: auto;
}

.pquizMemoryItemCorrect {
    display: inline-block;
    margin: 10px;
    white-space: nowrap;
}

.pquizMemoryItemCorrect img {
    display: inline-block;
    max-width: 50%;
}

/* ~~~~~~ pquizButtons ~~~~~~ */
.pquizMemory .pquizButtons {
    margin: 0;
}

/* ~~~~~~~ pquizTimer ~~~~~~~ */
.pquizMemory .pquizTimer {
    display: inline-block;
    padding: 5px;
    background-color: white;
    font-size: 1.2em;
    font-family: monospace;
    border: 5px solid lightgrey;
    border-radius: 4px;
}

/* ~~~ pquizEndCountdown ~~~~ */
.pquizMemory .pquizEndCountdown {
    border-color: red;
    -webkit-animation: animblink linear 10 alternate 500ms;
    -moz-animation: animblink linear 10 alternate 500ms;
    animation: animblink linear 10 alternate 500ms;
}

@-webkit-keyframes animblink {
    1% {
        border-color: transparent;
    }
    100% {
        border-color: red;
    }
}
@-moz-keyframes animblink {
    1% {
        border-color: transparent;
    }
    100% {
        border-color: red;
    }
}
@keyframes animblink {
    1% {
        border-color: transparent;
    }
    100% {
        border-color: red;
    }
}
/* ~~~~~~~ pquizScore ~~~~~~~ */
.pquizMemory .pquizScore:before {
    content: "Resultado : ";
}

.pquizMemory .pquizScore {
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 54px;
    padding: 5px;
}

/* ~~~~~ publiquizAction ~~~~ */
.pquizMemory .publiquizAction {
    height: 74px;
    max-height: 74px;
}

/* ~~~~~~~ pdocNavBar ~~~~~~~ */
.pquizMemory .pdocNavBar:after {
    content: "";
    clear: both;
    display: block;
}

/* ~~~~~~~~~~ Misc ~~~~~~~~~~ */
.pquizMemory .hidden {
    display: none;
}

/* ~~~~~~~~~ answer ~~~~~~~~~ */
.pquizMemoryAnswerBox {
    background-color: rgba(125, 125, 125, 0.8);
}

/* ~~~~~~ congratulate ~~~~~~ */
.pquizMemoryCongratulateBox {
    background-color: rgba(125, 125, 125, 0.8);
}

/*
 * =========== REVIEW ==========
 */
/* ------ pquizReviewToc ----- */
.pquizReview .pquizReviewToc ul {
    display: -webkit-flex;
    display: flex;
    margin: 10px 0;
    padding: 0;
}
.pquizReview .pquizReviewToc li {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    list-style-type: none;
    margin-right: 10px;
    padding: 5px;
    border: 1px solid black;
    border-radius: 5px;
    cursor: pointer;
}
.pquizReview .pquizReviewToc li:last-child {
    margin-right: 0;
}
.pquizReview .pquizReviewToc li:hover {
    box-shadow: 0 4px 8px #bbbbbb;
}
.pquizReview .pquizReviewToc li.active {
    background-color: #0086cb;
}
.pquizReview .pquizReviewToc li.active a {
    color: #ffffff;
}
.pquizReview .pquizReviewToc li a {
    text-decoration: none;
    color: #004080;
}

/* --- pquizReviewWrapper --- */
.pquizReview .pquizReviewWrapper {
    display: -webkit-flex;
    display: flex;
}
.pquizReview .pquizReviewWrapper > div {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 50%;
}
.pquizReview .pquizReviewWrapper > div:last-child {
    padding-left: 20px;
}

/* -------- pdocTopic ------- */
.pquizReviewWrapper .pquizReviewDocs {
    display: none;
}

.pquizReviewWrapper .pdocTopic {
    position: relative;
    padding: 10px;
    margin: 0;
    border: 1px solid #7f7f7f;
    border-radius: 5px;
    overflow-y: auto;
}
.pquizReviewWrapper .pdocTopic .closeDocument::before {
    display: block;
    position: absolute;
    right: 0.6em;
    top: 0.6em;
    content: "X";
    cursor: pointer;
}
.pquizReviewWrapper .pdocTopic img {
    cursor: zoom-in;
}

/* ------- pquizEngine ------ */
.pquizReviewWrapper .pquizEngine {
    margin: 0;
    padding: 10px;
    height: 35em;
    border: 1px solid #7f7f7f;
}
.pquizReviewWrapper .pquizEngine textarea {
    margin-top: 0;
    height: 100%;
    resize: none;
    border: none;
}

/* -------- pquizNotes ------ */
.pquizReviewWrapper .pquizNotes {
    padding: 10px;
    height: 12em;
    background-color: #fafafa;
    border: 1px solid #7f7f7f;
}
.pquizReviewWrapper .pquizNotes textarea {
    resize: none;
    height: 100%;
    width: 100%;
    background-color: #fafafa;
    border: none;
}

/* ------ pdocSeparator ----- */
.pquizReview .pdocSeparator {
    cursor: ns-resize;
    padding: 0 1px;
    position: relative;
    margin-bottom: 20px;
}
.pquizReview .pdocSeparator::before {
    display: block;
    position: absolute;
    top: -8px;
    left: 48.5%;
    height: 12px;
    width: 12px;
    background: url("../Images/drag.png");
    margin: auto;
    content: "";
}

/* -------- pdocZoom ------- */
.pquizReview .pdocZoomArea {
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    text-align: center;
}
.pquizReview .pdocZoomArea .pdocZoomImage {
    display: inline-block;
    position: relative;
    margin-top: 50px;
    background: white;
    border: 1px solid black;
    border-radius: 10px;
    max-height: 100%;
    max-width: 100%;
    line-height: 0;
    box-shadow: 6px 6px 6px 0 #bbbbbb;
}
.pquizReview .pdocZoomArea .pdocZoomImage .closeZoom {
    color: #ffffff;
    background-color: #0086cb;
    height: 1.8em;
    line-height: 1.3em;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.pquizReview .pdocZoomArea .pdocZoomImage .closeZoom::before {
    display: block;
    position: absolute;
    right: 0.5em;
    top: 0.3em;
    content: "X";
    cursor: pointer;
}
.pquizReview .pdocZoomArea .pdocZoomImage img {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*
 * ========== DICTATION ========
 */
.pquizDictation {
    display: -webkit-flex;
    display: flex;
    margin: 2em 0;
}
.pquizDictation > div,
.pquizDictation > section {
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
    font-size: 1.1rem;
}
.pquizDictation .pquizDictationUser {
    font-size: 1.1rem;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #7f7f7f;
    width: 100%;
}
.pquizDictation .pquizDictationUserAnswer {
    display: none;
    padding: 10px;
}
.pquizDictation .pquizDictationAnswer {
    padding: 10px;
}
.pquizDictation h3 {
    margin: 0 0 10px 0;
}
.pquizDictation del {
    color: #d7810a;
    text-decoration: none;
}
.pquizDictation ins {
    color: #505078;
    text-decoration: none;
    text-decoration: line-through;
}
.pquizDictation .pquizDictationAnswer del {
    font-weight: bold;
}
.pquizDictation .pquizDictationAnswer del.pquizHint {
    position: relative;
    display: inline-block;
    text-decoration: underline;
}
.pquizDictation .pquizDictationAnswer del.pquizHint span {
    position: absolute;
    visibility: hidden;
    font-size: 0.9rem;
    font-weight: normal;
    background-color: #feeac0;
    color: #000000;
    text-align: center;
    width: 16em;
    border-radius: 5px;
    padding: 5px;
    z-index: 1;
    bottom: 120%;
    right: 0;
}
.pquizDictation .pquizDictationAnswer del.pquizHint span::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 20px;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #feeac0 transparent transparent transparent;
}
.pquizDictation .pquizDictationAnswer del.pquizHint:hover span {
    visibility: visible;
}

/*
 * ========= COMPOSITE =========
 */
.pquizWeight {
    text-align: right;
    padding: 5px 10px;
    margin-bottom: 0.8em;
    background-color: #fafafa;
}

.pquiz3Steps .pquizButtons {
    padding: 0 0 10px 0;
    background-color: transparent;
    text-align: left;
}

/*
 * ========== BUTTONS ==========
 */
/* ------ pquizButtons ------ */
/* ---- pdocAnimButtons ----- */
.pdocAnimButtons,
.pquizButtons {
    margin-top: 1em;
    background-color: transparent;
    padding: 0.5em;
    text-align: right;
    min-height: 1.3em;
}

/* ------- pquizButton ------- */
/* ----- pdocAnimButton ------ */
.pdocAnimButton,
.pquizButton {
    display: inline-block;
    cursor: pointer;
    padding: 0.1em 0.4em 0.1em 0.4em;
    border: 1px solid #999999;
    border-radius: 3px;
    color: #004080;
    background: linear-gradient(#fafafa, #bbbbbb);
    text-decoration: none;
    text-shadow: 0 1px 0 #eeeeee;
    font-size: 85%;
    font-weight: normal;
    font-family: sans-serif;
}

.pdocAnimButton:hover,
.pquizButton:hover {
    background: linear-gradient(#ffffff, #cccccc);
}

a.pdocAnimButton,
a.pquizButton,
a.pdocAnimButton:visited,
a.pquizButton:visited {
    padding: 0.24em 0.45em 0.24em 0.45em;
    color: #004080;
}

a.pdocAnimButton:hover,
a.pquizButton:hover {
    text-decoration: none;
}

a.pdocAnimButton img,
a.pquizButton img {
    vertical-align: middle;
}

a.pdocAnimButton.disabled,
a.pquizButton.disabled {
    background: #eeeeee;
    color: #bbbbbb;
    cursor: default;
}

.pdocAnimButton.hidden,
.pquizButton.hidden {
    display: none;
}

.pquizButton.pdocClicked {
    background: linear-gradient(#ffffff, #55ff00);
}

/* --- pquizBtnInstruction -- */
.pquizBtnInstruction {
    margin-right: 0.2em;
}

/* ------- pquizRedo -------- */
.pquizRedo {
    margin-left: 0.2em;
}

/* ----- pquizComposite ----- */
.pquizCompositeNavigation {
    text-align: center;
    margin-top: 100px;
}

.pquizCompositeNavigation a {
    display: inline-block;
}

.pquizCompositePrevious,
.pquizCompositeNext {
    cursor: pointer;
    margin: 0 15px;
}

.pquizCompositePrevious.disabled,
.pquizCompositeNext.disabled {
    opacity: 0.5;
    cursor: default;
}

/* ----- button fin exo ----- */
.pquizSubmit.pquizButton,
.pquizRedo.pquizButton,
.pquizRightAnswer.pquizButton,
.pquizUserAnswer.pquizButton {
    border: none;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    padding: 15px 35px;
    font-size: 18px;
}

.pquizSubmit.pquizButton,
.pquizRedo.pquizButton {
    background: #395164;
}

.pquizRightAnswer.pquizButton {
    background: #72c159;
}

.pquizUserAnswer.pquizButton {
    background: #f05023;
}

.didierButtons-bottom a,
.didierButtons-bottom a:hover {
    border: none;
    background: transparent;
}

.didierStrategyText {
    border: 1px solid #f05138;
}

.didierStrategyText legend {
    color: #f05138;
}

.pquizQuiz-autotest .pquizRightAnswer,
.pquizQuiz-autotest .pquizUserAnswer,
div[data-quiz-id="eva_2_quiz_0-1"] .pquizRightAnswer,
div[data-quiz-id="eva_2_quiz_0-1"] .pquizUserAnswer {
    display: none;
}

/*
 * ========= INLINES ===========
 */
/* -------- pquizDrop ------- */
span.pquizDrop {
    display: inline-block;
    line-height: 2em;
    -ms-touch-action: none;
    touch-action: none;
}

.pquizDrop.answer.answerOk {
    color: #000000;
    border-bottom: 2px solid #72c159;
}

.pquizDrop.pquizDots.answerOk {
    color: #000000;
    border-bottom: 2px solid #72c159;
}

.pquizDrop.answerOk .pquizItem {
    color: #000000;
    border-bottom: 2px solid #72c159;
}

.pquizDrop.answerKo .pquizItem {
    color: #000000;
    border-bottom: 2px solid #ed1c24;
}

/* ------- pquizNoMark ------ */
.pquizNoMark .pquizDrop.answer.answerOk {
    border-bottom: 2px solid inherit;
}

.pquizNoMark .pquizDrop.pquizDots.answerOk {
    border-bottom: 2px solid inherit;
}

.pquizNoMark .pquizDrop.answerOk .pquizItem {
    border-bottom: 2px solid inherit;
}

.pquizNoMark .pquizDrop.answerKo .pquizItem {
    border-bottom: 2px solid inherit;
}

/* ------- pdocPhonetic ----- */
.pdocPhonetic {
    font-family: arial;
    font-variant: initial;
}

/* ------- Miscellanous ----- */
.pquizItemColor {
    padding: 0em 1em;
    margin-left: 0.5em;
    margin-right: 0.2em;
    border-radius: 5px;
    border: 1px solid #7f7f7f;
    white-space: nowrap;
}

.pquizItemColor.answerOk {
    border: 1px solid #72c159;
}

.pquizItemColor.answerKo {
    border: 1px solid #ed1c24;
}

.pquizDots::before {
    content: ".................";
}

.pquizSeparator::before {
    content: " ";
}

textarea.pquizChoice {
    height: 100%;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}

input.answerOk,
textarea.answerOk {
    border-bottom: 2px solid #72c159;
}

.pquizNoMark .pquizDrop.answerOk .pquizItem,
.pquizNoMark .pquizItem.answerOk {
    border-bottom: 2px solid #7f7f7f;
}

.pquizNoMark .pquizDrop.answerOk .pquizItem .pquizItemImageDropped,
.pquizNoMark .pquizDropImage.answerOk .pquizItem {
    border-bottom: none;
}

.pquizNoMark input.answerOk,
.pquizNoMark textarea.answerOk {
    border-bottom: 2px solid #7f7f7f;
}

input.answerKo,
textarea.answerKo {
    border-bottom: 2px solid #ed1c24;
}

.pquizNoMark input.answerKo,
.pquizNoMark textarea.answerKo {
    border-bottom: 2px solid transparent;
}

.publiquiz[data-engine-options="radio"] td.answerOk {
    background-color: #72c159;
}

.publiquiz[data-engine-options="radio"] td.answerKo {
    background-color: #ed1c24;
}

.dragOver,
.pquizCategoryLegendDrop.dragOver {
    background-color: #98b5c1;
}

.hidden {
    display: none;
}

/*
 * =========== Timer ============
 */
.pquizTimer.pquizCountdown,
.pquizTimer.pquizChrono {
    display: inline-block;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #395164;
}
.pquizTimer.pquizCountdown:before,
.pquizTimer.pquizChrono:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 50px;
    margin-right: 10px;
    background: url("../Images/picto_timer.png") no-repeat;
    background-size: contain;
}

.pdocImage.pdocImageDropzone {
    position: relative;
    display: inline-block;
}
