/* -------------------------------------------------------------
 *  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
 *  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets
 *
 *  List of CSS3 Sass Mixins File to be @imported and @included as you need
 *
 *  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
 *  ENDING css files
 *
 *  note: All CSS3 Properties are being supported by Safari 5
 *  more info: http://www.findmebyip.com/litmus/#css3-properties
 *
 *------------------------------------------------------------- */
@font-face {
  font-family: ApexBook;
  src: url("../Fonts/Apex-Book.otf"); }
@font-face {
  font-family: ApexMedium;
  src: url("../Fonts/Apex-Medium.otf"); }
.exohItems, .exohCategories, .exohCategoriesItems, .exohCategoriesLegendItems {
  display: inline-block;
  padding: 1em 0 0 1em;
  margin-bottom: 1em;
  background-color: #fff;
  font-family: ApexMedium;
  color: #000;
  padding: 5px 20px 5px 20px;
  border: solid #42bce1 0;
  text-decoration: none;
  box-shadow: none; }

.exohCategoriesItems {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

.answer .exohItem, .answer .exohCategory, .answer .exohCategoryItem {
  cursor: default; }

.exohCategory {
  padding: 0.2em 0.2em 0.2em 1em; }

.exohCategoriesChoices li {
  margin: 0.8em;
  padding: 0.3em;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #bbb;
  cursor: pointer; }

.multiple .exohCategoriesChoices li {
  display: list-item;
  padding: 0;
  border: 0; }

.exohCategoriesBasket {
  float: left;
  margin: 1em 1em 1em 0;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #42bce1;
  box-shadow: 2px 2px 3px #bbb;
  width: 200px;
  max-width: 200px;
  min-height: 120px; }
  .exohCategoriesBasket .legend {
    text-align: center;
    padding: 0.5em 1em 0.5em 1em;
    background-color: white;
    color: #000;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
    white-space: normal;
    min-height: 44px; }
  .exohCategoriesBasket .exohCategoryDrop {
    min-height: 120px;
    min-width: 8em;
    text-align: center;
    padding: 0.5em 0.5em 0.3em 0.5em;
    border-radius: 0 0 5px 5px; }

.exohCategoryItemDropped {
  float: none;
  display: block;
  margin: 0 0 0.2em 0; }

.exohCategoryColor {
  padding: 0 1em;
  margin-left: 0.5em;
  margin-right: 0.2em;
  border-radius: 5px;
  border: 1px solid #bbb;
  white-space: nowrap;
  cursor: pointer; }

.exohCategory:hover {
  background-color: #42bce1; }

.exohCategory.selected {
  background-color: #42bce1;
  color: white; }

.exohCategoryDrop.answer .exohCategoryItem.answerOk, .exohCategoriesItems.answer .exohCategoryItem.answerOk {
  color: #000;
  border: none !important;
  background-image: url(../images/ok.png);
  background-repeat: no-repeat;
  background-position: right bottom; }

.exohCategoryDrop.answer .exohCategoryItem.answerKo, .exohCategoriesItems.answer .exohCategoryItem.answerKo {
  color: black;
  border: none !important;
  background-image: url(../images/ko.png);
  background-repeat: no-repeat;
  background-position: right bottom; }

.exohCategoryChoice {
  font-size: 1.2em; }
  .exohCategoryChoice.answerOk, .exohCategoryChoice.answerKo {
    background-color: #def2f8; }

.exohCategoriesGrid td, th {
  padding: 10px 20px 15px 20px;
  text-align: center; }

.exohCategoriesGrid th {
  font-size: 1.6em;
  background-color: #42bce1;
  padding: 10px 10px 5px 20px;
  color: white; }

.exohItem, .exohCategory, .exohCategoryItem, .exohCategoryLegendItem {
  display: inline-block;
  padding: 0.2em;
  font-size: 18px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #bbb;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  -webkit-box-shadow: 1px 2px 3px #666;
  -moz-box-shadow: 1px 2px 3px #666;
  box-shadow: 1px 2px 3px #666;
  font-family: ApexBook;
  color: #000;
  padding: 5px 20px 5px 20px;
  border: solid #1f628d 0;
  text-decoration: none;
  margin: 0.25em;
  max-width: 14em;
  white-space: normal; }

.exohItems, .exohCategories {
  background: #fff;
  font-family: ApexBook;
  color: #fff;
  font-size: 16px;
  padding: 10px 10px 0px 20px;
  text-decoration: none; }

.exohCategoriesGrid tr, .exohCategoriesGrid td, .exohCategoriesGrid th {
  text-align: left; }

.exohChoices {
  margin: 0.3em 0 0.3em 0; }
  .exohChoices li {
    list-style: none inside;
    margin-bottom: 0.6em;
    padding-left: 15px;
    padding-right: 15px; }
  .exohChoices img {
    vertical-align: middle; }

.categories .exohChoices {
  line-height: 2.3em; }
  .categories .exohChoices .exohChoice {
    white-space: nowrap; }

.exohChoice {
  font-size: 1.3em;
  padding-left: 5px; }
  .exohChoice.answerOk input, .exohChoice.answerKo input {
    box-shadow: none; }

span.exohChoice {
  padding: 0.2em 0 0.2em 0;
  background-color: #e8f0f7;
  border-radius: 5px;
  cursor: pointer; }

.categories span.exohChoice {
  padding: 0.2em 0.2em 0.2em 0.2em;
  border: 1px solid #7f7f7f;
  background-color: transparent; }

.exohChoices {
  font-family: ApexBook; }
  .exohChoices input {
    font-size: 20px; }

input[type="text"] {
  font-size: 1em;
  margin-left: 5px;
  margin-right: 5px; }

.answerKo {
  color: #fff !important;
  background-color: #c60202 !important;
  padding: 0.15em 0.4em;
  border-radius: 6px; }

.answerOk {
  color: #fff !important;
  background-color: #648402 !important;
  padding: 0.15em 0.4em;
  border-radius: 6px; }

.exohItemDropped {
  float: none; }

.exohBlockItemImageDropped {
  float: left; }

.exohInlineItemImageDropped {
  display: inline-block; }

.exohItemImageDropped {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  text-align: center; }

td.exohDrop {
  border: solid #42bce1 1px !important;
  padding: 10px !important;
  min-height: 130px !important;
  min-width: 160px !important;
  margin-left: 30px !important;
  color: #fff; }

.exohDrop {
  background-color: #fff;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: solid #42bce1 1px;
  font-family: ApexBook;
  color: #2f6699;
  font-size: 100%;
  padding: 5px;
  margin: 5px;
  text-decoration: none; }
  .exohDrop.answerOk .exohItem {
    background-image: url(../images/ok.png) !important;
    background-repeat: no-repeat;
    background-position: right bottom;
    border-bottom: none !important; }
  .exohDrop.answerKo .exohItem {
    background-image: url(../images/ko.png) !important;
    background-repeat: no-repeat;
    background-position: right bottom;
    border-bottom: none !important; }
  .exohDrop.answerOk .exohItem {
    color: black;
    border-bottom: 2px solid #648402; }
  .exohDrop.answerKo .exohItem {
    color: black;
    border-bottom: 2px solid #c60202; }

.exohItemDropped {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0px !important;
  line-height: 1.231; }

span.exohDrop {
  display: inline-block; }

.exohAudioPlayer {
  height: 33px;
  margin: 0 10px 0 0;
  padding: 0; }
  .exohAudioPlayer [data-player="cursor"] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #42bce1;
    cursor: pointer; }
  .exohAudioPlayer [data-player="timeline"], .exohAudioPlayer div[data-player="button-stop"] {
    margin-top: 0;
    display: inline-block; }
  .exohAudioPlayer [data-player="duration"] {
    display: none; }
  .exohAudioPlayer [data-player="button-play"] {
    cursor: pointer;
    height: 33px;
    width: 33px;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    padding-top: 0; }
  .exohAudioPlayer div[data-player="button-play"] {
    top: 0px;
    display: inline-block;
    background-color: #fff; }
  .exohAudioPlayer span[data-player="button-play"] {
    margin: 0;
    display: inline-block; }

.exohSection1 .exohAudioPlayer div[data-player="button-stop"] {
  top: 8px;
  display: inline-block; }

.exohMedia .exohAudioPlayer {
  background: none;
  background-color: #fff;
  margin-right: 55%; }

.exohMatching .exohMedia {
  margin-top: 0; }

table.exohMatching {
  margin-top: 30px; }
  table.exohMatching td {
    font-size: 20px;
    vertical-align: middle; }
    table.exohMatching td:nth-child(2) {
      height: 5px; }

.exohMatching td {
  margin-left: 20px !important; }
.exohMatching .exohItemDropped {
  margin-bottom: 0;
  margin-top: -40px !important; }

.exohMatchingLinkItems {
  width: 30%;
  display: inline-block;
  vertical-align: top; }

.exohMatchingLinkItem {
  display: block;
  padding: 0.2em 1em 0.2em 1em;
  margin-bottom: 1em;
  background-color: #f0f8ff;
  border-radius: 5px;
  border: 1px solid #7f7f7f; }

.exohPoint {
  padding: 0.2em 0 0.2em 0;
  background-color: #e8e7e7;
  border-radius: 3px;
  cursor: pointer; }
  .exohPoint.selected {
    color: #fff;
    background-color: #42bce1; }
  .exohPoint.answerOk {
    color: #000 !important;
    background-color: #648402; }
  .exohPoint.answerKo {
    color: #000 !important;
    background-color: #c60202; }

.exohPointMedia {
  display: inline-block;
  padding: 2px; }

table {
  clear: left;
  line-height: 2em;
  font-family: ApexBook; }

th, td {
  border: 1px solid #42bce1; }

.exohTable {
  margin: 0.8em 0 0.8em 0; }
  .exohTable table {
    width: auto;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0; }
  .exohTable tr {
    padding: 0.3em; }
  .exohTable th {
    vertical-align: text-top;
    padding: 0.3em;
    border: 1px solid #42bce1; }
  .exohTable td {
    vertical-align: text-top;
    padding: 0.3em;
    border: 1px solid #42bce1;
    text-align: left; }

.exohTableTitle {
  font-size: 93%;
  font-variant: small-caps; }

.exohTableCaption {
  font-size: 85%; }

td.exohChoice {
  text-align: center; }
  td.exohChoice.answerOk {
    background-color: #648402; }
  td.exohChoice.answerKo {
    background-color: #c60202; }

.exohTable td {
  font-size: 20px; }

.exohNavBar:last-of-type {
  display: none; }
.exohNavBar .col {
  text-align: center; }
.exohNavBar .colLast {
  text-align: right; }
.exohNavBar hr {
  clear: both; }

hr {
  height: 0;
  border: 0; }

.exohNavBar a {
  border: 0; }
  .exohNavBar a:hover {
    background-color: transparent; }

.exohToc .exohNavBar {
  padding-top: 0; }
  .exohToc .exohNavBar div {
    padding-top: 0; }
  .exohToc .exohNavBar a {
    padding: 0; }

.exohBreadcrumbs {
  font-family: ApexBook;
  font-size: 18px;
  background-color: #97ba38;
  -webkit-border-radius: 6 6 0 0;
  -moz-border-radius: 6 6 0 0;
  border-radius: 6px 6px 0 0;
  color: #fff;
  padding: 14px 14px 0 14px;
  margin-left: -14px;
  margin-right: -14px;
  margin-bottom: 0;
  color: transparent; }
  .exohBreadcrumbs a {
    font-family: ApexBook;
    color: #fff;
    text-decoration: none; }
    .exohBreadcrumbs a:nth-child(n+2) {
      display: none; }

.exohToc h1, .exohToc h2, .exohToc h3, .exohToc .h1, .exohToc .h2, .exohToc .h3 {
  text-align: center; }
.exohToc h2, .exohToc .h2 {
  margin: 2em 1em 1em 1em; }
.exohToc h3, .exohToc .h3 {
  margin-top: 2em; }
.exohToc ol, .exohToc ul {
  margin: 0;
  padding: 0; }
.exohToc ol ol, .exohToc ul ul {
  margin-left: 1.3em; }
.exohToc li {
  list-style-type: none;
  margin-top: 1.5em;
  font-family: ApexMedium;
  font-size: 2em !important; }
  .exohToc li li {
    margin-top: 0.4em;
    font-family: ApexBook;
    font-size: 0.8em !important; }
.exohToc div {
  padding-top: 0.4em; }
.exohToc a {
  display: block;
  padding: 0.4em 0 0.4em 0.4em;
  text-decoration: none;
  border-bottom: 1px solid #dcdcdc; }
  .exohToc a:hover {
    background-color: #82e1fa; }

.exohOneFile.exohToc {
  border-left: 8px dotted #dcdcdc;
  padding-left: 0.8em;
  margin-bottom: 2em; }
  .exohOneFile.exohToc li {
    margin-top: 0.2em; }
    .exohOneFile.exohToc li li {
      margin-top: 0; }

.exohToc h1 {
  font-family: ApexMedium;
  font-size: 0;
  background-image: url(../images/bandeau.jpg);
  background-repeat: no-repeat;
  width: 1220px;
  height: 100px;
  border: 0;
  margin-left: -30px; }

h2 {
  font-size: 123.1%; }

h3 {
  font-size: 108%; }

h4 {
  margin: 0.8em 0;
  color: #933;
  border-bottom: 1px solid #933; }

.h1 {
  margin: 1em 0;
  font-size: 167%;
  font-weight: bold;
  font-variant: small-caps; }

.h2 {
  margin: 1em 0;
  font-size: 123.1%;
  font-weight: bold; }

.h3 {
  margin: 1em 0;
  font-size: 108%;
  font-weight: bold; }

.h4 {
  margin: 0.8em 0;
  color: #933;
  border-bottom: 1px solid #933; }

.exohToc {
  font-family: sans-serif; }
  .exohToc li {
    color: #f07d00;
    font-weight: bold;
    font-size: 1.5em; }
    .exohToc li a {
      color: #f07d00; }
    .exohToc li li {
      color: #000;
      font-weight: bold;
      font-size: 0.9em;
      font-family: ApexMedium; }
      .exohToc li li li {
        font-family: ApexBook;
        font-size: 1em !important; }
      .exohToc li li a {
        color: #000;
        font-weight: normal; }

.exohHelpText {
  margin-top: 1em;
  padding: 0.5em;
  border: 1px solid #42bce1;
  font-family: ApexBook;
  font-size: 1.6em;
  border-radius: 15px; }
  .exohHelpText h1 {
    margin: 0 0 0.5em 0; }
  .exohHelpText legend {
    color: #42bce1;
    font-weight: bold;
    font-family: ApexMedium; }

.exohHelpPopUp {
  position: relative;
  box-shadow: 10px 10px 10px #ccc;
  border-radius: 15px;
  left: 25% !important; }
  .exohHelpPopUp .helpLegend {
    font-weight: bold;
    color: #fff;
    font-family: ApexMedium;
    background-color: #42bce1;
    padding: 0.5em;
    margin: 0;
    margin-bottom: 0.5em;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
  .exohHelpPopUp .helpContainer {
    margin-top: 0;
    padding: 0;
    padding-bottom: 1em;
    font-family: ApexBook;
    font-size: 1.6em;
    border: 2px solid #42bce1;
    border-radius: 15px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background-color: white;
    color: #42bce1;
    width: 30em;
    position: relative; }
  .exohHelpPopUp .helpClose {
    top: 30px;
    right: 5px;
    width: 32px;
    height: 32px; }
    .exohHelpPopUp .helpClose:hover {
      background-position: 0 -30px; }
  .exohHelpPopUp .exohP {
    margin: 0 0.5em;
    line-height: inherit !important; }

.exohMessage {
  text-align: center;
  font-size: 116%;
  font-weight: bold;
  left: 180px; }

.exohScore:before {
  content: "Score : "; }

.exohGlobalScore {
  background-color: #42bce1 !important;
  font-family: ApexMedium !important;
  font-weight: normal !important;
  padding-left: 15px !important;
  padding-right: 15px !important; }

.exohScore {
  color: #fff;
  float: left;
  background: #42bce1;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  font-size: 120%;
  font-weight: bold;
  padding: 5px 5px 5px 5px;
  margin-right: 50px;
  border: solid #f07d00 0;
  text-decoration: none;
  background-color: #42bce1;
  box-shadow: none;
  font-size: 2em;
  margin-bottom: 0; }

.exohMessage {
  position: relative;
  text-align: center;
  font-size: 200%;
  font-weight: normal;
  font-family: ApexMedium;
  color: #fff;
  background-color: #42bce1;
  width: 50%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  padding: 10px;
  left: 25% !important; }

.exohGlobalMessage {
  box-shadow: 1px 2px 4px #666;
  position: relative;
  text-align: center;
  font-size: 200%;
  font-weight: normal;
  font-family: ApexMedium;
  color: #fff;
  background-color: #42bce1;
  width: 50%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  padding: 10px;
  top: 25%;
  margin-top: 0;
  left: 35%;
  width: 30%;
  padding: 15px; }

.exohGlobalMessageContent {
  padding: 0px;
  background-color: #069; }

.exohGlobalMessageClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(../images/close.png) no-repeat; }
  .exohGlobalMessageClose:hover {
    background-position: 0 -30px; }

.exohMessageContent {
  background-color: transparent;
  box-shadow: none;
  border: none; }

.exohMessage {
  position: relative; }

.exohEncourageMessages, .exohCongratulateMessage {
  height: 0; }

.exohHelpPopUp .exohP.first {
  color: #42bce1; }

a.exohButton {
  background-color: #42bce1;
  background-image: none;
  border: solid #42bce1 0;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 1px 2px 2px #666 2px 5px rgba(0, 0, 0, 0.4);
  -khtml-box-shadow: 1px 2px 2px #666 2px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 2px 2px #666 2px 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 1px 2px 2px #666 2px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 1px 2px 2px #666 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 2px 2px #666 2px 5px rgba(0, 0, 0, 0.4);
  color: white;
  cursor: pointer;
  float: right;
  font-size: 2em;
  font-family: ApexMedium;
  font-weight: normal;
  letter-spacing: 0.5px;
  margin-right: 30px;
  padding: 5px 20px 5px 20px;
  position: relative;
  text-decoration: none;
  text-shadow: 0 1px 0 #eee; }
  a.exohButton:hover {
    background-color: #21a7cf;
    background-image: none;
    -webkit-box-shadow: 1px 2px 4px #666 2px 5px rgba(0, 0, 0, 0.4);
    -khtml-box-shadow: 1px 2px 4px #666 2px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 2px 4px #666 2px 5px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 1px 2px 4px #666 2px 5px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 1px 2px 4px #666 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 2px 4px #666 2px 5px rgba(0, 0, 0, 0.4);
    color: white;
    text-decoration: none; }
  a.exohButton:active {
    -webkit-box-shadow: 1px 4px 6px #666 inset 2px 5px rgba(0, 0, 0, 0.4);
    -khtml-box-shadow: 1px 4px 6px #666 inset 2px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 4px 6px #666 inset 2px 5px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 1px 4px 6px #666 inset 2px 5px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 1px 4px 6px #666 inset 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 4px 6px #666 inset 2px 5px rgba(0, 0, 0, 0.4); }
  a.exohButton img {
    vertical-align: middle; }

.exohButtons {
  background-color: #fff;
  bottom: 20px;
  display: inline-block; }

.exohHelpButton {
  right: 5px;
  position: absolute;
  top: -10px; }
  .exohHelpButton .exohButton {
    background-color: #21a7cf; }
    .exohHelpButton .exohButton:hover {
      background-color: #1d95b9; }

body {
  background-color: #FFFFFF;
  font-family: ApexBook; }
  body.exohToc {
    width: 1160px !important; }
  body.exohDivision {
    max-width: 1160px !important; }

input:disabled, textarea:disabled {
  opacity: 1;
  color: black; }

body.exohCover {
  margin: 0;
  padding: 0; }
  body.exohCover div {
    height: 100%;
    text-align: center; }
  body.exohCover img {
    height: 100%; }

.exohCover {
  text-align: center; }

.exohSubmit {
  margin-top: 0.2em !important;
  background-color: #fff;
  padding: 0.1em 0.4em 0.1em 0.4em !important;
  text-align: right;
  margin-bottom: 1em; }

div.exohDivision {
  padding-left: 0.8em;
  border-left: 8px solid #dcdcdc; }

.exohDivision h1 .exohTitle2, .exohDivision .h1 .exohTitle2 {
  font-size: 93%; }
.exohDivision h1, .exohDivision .h1 {
  background-color: #fff; }
.exohDivision h1 .exohTitle3, .exohDivision .h1 .exohTitle3 {
  font-size: 85%; }
.exohDivision h1 .exohTitle4, .exohDivision .h1 .exohTitle4 {
  font-size: 77%; }
.exohDivision h4 {
  font-size: 108%;
  font-style: italic;
  margin-bottom: 0.5em; }

.exohDocument h1, .exohDocument .h1 {
  margin: 0 0 1em 0;
  padding: 1em;
  text-align: center;
  border: 1px solid black;
  background-color: #fff;
  font-variant: small-caps;
  font-weight: bold;
  font-size: 138.5%; }
.exohDocument h2, .exohDocument .h2 {
  border-bottom: 1px solid black; }
.exohDocument h1 .h2, .exohDocument .h1 .h2 {
  display: block;
  margin-top: 1em;
  border-bottom: 0;
  font-size: 83.5%; }

.exohRappel h2, .exohRappel .h2 {
  border-bottom: 1px solid black; }

.exohRappelOneFile {
  border-bottom: 1px dotted black;
  margin-bottom: 2em;
  padding-bottom: 1em; }

.exohRappel {
  font-size: 130%;
  line-height: 120%; }

.exohElements {
  margin: 0.8em 1em 0 1.5em; }

.exohElement {
  margin-bottom: 3em; }

.exohInstructions {
  font-weight: bold;
  color: #42bce1;
  font-family: ApexMedium; }

.exohEngine {
  margin-top: 0.8em;
  font-family: ApexMedium; }

.exohText {
  line-height: 30px; }
  .exohText td {
    padding: 0.3em 0.5% 0.3em 0.5%; }

.exohAnswerText {
  display: none;
  margin-top: 1em;
  padding: 0.5em;
  border-radius: 15px;
  font-family: ApexBook;
  font-size: 1.6em; }
  .exohAnswerText legend {
    font-weight: bold;
    font-family: ApexMedium; }
  .exohAnswerText .exohImportant {
    color: #42bce1; }
  .exohAnswerText .exohP.first {
    line-height: 20px; }

.exohP {
  margin: 0 0 0.2em 0; }

.exohText .exohP {
  line-height: 45px; }

.exohList li {
  background-color: white;
  list-style: none;
  padding: 0.1em 0.4em 0.1em 0.4em;
  font-size: 0.9em;
  font-weight: normal;
  color: #000;
  margin: 0;
  margin-left: -2em; }

div.exohQuote {
  margin: 0 0 0.2em 0;
  padding: 0 1.5em 0 1.5em; }

.exohQuoteAttribution {
  font-style: normal;
  text-align: right; }

.exohItem.answerOk {
  color: black;
  border-bottom: 2px solid #648402; }
.exohItem.answerKo {
  color: black;
  border-bottom: 2px solid #c60202; }

.exohProduction {
  margin-top: 1em;
  width: 100%;
  height: 12em; }

.exohEmphase {
  font-weight: bold;
  font-style: normal;
  color: black; }

.exohIcon {
  vertical-align: middle; }

.exohColor1 {
  color: #00bdff; }

.exohColor2 {
  color: #fff693; }

.exohColor3 {
  color: #c0ffc0; }

.exohColor4 {
  color: #e2aaff; }

.exohColor5 {
  color: #ddc; }

.exohItemColor {
  padding: 0 1em;
  margin-left: 0.5em;
  margin-right: 0.2em;
  border-radius: 5px;
  border: 1px solid #7f7f7f;
  white-space: nowrap; }
  .exohItemColor.answerOk {
    border: 1px solid #648402; }
  .exohItemColor.answerKo {
    border: 1px solid #c60202; }

input[type="checkbox"], input[type="radio"] {
  width: 1.2em;
  height: 1.2em;
  vertical-align: bottom;
  padding-bottom: 0 5px 5px 0; }

input.answerOk, textarea.answerOk {
  border-bottom: 2px solid #648402; }

input.answerKo, textarea.answerKo {
  border-bottom: 2px solid #c60202; }

.dragOver {
  background-color: #98b5c1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden; }

.hidden {
  display: none; }

.exohDivision h1 {
  background-image: url(../images/bandeau.jpg);
  background-repeat: no-repeat;
  padding: 120px 0 20px 0;
  margin: 0;
  margin-left: -30px;
  text-align: left;
  font-size: 150%;
  color: #f07d00;
  height: 30px;
  border: 0; }

.exohTitle1 {
  margin-left: 50px;
  font-size: 1.3em;
  text-transform: none !important;
  font-weight: normal; }

.exohTitle2 {
  margin-left: 60px;
  font-size: 1.2em !important;
  text-transform: none !important;
  color: #000;
  font-weight: normal; }

.exohExercice h1, .exohExercice .h1, .exohRappel h1, .exohRappel .h1 {
  font-family: ApexMedium;
  font-size: 200%;
  background-color: #42bce1;
  -webkit-border-radius: 0 0 6 6;
  -moz-border-radius: 0 0 6 6;
  border-radius: 0 0 6px 6px;
  color: #fff;
  padding: 0.2em 0.5em 0.5em 0.7em;
  margin-top: 0;
  font-weight: normal; }

.exohRappel h1, .exohRappel .h1 {
  font-size: 150%; }

.exohImportant {
  color: #42bce1; }

img {
  max-width: 22em; }

.-epub-media-overlay-active {
  background-color: yellow; }

.exohInstructions .exohP.first {
  color: #42bce1;
  font-weight: bold;
  line-height: 30px;
  font-size: 1.2em; }

ol.exohElements, .exohInstructions {
  font-family: ApexBook;
  font-size: 130%; }

ol.exohElements li div.exohInstructions p span.exohAudioPlayer {
  top: -5px; }
ol.exohElements li div.exohInstructions p img.exohImage-large {
  vertical-align: text-bottom; }

.exohP.first {
  color: #000; }

li.exohElement .exohInstructions .exohP {
  color: #000;
  font-family: ApexBook;
  font-size: 0.7em; }
  li.exohElement .exohInstructions .exohP.first {
    color: #000;
    font-family: ApexBook;
    font-weight: normal;
    font-size: 0.9em;
    line-height: 30px;
    border-left-style: none; }

.exohDivision ul {
  margin: 10px;
  padding: 10px; }
.exohDivision li {
  color: #000;
  font-size: 1.6em !important;
  font-weight: normal;
  margin: 10px 0 0 30px;
  font-family: ApexBook; }
  .exohDivision li a {
    color: #000; }

.colFirst {
  margin: 0;
  padding-right: 1%;
  float: left; }

.col {
  margin: 0;
  padding: 0 1% 0 1%;
  float: left; }

.colLast {
  margin: 0;
  padding-left: 1%; }

.col111 .colFirst, .col111 .col {
  width: 32%; }

.exohItem {
  margin-bottom: 10px !important;
  padding: 0.3em !important; }
  .exohItem:hover {
    background: #0576be;
    text-decoration: none; }

.exohBgColor1, .noclue .exohPoint.exohBgColor1 {
  background: #00bdff;
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  padding: 5px 20px 5px 20px;
  border: solid #1f628d 0;
  text-decoration: none; }

.exohBgColor2, .noclue .exohPoint.exohBgColor2 {
  background: #fff693;
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  padding: 5px 20px 5px 20px;
  border: solid #1f628d 0;
  text-decoration: none; }

.exohBgColor3, .noclue .exohPoint.exohBgColor3 {
  background: #c0ffc0;
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  padding: 5px 20px 5px 20px;
  border: solid #1f628d 0;
  text-decoration: none; }

.exohBgColor4, .noclue .exohPoint.exohBgColor4 {
  background: #e2aaff;
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  padding: 5px 20px 5px 20px;
  border: solid #1f628d 0;
  text-decoration: none; }

.exohItems {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  background: none; }

.exohText {
  font-family: ApexBook;
  font-size: 20px;
  line-height: 45px;
  max-width: 1100px; }

.exohP {
  margin: 0 0 1em 0; }

.exohSubmit {
  margin-top: 1em;
  background-color: #33c3c8;
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  padding: 0.8em;
  text-align: right;
  clear: both; }

.pdocVideo {
  width: 350px; }

.exohItem img.exohThumbnail {
  max-width: 200px;
  max-height: 200px; }

img.exohThumbnail {
  vertical-align: middle;
  margin-bottom: 20px;
  margin-top: 20px; }

.exohDown, span.exohDown {
  visibility: hidden; }

.exohInstructions table, .exohInstructions td, .exohInstructions tr, .exohInstructions th {
  border: 0px !important; }

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px; }

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

.exohatierAction {
  bottom: 20px;
  text-align: right;
  bottom: 10px;
  left: 20px;
  margin: 0; }

.exohEncourageMessages, .exohCongratulateMessage, .exohEncourageMessages, .exohCongratulateMessage {
  height: 0; }

div.fixe {
  position: absolute;
  right: 0;
  top: 80px;
  height: 42em;
  width: 46em;
  padding: 2em;
  overflow: scroll;
  overflow-x: hidden;
  border: 2px solid #42bce1;
  border-radius: 10px 0px 0px 10px; }
div.exohatier {
  min-height: 50em; }

.exohItem {
  margin: 0.25em; }

.exohSection1, .exohSection2, .exohSection3, .exohSection4 {
  margin-bottom: 0.8em;
  font-variant: normal;
  text-align: left !important; }

.exohSectionTitle {
  font-weight: bold;
  font-family: ApexMedium;
  margin: 0.6em 0 0.4em 0; }

.exohSection1 .exohSectionTitle {
  font-size: 20.28px;
  color: #42bce1;
  font-family: ApexBook; }

.exohSection2 .exohSectionTitle {
  font-size: 116%;
  font-style: normal;
  color: black; }

.exohSection3 .exohSectionTitle {
  font-size: 108%;
  font-style: italic; }

.exohSection4 .exohSectionTitle {
  font-weight: normal; }

.exohMedia {
  margin: 0.8em 0 0.8em 0; }

.exohMediaTitle {
  font-size: 93%;
  font-variant: small-caps; }

.exohMediaCopyright {
  font-style: italic;
  font-size: 75%; }

.exohMediaCaption {
  font-size: 85%; }

.exohContent {
  clear: left; }

.exohDown {
  display: none; }

/* Gestion des .exohImportantCouleur1, 2, 3 */
u.exohImportantCouleur1 {
  color: #3B9FDF;
  text-decoration: none;
  font-weight: bold; }

u.exohImportantCouleur2 {
  color: #9B289A;
  text-decoration: none;
  font-weight: bold; }

.exohMathLatex img {
  vertical-align: middle;
  padding-right: 0.1em;
  padding-left: 0.1em; }

em {
  font-weight: inherit; }

span.exohMath img {
  max-height: 1.2em;
  vertical-align: baseline; }

span.exohMath img[alt*=frac] {
  max-height: 2em;
  vertical-align: middle; }

.exohCategory {
  max-width: none; }

.exohMatching td.exohDrop {
  padding-top: 0px !important;
  min-height: 5.5em !important;
  min-width: 120px !important;
  margin-left: 0px !important; }

.exohCategoriesBasket {
  max-width: none; }

.exohTable table {
  width: 100%; }

table.exohMatching tr {
  display: table-cell;
  text-align: center;
  width: 30px;
  vertical-align: top; }
  table.exohMatching tr > * {
    display: inline-block;
    margin: 0;
    padding: 0.25em; }
table.exohMatching .exohItemDropped {
  margin-bottom: 0;
  margin-top: 10px !important; }

.h1, .exohExercice h1, .exohExercice .h1, .exohRappel h1, .exohRappel .h1 {
  font-variant: normal;
  font-size: 2.6em; }

.exohInstructions .exohP.first {
  font-weight: normal; }

.exohChoices li {
  display: block; }

th {
  background-color: #dcf3f9; }

.exohEmphase {
  font-style: italic;
  font-weight: inherit !important;
  color: inherit !important; }

html {
	display : none
  background-image: url("../Images/bg.jpg");
  background-position: center top; }

body {
  background-color: #FFFFFF;
  font-family: ApexBook;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1160px !important;
  border-radius: 30px;
  padding: 30px 30px 60px 30px;
  margin-top: 10px !important;
  -webkit-box-shadow: 1px 1px 3px #666;
  -moz-box-shadow: 1px 1px 3px #666;
  box-shadow: 1px 1px 3px #666; }

.exohToc li {
  list-style-type: none;
  margin-top: 1.5em;
  font-family: ApexMedium;
  font-size: 1.8em !important;
  font-weight: normal !important; }

.exohToc li li {
  margin-top: 0.4em;
  font-family: ApexBook !important;
  font-size: 0.8em !important; }

.exohToc div {
  padding-top: 0.4em; }

.exohToc a {
  display: block;
  padding: 0.4em 0 0.4em 0.4em;
  text-decoration: none;
  border-bottom: 1px solid #dcdcdc; }

.exohToc a:hover {
  background-color: white !important; }

.exohOneFile.exohToc {
  border-left: 8px dotted #dcdcdc;
  padding-left: 0.8em;
  margin-bottom: 2em; }

.exohOneFile.exohToc li {
  margin-top: 0.2em; }

.exohOneFile.exohToc li li {
  margin-top: 0; }

.exohBreadcrumbs {
  font-family: ApexBook;
  font-size: 20px;
  background-color: #42bce1;
  -webkit-border-radius: 6 6 0 0;
  -moz-border-radius: 6 6 0 0;
  border-radius: 6px 6px 0 0;
  color: #fff;
  padding: 14px 14px 0 14px;
  margin-bottom: 0;
  margin: 0; }

.exohBreadcrumbs a {
  font-family: ApexBook;
  color: #fff;
  text-decoration: none; }

.exohBreadcrumbs {
  color: transparent; }

.exohBreadcrumbs a:nth-child(n+2) {
  display: none; }

.exohMessage {
  position: fixed !important;
  z-index: 1; }

.exohHelpButton {
  position: inherit;
  width: 100%;
  height: 3.5em;
  padding-right: 50px; }
  .exohHelpButton a {
    margin-right: 38px !important; }
  .exohHelpButton .exohButton {
    background-color: #42bce1; }
    .exohHelpButton .exohButton:hover {
      background-color: #21a7cf; }

div.exohatier {
  min-height: inherit; }

.exohButtons {
  display: block; }

.exohatierAction {
  display: block;
  margin-bottom: 2em; }

.exohMessageClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(../images/close.png) no-repeat; }
  .exohMessageClose:hover {
    background-position: 0 -30px; }

.exohToc li a {
  color: black; }

.exohHelpPopUp .helpContainer {
  z-index: 1;
  margin-left: auto !important;
  position: fixed;
  width: 50%;
  top: 200px !important; }

div.fixe {
  position: inherit;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 15em;
  clear: both; }
  div.fixe .exohElements {
    margin-top: 0; }

.exohToc a:hover {
  background-color: white !important; }

.exohToc > ul > li > ul > li > a {
  font-weight: bold !important; }

.exohTitle .exohEmphase {
  color: #f9ea27; }

/*# sourceMappingURL=custom.css.map */
