/* 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, 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: #e2e2e2;
  font-family: "HelveticaNeue eText Pro Regular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 19px;
  line-height: 25px;
  color: #2d3539; }

.cache {
  display: none !important; }

h1 {
  font-weight: 700;
  font-size: 30px;
  margin: 10px 0; }

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  margin: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid #cacaca;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 9000; }
  input[type=radio]:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%; }
  input[type=radio]:checked:before {
    background: #00acc1; }

.widget-container {
  background: #fff;
  color: #000;
  position: relative;
  margin: auto;
  width: 940px;
  height: 420px;
  overflow: hidden;
  text-align: center; }
  .widget-container .explications {
    padding: 10px 50px 30px; }
  .widget-container .espace_lignes {
    width: 100%;
    height: 80px;
    position: relative; }
    .widget-container .espace_lignes svg {
      position: absolute;
      top: -23px;
      left: 0;
      width: 100%;
      height: 116px;
      pointer-events: none; }
      .widget-container .espace_lignes svg line {
        stroke: black;
        stroke-width: 2;
        display: none; }
  .widget-container .debut {
    display: flex;
    position: initial;
    text-align: center;
    justify-content: space-between;
    align-items: baseline; }
    .widget-container .debut > div {
      width: 33%;
      vertical-align: bottom;
      z-index: 500; }
      .widget-container .debut > div img {
        display: block;
        margin: auto; }
  .widget-container .fin {
    display: flex;
    position: initial;
    width: 100%;
    text-align: center;
    justify-content: space-between; }
    .widget-container .fin > div {
      width: 33%;
      vertical-align: bottom;
      z-index: 500; }
      .widget-container .fin > div input {
        display: block;
        margin: auto; }
      .widget-container .fin > div p {
        display: inline-block;
        margin: 10px auto;
        padding: 10px;
        background: #78af49;
        color: #fff;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px; }
  .widget-container .trouve p, .widget-container .trouve img {
    cursor: pointer; }
  .widget-container .modal {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 800; }
    .widget-container .modal .modal_interne {
      background: #fff;
      position: absolute;
      top: 21px;
      left: 27.5%;
      width: 45%;
      height: auto;
      box-sizing: border-box;
      z-index: 9000; }
      .widget-container .modal .modal_interne i {
        color: #fff; }
      .widget-container .modal .modal_interne .titre {
        background: #4E8B2C;
        color: #fff;
        padding: 10px;
        font-weight: 700;
        margin-bottom: 20px; }
      .widget-container .modal .modal_interne img {
        width: 50%;
        height: auto;
        margin: 10px 10%; }
      .widget-container .modal .modal_interne p {
        padding: 10px; }
        .widget-container .modal .modal_interne p span {
          font-style: italic; }
      .widget-container .modal .modal_interne i {
        position: absolute;
        right: 8px;
        top: 8px;
        font-size: 30px;
        cursor: pointer; }
  .widget-container .erreur .boite {
    background: #9E0021;
    color: #fff;
    position: absolute;
    top: 195px;
    left: 355px;
    z-index: 1000;
    width: 200px;
    text-align: center;
    padding: 30px; }
  .widget-container .bravo .boite {
    background: #4E8B2C;
    color: #fff;
    position: absolute;
    top: 195px;
    left: 355px;
    width: 200px;
    z-index: 1000;
    text-align: center;
    padding: 30px; }

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