body {
  font-family: 'Grandstander', cursive;
  background-image: url("http://antoinegenon.be/projets/testilab/bgg.jpg");
  background-color: #c5fda4;
  background-size: 80%;
  background-position-x: 40%;
  background-position-y: 10%;
  background-repeat: no-repeat;
  overflow: hidden;
}

@media (max-width: 1300px) {
  .reponsive{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1111111111111111;
    background-color: #c5fda4;
    display: block !important;
  }
  p{
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 50px;
  }
  .container{
    display: none;
  }
  div{
    display: none;
  }
}

.reponsive{
  display: none;
}

.container {
  position: absolute;
  left: calc(50% - 260px);
  top: calc(50% - 160px);
  width: 500px;
  height: 300px;
  background: #e57e45;
  background: linear-gradient(45deg, #e57e45 0%, #ebaf89 100%);
  border-radius: 10px;
  text-align: center;
  padding: 10px;
}

.title {
  color: #FFF;
  font-size: 56px;
  line-height: 1;
}

.title--small {
  font-size: 25px;
}

.bouton {
  margin-top: 10px;
  font-family: 'Grandstander', cursive;
  color: #FFF;
  font-size: 25px;
  padding: 10px 20px 10px 20px;
  background: #86D95C;
  border: none;
  border-radius: 10px;
}

.objet {
  position: absolute;
  left: 14%;
  bottom: 20%;
  width: 300px;
  height: 370px;
  background-image: url("http://antoinegenon.be/projets/testilab/baltimore.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}

.item--machine {
  background-image: url("http://antoinegenon.be/projets/testilab/spaceship_zbi.svg");
  left: 70%;
  animation: pop 2s reverse ease-out;
  animation-play-state: paused;

}

.item--machine:nth-child(1) {
  animation-duration: 5.8907941336s;
  transform: rotate(180deg);
  transform-origin: 1169.0642197967px 77.3319972704vh;
}

.item--machine:nth-child(2) {
  animation-duration: 6.719636144s;
  transform: rotate(180deg);
  transform-origin: 1341.409335344px 26.6438278693vh;
}

.item--machine:nth-child(3) {
  animation-duration: 7.0040295104s;
  transform: rotate(180deg);
  transform-origin: 1033.9069475222px 91.8120311268vh;
}

.item--machine:nth-child(4) {
  animation-duration: 3.9088097507s;
  transform: rotate(180deg);
  transform-origin: 1818.9167866171px 81.646889218vh;
}

.item--machine:nth-child(5) {
  animation-duration: 7.1355383805s;
  transform: rotate(180deg);
  transform-origin: 1805.4048599462px 66.6461623461vh;
}

.item--machine:nth-child(6) {
  animation-duration: 6.5573240707s;
  transform: rotate(180deg);
  transform-origin: 901.2393644272px 3.2891466656vh;
}

.item--machine:nth-child(7) {
  animation-duration: 3.325857352s;
  transform: rotate(180deg);
  transform-origin: 1242.0811937064px 30.7026810144vh;
}

.item--machine:nth-child(8) {
  animation-duration: 3.5031983771s;
  transform: rotate(180deg);
  transform-origin: 659.7658296071px 89.9982924066vh;
}

.item--machine:nth-child(9) {
  animation-duration: 5.3160907054s;
  transform: rotate(180deg);
  transform-origin: 1785.9068861382px 84.2018581261vh;
}

.item--machine:nth-child(10) {
  animation-duration: 4.343488722s;
  transform: rotate(180deg);
  transform-origin: 920.8326501177px 10.626162836vh;
}

.item--machine:nth-child(11) {
  animation-duration: 5.1345147764s;
  transform: rotate(180deg);
  transform-origin: 1524.8774963681px 45.7181958645vh;
}

.item--machine:nth-child(12) {
  animation-duration: 6.3367911956s;
  transform: rotate(180deg);
  transform-origin: 1556.0564111341px 75.2041394853vh;
}

.item--machine:nth-child(13) {
  animation-duration: 3.4901824806s;
  transform: rotate(180deg);
  transform-origin: 1254.258968135px 19.6545682251vh;
}

.item--machine:nth-child(14) {
  animation-duration: 3.6866594365s;
  transform: rotate(180deg);
  transform-origin: 1313.8716568331px 39.531871906vh;
}

.item--machine:nth-child(15) {
  animation-duration: 7.308075317s;
  transform: rotate(180deg);
  transform-origin: 548.1990849588px 59.9010451362vh;
}

.item--machine:nth-child(16) {
  animation-duration: 4.0452447218s;
  transform: rotate(180deg);
  transform-origin: 1316.1306460607px 1.7298536319vh;
}

.item--machine:nth-child(17) {
  animation-duration: 6.5490703934s;
  transform: rotate(180deg);
  transform-origin: 519.0855935356px 27.6039865453vh;
}

.item--machine:nth-child(18) {
  animation-duration: 4.5118025155s;
  transform: rotate(180deg);
  transform-origin: 1008.2155634972px 80.948476957vh;
}

@keyframes pop {
  100% {
    transform: rotate(0);
  }
}

.dialogues {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
}

.dialogues__bulle {
  position: absolute;
  line-height: 1.6;
  width: 450px;
  height: 120px;
  background: white;
  top: 30%;
  left: 35%;
  border-radius: 15px;
  padding: 30px 15px 30px 15px;
  animation: fadeIn ease 1s;
}

@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

.hide {
  display: none;
}
