<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* 6e (255, 204, 1) */
/* 5e (231, 53, 87) */
/* 4e (237, 117, 30) */
/* 3e (64, 72, 147) */
/* COEUR HATIER.SASS - NE PAS MODIFIER JUSQU'A COMMENTAIRE /COEUR HATIER.SASS */
/* -------------------------------------------------------------
 *  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: "varela", sans-serif;
}
@font-face {
  font-family: "varela", sans-serif;
}
/* line 1, ../../../../hatier/sass/_exohCategories.sass */
.exercice .exohItems,
.exercice .exohCategories,
.exercice .exohCategoriesItems,
.exercice .exohCategoriesLegendItems {
  display: inline-block;
  padding: 1em 0 0 1em;
  margin-bottom: 1em;
  background-color: #fff;
  font-family: "varela", sans-serif;
  color: #333;
  padding: 5px 20px 5px 20px;
  border: solid #e73557 0;
  text-decoration: none;
  box-shadow: none;
}

/* line 13, ../../../../hatier/sass/_exohCategories.sass */
.exohCategoriesItems {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 19, ../../../../hatier/sass/_exohCategories.sass */
.answer .exohItem, .answer .exohCategory, .answer .exohCategoryItem {
  cursor: default;
}

/* line 22, ../../../../hatier/sass/_exohCategories.sass */
.exohCategory {
  padding: 0.2em 0.2em 0.2em 1em;
}

/* line 25, ../../../../hatier/sass/_exohCategories.sass */
.exohCategoriesChoices li {
  margin: 0.8em;
  padding: 0.3em;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #bbb;
  cursor: pointer;
}

/* line 33, ../../../../hatier/sass/_exohCategories.sass */
.multiple .exohCategoriesChoices li {
  display: list-item;
  padding: 0;
  border: 0;
}

/* line 38, ../../../../hatier/sass/_exohCategories.sass */
.exohCategoriesBasket {
  float: left;
  margin: 1em 1em 1em 0;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #777;
  box-shadow: 2px 2px 3px #bbb;
  min-width: 200px;
  max-width: 250px;
  min-height: 120px;
}
/* line 48, ../../../../hatier/sass/_exohCategories.sass */
.exohCategoriesBasket .legend {
  text-align: center;
  padding: 0.5em 1em 0.5em 1em;
  background-color: white;
  color: #333;
  font-size: 18px;
  border-radius: 5px 5px 0 0;
  white-space: normal;
  min-height: 44px;
}
/* line 57, ../../../../hatier/sass/_exohCategories.sass */
.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;
}

/* line 64, ../../../../hatier/sass/_exohCategories.sass */
.exohCategoryItemDropped {
  float: none;
  display: block;
  margin: 0 0 0.2em 0;
}

/* line 69, ../../../../hatier/sass/_exohCategories.sass */
.exohCategoryColor {
  padding: 0 1em;
  margin-left: 0.5em;
  margin-right: 0.2em;
  border-radius: 5px;
  border: 1px solid #bbb;
  white-space: nowrap;
  cursor: pointer;
}

/* line 78, ../../../../hatier/sass/_exohCategories.sass */
.exohCategory:hover {
  background-color: #e73557;
}

/* line 81, ../../../../hatier/sass/_exohCategories.sass */
.exohCategory.selected {
  background-color: #777;
  color: white;
}

/* line 85, ../../../../hatier/sass/_exohCategories.sass */
.exohCategoryDrop.answer .exohCategoryItem.answerOk, .exohCategoriesItems.answer .exohCategoryItem.answerOk {
  color: #333;
  border: none !important;
  background-image: url(../Images/ok.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

/* line 92, ../../../../hatier/sass/_exohCategories.sass */
.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;
}

/* line 100, ../../../../hatier/sass/_exohCategories.sass */
.exohCategoryChoice:before {
  content: url(../Images/radio.png);
  position: relative;
  top: 7px;
}
/* line 104, ../../../../hatier/sass/_exohCategories.sass */
.exohCategoryChoice.selected:before {
  content: url(../Images/radio_on.png);
}
/* line 106, ../../../../hatier/sass/_exohCategories.sass */
.exohCategoryChoice.answerOk:before {
  content: url(../Images/check_ok.png);
  position: relative;
  top: 7px;
}
/* line 110, ../../../../hatier/sass/_exohCategories.sass */
.exohCategoryChoice.selected.answerKo:before {
  content: url(../Images/check_ko.png);
  position: relative;
  top: 7px;
}
/* line 114, ../../../../hatier/sass/_exohCategories.sass */
.exohCategoryChoice.answerOk, .exohCategoryChoice.answerKo {
  background-color: #def2f8;
}

/* line 117, ../../../../hatier/sass/_exohCategories.sass */
.exohCategoriesGrid td, th {
  padding: 10px 20px 15px 20px;
  text-align: center;
}

/* line 121, ../../../../hatier/sass/_exohCategories.sass */
.exohCategoriesGrid th {
  font-size: 1.6em;
  background-color: #e73557;
  padding: 10px 10px 5px 20px;
  color: white;
}

/* line 127, ../../../../hatier/sass/_exohCategories.sass */
.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: "varela", sans-serif;
  color: #333;
  padding: 5px 20px 5px 20px;
  border: solid #1f628d 0;
  text-decoration: none;
  margin: 0.25em;
  /*max-width: 14em;*/
  white-space: normal;
}

/* line 152, ../../../../hatier/sass/_exohCategories.sass */
.exohItems, .exohCategories {
  background: #fff;
  font-family: "varela", sans-serif;
  color: #fff;
  font-size: 16px;
  padding: 10px 10px 0px 20px;
  text-decoration: none;
}

/* line 161, ../../../../hatier/sass/_exohCategories.sass */
.exohCategoriesGrid tr, .exohCategoriesGrid td, .exohCategoriesGrid th {
  text-align: left;
}

/* line 1, ../../../../hatier/sass/_exohChoices.sass */
.exohChoices {
  margin: 0.3em 0 0.3em 0;
}
/* line 3, ../../../../hatier/sass/_exohChoices.sass */
.exohChoices li {
  list-style: none inside;
  margin-bottom: 0.6em;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 8, ../../../../hatier/sass/_exohChoices.sass */
.exohChoices img {
  vertical-align: middle;
}

/* line 11, ../../../../hatier/sass/_exohChoices.sass */
.categories .exohChoices {
  line-height: 2.3em;
}
/* line 13, ../../../../hatier/sass/_exohChoices.sass */
.categories .exohChoices .exohChoice {
  white-space: nowrap;
}

/* line 16, ../../../../hatier/sass/_exohChoices.sass */
.exohChoice {
  font-size: 1.1em;
  padding-left: 5px;
}
/* line 20, ../../../../hatier/sass/_exohChoices.sass */
.exohChoice input[type="checkbox"], .exohChoice input[type="radio"] {
  -webkit-transform: scale(1.5);
  -khtml-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  padding-bottom: 0 5px 5px 0;
}
/* line 23, ../../../../hatier/sass/_exohChoices.sass */
.exohChoice.answerOk input, .exohChoice.answerKo input {
  box-shadow: none;
}

/* line 26, ../../../../hatier/sass/_exohChoices.sass */
span.exohChoice {
  padding: 0.2em 0 0.2em 0;
  background-color: #e8f0f7;
  border-radius: 5px;
  cursor: pointer;
}

/* line 32, ../../../../hatier/sass/_exohChoices.sass */
.categories span.exohChoice {
  padding: 0.2em 0.2em 0.2em 0.2em;
  border: 1px solid #7f7f7f;
  background-color: transparent;
}

/* line 37, ../../../../hatier/sass/_exohChoices.sass */
.exohChoices {
  font-family: "varela", sans-serif;
}
/* line 39, ../../../../hatier/sass/_exohChoices.sass */
.exohChoices input {
  font-size: 20px;
}

/* line 42, ../../../../hatier/sass/_exohChoices.sass */
input[type="text"] {
  font-size: 1em;
  margin-left: 5px;
  margin-right: 5px;
}

/* line 47, ../../../../hatier/sass/_exohChoices.sass */
.answerKo {
  color: #fff !important;
  background-color: #ef6868;
  padding: 0.15em 0.4em;
  border-radius: 6px;
}

/* line 53, ../../../../hatier/sass/_exohChoices.sass */
.answerOk {
  color: #fff !important;
  background-color: #00A853;
  padding: 0.15em 0.4em;
  border-radius: 6px;
}

/* line 1, ../../../../hatier/sass/_exohDrop.sass */
.exohItemDropped {
  float: none;
}

/* line 4, ../../../../hatier/sass/_exohDrop.sass */
.exohBlockItemImageDropped {
  float: left;
}

/* line 7, ../../../../hatier/sass/_exohDrop.sass */
.exohInlineItemImageDropped {
  display: inline-block;
}

/* line 10, ../../../../hatier/sass/_exohDrop.sass */
.exohItemImageDropped {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  text-align: center;
}

/* line 18, ../../../../hatier/sass/_exohDrop.sass */
td.exohDrop {
  border: solid #777 1px !important;
  padding-top: 50px !important;
  min-height: 130px !important;
  min-width: 160px !important;
  margin-left: 30px !important;
  color: #fff;
}

/* line 26, ../../../../hatier/sass/_exohDrop.sass */
.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 #777 1px;
  font-family: "varela", sans-serif;
  color: #2f6699;
  font-size: 100%;
  padding: 5px;
  margin: 5px;
  text-decoration: none;
}
/* line 36, ../../../../hatier/sass/_exohDrop.sass */
.exohDrop.answerOk .exohItem {
  background-image: url(../Images/ok.png) !important;
  background-repeat: no-repeat;
  background-position: right bottom;
  border-bottom: none !important;
}
/* line 41, ../../../../hatier/sass/_exohDrop.sass */
.exohDrop.answerKo .exohItem {
  background-image: url(../Images/ko.png) !important;
  background-repeat: no-repeat;
  background-position: right bottom;
  border-bottom: none !important;
}
/* line 46, ../../../../hatier/sass/_exohDrop.sass */
.exohDrop.answerOk .exohItem {
  color: black;
  border-bottom: 2px solid #00A853;
}
/* line 49, ../../../../hatier/sass/_exohDrop.sass */
.exohDrop.answerKo .exohItem {
  color: black;
  border-bottom: 2px solid #ef6868;
}

