/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

body {
  background: #cacaca;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #2d3539; }

.cache {
  display: none !important; }

.widget-container {
  background: url("../img/eg6_l5_espace.jpg");
  background-size: cover;
  color: #000;
  position: relative;
  margin: auto;
  width: 940px;
  height: 420px;
  overflow: hidden;
  text-align: center;
  font-size: 19px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .widget-container {
      background: url("../img/eg6_l5_espace@2x.jpg");
      background-size: cover; } }
  .widget-container .zones > div {
    position: absolute;
    width: 70px;
    height: 70px;
    cursor: pointer; }
  .widget-container .zones .zone-mercure {
    top: 175px;
    left: 90px; }
  .widget-container .zones .zone-venus {
    top: 177px;
    left: 170px; }
  .widget-container .zones .zone-terre {
    top: 175px;
    left: 257px; }
  .widget-container .zones .zone-mars {
    top: 175px;
    left: 358px; }
  .widget-container .zones .zone-jupiter {
    top: 150px;
    left: 455px;
    width: 120px;
    height: 120px; }
  .widget-container .zones .zone-saturne {
    top: 150px;
    left: 600px;
    width: 130px;
    height: 130px; }
  .widget-container .zones .zone-uranus {
    top: 150px;
    left: 745px;
    width: 110px;
    height: 130px; }
  .widget-container .zones .zone-neptune {
    top: 175px;
    left: 863px; }
  .widget-container .kangourou {
    position: absolute;
    top: 45px;
    left: 10px;
    z-index: 800; }
    .widget-container .kangourou.flip {
      transform: scale(-1, 1);
      -moz-transform: scale(-1, 1);
      -webkit-transform: scale(-1, 1);
      -o-transform: scale(-1, 1); }
  .widget-container .tooltips > div {
    display: none;
    position: absolute;
    top: 270px;
    padding: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    line-height: 25px; }
    .widget-container .tooltips > div::after {
      content: "";
      position: absolute;
      display: block;
      width: 0;
      top: -15px;
      right: 93px;
      bottom: auto;
      left: auto;
      border-style: solid;
      border-width: 0 15px 15px;
      border-color: #fff transparent;
      opacity: .9; }
    .widget-container .tooltips > div h2 {
      font-weight: bold; }
  .widget-container .tooltips .tooltip-mercure {
    left: 95px; }
    .widget-container .tooltips .tooltip-mercure::after {
      right: 50px; }
  .widget-container .tooltips .tooltip-venus {
    left: 170px; }
    .widget-container .tooltips .tooltip-venus::after {
      right: 30px; }
  .widget-container .tooltips .tooltip-terre {
    left: 260px; }
    .widget-container .tooltips .tooltip-terre::after {
      right: 20px; }
  .widget-container .tooltips .tooltip-mars {
    left: 360px; }
    .widget-container .tooltips .tooltip-mars::after {
      right: 20px; }
  .widget-container .tooltips .tooltip-jupiter {
    left: 490px; }
    .widget-container .tooltips .tooltip-jupiter::after {
      right: 40px; }
  .widget-container .tooltips .tooltip-saturne {
    left: 650px; }
    .widget-container .tooltips .tooltip-saturne::after {
      right: 50px; }
  .widget-container .tooltips .tooltip-uranus {
    left: 775px; }
    .widget-container .tooltips .tooltip-uranus::after {
      right: 40px; }
  .widget-container .tooltips .tooltip-neptune {
    left: 835px; }
    .widget-container .tooltips .tooltip-neptune::after {
      right: 15px; }
  .widget-container table {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border: 2px solid #00acc1;
    z-index: 900; }
    .widget-container table tr th {
      background: #00acc1;
      color: #fff;
      border-right: 2px solid #fff;
      padding: 10px;
      vertical-align: middle; }
      .widget-container table tr th:first-of-type {
        width: 125px; }
      .widget-container table tr th:nth-of-type(2) {
        width: 350px; }
      .widget-container table tr th:last-of-type {
        border-right: 2px solid #00acc1; }
    .widget-container table tr td {
      padding: 10px;
      position: relative;
      text-align: center;
      vertical-align: middle;
      border: 2px solid #00acc1; }
      .widget-container table tr td:first-of-type {
        font-weight: bold; }
      .widget-container table tr td:nth-of-type(2) {
        width: 350px; }
  .widget-container .bouton {
    display: none;
    position: absolute;
    bottom: 5px;
    left: 320px;
    width: 300px;
    max-height: 47px;
    padding: 9px 0;
    background-color: #00acc1;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    border-bottom: 3px solid #008a9a;
    font-size: 19px;
    cursor: pointer; }
    .widget-container .bouton:hover {
      color: #23527c;
      text-decoration: none; }

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