@import url(https://use.typekit.net/alo5tfq.css);
body {
  background: radial-gradient(at 50% -25%, rgba(0, 204, 255, 0.3), transparent 35%), radial-gradient(at 100% 100%, rgba(0, 204, 255, 0.2), transparent 30%), radial-gradient(at -20% 60%, rgba(0, 204, 255, 0.1), transparent 35%), #323631;
  color: #ffffff;
  font-family: "Excon-Regular", sans-serif;
  line-height: 170%;
  margin: 0;
}

.main__index {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 50px 50px 0 50px;
}
@media (min-width: 700px) {
  .main__index {
    max-width: 600px;
    margin: auto;
  }
}
@media (min-width: 1025px) {
  .main__index {
    max-width: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 70px;
         column-gap: 70px;
    row-gap: 60px;
    margin: 0 50px;
  }
}

.main__wordfinder {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 50px 50px 0 50px;
}
@media (min-width: 1025px) {
  .main__wordfinder {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 0px;
    margin: 0 50px;
  }
}

.result {
  color: #4DFF00;
  font-size: clamp(1.75rem, 1.5441rem + 0.9412vw, 2.25rem);
}

.wordinsong__list {
  list-style: none;
}

h2 {
  font-size: clamp(1.3125rem, 1.1581rem + 0.7059vw, 1.6875rem);
  line-height: 130%;
  justify-self: start;
}

.title {
  align-self: center;
  justify-self: start;
  font-family: "strelka", sans-serif;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 5%;
  padding-bottom: 30px;
  background-color: radial-gradient(at 50% -25%, rgba(0, 204, 255, 0.3), transparent 35%), radial-gradient(at 100% 100%, rgba(0, 204, 255, 0.2), transparent 30%), radial-gradient(at -20% 60%, rgba(0, 204, 255, 0.1), transparent 35%), #323631;
  background-size: 50%;
  line-height: 120%;
}
.title span {
  font-family: "manifold-extd-cf", sans-serif;
  display: block;
  font-size: clamp(1.75rem, 0.8454rem + 4.1353vw, 3.946875rem);
  font-style: italic;
  font-weight: 300;
}

header {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1025px) {
  header {
    margin: 20px 2%;
    display: flex;
    flex-direction: row-reverse;
    padding: 0;
    justify-content: space-around;
  }
}
header a {
  padding-right: 5%;
}
header .header__line {
  display: none;
  align-self: center;
  width: 25%;
}
@media (min-width: 1025px) {
  header .header__line {
    display: block;
  }
}
header .header__line2 {
  display: none;
  align-self: center;
  width: 15%;
}
@media (min-width: 1025px) {
  header .header__line2 {
    display: block;
  }
}
header nav {
  margin: 20px;
  align-self: start;
  justify-self: start;
}
header nav a {
  cursor: pointer;
}
@media (min-width: 1025px) {
  header nav {
    align-self: center;
    justify-self: start;
  }
}
header nav a {
  text-decoration: none;
}

.popup {
  max-width: 350px;
  position: absolute;
  top: 20%;
  left: 50%;
  z-index: 20;
  background-color: #7b7373;
  padding: 10px;
  border-radius: 8px;
  transform: translateX(-50%);
  background: radial-gradient(at -10% 100%, rgba(255, 43, 43, 0.05), transparent 25%), radial-gradient(at 80% 60%, rgba(59, 98, 255, 0.05), transparent 20%), radial-gradient(at 10% 5%, rgba(59, 255, 239, 0.05), transparent 35%), #090909;
}
.popup a {
  padding: 0;
}

.popup__container {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.popup__container.open {
  display: block;
}

.popup__background {
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.4;
}

.choosesection {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 700px) {
  .choosesection {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 50px;
  }
}
@media (min-width: 1025px) {
  .choosesection {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto minmax(350px, 400px);
    background: radial-gradient(at -10% 100%, rgba(255, 43, 43, 0.05), transparent 25%), radial-gradient(at 80% 60%, rgba(59, 98, 255, 0.05), transparent 20%), radial-gradient(at 10% 5%, rgba(59, 255, 239, 0.05), transparent 35%), #090909;
    margin: 30px 2%;
    border-radius: 8px;
    padding: 15px 20px;
    box-shadow: #111111 0px 0px 10px;
    max-width: 100%;
    grid-row: 1/span 2;
    grid-column: 1;
  }
}

.year__ref {
  font-family: "manifold-extd-cf", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
}

.years__refs {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: -20px;
}

.inputnumber {
  border: none;
  color: #00FF90;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: clamp(1.75rem, 1.5441rem + 0.9412vw, 2.25rem);
  text-align: center;
  background-color: transparent;
  min-width: 120px;
}

.inputnumber::-moz-placeholder {
  border: none;
  font-size: 16px;
  color: #00FF90;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

.inputnumber:-ms-input-placeholder {
  border: none;
  font-size: 16px;
  color: #00FF90;
  width: fit-content;
  text-align: center;
}

.inputnumber::placeholder {
  border: none;
  font-size: 16px;
  color: #00FF90;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

:root {
  --rotateValue: 0deg;
}

.inputnumber:hover {
  color: #00FF90;
}

.bigknob {
  background: linear-gradient(0deg, rgb(41, 40, 40) 0%, rgb(24, 24, 24) 100%);
  border-radius: 50%;
  border: 2px solid rgb(72, 72, 72);
  width: 117px;
  height: 117px;
  box-shadow: 0 0 69.4px #444444;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .bigknob {
    width: 230px;
    height: 230px;
  }
}

.btn__years {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 30px 2%;
  border-radius: 8px;
  padding: 15px 20px;
  max-width: 100%;
  background: none;
}
@media (min-width: 700px) {
  .btn__years {
    padding: 30px 70px;
    margin: auto;
    grid-column: 1/span 2;
    grid-row: 1;
    border-top: 1px solid #595959;
    border-radius: 0;
  }
}
@media (min-width: 1025px) {
  .btn__years {
    grid-row: 2;
  }
}

.bigknob__center {
  cursor: pointer;
  width: 74px;
  height: 74px;
  background: linear-gradient(0deg, rgb(30, 30, 30) 0%, rgb(19, 19, 19) 100%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  box-shadow: 0 0 19.1px #060606, 0 23px 24.9px rgba(0, 0, 0, 0.1803921569);
  transform: rotate(var(--rotateValue));
}
@media (min-width: 1025px) {
  .bigknob__center {
    width: 145px;
    height: 145px;
  }
}

.bigknob__light {
  background-color: #00FFBB;
  box-shadow: 0 0 7.3px rgba(0, 255, 187, 0.3725490196);
  width: 8px;
  height: 8px;
  margin-top: 10px;
  border-radius: 50%;
}
@media (min-width: 1025px) {
  .bigknob__light {
    width: 15px;
    height: 15px;
    margin-top: 20px;
  }
}

.year__ref {
  font-family: "manifold-extd-cf", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
}

.songinfos__el {
  cursor: pointer;
}

.songinfos__el:hover {
  color: #00FFBB;
}

.songinfos__el--active {
  color: #00FF40;
}

.songinfos__paragraphe {
  width: 100%;
  height: 400px;
  overflow-y: scroll;
  scrollbar-color: grey transparent;
  margin: 0;
}
@media (min-width: 1025px) {
  .songinfos__paragraphe {
    height: 600px;
  }
}

.btn__hits {
  background-color: #151515;
  color: #00FF90;
  border: 2px solid #00FF90;
  border-radius: 8px;
  width: 200px;
  cursor: pointer;
  font-family: "clother", sans-serif;
  background-image: url(../../assets/images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding: 10px 20px;
}
@media (min-width: 1025px) {
  .btn__hits {
    display: none;
  }
}

.songinfos__hitssection {
  min-width: 250px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 30px 2%;
  border-radius: 8px;
  padding: 15px 20px;
  max-width: 100%;
  background: radial-gradient(at -10% 100%, rgba(255, 43, 43, 0.05), transparent 25%), radial-gradient(at 80% 60%, rgba(59, 98, 255, 0.05), transparent 20%), radial-gradient(at 10% 5%, rgba(59, 255, 239, 0.05), transparent 35%), #090909;
}
.songinfos__hitssection ul {
  list-style: none;
  padding: 0;
  width: 100%;
  height: 400px;
  overflow-y: scroll;
  scrollbar-color: grey transparent;
  margin: 0;
}
@media (min-width: 1025px) {
  .songinfos__hitssection ul {
    height: 600px;
  }
}
.songinfos__hitssection ul li {
  margin: 15px 0;
}
@media (min-width: 1025px) {
  .songinfos__hitssection {
    align-self: start;
    padding-right: 10px;
    border-right: 1px solid #595959;
    border-radius: 0;
    background: none;
  }
}

.songinfos__lyrics {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 30px 2%;
  border-radius: 8px;
  padding: 15px 20px;
  max-width: 100%;
  background: radial-gradient(at -10% 100%, rgba(255, 43, 43, 0.05), transparent 25%), radial-gradient(at 80% 60%, rgba(59, 98, 255, 0.05), transparent 20%), radial-gradient(at 10% 5%, rgba(59, 255, 239, 0.05), transparent 35%), #090909;
}
@media (min-width: 1025px) {
  .songinfos__lyrics {
    align-self: start;
    background: none;
  }
}

.topmots {
  background: radial-gradient(at -10% 100%, rgba(255, 43, 43, 0.05), transparent 25%), radial-gradient(at 80% 60%, rgba(59, 98, 255, 0.05), transparent 20%), radial-gradient(at 10% 5%, rgba(59, 255, 239, 0.05), transparent 35%), #090909;
  margin: 30px 2%;
  border-radius: 8px;
  padding: 15px 20px;
  box-shadow: #111111 0px 0px 10px;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .topmots {
    grid-column: 2;
    height: 90%;
  }
}
.topmots #myChart {
  width: 100%;
  height: 100%;
}

.topmots__graph {
  height: 150px;
  border-radius: 8px;
  width: 100%;
  background-image: url(../../assets/images/onde.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 75%;
  background-color: transparent;
}

.topyear {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 30px 2%;
  border-radius: 8px;
  padding: 15px 20px;
  max-width: 100%;
  margin: 30px 0px;
  padding: 0;
}
.topyear h2 {
  font-size: 16px;
  align-items: center;
}
.topyear h2 span {
  font-size: clamp(1.3125rem, 1.1581rem + 0.7059vw, 1.6875rem);
  color: #00FF90;
}

.topallwords {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 30px 2%;
  border-radius: 8px;
  padding: 15px 20px;
  max-width: 100%;
}
.topallwords h2 {
  color: #00FF90;
  font-family: "manifold-extd-cf", sans-serif;
  justify-self: center;
}
@media (min-width: 1025px) {
  .topallwords {
    align-self: flex-start;
  }
}

.topallwords__graph {
  height: 150px;
  border-radius: 8px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: repeat(5, 1fr);
  row-gap: 5px;
  -moz-column-gap: 5px;
       column-gap: 5px;
  background-color: transparent;
  height: 150px;
}
.topallwords__graph * {
  width: 100%;
  height: 100%;
  border-radius: 8%;
}
.topallwords__graph .oh {
  background-color: #3586ff;
}
.topallwords__graph .love {
  background-color: #6BF178;
}
.topallwords__graph .yeah {
  background-color: #FF5964;
}
.topallwords__graph .know {
  background-color: #FFE74C;
}
.topallwords__graph .like {
  background-color: orange;
}
.topallwords__graph .get {
  background-color: #44d3ff;
}
.topallwords__graph .say {
  background-color: #8338EC;
}
.topallwords__graph .baby {
  background-color: #B7FDFE;
}
.topallwords__graph .come {
  background-color: rgb(255, 42, 255);
}
.topallwords__graph .cause {
  background-color: #653eff;
}

.mot55__ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 1025px) {
  .mot55__ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
}
.mot55__ul .mots55__li--oh {
  color: #3586ff;
}
.mot55__ul .mots55__li--love {
  color: #6BF178;
}
.mot55__ul .mots55__li--yeah {
  color: #FF5964;
}
.mot55__ul .mots55__li--know {
  color: #FFE74C;
}
.mot55__ul .mots55__li--like {
  color: orange;
}
.mot55__ul .mots55__li--get {
  color: #44d3ff;
}
.mot55__ul .mots55__li--say {
  color: #8338EC;
}
.mot55__ul .mots55__li--baby {
  color: #B7FDFE;
}
.mot55__ul .mots55__li--come {
  color: rgb(255, 42, 255);
}
.mot55__ul .mots55__li--cause {
  color: #653eff;
}

.comparaisonword {
  background: radial-gradient(at -10% 100%, rgba(255, 43, 43, 0.05), transparent 25%), radial-gradient(at 80% 60%, rgba(59, 98, 255, 0.05), transparent 20%), radial-gradient(at 10% 5%, rgba(59, 255, 239, 0.05), transparent 35%), #090909;
  margin: 30px 2%;
  border-radius: 8px;
  padding: 15px 20px;
  box-shadow: #111111 0px 0px 10px;
  max-width: 100%;
}

.topallwords__graph--year {
  height: 150px;
  border-radius: 8px;
  width: 100%;
  width: 100%;
}
@media (min-width: 1025px) {
  .topallwords__graph--year {
    width: 80%;
  }
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
}

.credits {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 20px;
}

.choseword {
  background-color: #151515;
  color: #00FF90;
  border: 2px solid #00FF90;
  border-radius: 8px;
  width: 200px;
  cursor: pointer;
  font-family: "clother", sans-serif;
  background-image: url(../../assets/images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding: 10px 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: auto;
}
@media (min-width: 1025px) {
  .choseword {
    grid-column: 3;
    grid-row: 1;
    justify-self: center;
    align-self: center;
  }
}

.wordinsong {
  background: radial-gradient(at -10% 100%, rgba(255, 43, 43, 0.05), transparent 25%), radial-gradient(at 80% 60%, rgba(59, 98, 255, 0.05), transparent 20%), radial-gradient(at 10% 5%, rgba(59, 255, 239, 0.05), transparent 35%), #090909;
  margin: 30px 2%;
  border-radius: 8px;
  padding: 15px 20px;
  box-shadow: #111111 0px 0px 10px;
  max-width: 100%;
}
.wordinsong h2 {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px;
}
.wordinsong ul {
  width: 100%;
  height: 400px;
  overflow-y: scroll;
  scrollbar-color: grey transparent;
  margin: 0;
  padding: 0;
}
@media (min-width: 1025px) {
  .wordinsong ul {
    height: 600px;
  }
}
@media (min-width: 1025px) {
  .wordinsong ul {
    height: 800px;
  }
}
.wordinsong ul li {
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
}
.wordinsong ul li span {
  font-family: "manifold-extd-cf", sans-serif;
  font-size: 12px;
  margin-left: 5px;
}
@media (min-width: 1025px) {
  .wordinsong {
    grid-column: 1;
    grid-row: 2/span 2;
  }
}

.graphicword {
  background: radial-gradient(at -10% 100%, rgba(255, 43, 43, 0.05), transparent 25%), radial-gradient(at 80% 60%, rgba(59, 98, 255, 0.05), transparent 20%), radial-gradient(at 10% 5%, rgba(59, 255, 239, 0.05), transparent 35%), #090909;
  margin: 30px 2%;
  border-radius: 8px;
  padding: 15px 20px;
  box-shadow: #111111 0px 0px 10px;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .graphicword {
    grid-column: 2/span 3;
  }
}

.graphicword__container {
  height: 150px;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
.graphicword__container #chartime {
  width: 100%;
  height: 100%;
}

.top55 {
  background: radial-gradient(at -10% 100%, rgba(255, 43, 43, 0.05), transparent 25%), radial-gradient(at 80% 60%, rgba(59, 98, 255, 0.05), transparent 20%), radial-gradient(at 10% 5%, rgba(59, 255, 239, 0.05), transparent 35%), #090909;
  margin: 30px 2%;
  border-radius: 8px;
  padding: 15px 20px;
  box-shadow: #111111 0px 0px 10px;
  max-width: 100%;
}
.top55 h2 {
  color: #00FF90;
}
@media (min-width: 1025px) {
  .top55 {
    grid-column: 2/span 3;
    grid-row: 3;
  }
}

.btnacceuil {
  margin: 0;
}
@media (min-width: 1025px) {
  .btnacceuil {
    grid-column: 2;
    justify-self: center;
    margin-top: 60px;
  }
}

.btn__acceuil--index {
  grid-column: 1/span 2;
  justify-self: center;
  margin-top: 0;
}

.btn__acceuil {
  margin: 0;
  border: #00FF90 solid 1px;
  background-color: black;
  border-radius: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-self: center;
  padding: 10px;
  color: #00FF90;
  text-decoration: none;
  transition: 0.3s;
}

.btn__acceuil:hover {
  background-color: transparent;
}

.btn__top {
  display: flex;
  align-self: center;
  justify-content: center;
  margin-top: 40px;
}
.btn__top svg {
  width: 24px;
  height: 24px;
  fill: #00FF90;
  border: #00FF90 solid 1px;
  border-radius: 8px;
  padding: 10px;
}
@media (min-width: 1025px) {
  .btn__top {
    display: none;
  }
}

.back {
  padding: 20px 36px;
  background-color: #161616;
  border: 2px solid #03FF8D;
  border-radius: 8px;
  text-decoration: none;
  transition: ease 0.2s;
}

.back:hover {
  background-color: #353535;
}

.cheader {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.clist {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
}

.clist__el {
  padding-bottom: 70px;
}

.cbody {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "manifold-extd-cf", sans-serif;
}

a {
  text-decoration: underline;
  -webkit-text-decoration-color: white;
          text-decoration-color: white;
  color: white;
  text-underline-offset: 16%;
  transition: ease 0.3s;
}

a:hover {
  color: #03FF8D;
}

.cword {
  font-family: "strelka", sans-serif;
}

.title__span {
  font-style: italic;
}

h2 {
  font-weight: 400;
  font-size: clamp(1rem, 0.8125rem + 1vw, 1.6875rem);
}

@media (max-width: 800px) {
  .cbody {
    margin-inline: 20px;
  }
}
.cmain {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.clist__el--last {
  padding-bottom: 0;
}

@font-face {
  font-family: "Excon-Regular";
  src: url(../assets/polices/Excon-Variable.ttf);
}

/*# sourceMappingURL=app.css.map*/