/* line 53, ../../../../hatier/sass/_exohDrop.sass */
.exohItemDropped {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0px !important;
  line-height: 1.231;
}

/* line 59, ../../../../hatier/sass/_exohDrop.sass */
span.exohDrop {
  display: inline-block;
}

/* line 1, ../../../../hatier/sass/_exohAudioPlayer.sass */
.exohAudioPlayer {
  height: 33px;
  margin: 0 10px 0 0;
  padding: 0;
}
/* line 5, ../../../../hatier/sass/_exohAudioPlayer.sass */
.exohAudioPlayer [data-player="cursor"] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #777;
  cursor: pointer;
}
/* line 11, ../../../../hatier/sass/_exohAudioPlayer.sass */
.exohAudioPlayer [data-player="timeline"], .exohAudioPlayer div[data-player="button-stop"] {
  margin-top: 0;
  display: inline-block;
}
/* line 14, ../../../../hatier/sass/_exohAudioPlayer.sass */
.exohAudioPlayer [data-player="duration"] {
  display: none;
}
/* line 17, ../../../../hatier/sass/_exohAudioPlayer.sass */
.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;
}
/* line 26, ../../../../hatier/sass/_exohAudioPlayer.sass */
.exohAudioPlayer div[data-player="button-play"] {
  top: 0px;
  display: inline-block;
  background-color: #fff;
}
/* line 30, ../../../../hatier/sass/_exohAudioPlayer.sass */
.exohAudioPlayer span[data-player="button-play"] {
  margin: 0;
  display: inline-block;
}

/* line 35, ../../../../hatier/sass/_exohAudioPlayer.sass */
.exohSection1 .exohAudioPlayer div[data-player="button-stop"] {
  top: 8px;
  display: inline-block;
}

/* line 39, ../../../../hatier/sass/_exohAudioPlayer.sass */
.exohMedia .exohAudioPlayer {
  background: none;
  background-color: #fff;
  margin-right: 55%;
}

/* line 1, ../../../../hatier/sass/_exohMatching.sass */
.exohMatching .exohMedia {
  margin-top: 0;
}

/* line 4, ../../../../hatier/sass/_exohMatching.sass */
table.exohMatching {
  margin-top: 30px;
  /*tr
   * &gt; *
   *   display: inline-block
   *   margin: 0
   *   padding: 0.25em
   * display: table-cell
   * text-align: center
   * width: 30px
   * vertical-align: top */
}
/* line 15, ../../../../hatier/sass/_exohMatching.sass */
table.exohMatching td {
  font-size: 20px;
}
/* line 17, ../../../../hatier/sass/_exohMatching.sass */
table.exohMatching td:nth-child(1) {
  min-height: 66px;
}
/* line 19, ../../../../hatier/sass/_exohMatching.sass */
table.exohMatching td:nth-child(2) {
  height: 5px;
}

/* line 23, ../../../../hatier/sass/_exohMatching.sass */
.exohMatching td {
  margin-left: 20px !important;
}
/* line 25, ../../../../hatier/sass/_exohMatching.sass */
.exohMatching .exohItemDropped {
  margin-bottom: 0;
  margin-top: -40px !important;
}

/* line 29, ../../../../hatier/sass/_exohMatching.sass */
.exohMatchingLinkItems {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}

/* line 34, ../../../../hatier/sass/_exohMatching.sass */
.exohMatchingLinkItem {
  display: block;
  padding: 0.2em 1em 0.2em 1em;
  margin-bottom: 1em;
  background-color: #f0f8ff;
  border-radius: 5px;
  border: 1px solid #7f7f7f;
}

/* line 1, ../../../../hatier/sass/_exohPoint.sass */
.exohPoint {
  padding: 0.2em 0 0.2em 0;
  background-color: #e8e7e7;
  border-radius: 3px;
  cursor: pointer;
}
/* line 6, ../../../../hatier/sass/_exohPoint.sass */
.exohPoint.selected {
  color: #333;
  background-color: #72d2fe!important;
}
/* line 9, ../../../../hatier/sass/_exohPoint.sass */
.exohPoint.answerOk {
  color: #333 !important;
}
/* line 11, ../../../../hatier/sass/_exohPoint.sass */
.exohPoint.answerKo {
  color: #333 !important;
}

/* line 14, ../../../../hatier/sass/_exohPoint.sass */
.exohPointMedia {
  display: inline-block;
  padding: 2px;
}

/* line 1, ../../../../hatier/sass/_tables.sass */
table {
  clear: left;
  line-height: 2em;
  font-family: "varela", sans-serif;
}

/* line 6, ../../../../hatier/sass/_tables.sass */
th, td {
  border: 1px solid #e73557;
  color: #333;
}

/* line 10, ../../../../hatier/sass/_tables.sass */
.exohTable {
  margin: 0.8em 0 0.8em 0;
}
/* line 12, ../../../../hatier/sass/_tables.sass */
.exohTable table {
  width: auto;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
}
/* line 17, ../../../../hatier/sass/_tables.sass */
.exohTable tr {
  padding: 0.3em;
}
/* line 19, ../../../../hatier/sass/_tables.sass */
.exohTable th {
  padding: 0.3em;
  border: 1px solid #777;
  background-color: #00bed9;
  color: #fff;
  vertical-align: middle;
  text-align: center;
}
/* line 23, ../../../../hatier/sass/_tables.sass */
.exohTable td {
  vertical-align: text-top;
  padding: 0.3em;
  border: 1px solid #777;
  text-align: left;
}

/* line 29, ../../../../hatier/sass/_tables.sass */
.exohTableTitle {
  font-size: 93%;
  font-variant: small-caps;
}

/* line 33, ../../../../hatier/sass/_tables.sass */
.exohTableCaption {
  font-size: 85%;
}

/* line 36, ../../../../hatier/sass/_tables.sass */
td.exohChoice {
  text-align: center;
}
/* line 38, ../../../../hatier/sass/_tables.sass */
td.exohChoice.answerOk {
  background-color: #00A853;
}
/* line 40, ../../../../hatier/sass/_tables.sass */
td.exohChoice.answerKo {
  background-color: #ef6868;
}

/* line 44, ../../../../hatier/sass/_tables.sass */
.exohTable td {
  font-size: 20px;
}

/* line 2, ../../../../hatier/sass/_navigation.sass */
.exohNavBar:last-of-type {
  display: none;
}
/* line 4, ../../../../hatier/sass/_navigation.sass */
.exohNavBar .col {
  text-align: center;
}
/* line 6, ../../../../hatier/sass/_navigation.sass */
.exohNavBar .colLast {
  text-align: right;
}
/* line 8, ../../../../hatier/sass/_navigation.sass */
.exohNavBar hr {
  clear: both;
}

