body {
  background-image: url("../img/background.png");
  background-repeat: repeat;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0;
  padding: 0; }

#ad {
  width: 728px;
  height: 90px;
  margin: 0 auto; }

#container {
  width: 600px;
  height: 830px;
  background-color: #ffffff;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0px 0px 5px #aaa;
  color: #013C68; }
  #container header {
    width: 100%;
    background-image: url("../img/header.jpg");
    height: 210px; }
    #container header .title {
      height: 1px; }
      #container header .title #titre {
        width: 300px;
        height: auto;
        position: absolute;
        left: 160px;
        top: 30px; }
    #container header .subTitle {
      color: #574a54;
      background-color: rgba(255, 255, 255, 0.8);
      padding: 10px;
      width: 80%;
      margin: 0 auto;
      text-align: center;
      font-size: 14px;
      margin-top: 160px; }
  #container #intro {
    position: absolute;
    width: 100%;
    height: 510px;
    overflow: hidden; }
    #container #intro #introTxt {
      font-size: 20px;
      text-align: center;
      width: 70%;
      top: 110px; }
    #container #intro #btJouer {
      background-color: #013C68;
      color: white;
      width: 210px;
      height: 70px;
      line-height: 64px;
      text-align: center;
      font-size: 48px;
      top: 280px; }
      #container #intro #btJouer:hover {
        background-color: white;
        border: 1px solid #013C68;
        color: #013C68; }
  #container .game {
    position: absolute;
    width: 100%;
    height: 510px;
    overflow: hidden; }
    #container .game #imgContainer {
      top: 160px;
      box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.5);
      height: 191px; }
    #container .game #imgTmp {
      display: none; }
    #container .game #gameTitle {
      font-size: 25px;
      width: 80%;
      margin: 0 auto;
      text-align: center;
      margin-top: 30px;
      opacity: 0; }
    #container .game #btNormal, #container .game #btFacho {
      width: 170px;
      height: 60px;
      position: absolute;
      top: 410px;
      text-align: center;
      font-size: 31px;
      line-height: 60px; }
    #container .game #btNormal {
      left: 80px;
      background-color: pink; }
      #container .game #btNormal:hover {
        color: pink;
        background-color: #013C68; }
    #container .game #btFacho {
      right: 80px;
      background-color: black;
      color: white; }
      #container .game #btFacho:hover {
        color: black;
        background-color: #666; }
    #container .game #resultat {
      font-size: 30px;
      top: 350px;
      height: 50px;
      width: 160px;
      text-align: center;
      line-height: 49px; }
      #container .game #resultat.gagne {
        background-color: #b3f154;
        color: #013C68; }
      #container .game #resultat.perd {
        background-color: crimson;
        color: white; }
    #container .game #txt {
      color: #514255;
      width: 80%;
      padding: 10px;
      position: absolute;
      top: 215px;
      left: 9%;
      text-align: center;
      opacity: 0;
      font-size: 15px;
      pointer-events: none; }
      #container .game #txt b {
        font-size: 20px; }
    #container .game #nom {
      font-size: 20px;
      top: 430px; }
    #container .game #parti {
      font-size: 25px;
      top: 460px;
      padding: 5px 10px;
      white-space: nowrap;
      pointer-events: none; }
      #container .game #parti.lfi {
        background-color: #E42313;
        color: white; }
      #container .game #parti.hor {
        background-color: #32B3CA;
        color: white; }
      #container .game #parti.ren {
        background-color: #61468F;
        color: white; }
      #container .game #parti.rep {
        background-color: #4565AD;
        color: white; }
      #container .game #parti.dem {
        background-color: #CE5215;
        color: white; }
      #container .game #parti.soc {
        background-color: #DF84B5;
        color: white; }
      #container .game #parti.nup {
        background-color: #991414;
        color: white; }
      #container .game #parti.eco {
        background-color: #77AA79;
        color: white; }
      #container .game #parti.rn {
        background-color: black;
        color: white; }
    #container .game #compteur {
      position: absolute;
      top: 100px;
      left: 180px;
      height: 60px;
      width: 60px;
      text-align: center;
      line-height: 57px;
      border-radius: 50%;
      background-color: #013C68;
      color: white;
      font-size: 20px; }
    #container .game #btNext {
      position: absolute;
      right: 100px;
      top: 207px;
      height: 70px;
      width: 70px;
      border-radius: 50%;
      background-color: white;
      color: #013C68;
      border: 1px solid #013C68;
      font-size: 42px;
      text-align: center;
      line-height: 70px;
      -webkit-tap-highlight-color: transparent;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      #container .game #btNext:hover {
        background-color: #013C68;
        color: white; }
  #container #txtFin {
    width: 80%;
    padding: 10px;
    position: absolute;
    top: 250px;
    text-align: center;
    font-size: 20px; }
    #container #txtFin #affScore {
      font-size: 30px;
      border: 1px solid #013C68;
      font-weight: bold;
      padding: 5px 20px;
      top: 10px;
      white-space: nowrap; }
    #container #txtFin #affResultat {
      width: 80%;
      top: 90px;
      font-size: 22px; }
    #container #txtFin #btRejouer {
      background-color: #013C68;
      color: white;
      width: 150px;
      height: 50px;
      line-height: 45px;
      text-align: center;
      font-size: 27px;
      top: 230px; }
      #container #txtFin #btRejouer:hover {
        border: 1px solid #013C68;
        background-color: white;
        color: #013C68; }
    #container #txtFin #sharer {
      font-size: 20px;
      padding: 5px 15px;
      text-align: center;
      top: 370px;
      background-color: #013C68;
      color: white;
      white-space: nowrap;
      cursor: pointer; }
      #container #txtFin #sharer #sharesvg {
        width: 30px;
        vertical-align: middle; }
      #container #txtFin #sharer:hover {
        border: 1px solid #013C68;
        background-color: white;
        color: #013C68; }
    #container #txtFin #sharerD {
      font-size: 20px;
      text-align: center;
      top: 370px;
      color: #013C68; }
      #container #txtFin #sharerD img {
        cursor: pointer;
        margin-top: 5px; }
        #container #txtFin #sharerD img:hover {
          transform: scale(1.1); }
  #container footer {
    text-align: center;
    width: 100%;
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    height: 60px; }
    #container footer img {
      height: 20px;
      width: auto;
      vertical-align: middle; }
    #container footer a {
      text-decoration: none;
      color: #514255; }
      #container footer a:hover {
        text-decoration: underline;
        color: #013C68; }

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