body{
  margin: 1rem;
  padding: 1rem;
  font-family: 'Nanum Gothic';
}
h1{
  font-family: 'Jua';
  font-size: 60px;
  letter-spacing: 2px;
}
section{
  margin-bottom: 2rem;
  width: 60vw;
}
#place_for_messages{
  display: none;
}
#image{
  margin-top: 2rem;
}
/* la création d'une bulle de text */
.bubble-speech{
  height: 15vh;
  background: #549F93;
  border-radius: 50%;
  font-size: 2rem;
  color: #FFF;
  letter-spacing: 1px;
  margin-top: 1.5rem;
}

/* les icons */
.fas{
  margin: 5rem;
  border: 1px solid #f1ddcf;
  border-radius: 5px;
}
.fas:hover{
  opacity: .9;
  scale: 1.5;
}
#yourSumScore{
  margin: 0 auto;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  text-align: center;
  line-height: 2.5;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}

/*FONTAWESOME*/
.fa-ice-cream{
  color:deeppink;
}

.fa-pepper-hot{
  color:red;
}
.fa-fish{
  color:blue;
}
.fa-carrot{
  color:orange;
}
.fa-pizza-slice{
  color:salmon;
}
.fa-baseball-ball{
  color:purple;
}
.fa-bed{
  color: green;
}
.fa-music{
  color:goldenrod;
}
/* nouvelle bar de progression test */
#myProgress,
#weightProgressBar,
#statusProgressBar{
  width: 90%;
  background-color: #ddd;
  height: 7vh;
  border-radius: .4rem;
}
#myBar,
#weightBar,
#statusBar{
  width: 5%;
  height: 7vh;
  background-color: #4CAF50;
  border-radius: .4rem;
}
#choose_food{
  display: none;
  height: 20vh;
}
#game_rules{
  width: 50vw;
  margin: 0 auto;
  margin-top: 5rem;
  font-size: 1.5rem;
}
@media all and (max-width: 1000px) {
  .fa-5x{
   scale: 1;
   margin: 1%;
  }
  .fas:hover{
   scale: 1.1;
  }
}
@media all and (max-width: 600px) {
  h1{
    font-size: 2.8rem;
    margin-bottom: 0;
  }
  .fa-5x{
   scale: .7;
   margin: -1%;
  }
  .fas:hover{
   scale: 1.05;
  }
  .bubble-speech{
    margin-top: 4.5rem;
    font-size: 1.5rem;
  }
  #image{
    margin-top: 0;
  }
  #yourSumScore{
    width: 4rem;
    height: 4rem;
    font-size: 1.5rem;
  }
  #feedThem{
    width: 100%;
  }
  #game_rules{
    width: 100%;
    margin-top: 0;
  }
  .rules{
    /* width: 100vw; */
    margin: 0;
    flex-direction: row;
    font-size: 1rem;
  }
  .rules p{
  }
}
@media all and (max-width: 400px) {
  h1{
    font-size: 2.1rem;
  }
}
