/* CSS ELEMENT BULLS */
#sky {
  z-index: -2;
  position: absolute;
  display: block;
  top: -55%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-mask: linear-gradient(0deg, #0000 5%, #000 40%);
  mask: linear-gradient(0deg, #0000 5%, #000 40%);
}
.indexbg, .coupebg, .planningbg, .imaginebg, .setupsbg, .gameothequebg, .commandsbg, .socialbg, .loginbg, .twinkling, .legalbg {
	position:absolute;
	display:block;
	top:0; bottom:0;
	left:0; right:0;
	width:100%; height:100%;
}

.indexbg {
  z-index: 0;
  background: #000 url("../img/fonds/sky_fonds-e4c8a7c78b39fc64d04f006b421ecedb.jpg") no-repeat;
  background-size: cover;
  background-position: center 12vw;
}

.coupebg {
  z-index: 0;
  background: #000 url("../img/fonds/background_mariokart-822926e487371771fe7527d12802113e.jpg") no-repeat;
  background-size: cover;
  background-position: center 12vw;
  filter: blur(5px);
}

.planningbg {
  z-index: 0;
  background: #000 url("../img/fonds/background_planning-b7facb10b9c43c472bb1ac3a9ece2e8f.jpeg") no-repeat;
  background-size: cover;
  background-position: center 12vw;
  filter: blur(5px);
}

.imaginebg {
  z-index: 0;
  background: #000 url("../img/fonds/sky_fonds-e4c8a7c78b39fc64d04f006b421ecedb.jpg") no-repeat;
  background-size: cover;
  background-position: center 12vw;
}

.setupsbg {
  z-index: 0;
  background: #000 url("../img/fonds/sky_fonds-e4c8a7c78b39fc64d04f006b421ecedb.jpg") no-repeat;
  background-size: cover;
  background-position: center 12vw;
}

.gameothequebg {
  z-index: 0;
  background: #000 url("../img/fonds/background_animalcrossing-f98cc0ba84375060b8df1bc9659980b6.jpeg") no-repeat;
  background-size: cover;
  background-position: center 12vw;
  filter: blur(5px);
}

.commandsbg {
  z-index: 0;
  background: #000 url("../img/fonds/sky_fonds-e4c8a7c78b39fc64d04f006b421ecedb.jpg") no-repeat;
  background-size: cover;
  background-position: center 12vw;
}

.socialbg {
  z-index: 0;
  background: #000 url("../img/fonds/sky_fonds-e4c8a7c78b39fc64d04f006b421ecedb.jpg") no-repeat;
  background-size: cover;
  background-position: center 12vw;
}

.loginbg {
  z-index: 0;
  background: #000 url("../img/fonds/sky_fonds-e4c8a7c78b39fc64d04f006b421ecedb.jpg") no-repeat;
  background-size: cover;
  background-position: center 12vw;
}

.legalbg {
  z-index: 0;
  background: #000 url("../img/fonds/sky_fonds-e4c8a7c78b39fc64d04f006b421ecedb.jpg") no-repeat;
  background-size: cover;
  background-position: center 12vw;
}