/* line 11, ../../../../hatier/sass/_navigation.sass */
hr {
  height: 0;
  border: 0;
}

/* line 15, ../../../../hatier/sass/_navigation.sass */
.exohNavBar a {
  border: 0;
}
/* line 17, ../../../../hatier/sass/_navigation.sass */
.exohNavBar a:hover {
  background-color: transparent;
}

/* line 20, ../../../../hatier/sass/_navigation.sass */
.exohToc .exohNavBar {
  padding-top: 0;
}
/* line 22, ../../../../hatier/sass/_navigation.sass */
.exohToc .exohNavBar div {
  padding-top: 0;
}
/* line 24, ../../../../hatier/sass/_navigation.sass */
.exohToc .exohNavBar a {
  padding: 0;
}

/* line 27, ../../../../hatier/sass/_navigation.sass */
.exohBreadcrumbs {
  font-family: "varela", sans-serif;
  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;
}
/* line 39, ../../../../hatier/sass/_navigation.sass */
.exohBreadcrumbs a {
  font-family: "varela", sans-serif;
  color: #fff;
  text-decoration: none;
}
/* line 43, ../../../../hatier/sass/_navigation.sass */
.exohBreadcrumbs a:nth-child(n+2) {
  display: none;
}

/* line 2, ../../../../hatier/sass/_toc.sass */
.exohToc h1, .exohToc h2, .exohToc h3, .exohToc .h1, .exohToc .h2, .exohToc .h3 {
  text-align: center;
}
/* line 4, ../../../../hatier/sass/_toc.sass */
.exohToc h2, .exohToc .h2 {
  margin: 2em 1em 1em 1em;
}
/* line 6, ../../../../hatier/sass/_toc.sass */
.exohToc h3, .exohToc .h3 {
  margin-top: 2em;
}
/* line 8, ../../../../hatier/sass/_toc.sass */
.exohToc ol, .exohToc ul {
  margin: 0;
  padding: 0;
}
/* line 11, ../../../../hatier/sass/_toc.sass */
.exohToc ol ol, .exohToc ul ul {
  margin-left: 1.3em;
}
/* line 13, ../../../../hatier/sass/_toc.sass */
.exohToc li {
  list-style-type: none;
  margin-top: 1.5em;
  font-family: "varela", sans-serif;
  font-size: 2em !important;
}
/* line 18, ../../../../hatier/sass/_toc.sass */
.exohToc li li {
  margin-top: 0.4em;
  font-family: "varela", sans-serif;
  font-size: 0.8em !important;
}
/* line 22, ../../../../hatier/sass/_toc.sass */
.exohToc div {
  padding-top: 0.4em;
}
/* line 24, ../../../../hatier/sass/_toc.sass */
.exohToc a {
  display: block;
  padding: 0.4em 0 0.4em 0.4em;
  text-decoration: none;
  border-bottom: 1px solid #dcdcdc;
}
/* line 29, ../../../../hatier/sass/_toc.sass */
.exohToc a:hover {
  background-color: #82e1fa;
}

/* line 32, ../../../../hatier/sass/_toc.sass */
.exohOneFile.exohToc {
  border-left: 8px dotted #dcdcdc;
  padding-left: 0.8em;
  margin-bottom: 2em;
}
/* line 36, ../../../../hatier/sass/_toc.sass */
.exohOneFile.exohToc li {
  margin-top: 0.2em;
}
/* line 38, ../../../../hatier/sass/_toc.sass */
.exohOneFile.exohToc li li {
  margin-top: 0;
}

/* line 41, ../../../../hatier/sass/_toc.sass */
.exohToc h1 {
  font-family: "varela", sans-serif;
  font-size: 0;
  background-image: url(../Images/bandeau.jpg);
  background-repeat: no-repeat;
  width: 1220px;
  height: 100px;
  border: 0;
  margin-left: -30px;
}

/* line 51, ../../../../hatier/sass/_toc.sass */
h2 {
  font-size: 123.1%;
}

/* line 54, ../../../../hatier/sass/_toc.sass */
h3 {
  font-size: 108%;
}

/* line 57, ../../../../hatier/sass/_toc.sass */
h4 {
  margin: 0.8em 0;
  color: #933;
  border-bottom: 1px solid #933;
}

/* line 62, ../../../../hatier/sass/_toc.sass */
.h1 {
  margin: 1em 0;
  font-size: 167%;
  font-weight: bold;
  font-variant: small-caps;
}

/* line 68, ../../../../hatier/sass/_toc.sass */
.h2 {
  margin: 1em 0;
  font-size: 123.1%;
  font-weight: bold;
}

/* line 73, ../../../../hatier/sass/_toc.sass */
.h3 {
  margin: 1em 0;
  font-size: 108%;
  font-weight: bold;
}

/* line 78, ../../../../hatier/sass/_toc.sass */
.h4 {
  margin: 0.8em 0;
  color: #933;
  border-bottom: 1px solid #933;
}

/* line 83, ../../../../hatier/sass/_toc.sass */
.exohToc {
  font-family: "varela", sans-serif;
}
/* line 85, ../../../../hatier/sass/_toc.sass */
.exohToc li {
  color: #f07d00;
  font-weight: bold;
  font-size: 1.5em;
}
/* line 89, ../../../../hatier/sass/_toc.sass */
.exohToc li a {
  color: #f07d00;
}
/* line 91, ../../../../hatier/sass/_toc.sass */
.exohToc li li {
  color: #333;
  font-weight: bold;
  font-size: 0.9em;
  font-family: "varela", sans-serif;
}
/* line 96, ../../../../hatier/sass/_toc.sass */
.exohToc li li li {
  font-family: "varela", sans-serif;
  font-size: 1em !important;
}
/* line 99, ../../../../hatier/sass/_toc.sass */
.exohToc li li a {
  color: #333;
  font-weight: normal;
}

/* line 1, ../../../../hatier/sass/_exohMessage.sass */
.exohHelpText {
  margin-top: 1em;
  padding: 0.5em;
  border: 1px solid #777;
  font-family: "varela", sans-serif;
  font-size: 1.6em;
  border-radius: 15px;
}
/* line 8, ../../../../hatier/sass/_exohMessage.sass */
.exohHelpText h1 {
  margin: 0 0 0.5em 0;
}
/* line 10, ../../../../hatier/sass/_exohMessage.sass */
.exohHelpText legend {
  color: #777;
  font-weight: bold;
  font-family: "varela", sans-serif;
}

/* line 15, ../../../../hatier/sass/_exohMessage.sass */
.exohHelpPopUp {
  position: relative;
  box-shadow: 10px 10px 10px #ccc;
  border-radius: 15px;
  left: 25% !important;
}

