body {
  background-color: #dbdbdb;
  font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
  margin: 0;
  padding: 0; }

.container {
  width: 600px;
  background-color: #ffffff;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0px 0px 5px #aaa; }
  .container .beige {
    color: #cfa85b; }
  .container header {
    width: 100%;
    background-image: url("../img/vichy.jpg");
    padding-bottom: 20px; }
    .container header .title {
      height: 1px; }
      .container header .title #titre {
        width: 300px;
        height: auto;
        position: absolute;
        left: 160px;
        top: 30px; }
      .container header .title #cass1, .container header .title #cass2 {
        position: absolute; }
      .container header .title #cass1 {
        width: 87px;
        right: 32px;
        top: -20px; }
      .container header .title #cass2 {
        width: 87px;
        left: 40px;
        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: 15px;
      margin-top: 160px; }
  .container .game {
    position: relative;
    width: 100%;
    height: 510px;
    background-color: #282831;
    overflow: hidden; }
    .container .game #gameTitle {
      font-size: 25px;
      color: #fff;
      width: 80%;
      margin: 0 auto;
      text-align: center;
      margin-top: 20px;
      opacity: 0; }
    .container .game .card {
      position: absolute;
      background-color: #fff;
      width: 150px;
      overflow: hidden; }
      .container .game .card .cardContainer {
        width: 150px;
        height: 150px;
        overflow: hidden; }
        .container .game .card .cardContainer img {
          width: 100%;
          height: 100%;
          transition: all 0.2s ease-out; }
      .container .game .card .nom {
        background-color: #fff;
        color: #282831;
        font-weight: bold;
        text-align: center;
        width: 140px;
        font-size: 14px;
        padding: 0 5px 5px 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 35px; }
      .container .game .card:hover .cardContainer img {
        transform: scale(1.2, 1.2) rotate(0.02turn); }
    .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 #btNext {
      position: absolute;
      right: 60px;
      top: 80px;
      height: 50px;
      width: 50px;
      background-color: #cfa85b;
      color: #fff;
      opacity: 0;
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      cursor: pointer;
      -webkit-animation: example 1s 1s infinite;
      animation: example 1s 1s infinite;
      /* Standard syntax */ }
      .container .game #btNext::before {
        content: "";
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 25px solid #fff;
        position: absolute;
        top: 10px;
        left: 13px; }
      .container .game #btNext::after {
        content: "SUITE";
        width: 20px;
        height: 0;
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        position: absolute;
        left: 8px;
        top: 52px; }
      .container .game #btNext:hover {
        background-color: #fff; }
        .container .game #btNext:hover::before {
          border-left: 25px solid #282831; }
@-webkit-keyframes example {
  0% {
    background-color: #cfa85b; }
  50% {
    background-color: #e3ce9d; }
  100% {
    background-color: #cfa85b; } }
@keyframes example {
  0% {
    background-color: #cfa85b; }
  50% {
    background-color: #e3ce9d; }
  100% {
    background-color: #cfa85b; } }
    .container .game #pourcent, .container .game #pourcentBg {
      position: absolute;
      bottom: 50px;
      width: 80%;
      left: 10%;
      height: 10px; }
    .container .game #pourcent {
      background-color: #fff; }
    .container .game #pourcentBg {
      background-color: #cfa85b; }
    .container .game #pourcentLabel, .container .game #levelLabel {
      position: absolute;
      left: 10%;
      color: #cfa85b;
      font-size: 12px; }
    .container .game #pourcentLabel {
      bottom: 60px; }
    .container .game #level, .container .game #levelBg {
      position: absolute;
      bottom: 20px;
      width: 80%;
      left: 10%;
      height: 10px; }
    .container .game #level {
      background-color: #fff; }
    .container .game #levelBg {
      background-color: #cfa85b; }
    .container .game #levelLabel {
      bottom: 30px; }
    .container .game #txtFin {
      background-color: #cca95d;
      color: #282831;
      width: 80%;
      padding: 10px;
      position: absolute;
      top: 20px;
      left: 10%;
      text-align: center;
      display: none;
      font-size: 20px; }
      .container .game #txtFin #affScore {
        width: 100%;
        text-align: center;
        font-size: 30px;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 10px; }
      .container .game #txtFin #sharer {
        font-size: 20px;
        color: #fff;
        width: 100%;
        text-align: center;
        margin-top: 20px; }
        .container .game #txtFin #sharer .shareIcone {
          background-color: #fff;
          border-radius: 50px;
          width: 80px;
          height: 80px;
          display: inline-block;
          margin: 10px;
          cursor: pointer; }
          .container .game #txtFin #sharer .shareIcone img {
            margin-top: 15px; }
  .container footer {
    text-align: center;
    width: 100%;
    font-size: 12px;
    margin-top: 9px;
    height: 40px; }
    .container footer img {
      height: 25px;
      width: auto;
      vertical-align: middle; }
    .container footer a {
      text-decoration: none;
      color: #514255; }
      .container footer a:hover {
        text-decoration: underline; }

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