.results-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 100px);
}

#predictive_tech_results {
  max-height: 300px;
}

#ScoreZone {
  flex: 1;

  display: flex;
  justify-content: center;
  align-items: center;
}

#ScoreZone h1,
#ScoreZone p,
#ScoreZone h2 {
  margin: 20px auto;
  font-size: xx-large;
}

#FormZone {
  flex: 1;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#FormZone p {
  color: var(--predictiveColor);
  font-weight: bold;
  max-width: 400px;
  margin: 50px 0;
}

.input {
  border-radius: 30px;
  padding: 15px;
  font-size: 20px;
  border: 0;
  background: linear-gradient(315deg, rgba(255, 255, 255, 1) 6%, rgba(228, 233, 241, 1) 63%);
  margin-bottom: 15px;
  text-transform: initial;
}

#ScoreZone h2.timer,
#ScoreZone p.timer-result {
  font-size: 22px;
}
.score {
  position: relative;
}
.score h1 {
  cursor: pointer;
}
.score h1:hover ~ .info {
  display: block;
}

.sup {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 15px;
  border-radius: 50%;
  text-transform: initial;
  color: #fff;
  background-color: #4aaeef;
}
.info {
  display: none;
  position: absolute;
}
.info table td,
.other-score table td,
.other-score table th,
.results-learning__table table td,
.results-learning__table table th {
  border: solid 1px gray;
  padding: 10px;
}

.other-score table td,
.other-score table th,
.results-learning__table table td,
.results-learning__table table th {
  text-align: center;
}

.info table tr td:first-child {
  background-color: #4aaeef;
  color: #fff;
}
.info table tr td:last-child {
  background-color: #fff;
}

.other-score table,
.results-learning__table table {
  margin: auto;
}
.other-score table th,
.results-learning__table table th {
  background-color: #1870ab;
  color: #fff;
}

.results-learning {
  position: relative;
  display: none;
  align-items: center;
  justify-content: space-around;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #000;
  z-index: 999999;
}
#results-learning-mobile-button {
  display: none;
}

.results-learning.show {
  display: flex;
}

.results-learning .sup {
  margin-top: -6px;
  width: 14px;
  height: 14px;
  font-size: 11px;
  line-height: 14px;
}
.results-learning .part-bloc {
  cursor: pointer;
}
.results-learning .info-bloc {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 10px;
  bottom: 0;
  font-size: 16px;
  z-index: 9;
  right: -60px;
}

.results-learning .part-bloc:hover ~ .info-bloc {
  display: block;
}


/* SVG
/*------------------------------------------*/

#predictive_tech_results .st0 {
  fill: #5d57d9;
}
#predictive_tech_results .st1 {
  fill: #8bbf13;
}
#predictive_tech_results .st2 {
  fill: #2c2334;
}
#predictive_tech_results .st3 {
  fill: #604e75;
}
#predictive_tech_results .st4 {
  fill: #ebdbe7;
}
#predictive_tech_results .st5 {
  fill: #cc715e;
}
#predictive_tech_results .st6 {
  fill: #f79463;
}
#predictive_tech_results .st7 {
  fill: #fbd5a2;
}

footer {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: solid 1px gray;
}

footer p,
footer p a {
  text-transform: initial;
}

footer p a {
  color: #4aaeef;
  text-decoration: underline;
  font-weight: 700;
}

@media (max-width: 1000px) {
  .results-flex {
    flex-direction: column;
    height: auto;
    margin-bottom: 25px;
  }
  #predictive_tech_results {
    max-height: 500px;
  }
  #ScoreZone h1, #ScoreZone p, #ScoreZone h2 {
    font-size: 2.5em;
  }

  #FormZone {
    width: 80%;
  }
  #FormZone p {
    font-size: 2.5em;
    max-width: initial;
    text-align: center;
  }
  .input {
    width: 80%;
  }
}

@media (max-width: 600px) {
  #results,
  .results-flex {
    position: relative;
  }
  #results #ScoreZone svg {
    display: none;
  }

  #ScoreZone h1, #ScoreZone p, #ScoreZone h2 {
    font-size: 1.5em;
    margin: 20px;
  }

  /* .results-learning {
    display: none !important;
  }
  .results-learning.show {
    display: flex !important;
  } */

  #results-learning-mobile-button {
    position: relative;
    display: block;
    margin: 10px auto;
    z-index: 9;
  }
}
