@charset "UTF-8";
@font-face {
  font-family: Myriad;
  src: url("../fonts/MyriadPro-Regular.otf") format("opentype"), url("../fonts/MyriadPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Myriad;
  src: url("../fonts/MyriadPro-It.otf") format("opentype"), url("../fonts/MyriadPro-It.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: Myriad;
  src: url("../fonts/MyriadPro-Bold.otf") format("opentype"), url("../fonts/MyriadPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Myriad;
  src: url("../fonts/MyriadPro-BoldIt.otf") format("opentype"), url("../fonts/MyriadPro-BoldIt.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: Stix;
  src: url("../fonts/STIX-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
/* The following font face contains various icons*/
@font-face {
  font-family: "web_symbolsregular";
  src: url("../fonts/websymbols-regular-webfont.eot");
  src: url("../fonts/websymbols-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/websymbols-regular-webfont.woff2") format("woff2"), url("../fonts/websymbols-regular-webfont.woff") format("woff"), url("../fonts/websymbols-regular-webfont.ttf") format("truetype"), url("../fonts/websymbols-regular-webfont.svg#web_symbolsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
paperclip,
.paperclip,
.globe,
.carte-link a,
.globeBtn,
.audioBtn button,
.videoBtn {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 55% auto;
  border-radius: 3px;
  border: 0.1225vw solid #c8d3e1;
  cursor: pointer;
  display: inline-flex;
  vertical-align: middle;
  width: 2.7344vw;
  height: 2.7344vw;
}
paperclip:hover,
.paperclip:hover,
.globe:hover,
.carte-link a:hover,
.globeBtn:hover,
.audioBtn button:hover,
.videoBtn:hover {
  background-color: #f8faff;
}
paperclip a,
.paperclip a,
.globe a,
.carte-link a a,
.globeBtn a,
.audioBtn button a,
.videoBtn a {
  display: block;
  width: 100%;
  height: 100%;
}

paperclip,
.paperclip {
  background-image: url(../img/paperclip.svg);
}

.globe, .carte-link a,
.globeBtn {
  background-image: url(../img/hyperlien.svg);
}

.audioBtn {
  display: inline-flex;
  vertical-align: middle;
}
.audioBtn button {
  background-image: url(../img/audio-play.svg);
  background-size: auto 45%;
  width: 100%;
  height: 100%;
}
.audioBtn button.playing {
  background-image: url(../img/audio-pause.svg);
}
.audioBtn button:disabled {
  pointer-events: none;
  opacity: 0.2;
}

.videoBtn {
  background-image: url(../img/video.svg);
}

help,
homeBtn {
  background-color: transparent;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-flex;
  vertical-align: middle;
  pointer-events: none;
  width: 2.25vw;
  height: 1.75vw;
  position: relative;
  bottom: 0.2vw;
}

help {
  background-image: url(../img/aide-marine.svg);
  bottom: 0.175vw;
}

homeBtn {
  background-image: url(../img/home.svg);
  background-size: auto 1.65vw;
}

.carte-link,
.web-link,
.audio-preview {
  display: flex;
  justify-content: space-between;
}
.carte-link a,
.carte-link .globe,
.carte-link .audio-img,
.web-link a,
.web-link .globe,
.web-link .audio-img,
.audio-preview a,
.audio-preview .globe,
.audio-preview .audio-img {
  display: block;
  width: 3.9vw;
  height: 3.9vw;
  flex: 0 0 3.9vw;
  margin-left: 3.9vw;
}

.audio-preview .audio-img {
  background: url(../img/audio-img.png) 100% no-repeat;
  background-size: contain;
}

.hint-content > .paperclip,
.hint-content > .globe,
.carte-link .hint-content > a,
.hint-content > .globeBtn,
.hint-content > .audioBtn,
.hint-content > .videoBtn {
  position: absolute;
}

/* ***************************************** */
/* *************** VARIABLES *************** */
/* ***************************************** */
/* *** COLORS *** */
/* *** TEMPLATES *** */
/* ***************************************** */
/* ***************** GLOBAL **************** */
/* ***************************************** */
body {
  line-height: 1.25;
  -moz-control-character-visibility: hidden;
}

.question,
.endPage {
  font-family: Myriad, sans-serif;
  color: #26292b;
  -webkit-overflow-scrolling: touch;
}
@media screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 1) {
  .question,
  .endPage {
    font-size: 1.65vw;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .question,
  .endPage {
    font-size: 1.65vw;
  }
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
  .question,
  .endPage {
    font-size: 1.65vw;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .question,
  .endPage {
    font-size: 1.65vw;
  }
}

a:link, a:visited {
  color: #0087dc;
}
a:hover, a:active {
  color: #21386f;
}

a.fancybox:not(.nozoom) {
  background-color: #21386f;
}
a.fancybox:not(.nozoom):hover {
  background-color: #102352;
}

.drag {
  cursor: pointer;
  z-index: 100;
}

.drop {
  background: #fff;
  border-radius: 8px;
  border: 0.1225vw solid #aebaca;
  z-index: 10;
}
.drop.circleDrop {
  border-radius: 100%;
}

.DnD_DD .drop:not(.drag):not(:empty) {
  border: 0;
}

svg {
  position: absolute;
  pointer-events: none;
}

svg text {
  text-shadow: -1.5px -1.5px 0.25px #fff, 1.5px -1.5px 0.25px #fff, -1.5px 1.5px 0.25px #fff, 1.5px 1.5px 0.25px #fff;
}

.MathJax svg {
  position: static;
  display: inline;
  pointer-events: none;
}

.Cloud {
  background-position: center center !important;
  background-size: 100% auto !important;
}

.BlocBleu.align-top,
.BlocVert.align-top,
.BlocBlanc.align-top {
  padding-top: 1.6vw !important;
}

.BlocBleu.align-bottom,
.BlocVert.align-bottom,
.BlocBlanc.align-bottom {
  padding-bottom: 1.6vw !important;
}

.static_text.alphaIndent {
  text-indent: -2.6vw;
  padding-left: 2.6vw !important;
}

/* ***************************************** */
/* *********** HINTS & FEEDBACK ************ */
/* ***************************************** */
.hint .image,
.hint .static_text,
.hint .image,
.hint .static_text,
.hint .clickable,
.feedback .image,
.feedback .static_text,
.feedback .image,
.feedback .static_text,
.feedback .clickable {
  position: absolute !important;
}

.feedback-content div:not(.inline) {
  position: absolute !important;
}
.feedback-content div.drop {
  box-shadow: none !important;
}
.feedback-content .static_text {
  z-index: 1;
}
.feedback-content .sortable .drag {
  position: relative !important;
}

/* ***************************************** */
/* ***************** TEXTES **************** */
/* ***************************************** */
alphaList,
alpha {
  color: #0087dc;
}

boldBleu {
  color: #0087dc;
}

.consigne-abc {
  padding-left: 3vw;
}

.LeftArrow:before {
  content: "";
  background-image: url(../img/LeftArrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 1.25vw;
  width: 2.7vw;
  height: 1.25vw;
  display: inline-flex;
}
.LeftArrow p {
  display: inline-flex;
}

.Subtitle,
subtitle {
  color: #21386f;
  font-weight: 700;
}

.TrueFalse {
  background: #21386f !important;
  text-align: center;
  color: #fff;
  font-weight: 700;
  border-radius: 3px;
  box-sizing: border-box;
  padding-top: 9px;
}
.TrueFalse.TopPadded {
  padding-top: 1.8vh;
}
.TrueFalse.align-top, .TrueFalse.align-center, .TrueFalse.align-bottom {
  padding-top: 0.1em !important;
  justify-content: center !important;
}
.TrueFalse.align-top p:last-child, .TrueFalse.align-center p:last-child, .TrueFalse.align-bottom p:last-child {
  padding-bottom: 0 !important;
}

.bg-pink {
  background-color: #ff81ff;
}

.bg-yellow {
  background-color: #ffe200;
}

.bg-blue {
  background-color: #4bd3f3;
}

/* ***************************************** */
/* ***************** BLOCS **************** */
/* ***************************************** */
.BlocBlanc {
  align-items: center;
  background-color: #fff;
  border: 0.1225vw solid #d4ddea;
  border-radius: 8px;
  box-shadow: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0.2vw 1.6vw 0;
  z-index: 0 !important;
}

.BlocBleu {
  align-items: center;
  background-color: #e3f1fb;
  border: 0.1225vw solid #afd0e8;
  border-radius: 8px;
  box-shadow: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0.2vw 1.6vw 0;
  z-index: 0 !important;
}

.BlocVert {
  align-items: center;
  background-color: #f1f8cf;
  border: 0.1225vw solid #c6db6f;
  border-radius: 8px;
  box-shadow: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0.2vw 1.6vw 0;
  z-index: 0 !important;
}

.BlocBorder {
  align-items: center;
  background-color: #fff;
  border: 0.1225vw solid #21386f;
  border-radius: 8px;
  box-shadow: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 1.6vw 1.6vw 1.3vw;
  z-index: 0 !important;
}

.BlocBleu.alphaIndent,
.BlocBlanc.alphaIndent,
.BlocVert.alphaIndent,
.BlocBorder.alphaIndent {
  text-indent: -2.6vw;
  padding-left: 4.2vw !important;
}
.BlocBleu.bloc-mathjax,
.BlocBlanc.bloc-mathjax,
.BlocVert.bloc-mathjax,
.BlocBorder.bloc-mathjax {
  display: block;
  z-index: auto;
  height: auto !important;
  padding: 1.6vw 1.6vw 1.5vw;
}
.BlocBleu.bloc-mathjax .dropMenuUl,
.BlocBlanc.bloc-mathjax .dropMenuUl,
.BlocVert.bloc-mathjax .dropMenuUl,
.BlocBorder.bloc-mathjax .dropMenuUl {
  z-index: 5;
}
.BlocBleu.bloc-mathjax span,
.BlocBlanc.bloc-mathjax span,
.BlocVert.bloc-mathjax span,
.BlocBorder.bloc-mathjax span {
  display: inline-block;
}
.BlocBleu.bloc-mathjax .drop_list:not(.dropdown-mathjax),
.BlocBlanc.bloc-mathjax .drop_list:not(.dropdown-mathjax),
.BlocVert.bloc-mathjax .drop_list:not(.dropdown-mathjax),
.BlocBorder.bloc-mathjax .drop_list:not(.dropdown-mathjax) {
  height: 32px !important;
}

.BlocBorder {
  align-content: center;
}
.BlocBorder p {
  flex: 0 0 100%;
}
.BlocBorder p:not(:last-child) {
  padding-bottom: 0.5vw;
}
.BlocBorder.VerticalList {
  align-content: space-between;
}
.BlocBorder.VerticalList p {
  display: flex;
}
.BlocBorder.VerticalList p::before {
  content: "•";
  color: #21386f;
  display: inline-flex;
  margin-right: 1vw;
}

.DropFrame {
  box-sizing: border-box !important;
  padding: 1.6vw 1.6vw 0;
  border-radius: 8px;
  background: #fff;
  border: #21386f 0.125vw solid;
  line-height: 2.8 !important;
}
@media all and (max-height: 768px) {
  .DropFrame {
    border-width: 0.2vw;
  }
}
.DropFrame p {
  padding: 0 !important;
}

.DropFrame-mathjax {
  box-sizing: border-box !important;
  padding: 1.6vw 1.6vw 0;
  border-radius: 8px;
  background: #fff;
  border: #21386f 0.125vw solid;
  line-height: 2.8 !important;
  height: auto !important;
  margin-bottom: 5vh !important;
}
.DropFrame-mathjax p:last-child {
  padding-bottom: 0;
}

/* ***************************************** */
/* *************** ETIQUETTES ************** */
/* ***************************************** */
.EtiquetteBleue {
  background-color: #c0e1f5;
  border-color: #1689d9;
  border-style: solid;
  border-width: 0.125vw;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  padding-top: 0.1em;
  text-align: center;
  text-indent: initial !important;
}
.EtiquetteBleue p {
  text-align: center;
  width: 100%;
}
.EtiquetteBleue.dropped.transparent {
  background-color: rgba(192, 225, 245, 0.7);
  width: calc(100% + 0.245vw) !important;
  height: calc(100% + 0.245vw) !important;
  position: relative !important;
  left: -0.1225vw !important;
  top: -0.1225vw !important;
}
.EtiquetteBleue.drop.transparent {
  background-color: rgba(192, 225, 245, 0.7);
  border-color: #1689d9 !important;
  border-style: solid !important;
  border-width: 0.125vw !important;
}
@media all and (max-height: 768px) {
  .EtiquetteBleue {
    border-width: 0.2vw;
  }
}

.EtiquetteGradient {
  background: linear-gradient(to bottom, #ffffff 50%, #f2f2f2 100%);
  border-color: #666666;
  border-style: solid;
  border-width: 0.125vw;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  padding-top: 0.1em;
  text-align: center;
  text-indent: initial !important;
}
.EtiquetteGradient p {
  text-align: center;
  width: 100%;
}
.EtiquetteGradient.dropped.transparent {
  background-color: rgba(242, 242, 242, 0.7);
  width: calc(100% + 0.245vw) !important;
  height: calc(100% + 0.245vw) !important;
  position: relative !important;
  left: -0.1225vw !important;
  top: -0.1225vw !important;
}
.EtiquetteGradient.drop.transparent {
  background-color: rgba(242, 242, 242, 0.7);
  border-color: #666666 !important;
  border-style: solid !important;
  border-width: 0.125vw !important;
}
@media all and (max-height: 768px) {
  .EtiquetteGradient {
    border-width: 0.2vw;
  }
}

.EtiquetteKeyboard {
  background: linear-gradient(to bottom, #ffffff 0%, #e9f5fd 100%);
  border-color: #0087dc;
  border-style: solid;
  border-width: 0.125vw;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  padding-top: 0.1em;
  text-align: center;
  text-indent: initial !important;
}
.EtiquetteKeyboard p {
  text-align: center;
  width: 100%;
}
.EtiquetteKeyboard.dropped.transparent {
  background-color: rgba(233, 245, 253, 0.7);
  width: calc(100% + 0.245vw) !important;
  height: calc(100% + 0.245vw) !important;
  position: relative !important;
  left: -0.1225vw !important;
  top: -0.1225vw !important;
}
.EtiquetteKeyboard.drop.transparent {
  background-color: rgba(233, 245, 253, 0.7);
  border-color: #0087dc !important;
  border-style: solid !important;
  border-width: 0.125vw !important;
}
@media all and (max-height: 768px) {
  .EtiquetteKeyboard {
    border-width: 0.2vw;
  }
}

.EtiquettePeche {
  background-color: #fff4d7;
  border-color: #fff4d7;
  border-style: solid;
  border-width: 0.125vw;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  padding-top: 0.1em;
  text-align: center;
  text-indent: initial !important;
}
.EtiquettePeche p {
  text-align: center;
  width: 100%;
}
.EtiquettePeche.dropped.transparent {
  background-color: rgba(255, 244, 215, 0.7);
  width: calc(100% + 0.245vw) !important;
  height: calc(100% + 0.245vw) !important;
  position: relative !important;
  left: -0.1225vw !important;
  top: -0.1225vw !important;
}
.EtiquettePeche.drop.transparent {
  background-color: rgba(255, 244, 215, 0.7);
  border-color: #fff4d7 !important;
  border-style: solid !important;
  border-width: 0.125vw !important;
}
@media all and (max-height: 768px) {
  .EtiquettePeche {
    border-width: 0.2vw;
  }
}

.EtiquetteVerte {
  background-color: #e7f2b6;
  border-color: #7abe4b;
  border-style: solid;
  border-width: 0.125vw;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  padding-top: 0.1em;
  text-align: center;
  text-indent: initial !important;
}
.EtiquetteVerte p {
  text-align: center;
  width: 100%;
}
.EtiquetteVerte.dropped.transparent {
  background-color: rgba(231, 242, 182, 0.7);
  width: calc(100% + 0.245vw) !important;
  height: calc(100% + 0.245vw) !important;
  position: relative !important;
  left: -0.1225vw !important;
  top: -0.1225vw !important;
}
.EtiquetteVerte.drop.transparent {
  background-color: rgba(231, 242, 182, 0.7);
  border-color: #7abe4b !important;
  border-style: solid !important;
  border-width: 0.125vw !important;
}
@media all and (max-height: 768px) {
  .EtiquetteVerte {
    border-width: 0.2vw;
  }
}

.EtiquetteBleue,
.EtiquetteVerte,
.EtiquettePeche,
.EtiquetteGradient,
.EtiquetteKeyboard {
  line-height: 1.25;
}
.EtiquetteBleue.smallText,
.EtiquetteVerte.smallText,
.EtiquettePeche.smallText,
.EtiquetteGradient.smallText,
.EtiquetteKeyboard.smallText {
  font-size: 1.4vw;
}

/* ***************************************** */
/* ************** ASSOCIATION ************** */
/* ***************************************** */
.association [data-group] {
  cursor: pointer;
  z-index: 10;
}
.association .EtiquetteBleue p,
.association .EtiquetteVerte p,
.association .EtiquettePeche p,
.association .EtiquetteGradient p,
.association .EtiquetteKeyboard p {
  text-align: left;
  padding: 0 0.8vw 0 1.6vw !important;
}

.assocTag {
  z-index: 0 !important;
}

.feedback-content .assocTag {
  z-index: 0 !important;
}

.AssocCercleBleu {
  background-color: #fff;
  border-color: #0087dc;
  border-style: solid;
  border-width: 0.125vw;
  border-radius: 100%;
  box-shadow: none !important;
  z-index: 1;
  cursor: pointer;
}
.AssocCercleBleu:not(.submitted):not(.true):not(.false):hover {
  background-color: #0087dc;
}
.AssocCercleBleu.dragging, .AssocCercleBleu.selected {
  background-color: #0087dc;
  z-index: 3;
}

.AssocCercleBleuPlein {
  background-color: #0087dc;
  border-color: #0087dc;
  border-style: solid;
  border-width: 0.125vw;
  border-radius: 100%;
  box-shadow: none !important;
  z-index: 1;
}

.AssocCercleVert {
  background-color: #fff;
  border-color: #7abe4b;
  border-style: solid;
  border-width: 0.125vw;
  border-radius: 100%;
  box-shadow: none !important;
  z-index: 1;
  cursor: pointer;
}
.AssocCercleVert:not(.submitted):not(.true):not(.false):hover {
  background-color: #7abe4b;
}
.AssocCercleVert.dragging, .AssocCercleVert.selected {
  background-color: #7abe4b;
  z-index: 3;
}

.AssocCercleVertPlein {
  background-color: #7abe4b;
  border-color: #7abe4b;
  border-style: solid;
  border-width: 0.125vw;
  border-radius: 100%;
  box-shadow: none !important;
  z-index: 1;
}

/* ***************************************** */
/* ************ PLAN CARTESIEN ************* */
/* ***************************************** */
.plane {
  margin: 0 auto;
}
.plane svg {
  overflow: visible;
}
.plane svg text {
  text-shadow: none;
}

.undo,
.redo {
  position: absolute;
  top: 0px;
  right: 0px;
  content: "";
  display: inline-block;
  width: 3.35vw !important;
  height: 3.35vw !important;
  text-indent: -9999px;
  background-color: #21386f;
  background-image: url(../img/redo.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 45% auto;
  cursor: pointer;
  z-index: 100;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
}
.undo.inactive,
.redo.inactive {
  background-color: #c8d4e2;
  cursor: default;
}
.undo:not(.inactive):hover,
.redo:not(.inactive):hover {
  background-color: #0087dc;
}

.redo {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.undo {
  background-image: url(../img/undo.svg);
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  right: 3.45vw;
}

.feedback-content .undo,
.feedback-content .redo {
  display: none;
}

/* ***************************************** */
/* ************* CLAVIER MATH ************** */
/* ***************************************** */
.question.clavier_math {
  overflow: hidden;
}

.claviermath {
  background: #eee;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 20.0521vh;
  width: 100%;
  padding: 0.9vh 1vw 1.1vh;
  z-index: 0;
}
.claviermath > div {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 1vw;
}
.claviermath button {
  background: #c6c8ca;
  border: none;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  color: #444445;
  height: 5.5vh;
  font-size: inherit;
  font-family: inherit;
  padding-top: 0.5vh;
  touch-action: manipulation;
}
.claviermath button:active {
  background: white;
}
.claviermath button:focus {
  outline: none;
}
.claviermath button.backspace {
  background-color: white;
  background-image: url("../img/backspace.png");
  background-repeat: no-repeat;
  background-size: 3.1vw 2.8vh;
  background-position: calc(100% - 0.75vw) calc(100% - 0.75vw);
}
.claviermath button.function {
  background: white;
  color: #327ee6;
}
.claviermath button.function.disable {
  background: #327ee6;
  color: white;
}
.claviermath .first-line {
  margin-bottom: 0;
}
.claviermath .first-line button {
  background: transparent;
  box-shadow: none;
  height: 4.9479vh;
}
.claviermath .first-line button:active {
  background: transparent;
  color: white;
}
.claviermath .second-line button:last-child {
  grid-column-end: span 2;
}
.claviermath .third-line button:first-child {
  grid-column-start: span 2;
}
.claviermath .third-line button:last-child {
  grid-column-end: span 2;
}

glitch {
  display: inline-block;
}

#caret {
  border-left: transparent;
}

*:focus #caret,
.focusedTxt #caret {
  border-left: solid 1px;
  animation-name: blink;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.expo {
  vertical-align: super;
  font-size: 1.2vw;
}

.indice {
  vertical-align: sub;
  font-size: 1.2vw;
}

.txt {
  padding-top: 0px;
}
.txt span {
  line-height: 0em;
}

.clavier_math .txt {
  display: block;
  position: absolute;
  padding: 1vh 0.5vw !important;
  margin: 0;
  letter-spacing: 1px;
  overflow: visible;
  white-space: nowrap;
}
.clavier_math .txt span::-moz-selection {
  background: lightblue;
}
.clavier_math .txt span::selection {
  background: lightblue;
}
.clavier_math .txt::-webkit-scrollbar {
  display: none;
}
.clavier_math .txt.focus, .clavier_math .txt.focusedTxt {
  border-color: #0087dc;
}
.clavier_math sup {
  top: -0.5em !important;
}
.clavier_math sup,
.clavier_math sub {
  margin-left: 0.15vw !important;
  font-size: 1.2vw !important;
}
.clavier_math .FreeFlow_text.col-2 {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-fill: auto;
       column-fill: auto;
  grid-gap: 2vw;
}
.clavier_math .FreeFlow_text.col-3 {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-fill: auto;
       column-fill: auto;
  grid-gap: 2vw;
}
.clavier_math .FreeFlow_text p {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.clavier_math .FreeFlow_text .txt {
  display: inline-block;
  position: relative;
  top: auto !important;
  left: auto !important;
  vertical-align: middle;
}
.clavier_math .FreeFlow_text.alphaIndent p {
  text-indent: -2.6vw;
  padding-left: 2.6vw;
}

.orspan {
  margin: 0px 5px;
  text-transform: lowercase;
  color: #e93a47;
}

.ui-tooltip .orspan {
  display: block;
  color: #e93a47;
  margin: 3px 5px;
  text-transform: lowercase;
}

.container .orspan::after {
  content: "...";
  color: #e93a47;
}

/* ***************************************** */
/* ************ DRAG AND DROP ************** */
/* ***************************************** */
.returnZone {
  background: #dee5ef !important;
  border-radius: 8px;
  z-index: 0;
}

.drop.EtiquetteBleue,
.drop.EtiquetteGradient,
.drop.EtiquetteKeyboard,
.drop.EtiquettePeche,
.drop.EtiquetteVerte {
  box-shadow: none !important;
}

.DnD_text {
  line-height: 2.8;
}
.DnD_text span {
  display: inline-flex;
}
.DnD_text .drop {
  position: relative;
  margin: 0;
  vertical-align: middle;
}
.DnD_text .drop.dropped {
  box-shadow: none !important;
}
.DnD_text .drop.smallText {
  line-height: 1.25 !important;
}

.DnD_DD_inline .DnD_text .drop {
  cursor: default;
}

.Fraction::before {
  background: #26292b;
}

/* ***************************************** */
/* *************** DROPLIST **************** */
/* ***************************************** */
.dropDown {
  align-items: center;
  background-color: #fff;
  background-image: url(../img/dropdown-fleche.svg);
  background-size: 0.7vw auto;
  background-position: calc(100% - 0.75vw) center;
  background-repeat: no-repeat;
  border: 0.1225vw solid #aebaca;
  border-radius: 3px;
  cursor: pointer;
  display: inline-flex;
  line-height: 1;
  padding: 0.25vw 2.2vw 0 0.75vw;
  text-indent: initial;
  height: 100%;
  width: 100%;
}

.dropMenuUl {
  background: #fff;
  border: 0.1225vw solid #aebaca;
  border-radius: 3px;
  margin: 0 !important;
  position: absolute;
  top: calc(100% + 0.1225vw);
  width: 100%;
  z-index: 200;
  max-height: 22.85vh;
  overflow: auto;
  –webkit-overflow-scrolling: touch;
  /* Scrollbar visible aussi sur ipad */
}
.dropMenuUl::-webkit-scrollbar {
  width: 15px;
}
.dropMenuUl::-webkit-scrollbar-track {
  background: rgba(174, 186, 202, 0.1019607843);
  border-left: 1px solid rgba(174, 186, 202, 0.6117647059);
  border-right: 0;
}
.dropMenuUl::-webkit-scrollbar-thumb {
  border-radius: 20px;
  border: 3px solid transparent;
  border-left: 4px solid transparent;
  background-color: rgba(174, 186, 202, 0.6117647059);
  background-clip: content-box;
}
.dropMenuUl::-webkit-scrollbar-thumb:hover {
  background-color: #aebaca;
}
.dropMenuUl li {
  list-style: none outside none;
  padding: 0.275em 0 0.225em 0.7em;
  white-space: nowrap;
  text-align: left;
  text-indent: initial;
  line-height: 1.25;
}
.dropMenuUl li:first-child {
  display: none;
}
.dropMenuUl li:hover, .dropMenuUl li.selected {
  background: #d7e1f2;
  cursor: pointer;
}

.feedback .dropMenuUl {
  display: none;
}

.dropdown-mathjax {
  height: auto !important;
  min-height: 4.0365vh;
}
.dropdown-mathjax .MathJax,
.dropdown-mathjax .MathJax_Preview {
  pointer-events: none !important;
}
.dropdown-mathjax .dropDown {
  height: 100%;
  min-height: 4.0365vh;
  padding: 0.5em 27px 0.4em 10px;
  position: relative;
}
.dropdown-mathjax .dropDown::before {
  display: block;
  float: none;
  height: 100%;
  margin-right: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
}
.dropdown-mathjax .dropMenuUl {
  max-height: 26vh;
  overflow: auto;
  –webkit-overflow-scrolling: touch;
}
.dropdown-mathjax .dropMenuUl li {
  padding: 0.7em 0px 0.7em 0.7em;
  border-bottom: 1px solid #aebaca;
}
.dropdown-mathjax .inline_droplist {
  line-height: 4.0365vh !important;
}
.dropdown-mathjax.big-mathjax .dropMenuUl {
  max-height: 20vh;
  overflow: auto;
  –webkit-overflow-scrolling: touch;
}

.droplist-left .dropMenuUl li {
  text-align: left;
}

.droplist-center .dropMenuUl li {
  text-align: center;
  padding: 5px;
}

.droplist-right .dropMenuUl li {
  text-align: right;
  padding: 0.275em 0.7em 0.225em 0;
}

.inline_droplist {
  display: inline-flex;
  vertical-align: middle;
  text-indent: initial;
  position: absolute;
  width: 100%;
}
.inline_droplist .dropMenuUl {
  display: none;
  left: 0 !important;
}

.drop_list_text {
  display: block;
  line-height: 2.1;
}
.drop_list_text.alphaIndent {
  text-indent: -2.75vw;
  padding-left: 2.75vw !important;
}
.drop_list_text.alphaIndent p alphaList:last-of-type,
.drop_list_text.alphaIndent alphaList:last-of-type,
.drop_list_text.alphaIndent p alpha:last-of-type,
.drop_list_text.alphaIndent alpha:last-of-type {
  padding-right: 1vw;
  min-width: 2.75vw;
  display: inline-flex;
  text-indent: initial;
}
.drop_list_text .inline_droplist {
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  margin: 0 0.25em;
  top: auto !important;
  left: auto !important;
  line-height: initial;
}

.feedback-content .drop_list_text {
  z-index: 2;
}

br + .inline_droplist,
br + .txt.inline,
alphaList + .inline_droplist,
alphaList + .txt.inline,
alpha + .inline_droplist,
alpha + .txt.inline {
  margin-left: 0 !important;
}

/* ***************************************** */
/* ************* FORMAT WORDS ************** */
/* ***************************************** */
.format_words .static_text,
.format_words_one_point_per_tool .static_text,
.format_words_one_point_per_word .static_text {
  z-index: 1;
}
.format_words .BlocVert,
.format_words .BlocBleu,
.format_words .BlocBlanc,
.format_words_one_point_per_tool .BlocVert,
.format_words_one_point_per_tool .BlocBleu,
.format_words_one_point_per_tool .BlocBlanc,
.format_words_one_point_per_word .BlocVert,
.format_words_one_point_per_word .BlocBleu,
.format_words_one_point_per_word .BlocBlanc {
  z-index: 0;
}
.format_words > .question-content > .static_text,
.format_words_one_point_per_tool > .question-content > .static_text,
.format_words_one_point_per_word > .question-content > .static_text {
  pointer-events: none;
}

#toolbar {
  text-align: center;
  margin: 0 auto;
  background-size: cover;
  cursor: pointer;
}

.sentence {
  align-content: center;
}
.sentence:not(.BlocBleu):not(.BlocVert):not(.BlocBlanc) {
  padding: 1.6vw 1.6vw 0;
}
.sentence.alphaIndent.BlocBleu, .sentence.alphaIndent.BlocVert, .sentence.alphaIndent.BlocBlanc {
  padding-left: 4.37vw !important;
}
.sentence.alphaIndent > span:first-child {
  text-indent: -2.6vw;
  width: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  pointer-events: none;
}
.sentence span {
  display: inline-flex !important;
  margin: 0.75vw 0;
  padding: 0.35vw 0.17vw 0.15vw;
  line-height: 1;
  text-indent: initial;
  white-space: normal;
}
.sentence span[data-type=aposbefore] {
  padding-left: 0 !important;
  margin-left: -0.125vw !important;
}
.sentence span alphaList,
.sentence span alpha {
  background: none !important;
  font-weight: bolder !important;
  color: #0087dc !important;
  text-decoration: none !important;
  font-variant: none !important;
  pointer-events: none;
  text-indent: inherit;
}

.formatCloseLines {
  line-height: 0 !important;
}

.wrapped,
.feedback-content div.wrapped {
  display: inline-flex;
  position: static !important;
  text-indent: initial;
  white-space: nowrap;
  vertical-align: middle;
}

.sentence .break,
.feedback-content .sentence div.break {
  flex-basis: 100%;
  position: static !important;
}

#masterDiv:not(.isiPad) .sentence:not(.nohover) > span:not(.nohover):hover,
#masterDiv:not(.isiPad) .sentence:not(.nohover) > .wrapped span:not(.nohover):hover,
#masterDiv:not(.isiPad) .sentence:not(.nohover) > .break span:not(.nohover):hover {
  color: #0087dc;
  cursor: pointer;
}

.clicked_blue {
  font-weight: bold;
  color: #0087dc;
}

.highlight_yellow {
  background-color: #ffe200;
}

.highlight_blue {
  background-color: #42d3f5;
}

.highlight_pink {
  background-color: #fa8cc7;
}

.highlight_orange {
  background-color: #ff8900;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.format_button {
  position: relative;
}

.hidden {
  visibility: hidden;
}

.toolbar {
  background-color: #21386f;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 54% auto;
  border: 0.1225vw solid #fff;
  border-radius: 4px;
  cursor: pointer;
}
.toolbar:hover {
  background-color: #102352;
}
.toolbar.active_toolbar:not(.hidden) {
  background-color: #102352;
  outline: 0.1225vw solid #102352;
}
.toolbar.active_toolbar:not(.hidden)::after {
  display: block;
}
.toolbar p {
  display: none;
}

.feedback-content .toolbar {
  visibility: hidden;
}

toolB,
toolI,
toolS,
toolHY,
toolHB,
toolHP,
toolHO,
toolE {
  display: inline-block;
  height: 2.5vw;
  width: 2.5vw;
  background-color: #21386f;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50% auto;
  border-radius: 3px;
  vertical-align: middle;
  position: relative;
  bottom: 1px;
}

.toolbar[data-format=bold],
toolB {
  background-image: URL("../img/tool-b-FR.svg");
  background-size: 38% auto;
}

.toolbar[data-format=italic],
toolI {
  background-image: URL("../img/tool-i.svg");
  background-size: 38% auto;
}

.toolbar[data-format=underline],
toolS {
  background-image: URL("../img/tool-u-FR.svg");
  background-size: 38% auto;
}

.toolbar[data-format=highlight_blue],
toolHB {
  background-image: URL("../img/tool-high-blue.svg");
}

.toolbar[data-format=highlight_yellow],
toolHY {
  background-image: URL("../img/tool-high-yellow.svg");
}

.toolbar[data-format=highlight_pink],
toolHP {
  background-image: URL("../img/tool-high-pink.svg");
}

.toolbar[data-format=highlight_orange],
toolHO {
  background-image: URL("../img/tool-high-orange.svg");
}

.toolbar[data-format=eraser],
toolE {
  background-image: URL("../img/eraser.svg");
}

body[data-lang=en] .toolbar[data-format=bold],
body[data-lang=en] toolB {
  background-image: URL("../img/tool-b-EN.svg");
}

body[data-lang=en] .toolbar[data-format=underline],
body[data-lang=en] toolS {
  background-image: URL("../img/tool-u-EN.svg");
}

.twoLinesFix {
  padding: 20px;
  line-height: 0.25;
}

/* ***************************************** */
/* *************** FREE TEXT *************** */
/* ***************************************** */
.FreeFlow_text {
  line-height: 2.8;
}

.txt {
  border: 0.1225vw solid #aebaca;
  border-radius: 3px;
  background: #fff;
  display: inline-flex;
  box-sizing: border-box;
  padding: 0 !important;
  line-height: 1.25;
  position: relative;
  margin: 0 0.25em;
  text-indent: 0;
  z-index: 10;
}
.txt input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  box-sizing: border-box;
  color: inherit !important;
  font-family: inherit;
  font-size: 0.8em;
  padding: 0 0.5em;
  text-align: center;
  text-indent: initial;
}

.free_text .txt {
  z-index: 10 !important;
}

.free_text_inline .txt,
.cartesian_plane .txt {
  vertical-align: middle;
  text-indent: initial;
}

/* ***************************************** */
/* ************ MULTIPLE CHOICE ************ */
/* ***************************************** */
.clickable input {
  width: 0;
  height: 0;
  visibility: hidden;
  position: fixed;
}

.multiple_choice_single_answer .clickable.input input + label, .multiple_choice_single_answer .clickable.radioStyle input + label {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 0.1225vw solid #aebaca;
  border-radius: 100%;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.multiple_choice_single_answer .clickable.input input + label::before, .multiple_choice_single_answer .clickable.radioStyle input + label::before {
  background-color: #327ee6;
  border-radius: 100%;
  content: "";
  margin: 0;
  transition: transform 0.2s;
  transform: scale(0);
  width: 100%;
  height: 100%;
}
.multiple_choice_single_answer .clickable.input input:checked + label, .multiple_choice_single_answer .clickable.radioStyle input:checked + label {
  border-color: #327ee6;
}
.multiple_choice_single_answer .clickable.input input:checked + label::before, .multiple_choice_single_answer .clickable.radioStyle input:checked + label::before {
  transform: scale(0.45);
}
.multiple_choice_single_answer .clickable.input input + label::before, .multiple_choice_single_answer .clickable.radioStyle input + label::before {
  background-color: #21386f;
}
.multiple_choice_single_answer .clickable.input input:checked + label, .multiple_choice_single_answer .clickable.radioStyle input:checked + label {
  border-color: #21386f;
}
.multiple_choice_single_answer .clickable:not([class*=input]):not([class*=radioStyle]) {
  width: auto !important;
  height: auto !important;
}
.multiple_choice_single_answer .clickable:not([class*=input]):not([class*=radioStyle]) label {
  position: relative;
}
.multiple_choice_single_answer .clickable:not([class*=input]):not([class*=radioStyle]).checked_option {
  font-weight: 700;
  color: #327ee6;
}
.multiple_choice_single_answer .clickable:not([class*=input]):not([class*=radioStyle]).checked_option.bgyellow {
  background-color: yellow;
}
.multiple_choice_single_answer .clickable:not([class*=input]):not([class*=radioStyle]).checked_option.border {
  border: solid 2px #333;
}
.multiple_choice_single_answer .clickable:not([class*=input]):not([class*=radioStyle]):not([class*=checked_option]):not(.nohover):hover {
  color: #327ee6;
  font-weight: 700;
}
.multiple_choice_single_answer .clickable:not([class*=input]):not([class*=radioStyle]).checked_option {
  color: #0087dc;
}
.multiple_choice_single_answer .clickable:not([class*=input]):not([class*=radioStyle]):not([class*=checked_option]):not(.nohover):hover {
  color: #0087dc;
}

.multiple_choice_multiple_answers .clickable.input label, .multiple_choice_multiple_answers .clickable.radioStyle label {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 0.1225vw solid #aebaca;
  border-radius: 3px;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.multiple_choice_multiple_answers .clickable.input label::before, .multiple_choice_multiple_answers .clickable.radioStyle label::before {
  background-color: transparent;
  background-image: url(../img/checkbox-sq.svg);
  border-radius: 0;
  content: "";
  margin: 0;
  transition: transform 0.2s;
  transform: scale(0);
  width: 100%;
  height: 100%;
}
.multiple_choice_multiple_answers .clickable.input.checked_option label, .multiple_choice_multiple_answers .clickable.radioStyle.checked_option label {
  border-color: #327ee6;
}
.multiple_choice_multiple_answers .clickable.input.checked_option label::before, .multiple_choice_multiple_answers .clickable.radioStyle.checked_option label::before {
  transform: scale(0.75);
}
.multiple_choice_multiple_answers .clickable.input.checked_option label, .multiple_choice_multiple_answers .clickable.radioStyle.checked_option label {
  border-color: #21386f;
}
.multiple_choice_multiple_answers .clickable:not([class*=input]):not([class*=radioStyle]) {
  width: auto !important;
  height: auto !important;
}
.multiple_choice_multiple_answers .clickable:not([class*=input]):not([class*=radioStyle]) label {
  position: relative;
}
.multiple_choice_multiple_answers .clickable:not([class*=input]):not([class*=radioStyle]).checked_option {
  font-weight: 700;
  color: #327ee6;
}
.multiple_choice_multiple_answers .clickable:not([class*=input]):not([class*=radioStyle]).checked_option.bgyellow {
  background-color: yellow;
}
.multiple_choice_multiple_answers .clickable:not([class*=input]):not([class*=radioStyle]).checked_option.border {
  border: solid 2px #333;
}
.multiple_choice_multiple_answers .clickable:not([class*=input]):not([class*=radioStyle]):not([class*=checked_option]):not(.nohover):hover {
  color: #327ee6;
  font-weight: 700;
}
.multiple_choice_multiple_answers .clickable:not([class*=input]):not([class*=radioStyle]).checked_option {
  color: #0087dc;
}
.multiple_choice_multiple_answers .clickable:not([class*=input]):not([class*=radioStyle]):not([class*=checked_option]):not(.nohover):hover {
  color: #0087dc;
}

.BigClickable {
  font-size: 2.25vw;
}

/* ***************************************** */
/* **************** ORGANIZE *************** */
/* ***************************************** */
.question.organize .question-content .txt,
.question.organize .feedback-content .txt {
  display: inline-block;
}
.question.organize .question-content > .txt,
.question.organize .feedback-content > .txt {
  position: absolute;
}
.question.organize .question-content .FreeFlow_text .txt,
.question.organize .feedback-content .FreeFlow_text .txt {
  top: auto !important;
  left: auto !important;
}

.sortable {
  display: flex;
  /* Use of before with a border instead of outline is a workaround for
  * this bug https://bugzilla.mozilla.org/show_bug.cgi?id=687311 */
}
.sortable.active:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  bottom: -3px;
  right: -3px;
  border: 3px #327ee6 solid;
  border-radius: 3px;
}
.sortable div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.sortable div > span {
  display: block;
  text-align: center;
}
.sortable div > span i {
  padding: 0 !important;
}
.sortable div.image span {
  display: none;
}
.sortable.horizontal div {
  margin: 0 0.5vw;
}
.sortable:not(.horizontal) {
  flex-direction: column;
  justify-content: space-between;
}
.sortable.keyboard {
  background: #fff;
  border: 0.1225vw solid #aebaca;
  border-radius: 3px;
  flex-direction: row;
  justify-content: flex-start;
}
.sortable.keyboard .drag {
  background: transparent !important;
  border: 0 !important;
  margin: 0 0.25vw !important;
  height: 100% !important;
  width: auto !important;
}
.sortable.keyboard .drag span {
  width: 100% !important;
}
.sortable.keyboard.price {
  padding-left: 0.4vw;
  padding-right: 0.4vw;
}
.sortable.keyboard.price .drag {
  margin: 0px 0.1vw !important;
}
.sortable div.ui-state-highlight {
  background: none;
  border: none;
}

/* ***************************************** */
/* ************* ORGANIZE TABLE ************ */
/* ***************************************** */
.organize_table .drag,
.organize_table_sq .drag {
  position: relative;
  width: 100%;
}
.organize_table .drop,
.organize_table_sq .drop {
  border: 0;
}
.organize_table .dragContainer,
.organize_table_sq .dragContainer {
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  grid-gap: 1vw;
}
.organize_table .dragContainer.horizontal,
.organize_table_sq .dragContainer.horizontal {
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
}
.organize_table .dragContainer.horizontal .drag,
.organize_table_sq .dragContainer.horizontal .drag {
  width: auto;
}
.organize_table .table-container,
.organize_table_sq .table-container {
  display: grid;
  grid-template-rows: min-content;
}
.organize_table .table-container .table-heading,
.organize_table_sq .table-container .table-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9em;
  font-weight: bold;
  padding: 0.6vw 0.5vw 0.3vw;
  text-align: center;
  position: relative !important;
}
.organize_table .table-container .table-heading:first-child,
.organize_table_sq .table-container .table-heading:first-child {
  border-left: 0;
}
.organize_table .table-container .table-heading.last-heading,
.organize_table_sq .table-container .table-heading.last-heading {
  border-right: 0;
}
.organize_table .table-container .dragTableHead,
.organize_table_sq .table-container .dragTableHead {
  background-color: #fff;
  overflow: hidden;
  position: relative !important;
}
.organize_table .table-container .dragTableHead .drop,
.organize_table_sq .table-container .dragTableHead .drop {
  border-radius: 0;
  box-shadow: none;
  display: flex !important;
  flex-direction: column;
  grid-gap: 1vw;
  padding: 1vw;
  overflow: auto;
  width: 100%;
  height: 100%;
}
.organize_table .feedback-content .drop .drag,
.organize_table_sq .feedback-content .drop .drag {
  position: relative !important;
}
.organize_table .drag,
.organize_table_sq .drag {
  padding: 0.475vw 0.5vw 0.175vw;
}
.organize_table .table-container .table-heading,
.organize_table_sq .table-container .table-heading {
  background-color: #6084cd;
  border-right: 0.125vw solid #fff;
  border-left: 0.125vw solid #fff;
  color: #fff;
}
.organize_table .table-container .dragTableHead,
.organize_table_sq .table-container .dragTableHead {
  border-left: 0.125vw solid #6084cd;
  border-bottom: 0.125vw solid #6084cd;
}
.organize_table .table-container .dragTableHead:last-child,
.organize_table_sq .table-container .dragTableHead:last-child {
  border-right: 0.125vw solid #6084cd;
}

.teachermode .organize_table_sq .dragContainer {
  display: none;
}

/* ***************************************** */
/* **************** PIECHART *************** */
/* ***************************************** */
.preview, toolPreview {
  background-color: #21386f;
  background-image: url(../img/preview.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 65% auto;
  border-radius: 3px;
  cursor: pointer;
  height: 3vw !important;
  width: 3vw !important;
  z-index: 100;
}
.preview:hover, toolPreview:hover {
  background-color: #0087dc;
}

toolPreview {
  content: "";
  display: inline-flex;
  width: 1.8vw !important;
  height: 1.8vw !important;
  line-height: 1;
  pointer-events: none;
  text-indent: -9999px;
  vertical-align: middle;
}

.pieContainer {
  border: 2px solid #aebaca;
  border-radius: 3px;
  z-index: 0;
}

/* ***************************************** */
/* ************** UTILITIES **************** */
/* ***************************************** */
.text-red {
  color: #e93a47;
}

.text-marine {
  color: #20376f;
}

.text-blue {
  color: #0087dc;
}

.text-green {
  color: #31af5b;
}

.text-pink {
  color: #ff0096;
}

.text-magenta {
  color: #ff0096;
}

.text-gray {
  color: #667c90;
}

.text-purple {
  color: #845ca7;
}

.text-orange {
  color: #f7901e;
}

strong,
.text-bold {
  font-weight: 700;
}

em,
.text-italic {
  font-style: italic;
}

u,
.text-underline {
  text-decoration: underline;
}

.Fraction::before {
  background: #383d47;
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 1.25vh);
  left: 0;
  height: 2px;
  width: 100%;
  visibility: visible !important;
}
.Fraction::before.drop::before {
  top: calc(100% + 1.4vh);
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.align-top {
  display: flex !important;
  align-items: flex-start !important;
  align-content: flex-start !important;
}

.align-center {
  display: flex !important;
  align-items: center !important;
  align-content: center !important;
}

.align-bottom {
  display: flex !important;
  align-items: flex-end !important;
  align-content: flex-end !important;
}

.justify-left {
  display: flex !important;
  justify-content: flex-start !important;
}

.justify-center {
  display: flex !important;
  justify-content: center !important;
}

.justify-right {
  display: flex !important;
  justify-content: flex-end !important;
}

.source-small {
  font-size: 0.625em;
}

.droplist-align-right p {
  display: flex;
  grid-gap: 3.9062vw;
}
.droplist-align-right p alphaList,
.droplist-align-right p alpha {
  flex-grow: 0;
  flex-shrink: 0;
  text-indent: inherit !important;
  margin-right: -2.9062vw;
}
.droplist-align-right p .drop_list {
  margin-left: auto !important;
  margin-right: 0 !important;
  flex-grow: 0;
  flex-shrink: 0;
}

/* ***************************************** */
/* **************** LEGACY ***************** */
/* ***************************************** */
encadre {
  display: inline-block;
  border: 2px solid #0087dc;
  padding: 4px 4px 0 4px;
}
/* ***** DRAG AND DROP ***** */
.drag.true::after,
.drop.true::after {
  content: "";
  display: block;
  width: 1.6vw;
  height: 1.6vw;
  top: -0.8vw;
  right: -0.8vw;
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
  position: absolute;
  background-image: url(../img/feedback-true.svg);
  z-index: 1;
}

.drag.false::after,
.drop.false::after {
  content: "";
  display: block;
  width: 1.6vw;
  height: 1.6vw;
  top: -0.8vw;
  right: -0.8vw;
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
  position: absolute;
  background-image: url(../img/feedback-false.svg);
  z-index: 1;
}

.dropAnswered.true,
.dropAnswered.false {
  display: none;
}

/* ***** FREE TEXT ***** */
.txt.true::after {
  content: "";
  display: block;
  width: 1.6vw;
  height: 1.6vw;
  top: -0.8vw;
  right: -0.8vw;
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
  position: absolute;
  background-image: url(../img/feedback-true.svg);
}

.txt.false::after {
  content: "";
  display: block;
  width: 1.6vw;
  height: 1.6vw;
  top: -0.8vw;
  right: -0.8vw;
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
  position: absolute;
  background-image: url(../img/feedback-false.svg);
}

/* ***** DROPLIST **** */
.drop_list.true::after {
  content: "";
  display: block;
  width: 1.6vw;
  height: 1.6vw;
  top: -0.8vw;
  right: -0.8vw;
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
  position: absolute;
  background-image: url(../img/feedback-true.svg);
}

.drop_list.false::after {
  content: "";
  display: block;
  width: 1.6vw;
  height: 1.6vw;
  top: -0.8vw;
  right: -0.8vw;
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
  position: absolute;
  background-image: url(../img/feedback-false.svg);
}

/* ***** FORMAT TEXT **** */
.sentence span.true {
  color: #31af5b;
}
.sentence span.false {
  color: #e93a47;
}

/* ***** CLICKABLE ***** */
.clickable.input.checked_option.true input[type=radio] + label,
.clickable.input.checked_option.false input[type=radio] + label,
.clickable.radioStyle.checked_option.true > label,
.clickable.radioStyle.checked_option.false label {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/feedback-true.svg);
  background-repeat: no-repeat;
  background-color: #31af5b;
  background-size: 74% !important;
  background-position: center;
  box-shadow: none !important;
  border: 0 !important;
}
.clickable.input.checked_option.true input[type=radio] + label::before,
.clickable.input.checked_option.false input[type=radio] + label::before,
.clickable.radioStyle.checked_option.true > label::before,
.clickable.radioStyle.checked_option.false label::before {
  content: none;
}

.clickable.input.checked_option.false input[type=radio] + label,
.clickable.radioStyle.checked_option.false label {
  background-image: url(../img/feedback-false.svg);
  background-color: #e93a47;
}

.clickable:not([class*=input]):not([class*=radioStyle]).checked_option.true::after {
  content: "";
  display: block;
  width: 1.6vw;
  height: 1.6vw;
  top: -0.8vw;
  right: -0.8vw;
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
  position: absolute;
  background-image: url(../img/feedback-true.svg);
  right: -1.75vw;
}
.clickable:not([class*=input]):not([class*=radioStyle]).checked_option.false::after {
  content: "";
  display: block;
  width: 1.6vw;
  height: 1.6vw;
  top: -0.8vw;
  right: -0.8vw;
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
  position: absolute;
  background-image: url(../img/feedback-false.svg);
  right: -1.75vw;
}
.clickable:not([class*=input]):not([class*=radioStyle]).checked_option.colorValidate::after {
  display: none !important;
}
.clickable:not([class*=input]):not([class*=radioStyle]).checked_option.true.colorValidate {
  color: #31af5b !important;
}
.clickable:not([class*=input]):not([class*=radioStyle]).checked_option.false.colorValidate {
  color: #e93a47 !important;
}

input:disabled {
  color: #000000 !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #000000 !important;
}

/* *** ORGANIZE KEYBOARD *** */
.sortable.keyboard.true::after {
  content: "";
  display: block;
  width: 1.6vw;
  height: 1.6vw;
  top: -0.8vw;
  right: -0.8vw;
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
  position: absolute;
  background-image: url(../img/feedback-true.svg);
}
.sortable.keyboard.false::after {
  content: "";
  display: block;
  width: 1.6vw;
  height: 1.6vw;
  top: -0.8vw;
  right: -0.8vw;
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
  position: absolute;
  background-image: url(../img/feedback-false.svg);
}

/* ***** ASSOCIATION ***** */
.association .drag.true::after,
.association .drop.true::after,
.association .drag.false::after,
.association .drop.false::after,
.association_cu .drag.true::after,
.association_cu .drop.true::after,
.association_cu .drag.false::after,
.association_cu .drop.false::after {
  content: none;
}
.association .assocTag.true::after,
.association_cu .assocTag.true::after {
  content: "";
  display: block;
  width: 1.6vw;
  height: 1.6vw;
  top: -0.8vw;
  right: -0.8vw;
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
  position: absolute;
  background-image: url(../img/feedback-true.svg);
}
.association .assocTag.false::after,
.association_cu .assocTag.false::after {
  content: "";
  display: block;
  width: 1.6vw;
  height: 1.6vw;
  top: -0.8vw;
  right: -0.8vw;
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
  position: absolute;
  background-image: url(../img/feedback-false.svg);
}
/*! Pink Flag Skin for jPlayer 2.9.2 ~ (c) 2009-2014 Happyworm Ltd ~ MIT License */

/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: Pink Flag
 *
 * Copyright (c) 2012 - 2014 Happyworm Ltd
 * Licensed under the MIT license.
 *  - http://www.opensource.org/licenses/mit-license.php
 *
 * Author: Silvia Benvenuti
 * Skin Version: 2.1 (jPlayer 2.8.0)
 * Date: 13th November 2014
 */

/*
.jp-audio *:focus,
.jp-audio-stream *:focus,
.jp-video *:focus {
  /* Disable the browser focus highlighting. */
/* outline: none; }
*/
.jp-audio button::-moz-focus-inner,
.jp-audio-stream button::-moz-focus-inner,
.jp-video button::-moz-focus-inner {
  /* Disable the browser CSS3 focus highlighting. */
  border: 0;
}
.jp-audio {
  position: absolute;
  right: 12%;
  top: 20px;
  z-index: 1000;
}
/* @media all and (max-width: 1024px) {
  .jp-audio {
    position: absolute;
    right: 126px;
    top: 88px;
    z-index: 1000;
  }
} */

.sprite {
  background: url("../img/audioplayer_sprite_70.png");
  background-repeat: no-repeat;
  background-size: 355px 252px;
}

only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-resolution: 240dpi) {
  .sprite {
    background-image: url("../img/audioplayer_sprite_70_retina.png");
  }
}
.jp-audio,
.jp-audio-stream,
.jp-video {
  font-size: 16px;
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.6;
  color: #fff;
  height: 35px;
  border: 2px solid black;
  border-radius: 5px;
  background-color: rgb(230, 230, 230);
}

.jp-audio {
  width: 325px;
  height: 35px;
}

.jp-video-full .jp-interface {
  position: absolute !important;
  position: relative;
  /* Rules for IE6 (full-screen) */
  bottom: 0;
  left: 0;
}

.jp-interface {
  position: relative;
  width: 100%;
  /*height: 65px;*/
  /* Required for the full screen */
}

/* @group CONTROLS */

.jp-audio .jp-controls-holder {
  height: 80px;
}

.jp-controls {
  padding: 1px 0 2px 1px;
  overflow: hidden;
  width: 201px;
  height: 34px;
}

.jp-audio .jp-controls,
.jp-audio-stream .jp-controls {
  margin: 0 auto;
}

.jp-controls button {
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  height: 34px;
  margin: 0 1px 2px 0;
  padding: 0;
  border: none;
  cursor: pointer;
}

/* @group single player controls */
.jp-type-single .jp-controls button {
  width: 99px;
}

.jp-type-single .jp-play {
  background-position: -33px -111px;
  border: none;
  height: 47px;
  width: 47px;
  position: relative;
  float: left;
  margin-top: -8px;
  margin-left: -13px;
}

.jp-type-single .jp-play:focus {
  background-position: -33px -111px;
}

.jp-state-playing .jp-type-single .jp-play {
  background-position: -32px -176px;
}

.jp-state-playing .jp-type-single .jp-play:focus {
  background-position: -32px -176px;
}

/* The right border is normally in the ul background images. */
.jp-audio-stream .jp-play,
.jp-audio-stream .jp-pause {
  border-right: 1px solid #180920;
}

.jp-type-single .jp-stop {
  background-position: -166px -176px;
  float: left;
  height: 25px;
  width: 25px;
  border: none;
  margin-top: 4px;
  margin-left: 4px;
}

.jp-type-single .jp-stop:focus {
  background-position: -166px -176px;
}

/* @end */
/* @group progress bar */
/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
  background: url("../img/jplayer.pink.flag.seeking.gif");
}

.jp-progress {
  width: 90px;
  height: 100%;
  padding: 0 2px 2px 2px;
  margin-bottom: 4px;
  float: left;
  margin: 0px 4px 4px;
  overflow: visible;
}

.jp-seek-bar {
  background-color: white;
  border-radius: 10px;
  width: 0px;
  height: 6px;
  margin-top: 14px;
  overflow: visible;
  cursor: pointer;
}

.jp-play-bar {
  background-color: rgb(26, 47, 80);
  width: 0px;
  height: 100%;
  overflow: visible;
}

.jp-seek-handle,
.jp-volume-handle {
  background-position: -318px -138px;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -4px;
  overflow: hidden;
  float: left;
}

/* @end */
/* @group volume controls */
.jp-state-no-volume .jp-volume-controls {
  display: none;
}

.jp-audio .jp-volume-controls,
.jp-audio-stream .jp-volume-controls {
  float: left;
  margin: 10px 0 0 4px;
}

.jp-volume-controls button {
  display: block;
  float: left;
  overflow: visible;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  width: 11px;
  height: 8px;
  border: none;
  cursor: pointer;
}

.jp-audio .jp-volume-controls .jp-mute,
.jp-audio-stream .jp-volume-controls .jp-mute {
  top: -6px;
  left: 0;
}

.jp-audio .jp-volume-controls .jp-volume-max,
.jp-audio-stream .jp-volume-controls .jp-volume-max {
  top: -6px;
  right: 0;
}

.jp-video .jp-volume-controls .jp-mute,
.jp-video .jp-volume-controls .jp-unmute {
  left: 0;
  top: 14px;
}

.jp-video .jp-volume-controls .jp-volume-max {
  left: 84px;
  top: 14px;
}

.jp-volume-controls .jp-mute {
  background-position: -224px -181px;
  height: 21px;
  width: 21px;
}

.jp-volume-controls .jp-mute:focus {
  background-position: -224px -181px;
}

.jp-state-muted .jp-volume-controls .jp-mute {
  background-position: -253px -181px;
}

.jp-state-muted .jp-volume-controls .jp-mute:focus {
  background-position: -253px -181px;
}

.jp-volume-controls .jp-volume-max {
  background: url("../img/jplayer.pink.flag.jpg") 0px -350px;
}

.jp-volume-controls .jp-volume-max:focus {
  background: url("../img/jplayer.pink.flag.jpg") -25px -350px no-repeat;
}

.jp-volume-bar {
  margin: 4px 0 7px 5px;
  background-color: white;
  border-radius: 2px;
  width: 30px;
  height: 4px;
  padding: 0px;
  overflow: visible;
  cursor: pointer;
  float: left;
}

.jp-audio .jp-interface .jp-volume-bar,
.jp-audio-stream .jp-interface .jp-volume-bar {
  top: 10px;
  left: 0;
}

.jp-volume-bar-value {
  background-color: rgb(26, 47, 81);
  height: 4px;
}

/* @end */
/* @group current time and duration */
.jp-current-time,
.jp-duration {
  width: auto;
  font-size: 0.5em;
  color: #8c7a99;
}

.jp-current-time {
  float: left;
  cursor: default;
  margin: 7px 4px 4px 4px;
  font-size: 12px;
}

.jp-duration {
  float: left;
  text-align: right;
  cursor: pointer;
  position: relative;
  font-size: 12px;
  margin-top: 7px;
  width: auto;
  margin-left: 4px;
}

/* @end */

.jp-jplayer audio,
.jp-jplayer {
  width: 0px;
  height: 0px;
}

.jp-jplayer {
  background-color: #000000;
}

/* @group NO SOLUTION error feedback */
.jp-no-solution {
  padding: 5px;
  font-size: 0.8em;
  background-color: #3a2a45;
  border-top: 2px solid #554461;
  border-left: 2px solid #554461;
  border-right: 2px solid #180a1f;
  border-bottom: 2px solid #180a1f;
  color: #fff;
  display: none;
}

.jp-no-solution a {
  color: #fff;
}

.jp-no-solution span {
  font-size: 1em;
  display: block;
  text-align: center;
  font-weight: bold;
}

/* @end */
