/* ::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
}
::-webkit-scrollbar-thumb {
    background: #1727D8;
}
::-webkit-scrollbar-thumb:hover {
    background: #1727D8;
} */


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

  .questions_blocs, .tete, .block, .geste{
    width: -webkit-calc(33.333% - 10px);
    float: left;
  }

  .blue, .text_people, .name_gesture, .ppp, .qqq{
    font-size: 3vw;
  }

  #question_header p{
    font-size: 1.3em;
  }
  .circleContainer {
    margin-left: -webkit-calc(50% - 75px);
  }
}

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

  .questions_blocs, .tete, .block, .geste{
    width: -webkit-calc(50% - 10px);
    float: left;
  }

  .blue, .text_people, .name_gesture, .ppp, .qqq{
    font-size: 4vw;
  }

  #question_header p{
    font-size: 1.1em;
  }
}

@media only screen and (max-width: 670px) {
  #nav {
    display: none;

  }
  .bouton {
    visibility: hidden;
  }
  #button_about{
    visibility: hidden;
  }
}

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

  .questions_blocs, .tete, .block, .geste {
    width: -webkit-calc(100% - 10px);
    float: left;
  }
  .blue, .text_people, .name_gesture, .ppp, .qqq{
    font-size: 6vw;
  }
}

@media only screen and (max-width: 650px) {
#question_header p {
  font-size: 0.8em;
}
}