.exohHelpPopUp.abs{
  top: 150px !important;
}
/* line 16, ../../../../hatier/sass/_exohMessage.sass */
.exohHelpPopUp .helpLegend {
  font-weight: bold;
  color: #fff;
  font-family: "varela", sans-serif;
  background-color: #00BED9;
  padding: 0.5em;
  margin: 0;
  margin-bottom: 0.5em;
  border-radius: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
/* line 27, ../../../../hatier/sass/_exohMessage.sass */
.exohHelpPopUp .helpContainer {
  padding: 0;
  padding-bottom: 1em;
  font-family: "varela", sans-serif;
  font-size: 1em;
  border: 2px solid #00BED9;
  border-radius: 15px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background-color: white;
  color: #777;
  width: 30em;
  position: absolute;
  margin-right: auto;
  margin-left: auto;
  z-index: 1;
}

.helpContainer table{
  width: 90%;
  margin: 0 1em;
}
/* line 40, ../../../../hatier/sass/_exohMessage.sass */
.exohHelpPopUp .helpClose, .exohMessageClose {
  top: 15px;
  right: 5px;
  width: 25px;
  height: 20px;
  background: url(../Images/close.png);
  background-repeat: no-repeat;
}
/* line 45, ../../../../hatier/sass/_exohMessage.sass */
.exohHelpPopUp .helpClose:hover {
  /*background-position: 0 -30px;*/
}
/* line 47, ../../../../hatier/sass/_exohMessage.sass */
.exohHelpPopUp .exohP {
  margin: 0 0.5em;
  line-height: inherit !important;
}

/* line 55, ../../../../hatier/sass/_exohMessage.sass */
.exohMessage {
  text-align: center;
  font-size: 116%;
  font-weight: bold;
  left: 180px;
}

/* line 61, ../../../../hatier/sass/_exohMessage.sass */
.exohScore:before {
  content: "Score : ";
}

/* line 64, ../../../../hatier/sass/_exohMessage.sass */
.exohGlobalScore {
  font-family: sans-serif !important;
  font-weight: normal !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/* line 71, ../../../../hatier/sass/_exohMessage.sass */
.exohScore {
  color: #fff;
  float: left;
  -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;
  box-shadow: none;
  font-size: 2em;
  margin-bottom: 0;
}

/* line 87, ../../../../hatier/sass/_exohMessage.sass */
.exohMessage {
  position: relative;
  text-align: center;
  font-size: 200%;
  font-weight: normal;
  font-family: "varela", sans-serif;
  color: #fff;
  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;
}

/* line 106, ../../../../hatier/sass/_exohMessage.sass */
.exohGlobalMessage {
  box-shadow: 1px 2px 4px #666;
  position: relative;
  text-align: center;
  font-size: 200%;
  font-weight: normal;
  font-family: "varela", sans-serif;
  color: #fff;
  background-color: #777;
  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;
}

/* line 131, ../../../../hatier/sass/_exohMessage.sass */
.exohGlobalMessageContent {
  padding: 0px;
  background-color: #069;
}

/* line 135, ../../../../hatier/sass/_exohMessage.sass */
.exohGlobalMessageClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(../Images/close.png) no-repeat;
}
/* line 143, ../../../../hatier/sass/_exohMessage.sass */
.exohGlobalMessageClose:hover {
  background-position: 0 0;
}

/* line 146, ../../../../hatier/sass/_exohMessage.sass */
.exercice .exohMessageContent {
  background-color: transparent;
  box-shadow: none;
  border: none;
}

.exercice .exohMessageContent p{
  color: #fff;
  font-family: "varela", sans-serif;
  font-size: 0.7em;
}

/* line 151, ../../../../hatier/sass/_exohMessage.sass */
.exohMessage {
  position: relative;
}

/* line 154, ../../../../hatier/sass/_exohMessage.sass */
.exohEncourageMessages, .exohCongratulateMessage {
  height: 0;
}

/* line 157, ../../../../hatier/sass/_exohMessage.sass */
.exohHelpPopUp .exohP.first {
  color: #333;
}

/* line 1, ../../../../hatier/sass/_buttons.sass */
a.exohButton {
  background-color: #E70056;
  background-image: none;
  border: solid #777 0;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  color: white;
  cursor: pointer;
  float: right;
  font-size: 1em;
  font-family: "varela", sans-serif;
  font-weight: normal;
  margin-right: 30px;
  padding: 5px 20px;
  position: relative;
  text-decoration: none;
  text-shadow: 0 1px 0 #eee;
}
/* line 19, ../../../../hatier/sass/_buttons.sass */
a.exohButton:hover {
  background-color: #ca0151;
  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;
}
/* line 25, ../../../../hatier/sass/_buttons.sass */
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);
}
/* line 27, ../../../../hatier/sass/_buttons.sass */
a.exohButton img {
  vertical-align: middle;
}

/* line 30, ../../../../hatier/sass/_buttons.sass */
.exohButtons {
  background-color: #fff;
  bottom: 20px;
  display: inline-block;
}

/* line 35, ../../../../hatier/sass/_buttons.sass */
.exohHelpButton {
  position: absolute;
  right: 0;
  margin-right: 40px;
  margin-top: 8px;
  top: 0px;
}

@media(max-width: 1400px){
  .exohHelpButton {
    
  }
}
/* line 39, ../../../../hatier/sass/_buttons.sass */
.exohHelpButton .exohButton {
  background-color: #E70056;
  color: #fff;
}
/* line 41, ../../../../hatier/sass/_buttons.sass */
.exohHelpButton .exohButton:hover {
  background-color: #ca0151;
  color: #fff;
}

/* line 1, ../../../../hatier/sass/_global.sass */
body {
  background-color: #FFFFFF;
  font-family: "varela", sans-serif;
}
/* line 4, ../../../../hatier/sass/_global.sass */
body.exohToc {
  width: 1160px !important;
}
/* line 6, ../../../../hatier/sass/_global.sass */
body.exohDivision {
  max-width: 1160px !important;
}

/* line 9, ../../../../hatier/sass/_global.sass */
input:disabled, textarea:disabled {
  opacity: 1;
  color: black;
}

/* line 13, ../../../../hatier/sass/_global.sass */
body.exohCover {
  margin: 0;
  padding: 0;
}
/* line 16, ../../../../hatier/sass/_global.sass */
body.exohCover div {
  height: 100%;
  text-align: center;
}
/* line 19, ../../../../hatier/sass/_global.sass */
body.exohCover img {
  height: 100%;
}

/* line 22, ../../../../hatier/sass/_global.sass */
.exohCover {
  text-align: center;
}

/* line 25, ../../../../hatier/sass/_global.sass */
.exohSubmit {
  margin-top: 0.2em !important;
  background-color: #fff;
  text-align: right;
  margin-bottom: 1em;
}

/* line 32, ../../../../hatier/sass/_global.sass */
div.exohDivision {
  padding-left: 0.8em;
  border-left: 8px solid #dcdcdc;
}

/* line 37, ../../../../hatier/sass/_global.sass */
.exohDivision h1 .exohTitle2, .exohDivision .h1 .exohTitle2 {
  font-size: 93%;
}
/* line 39, ../../../../hatier/sass/_global.sass */
.exohDivision h1, .exohDivision .h1 {
  background-color: #fff;
}
/* line 41, ../../../../hatier/sass/_global.sass */
.exohDivision h1 .exohTitle3, .exohDivision .h1 .exohTitle3 {
  font-size: 85%;
}
/* line 43, ../../../../hatier/sass/_global.sass */
.exohDivision h1 .exohTitle4, .exohDivision .h1 .exohTitle4 {
  font-size: 77%;
}
/* line 45, ../../../../hatier/sass/_global.sass */
.exohDivision h4 {
  font-size: 108%;
  font-style: italic;
  margin-bottom: 0.5em;
}

/* line 51, ../../../../hatier/sass/_global.sass */
.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%;
}
/* line 60, ../../../../hatier/sass/_global.sass */
.exohDocument h2, .exohDocument .h2 {
  border-bottom: 1px solid black;
}
/* line 62, ../../../../hatier/sass/_global.sass */
.exohDocument h1 .h2, .exohDocument .h1 .h2 {
  display: block;
  margin-top: 1em;
  border-bottom: 0;
  font-size: 83.5%;
}

/* line 69, ../../../../hatier/sass/_global.sass */
.exohRappel h2, .exohRappel .h2 {
  border-bottom: 1px solid black;
}

/* line 72, ../../../../hatier/sass/_global.sass */
.exohRappelOneFile {
  border-bottom: 1px dotted black;
  margin-bottom: 2em;
  padding-bottom: 1em;
}

/* line 77, ../../../../hatier/sass/_global.sass */
.exohRappel {
  font-size: 130%;
  line-height: 120%;
}

/* line 81, ../../../../hatier/sass/_global.sass */
.exohElements {
  margin: 0.8em 1em 0 1.5em;
}

/* line 84, ../../../../hatier/sass/_global.sass */
.exohElement {

}

/* line 87, ../../../../hatier/sass/_global.sass */
.exohInstructions {
  font-weight: bold;
  color: #00bed9;
  font-family: "varela", sans-serif;
}

.exohInstructions p{
  color: #00bed9 !important;
  font-size: 20px !important;
}

/* line 92, ../../../../hatier/sass/_global.sass */
.exohEngine {
  margin-top: 0.8em;
  font-family: "varela", sans-serif;
}

/* line 96, ../../../../hatier/sass/_global.sass */
.exohText {
  line-height: 30px;
}
/* line 98, ../../../../hatier/sass/_global.sass */
.exohText td {
  padding: 0.3em 0.5em;
  vertical-align: middle;
}

/* line 101, ../../../../hatier/sass/_global.sass */
.exohAnswerText {
  display: none;
  margin-top: 1em;
  padding: 0.5em;
  border: 1px solid #97c800;
  border-radius: 15px;
  font-family: "varela", sans-serif;
  font-size: 16px;
  color:#777;
}

