
html {
  background: url(../img/buttons/etoiles.png) no-repeat center fixed #000000;
  color: #FFFFFF;
}

a {
  color: #105bff;
}

a:hover {
  color: #105bff;
}

#container {
  margin-bottom: 0px;
  margin-top: 80px;
  width: 700px;
}

#container p {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  padding: 5px 0px 5px 0px;
}

#flashinvaders_banner {
  margin-bottom: 40px;
  width: 100%;
  position: relative;
}

#info_section {
  position: relative;
  background: url(../img/buttons/transp.png);
  margin-left: 10px;
  margin-right: 10px;
}

#flasheur {
  height: 120px;
  left: 140px;
  top: 30px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
}

#flash_invader_title {
  width: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#text_img_free_app_for_smartphones {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  display: block;
  margin-top: 35px;
}

#mission_column {
  display: block;
  width: 47%;
  float: left;
  padding-right: -20px;
}

#download_column {
  display: block;
  width: 45%;
  float: right;
}

#logo_halo {
  float: left;
  margin-left: -20px;
  margin-top: -10px;
  display: block;
}

#text_download {
  margin-top: 5px;
}

#text_mission {
  margin-top: 5px;
  margin-bottom: 18px;
}

#stores a {
  width: 49%;
}

#latest_flash {
  width: 100%;
  margin-bottom: 20px;
}

#top_section {
  position: relative;
  display: block;
  height: 200px;
}

#whitout_paris_button {
  background-color: transparent;
  background-size: 100%;
  float: right;
  height: 22px;
  position: relative;
  width: 22px;
  border: 0px;
  cursor: pointer;
}

#reality_game_by_1 {
  line-height: 35px;
  border: 1px solid #333;
  border-radius: 4px;
  color: #CCC;
  float: left;
  font-size: 12px;
  height: 35px;
  margin: 0px 0px 0px 0px;
  moz-border-radius: 4px;
  padding: 4px 10px 4px 10px;
  text-align: left;
  webkit-border-radius: 4px;
  width: 320px;
}

.flashes {
  margin-top: 10px;
}

.flash_ele {
  display: block;
  float: left;
  font-size: 12px;
  margin-left: 10px;
  margin-right: 10px;
  width: 155px;
  height: 215px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.flash_ele img {
  border: 1px solid #666;
  height: 153px;
  width: 153px;
}

#loading {
  display: block;
  opacity: 0;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 50px;
}

#planet_bottom {
  display: block;
  content: url(../img/flashinvaders_live/planet_big.png);
  height: auto;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.large_screen {
  display: block !important;;
}

.small_screen {
  display: none !important;;
}


@media screen and (max-width:700px) {

  .large_screen {
    display: none !important;;
  }

  .small_screen {
    display: block !important;;
  }

  #whitout_paris_button {
    bottom: -20px;
  }

  html {
    background: url(../img/flashinvaders_live/etoiles2.png) repeat-x top fixed #000;
  }

  #container {
    width: 320px;
  }

  #flasheur {
    top: 150px;
  }

  #flashinvaders_banner {
    height: 320px;
    margin-bottom: 20px;
  }

  #text_free_app_for_smartphones {
    margin-left: 10px;
    position: absolute;
    bottom: 0px;
    font-weight: bold !important;
  }

  #mission_column {
    width: 100%;
  }

  #download_column {
    width: 100%;
  }

  #download_column_wrapper {
    width: 100%;
    height: 110px;
  }

  #reality_game_by_2 {
    float: left;
    margin-top: 10px;
  }

  #top_section {
    height: 360px;
  }

  .flash_ele {
    float: left;
    font-size: 12px;
    margin: 0px 10px 10px 10px;
    width: 140px;
  }

  .flash_ele img {
    height: 140px;
    width: 140px;
  }

  #planet_bottom_small {
    content: url(../img/flashinvaders_live/planet_small.png);
    width: 100vw;
    bottom: 0px;
  }

}