.exohAnswerText p{
  margin:0;
  padding:0;
}
/* line 109, ../../../../hatier/sass/_global.sass */
.exohAnswerText legend {
  color: #97c800;
  font-weight: bold;
  font-family: "varela", sans-serif;
  padding: 0 10px;
  width: 155px;
  border: none;
  margin-left: 10px;
  margin-bottom: 0;
}
/* line 113, ../../../../hatier/sass/_global.sass */
.exohAnswerText .exohImportant {
  /*color: #404893;*/
}
/* line 115, ../../../../hatier/sass/_global.sass */
.exohAnswerText .exohP.first, .exohAnswerText .exohP {
  line-height: 2em;
  color:#777;
  padding-left: 1em;
}

/* line 118, ../../../../hatier/sass/_global.sass */
.exohP {
  margin: 0 0 0.2em 0;
}

/* line 121, ../../../../hatier/sass/_global.sass */
.exohText .exohP {
  line-height: 2em;
}

/* line 124, ../../../../hatier/sass/_global.sass */
.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: #333;
  margin: 0;
  margin-left: -2em;
}

/* line 134, ../../../../hatier/sass/_global.sass */
div.exohQuote {
  margin: 0 0 0.2em 0;
  padding: 0 1.5em 0 1.5em;
}

/* line 138, ../../../../hatier/sass/_global.sass */
.exohQuoteAttribution {
  font-style: normal;
  text-align: right;
}

/* line 143, ../../../../hatier/sass/_global.sass */
.exohItem.answerOk {
  color: black;
  border-bottom: 2px solid #648402;
}
/* line 146, ../../../../hatier/sass/_global.sass */
.exohItem.answerKo {
  color: black;
  border-bottom: 2px solid #c60202;
}

/* line 150, ../../../../hatier/sass/_global.sass */
.exohProduction {
  margin-top: 1em;
  width: 100%;
  height: 12em;
}

/* line 155, ../../../../hatier/sass/_global.sass */
.exohEmphase {
  font-weight: inherit;
  font-style: italic;
  color: inherit;
}

/* line 160, ../../../../hatier/sass/_global.sass */
.exohIcon {
  vertical-align: middle;
}

/* line 163, ../../../../hatier/sass/_global.sass */
.exohColor1 {
  color: #66d9ff;
}

/* line 166, ../../../../hatier/sass/_global.sass */
.exohColor2 {
  color: #f6e73c;
}

/* line 169, ../../../../hatier/sass/_global.sass */
.exohColor3 {
  color: #f8a329;
}

/* line 172, ../../../../hatier/sass/_global.sass */
.exohColor4 {
  color: #c771d7;
}

/* line 175, ../../../../hatier/sass/_global.sass */
.exohColor5 {
  color: #1f628d;
}

/* line 178, ../../../../hatier/sass/_global.sass */
.exohItemColor {
  padding: 0 1em;
  margin-left: 0.5em;
  margin-right: 0.2em;
  border-radius: 5px;
  border: 1px solid #7f7f7f;
  white-space: nowrap;
}
/* line 185, ../../../../hatier/sass/_global.sass */
.exohItemColor.answerOk {
  border: 1px solid #648402;
}
/* line 187, ../../../../hatier/sass/_global.sass */
.exohItemColor.answerKo {
  border: 1px solid #c60202;
}

/* line 190, ../../../../hatier/sass/_global.sass */
input.answerOk, textarea.answerOk {
  border-bottom: 2px solid #648402;
}

/* line 193, ../../../../hatier/sass/_global.sass */
input.answerKo, textarea.answerKo {
  border-bottom: 2px solid #c60202;
}

/* line 196, ../../../../hatier/sass/_global.sass */
.dragOver {
  background-color: #98b5c1;
}

/* line 199, ../../../../hatier/sass/_global.sass */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
}

/* line 205, ../../../../hatier/sass/_global.sass */
.hidden {
  display: none;
}

/* line 208, ../../../../hatier/sass/_global.sass */
.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;
}

/* line 220, ../../../../hatier/sass/_global.sass */
.exohTitle1 {
  margin-left: 50px;
  font-size: 1.3em;
  text-transform: none !important;
  font-weight: normal;
}

/* line 226, ../../../../hatier/sass/_global.sass */
.exohTitle2 {
  margin-left: 60px;
  font-size: 1.2em !important;
  text-transform: none !important;
  color: #333;
  font-weight: normal;
}

/* line 234, ../../../../hatier/sass/_global.sass */
.exohExercice h1, .exohExercice .h1, .exohRappel h1, .exohRappel .h1 {
  font-family: "varela", sans-serif;
  font-size: 200%;
  background-color: #e73557;
  -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;
}

/* line 246, ../../../../hatier/sass/_global.sass */
.exohRappel h1, .exohRappel .h1 {
  font-size: 150%;
}

/* line 250, ../../../../hatier/sass/_global.sass */
.exohImportant {
  font-weight: inherit;
  text-decoration: underline;
}

/* line 253, ../../../../hatier/sass/_global.sass */
img {
  max-width: 100%;
}

/* line 256, ../../../../hatier/sass/_global.sass */
.-epub-media-overlay-active {
  background-color: yellow;
}

/* line 259, ../../../../hatier/sass/_global.sass */
.exercice .exohInstructions .exohP.first, .exercice .exohInstructions .exohP {
  color: #00bed9;
  font-weight: bold;
  line-height: auto;
  font-size: 24px;
  font-family: "varela", sans-serif;
  margin-bottom: 5px;
}

/* line 265, ../../../../hatier/sass/_global.sass */
ol.exohElements, .exohInstructions {
  font-family: "varela", sans-serif;
  font-size: 130%;
}

/* line 270, ../../../../hatier/sass/_global.sass */
ol.exohElements li div.exohInstructions p span.exohAudioPlayer {
  top: -5px;
}
/* line 272, ../../../../hatier/sass/_global.sass */
ol.exohElements li div.exohInstructions p img.exohImage-large {
  vertical-align: text-bottom;
}

/* line 275, ../../../../hatier/sass/_global.sass */
.exohP.first {
  color: #333;
}

/* line 278, ../../../../hatier/sass/_global.sass */
li.exohElement .exohInstructions .exohP {
  color: #333;
  font-family: "varela", sans-serif;
  font-size: 0.7em;
}
/* line 279, ../../../../hatier/sass/_global.sass */
li.exohElement .exohInstructions .exohP.first {
  color: #333;
  font-family: "varela", sans-serif;
  font-weight: normal;
  font-size: 0.9em;
  line-height: 30px;
  border-left-style: none;
}

/* line 291, ../../../../hatier/sass/_global.sass */
.exohDivision ul {
  margin: 10px;
  padding: 10px;
}
/* line 294, ../../../../hatier/sass/_global.sass */
.exohDivision li {
  color: #333;
  font-size: 1.6em !important;
  font-weight: normal;
  margin: 10px 0 0 30px;
  font-family: "varela", sans-serif;
}
/* line 300, ../../../../hatier/sass/_global.sass */
.exohDivision li a {
  color: #333;
}

/* line 303, ../../../../hatier/sass/_global.sass */
.colFirst {
  margin: 0;
  padding-right: 1%;
  float: left;
}

/* line 308, ../../../../hatier/sass/_global.sass */
.col {
  margin: 0;
  padding: 0 1% 0 1%;
  float: left;
}

/* line 313, ../../../../hatier/sass/_global.sass */
.colLast {
  margin: 0;
  padding-left: 1%;
}

/* line 318, ../../../../hatier/sass/_global.sass */
.col111 .colFirst, .col111 .col {
  width: 32%;
}

/* line 321, ../../../../hatier/sass/_global.sass */
.exohItem {
  margin-bottom: 10px !important;
  padding: 0.3em !important;
}
/* line 324, ../../../../hatier/sass/_global.sass */
.exohItem:hover {
  background: #0576be;
  text-decoration: none;
}

/* line 328, ../../../../hatier/sass/_global.sass */
.exohBgColor1 {
  background: #79e3f3;
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  padding: 5px 20px 5px 20px;
  border: solid #1f628d 0;
  text-decoration: none;
}

.noclue .exohBgColor1, .exohBgColor1{
  background: #79e3f3;
}
/* line 337, ../../../../hatier/sass/_global.sass */
.exohBgColor2 {
  background: #ffb84c;
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  padding: 5px 20px 5px 20px;
  border: solid #1f628d 0;
  text-decoration: none;
}

/* line 346, ../../../../hatier/sass/_global.sass */
.exohBgColor3 {
  background: #c59bf3;
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  padding: 5px 20px 5px 20px;
  border: solid #1f628d 0;
  text-decoration: none;
}

.noclue .exohBgColor3, .exohBgColor3{
  background: #c59bf3;
}

/* line 355, ../../../../hatier/sass/_global.sass */
.exohBgColor4 {
  background: #c1e66b;
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  padding: 5px 20px 5px 20px;
  border: solid #1f628d 0;
  text-decoration: none;
}

.exohBgColor5 {
  background: #ec77ab;
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  padding: 5px 20px 5px 20px;
  border: solid #1f628d 0;
  text-decoration: none;
}

/* line 364, ../../../../hatier/sass/_global.sass */
.exohItems {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  background: none;
}

/* line 371, ../../../../hatier/sass/_global.sass */
.exohText {
  font-family: "varela", sans-serif;
  font-size: 20px;
  line-height: 45px;
  width: 100%;
}

/* line 377, ../../../../hatier/sass/_global.sass */
.exohP {

}

/* line 380, ../../../../hatier/sass/_global.sass */
.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;
}

/* line 390, ../../../../hatier/sass/_global.sass */
.pdocVideo {
  width: 350px;
}

/* line 393, ../../../../hatier/sass/_global.sass */
.exohItem img.exohThumbnail {
  width: 140px;
  height: 140px;
}

/* line 397, ../../../../hatier/sass/_global.sass */
img.exohThumbnail {
  vertical-align: middle;
  margin-bottom: 20px;
  margin-top: 20px;
}

/* line 402, ../../../../hatier/sass/_global.sass */
.exohDown, span.exohDown {
  visibility: hidden;
}

/* line 406, ../../../../hatier/sass/_global.sass */
.exohInstructions table, .exohInstructions td, .exohInstructions tr, .exohInstructions th {
  border: 0px !important;
}

/* line 409, ../../../../hatier/sass/_global.sass */
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

/* line 413, ../../../../hatier/sass/_global.sass */
::-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);
}

/* line 418, ../../../../hatier/sass/_global.sass */
.exohatierAction {
  bottom: 20px;
  text-align: right;
  bottom: 10px;
  left: 20px;
  margin: 0;
}

/* line 425, ../../../../hatier/sass/_global.sass */
.exohEncourageMessages, .exohCongratulateMessage, .exohEncourageMessages, .exohCongratulateMessage {
  height: 0;
}

/* line 429, ../../../../hatier/sass/_global.sass */
div.fixe {
  position: absolute;
  right: 0;
  top: 40px;
  height: 42em;
  width: 46em;
  padding: 2em;
  overflow: scroll;
  overflow-x: hidden;
  border: 2px solid #777;
  border-radius: 10px 0px 0px 10px;
}
/* line 440, ../../../../hatier/sass/_global.sass */
div.exohatier {
}

/* line 443, ../../../../hatier/sass/_global.sass */
.exohItem {
  margin: 0.25em;
}

/* line 446, ../../../../hatier/sass/_global.sass */
.exohSection1, .exohSection2, .exohSection3, .exohSection4 {
  margin-bottom: 0.8em;
  font-variant: normal;
  text-align: left !important;
}

/* line 451, ../../../../hatier/sass/_global.sass */
.exohSectionTitle {
  font-weight: bold;
  font-family: "varela", sans-serif;
  margin: 0.6em 0 0.4em 0;
}

/* line 456, ../../../../hatier/sass/_global.sass */
.exohSection1 .exohSectionTitle {
  font-size: 20.28px;
  color: #777;
  font-family: "varela", sans-serif;
}

/* line 461, ../../../../hatier/sass/_global.sass */
.exohSection2 .exohSectionTitle {
  font-size: 116%;
  font-style: normal;
  color: black;
}

/* line 466, ../../../../hatier/sass/_global.sass */
.exohSection3 .exohSectionTitle {
  font-size: 108%;
  font-style: italic;
}

/* line 470, ../../../../hatier/sass/_global.sass */
.exohSection4 .exohSectionTitle {
  font-weight: normal;
}

/* line 473, ../../../../hatier/sass/_global.sass */
.exohMedia {
  margin: 0.8em 0 0.8em 0;
}

/* line 476, ../../../../hatier/sass/_global.sass */
.exohMediaTitle {
  font-size: 93%;
  font-variant: small-caps;
}

/* line 480, ../../../../hatier/sass/_global.sass */
.exohMediaCopyright {
  font-style: italic;
  font-size: 75%;
}

/* line 484, ../../../../hatier/sass/_global.sass */
.exohMediaCaption {
  font-size: 85%;
}

/* line 487, ../../../../hatier/sass/_global.sass */
.exohContent {
  clear: left;
}

/* line 490, ../../../../hatier/sass/_global.sass */
.exohDown {
  display: none;
}

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

/* line 499, ../../../../hatier/sass/_global.sass */
u.exohImportantCouleur2 {
  color: #9B289A;
  text-decoration: none;
  font-weight: bold;
  text-align: left !important;
}

/* FIN COEUR HATIER.SASS - MODIFICATION SPECIFIQUE A LA COLLECTION CI-DESSOUS */
/* line 35, ../../../../grammaire/sass/custom.sass */
.exohExercice h1, .exohExercice .h1 {
  font-weight: bold;
  font-variant: normal;
  font-size: 1.5em;
  text-align: left !important;
}

/* TÃ©tiÃ¨res */
/* line 40, ../../../../grammaire/sass/custom.sass */
.exohCategoriesBasket &gt; .legend {
  background-color: #d3e8f5;
  font-weight: bold;
}

/* Survol des Ã©tiquettes */
/* line 45, ../../../../grammaire/sass/custom.sass */
.exohItem:hover, .exohCategoryItem:hover {
  background-color: #dddddd;
  text-decoration: none;
}

/* line 49, ../../../../grammaire/sass/custom.sass */
.exohCategory:hover {
  background-color: #dddddd;
}

/* line 52, ../../../../grammaire/sass/custom.sass */
.exohCategory.selected {
  background-color: #777;
}

/* Couleurs des pointage */
/* OK */
/* Bandeau du bas */
/* line 59, ../../../../grammaire/sass/custom.sass */
.exohatierAction {

}

/* Blanc gauche et droite */
/* ExoScore */
/* line 65, ../../../../grammaire/sass/custom.sass */
.exohMessageContent .exohScore {
  text-align: center;
  font-size: 0.5em;
  font-family: "varela", sans-serif;
  font-weight: bold;
}

/* line 69, ../../../../grammaire/sass/custom.sass */
.exohButtons .exohScore {
  /*display: none;*/
}

/* line 72, ../../../../grammaire/sass/custom.sass */
.exohatier {
  margin-left: 1em;
}

/* modifs ACT - 18/09/2016 */
/* line 76, ../../../../grammaire/sass/custom.sass */
li.exohChoice {
  font-size: 20px;
  display: block;
}

/* line 79, ../../../../grammaire/sass/custom.sass */
.exohCategory {
  max-width: none;
}

/* line 82, ../../../../grammaire/sass/custom.sass */
.exohMatching td.exohDrop {
  padding-top: 0px !important;
  min-height: 10px !important;
  min-width: 30px !important;
  margin-left: 0px !important;
}

/* line 88, ../../../../grammaire/sass/custom.sass */
.exohDrop.answerOk .exohItem {
  background-color: #00A853;
}

/* line 91, ../../../../grammaire/sass/custom.sass */
.exohDrop.answerKo .exohItem {
  background-color: #ef6868;
}

/* line 94, ../../../../grammaire/sass/custom.sass */
.exohPoint.answerOk {
  border: 3px solid #00A853;
}

/* line 97, ../../../../grammaire/sass/custom.sass */
.exohPoint.answerKo {
  border: 3px solid #ef6868;
  background-color: #ef6868;
}

/* line 100, ../../../../grammaire/sass/custom.sass */
.exohMatching .exohItemDropped {
  margin-top: 10px !important;
}

/* line 103, ../../../../grammaire/sass/custom.sass */
.exohCategoriesBasket {
  max-width: none;
}

/* line 106, ../../../../grammaire/sass/custom.sass */
.exohTable table {
  width: auto;
}

/* line 109, ../../../../grammaire/sass/custom.sass */
ol .exohButton {
  font-size: 1.5em;
}

/* line 112, ../../../../grammaire/sass/custom.sass */
ol .exohHelpPopUp {
  font-size: 0.8em;
}

/* line 115, ../../../../grammaire/sass/custom.sass */
ol.exohElements li.exohElement .exohInstructions p.exohP {
  color: #333;
  font-weight: bold !important;
  font-family: "varela", sans-serif;
}

.exohInstructions p{
  padding: 0;
}

/* line 120, ../../../../grammaire/sass/custom.sass */
.exohElements {
  list-style-type: none;
}

/* line 123, ../../../../grammaire/sass/custom.sass */
.exohElements ol {
  margin-left: 2em;
}


h1 .exohTitre{
  font-size: 24px;
  padding-right: 140px;
}

h1 .exohTitre span{
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
.exercice .exohNom-personne, .exercice .exohNom-livre{
  font-size: 14px;
  font-style: normal;
}

.exercice .exohNom-livre{
  font-style: italic;
}

.exercice input["text"]{
  border: 1px solid #cacaca !important;
  width: 30em;

}

.exercice input.exohChoice{
  box-shadow: none;
  border: 1px solid #cacaca;
  font-size:1em;
  color: #333;
  height: 37px;
  padding: 0;
  padding-left: 3px;
  margin: 0;
}

.exercice input[type="radio"]{
  padding-top: 7px;
}
.exercice input[type="radio"]:checked:before{
  top: 4px;
  background-color: #00BED9;
}
.exercice input[type="radio"]:checked:after{
  border-color: #00BED9;
}

.exercice ol li{
  color: #00bed9;
}

.exercice u.exohImportantCouleur1,
.exercice u.exohImportantCouleur2,
.exercice u.exohImportantCouleur3{
  font-weight: inherit;
  text-decoration: none;
}
.exercice u.exohImportantCouleur1{color: #49bd1e;}
.exercice u.exohImportantCouleur2{color: #f59f20;}
.exercice u.exohImportantCouleur3{color: #c52a97;}


.exercice .answerOk u.exohImportantCouleur1,
.exercice .answerOk u.exohImportantCouleur2,
.exercice .answerOk u.exohImportantCouleur3,
.exercice .answerKo u.exohImportantCouleur1,
.exercice .answerKo u.exohImportantCouleur2,
.exercice .answerKo u.exohImportantCouleur3,
.exercice .answerKo .exohItem,
.exercice .answerOk .exohItem {
  color: #fff;
}

.Couleur1 .exohMessageContent{background-color: #939393;}
.Couleur2 .exohMessageContent{background-color: #70c147;}
.Couleur3 .exohMessageContent{background-color: #f68028;}
.Couleur4 .exohMessageContent{background-color: #9856a3;}

input[type=text], input[type=password], textarea{
  width: 95%;
}

.exohExercice form{
  padding: 2em;
}

.exohImportantGras{
  font-weight: bold;
}

.exohSource{
  font-style: normal;
  text-decoration: line-through;
  text-decoration-color : rgba(229, 28, 35, 0.5);
}


/* app/styles.css */

/**
 **
 * RESET *
 **
 **/

 *{
  padding: 0;
  margin: 0;

}

.clear{
  clear: both;
}


/**
 **
 * BODY *
 **
 **/

body{
  font-family: "varela","calibri","verdana",sans-serif;
  font-size: 16px;
  line-height: 2em;
  width: 100%;
  height: 100%;
  color: #333;
}

p{
  line-height: 2em;
  color: #333;
}
footer{
  text-align: center;
}

.txtCenter{ text-align: center;}
.txtRight{ text-align: right;}
.txtLeft{ text-align: left;}

a{
  color: #00BED9;
}

a:hover, a:focus{
  color: #019db3;
  text-decoration: none;
}


/**
 **
 * NAVBAR *
 **
 **/

.navbar-default{
  border:none;
  background-color: #00BED9;
  height: 90px;
  z-index:1;
  margin-bottom:0;
  padding: 0 15px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form{
  margin-top: 20px;
}

.navbar-default .btn{
  margin:0;
}

.navbar-default .navbar-nav&gt;li&gt;a,
.navbar-default .navbar-nav&gt;li&gt;a:hover{
  color: #fff;
}


/**
 **
 * MODAL *
 **
 **/

.modal-dialog{
  width: 35%;
  box-shadow: none;
}

.modal-content{
  box-shadow: none;
  border-radius: 0px;
  border: none;
}

.modal-content .form-title{
  background-color: #00BED9;
  color: #fff;
  text-align: center;
  padding: 5%;
  font-weight: bold;
  font-size: 24px;
}

.modal-content .modal-body{
  margin: 5%;
}

.modal-content label{
  color: #333;
  font-weight: normal;
}

.modal-content input{
  border: 1px solid #efefef !important;
  height: 2.5em;
  box-shadow: none;
  border-radius: 0px;
  padding-left: 10px !important;
}

.modal-content .modal-close{
  color: #9c9c9c;
  cursor: pointer;
}

.modal-content .side-label{
  color: #333;
}

.form-control{
  height: 25px;
}


/**
 **
 * TITLES *
 **
 **/

h1{
  font-weight: bold;
  color: #333;
  font-size: 2em;
}

h1 span.niveau{
  font-size: 0.5em;
  font-weight: normal;
  background-color: #E70056;
  color: #fff;
  padding: 10px;
  margin-right:0px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

h2{
  color: #00bed9;
  margin: 2em 0;
  text-align: center;
  font-size: 2em;
}

h3{
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.5em;
}


/**
 **
 * LIST *
 **
 **/

ul li{
  list-style: none;
  color: #333;
}

ul.with-style li:before{
  content: "â€“ ";
  padding-right: 5px;

}


/**
 **
 * BREADCRUMB *
 **
 **/

.bread{
  padding: 0;
  background-color: #F5F5F5;
  height: 50px;
}





/**
 **
 * BUTTONS *
 **
 **/


.btn{
  border:none;
  background-color: transparent;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 1em;
  margin: 45px 10px 10px 10px;
  border: 2px solid;
}

.btn-border{
  border-color: #fff;
}

.btn-bg, .btn-primary:focus{
  border-color: #E70056;
  background-color: #E70056;
}

.btn-bg:hover{
  background-color: #ca0151;
  border-color:#ca0151;
  -webkit-transition: all 0.3s ;
  transition: all 0.3s;
}

.btn-border:hover{
  background-color: #fff;
  border-color:#fff;
  color: #00BED9;
  -webkit-transition: all 0.3s ;
  transition: all 0.3s;
}

button{
  background-color: transparent;
  border:none;
  padding:0;
  margin:0;
}

/**
 **
 * CONTAINER *
 **
 **/

.container-fluid{

}

.content{
  margin-right: auto;
  margin-left: auto;
}

.container-bg{
  background-color: #00BED9;
}

.container-bg h1{
  color: #fff;
}

/**
 **
 * HOME *
 **
 **/

 #ouvrage{
  text-align: center;
 }

#ouvrage img{
  margin-right: auto;
  margin-left: auto;
 }

#text{
  color: #fff;
  font-size: 1.2em;
}

#text p{
  width: 70%;
}
/**
 **
 * SOMMAIRE *
 **
 **/

.theme{
  color: #fff;
  padding: 50px 20px;
  margin-bottom: 1px;
  margin-bottom: 1px;
  height: 300px;
  vertical-align: baseline;
  border:1px solid #fff;
}

.theme .goChapter{
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.theme img{
  position: absolute;
  bottom: 10px;
}

.theme h3{
  color: #fff;
  font-size: 1.3em;
}
.theme1{background-color: #d64887;}
.theme2{background-color: #ffad31;}
.theme3{background-color: #a2ce3e;}
.theme4{background-color: #3fc1d4;}
.theme5{background-color: #c759bd;}
.theme.indispo{background-color: #b5b4b4;}
.theme1 .btn:hover{color: #d64887;}
.theme2 .btn:hover{color: #ffad31;}
.theme3 .btn:hover{color: #a2ce3e;}
.theme4 .btn:hover{color: #3fc1d4;}
.theme5 .btn:hover{color: #c759bd;}


/**
 **
 * CHAPTERS *
 **
 **/

 .essai a{
    background-color: #ed1165;
    color: #fff;
    padding: 5px;
    margin-right:10px;
 }

.chapter .panel-heading{
  background-color: transparent;
  padding: 0;
  margin-top: 50px;
}

.chapter h4{
  border: 1px solid #ed1165;
  padding: 20px;
  color: #ed1165;
  font-size: 1.2em;
  font-weight: bold;
}

.chapter h4:before{
  content: url(../Images/arbre.png);
  margin-right: 20px;
}

.chapter h4:after{
  content: "+";
  float: right;
  color: #ed1165;
  margin-top: 55px;
}

.chapter .indispo{
  border: 2px solid #cacaca;
  color: #cacaca;
}

.chapter .indispo:before{
  content: url(../Images/arbre_indispo.png);
}

.chapter .indispo:after{
  content: "";
}


.chapter .list-group{
  margin: 0;
}
.chapter .list-group-item{
  border: none;
}

.chapter .list-group-item{
  border: 1px solid #cacaca;
}

.chapter .list-group-item:nth-child(1) {
    border-top:0;
}

.demo{
  color: #fff;
  background-color: #ed1165;
  font-size: 10px;
}

/**
 **
 * EXERCICES *
 **
 **/

span.Couleur1, span.Couleur2, span.Couleur3, span.Couleur4{
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  padding: 3px 5px;
  margin-right: 5px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

span.Couleur1, .Couleur1 .exohExercice h1 { background-color: #939393;}
span.Couleur2, .Couleur2 .exohExercice h1{ background-color: #70c147;}
span.Couleur3, .Couleur3 .exohExercice h1{ background-color: #f68028;}
span.Couleur4, .Couleur4 .exohExercice h1{ background-color: #9856a3;}

.exoNav{
  margin-top: 50px;
}

.exercice{
  color: #333;
}

.exercice h1.chapterExo{
  text-align: center;
  color: #E70056;
  font-size: 1.8em;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input[type="checkbox"]:checked:after,
.checkbox input[type="checkbox"]:checked:after,
.checkbox-inline input[type="checkbox"]:checked:after{
  background-color: #00bed9;
  border-color: #00bed9;
}

input[type="text"]{
  padding-left:10px;
}

.alert{
    position: absolute;
    margin: 5em;
    z-index: 1;
    width: 50%;
    text-align: center;
}

.alert-danger{
  background-color: #dc3a3f !important;
  color: #fff!important;
}

@media(max-width: 765px){
  .navbar-default .navbar-collapse, .navbar-default .navbar-form{
    margin-top: 20px;
    background-color: #00BED9;
    width: 95vw;
    margin-left: -5%;
    border: none;
    z-index: 0;
  }
}

.navbar-default .navbar-toggle .icon-bar{
  background-color: #fff;
}

/* Inline */
.humane, .humane-libnotify { position: fixed; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; z-index: 100000; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); } .humane, .humane-libnotify { font-family: Ubuntu, Arial, sans-serif; text-align: center; font-size: 15px; top: 10px; right: 10px; opacity: 0; width: 150px; color: #fff; padding: 10px; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABQCAYAAADYxx/bAAAABmJLR0QA/wD/AP+gvaeTAAAANElEQVQYlWNgYGB4ysTAwMDAxMjICCUQXDQWAwMDAxMTExMedcRyB6d5CAMQ5hGrjSrmAQBQdgIXlosSTwAAAABJRU5ErkJggg=='); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.9)), color-stop(1, rgba(50,50,50,0.9))) no-repeat; background: -moz-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(50,50,50,0.9) 100%) no-repeat; background: -webkit-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(50,50,50,0.9) 100%) no-repeat; background: -ms-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(50,50,50,0.9) 100%) no-repeat; background: -o-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(50,50,50,0.9) 100%) no-repeat; background: linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(50,50,50,0.9) 100%) no-repeat; *background-color: #000; -webkit-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 4px 4px -4px #000; box-shadow: 0 4px 4px -4px #000; -moz-transform: translateY(-40px); -webkit-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); transform: translateY(-40px); } .humane p, .humane-libnotify p, .humane ul, .humane-libnotify ul { margin: 0; padding: 0; } .humane ul, .humane-libnotify ul { list-style: none; } .humane.humane-libnotify-info, .humane-libnotify.humane-libnotify-info { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABQCAYAAADYxx/bAAAABmJLR0QA/wD/AP+gvaeTAAAAMUlEQVQYlWNgYDB6ysTAwMDAxMDACCcYUFkMDEwMDEwMBNVhkxg65jGhmke6M6hgHgBSdgHnpZwADwAAAABJRU5ErkJggg=='); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,50,0.9)), color-stop(1, rgba(0,0,100,0.9))) no-repeat; background: -moz-linear-gradient(top, rgba(0,0,50,0.9) 0%, rgba(0,0,100,0.9) 100%) no-repeat; background: -webkit-linear-gradient(top, rgba(0,0,50,0.9) 0%, rgba(0,0,100,0.9) 100%) no-repeat; background: -ms-linear-gradient(top, rgba(0,0,50,0.9) 0%, rgba(0,0,100,0.9) 100%) no-repeat; background: -o-linear-gradient(top, rgba(0,0,50,0.9) 0%, rgba(0,0,100,0.9) 100%) no-repeat; background: linear-gradient(top, rgba(0,0,50,0.9) 0%, rgba(0,0,100,0.9) 100%) no-repeat; *background-color: #030; } .humane.humane-libnotify-success, .humane-libnotify.humane-libnotify-success { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABQCAYAAADYxx/bAAAABmJLR0QA/wD/AP+gvaeTAAAAMUlEQVQYlWNgMGJ4ysTAwMDAxMAIJxhQWQwMDEwMTKgS2NRhkxg65jGhmke6M6hhHgBS2QHn2LzhygAAAABJRU5ErkJggg=='); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,50,0,0.9)), color-stop(1, rgba(0,100,0,0.9))) no-repeat; background: -moz-linear-gradient(top, rgba(0,50,0,0.9) 0%, rgba(0,100,0,0.9) 100%) no-repeat; background: -webkit-linear-gradient(top, rgba(0,50,0,0.9) 0%, rgba(0,100,0,0.9) 100%) no-repeat; background: -ms-linear-gradient(top, rgba(0,50,0,0.9) 0%, rgba(0,100,0,0.9) 100%) no-repeat; background: -o-linear-gradient(top, rgba(0,50,0,0.9) 0%, rgba(0,100,0,0.9) 100%) no-repeat; background: linear-gradient(top, rgba(0,50,0,0.9) 0%, rgba(0,100,0,0.9) 100%) no-repeat; *background-color: #030; } .humane.humane-libnotify-error, .humane-libnotify.humane-libnotify-error { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADICAYAAAAp8ov1AAAABmJLR0QA/wD/AP+gvaeTAAAAPklEQVQokWMwYmB4ysTAwMCATjASFsOmBBvBRJ7x+O0g0wCS7CDTH/RwH7X9MVDuwyaG032D2M2UeIYO7gMAqt8C19Bn7+YAAAAASUVORK5CYII='); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(50,0,0,0.9)), color-stop(1, rgba(100,0,0,0.9))) no-repeat; background: -moz-linear-gradient(top, rgba(50,0,0,0.9) 0%, rgba(100,0,0,0.9) 100%) no-repeat; background: -webkit-linear-gradient(top, rgba(50,0,0,0.9) 0%, rgba(100,0,0,0.9) 100%) no-repeat; background: -ms-linear-gradient(top, rgba(50,0,0,0.9) 0%, rgba(100,0,0,0.9) 100%) no-repeat; background: -o-linear-gradient(top, rgba(50,0,0,0.9) 0%, rgba(100,0,0,0.9) 100%) no-repeat; background: linear-gradient(top, rgba(50,0,0,0.9) 0%, rgba(100,0,0,0.9) 100%) no-repeat; *background-color: #300; } .humane.humane-animate, .humane-libnotify.humane-libnotify-animate { opacity: 1; -moz-transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } .humane.humane-animate:hover, .humane-libnotify.humane-libnotify-animate:hover { opacity: 0.2; } .humane.humane-animate, .humane-libnotify.humane-libnotify-js-animate { opacity: 1; -moz-transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } .humane.humane-animate:hover, .humane-libnotify.humane-libnotify-js-animate:hover { opacity: 0.2; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20); } .gi-assertion-select * { cursor: crosshair !important; } .gi-assertion-select *:hover { outline: 1px dotted rgba(0, 0, 0, 1); } .gi-assertion-selected { outline: 3px solid rgba(0, 170, 0, 1) !important; }


.exohMessage{
z-index: 999;
}

.exohRedo {
    display: none;
}

.exohCongratulateMessages {
    /* display: none; */
}

.exohMessageContent{
  background-color: #e73557;
}

.exohMessage p {
  line-height: 2em;
  color: #FFF;
}

.exohMessageClose:hover{
  background-position: 0 0;
}

</pre></body></html>