@import url("https://fonts.googleapis.com/icon?family=Material+Symbols+Rounded");
.material-symbols-rounded {
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 0;
  margin-top: 5px;
  transform: translateY(4px);
  position: relative;
  z-index: 0;
  line-height: 0;
}
@media (max-width: 500px) {
  .material-symbols-rounded {
    font-size: 1.2em;
  }
}
.material-symbols-rounded.rotate-ninety {
  transform: rotate(90deg) translateX(4px);
}
.material-symbols-rounded.make-smaller {
  transform: scale(0.8) translateY(6px);
}

.graphique span, .legende span {
  color: white;
  display: block;
  padding: 3px;
  white-space: nowrap;
}
@media (max-width: 500px) {
  .graphique span, .legende span {
    font-size: 13px;
  }
}
.graphique .bon, .legende .bon {
  background: #1DBF23;
}
.graphique .mauvais, .legende .mauvais {
  background: #D70000;
}
.graphique .inconnu, .legende .inconnu {
  background: #C8C8C8;
}

.tableau-wrapper.long .tableau .tableau--informations {
  border-bottom: none;
}

.legende {
  border-bottom: 1px solid #737373;
  border-top: 1px solid #737373;
  padding: 3px;
  font-weight: 420;
  font-stretch: 400%;
  font-size: 17px;
  color: #333;
}
.legende div {
  display: inline-block;
  margin: 0 2px;
  width: 12px;
  height: 12px;
}
@media (max-width: 500px) {
  .legende {
    font-size: 15px;
  }
}

@media (max-width: 500px) {
  #tableauBarometre tbody tr td.bold-cell, #tableauTopCAQ tbody tr td.bold-cell {
    min-width: 81px;
    white-space: break-spaces;
  }
}
#tableauBarometre .popularite, #tableauTopCAQ .popularite {
  width: 50%;
}
@media (min-width: 1301px) {
  #tableauBarometre .popularite, #tableauTopCAQ .popularite {
    width: 55%;
  }
}
#tableauBarometre .popularite .graphique, #tableauTopCAQ .popularite .graphique {
  display: flex;
  flex-direction: row;
  column-gap: 2px;
  width: 98%;
}
#tableauBarometre .appreciation, #tableauBarometre .variation, #tableauTopCAQ .appreciation, #tableauTopCAQ .variation {
  font-variant-numeric: lining-nums tabular-nums;
  z-index: 9;
}
#tableauBarometre td.appreciation, #tableauBarometre td.variation, #tableauTopCAQ td.appreciation, #tableauTopCAQ td.variation {
  padding-right: 8px;
}
@media (min-width: 1301px) {
  #tableauBarometre td.appreciation, #tableauBarometre td.variation, #tableauTopCAQ td.appreciation, #tableauTopCAQ td.variation {
    padding-right: 17px;
  }
}

#tableauTopCAQ tbody tr td.nom {
  font-weight: 600;
}
@media (max-width: 500px) {
  #tableauTopCAQ tbody tr td.nom {
    font-size: 16px;
  }
}

.tableau-wrapper {
  max-width: 780px !important;
  margin: 50px auto;
}
@media (min-width: 501px) {
  .tableau-wrapper.long .tableau .tableau--informations {
    height: 475px;
  }
}
@media (min-width: 1301px) {
  .tableau-wrapper.long .tableau .tableau--informations {
    height: 490px;
  }
}
.tableau-wrapper.long .tableau .tableau--informations table thead tr th {
  z-index: 9;
}
@media (max-width: 500px) {
  .tableau-wrapper .tableau table tbody tr td {
    font-size: 14px;
  }
}

.icon_scroll {
  z-index: 1;
}

.overlay_scroll {
  opacity: 0;
  position: relative;
  bottom: 150px;
  margin-bottom: -150px;
  height: 150px;
  width: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 0;
  pointer-events: none;
  transition: opacity 0.8s ease;
}
.overlay_scroll.activate {
  opacity: 1;
}

#tableauTop10 td.num, #tableauTop10 td.score, #tableauBottom10 td.num, #tableauBottom10 td.score {
  font-weight: 750;
}
#tableauTop10 tbody tr td, #tableauBottom10 tbody tr td {
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
}
@media (max-width: 500px) {
  #tableauTop10 tbody tr td, #tableauBottom10 tbody tr td {
    font-size: 17px;
  }
}

#tableauTop10 td.num {
  color: #D70000;
}
#tableauTop10 td.score {
  color: #1DBF23;
}

#tableauBottom10 td.num, #tableauBottom10 td.score {
  color: #D70000;
}

#wrapperCAQ .popularite .graphique {
  flex-direction: column;
}
#wrapperCAQ .popularite .graphique .bon, #wrapperCAQ .popularite .graphique .mauvais {
  height: 17px;
  font-size: 15px;
  line-height: 17px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 0 3px;
}
#wrapperCAQ .popularite .graphique .mauvais {
  margin-top: 2px;
}
#wrapperCAQ .graphique .bon, #wrapperCAQ .legende .bon {
  background-color: #00AAED;
}
#wrapperCAQ .graphique .mauvais, #wrapperCAQ .legende .mauvais {
  background-color: rgba(0, 170, 237, 0.6);
}

.fiche-celeb {
  max-width: 340px;
  margin: 30px auto;
  font-family: "Heading Now Variable";
  font-stretch: 400%;
  color: #626262;
}
@media (min-width: 501px) {
  .fiche-celeb {
    max-width: 500px;
    margin: 35px auto;
  }
}
@media (min-width: 1301px) {
  .fiche-celeb {
    max-width: 780px;
    margin: 55px auto;
  }
}
.fiche-celeb .bdv {
  opacity: 0.5;
  font-size: 13px;
}
@media (max-width: 500px) {
  .fiche-celeb .bdv {
    font-size: 11px;
  }
}
.fiche-celeb .fond-gris {
  background-color: #EEE;
  padding: 19px;
  position: relative;
}
.fiche-celeb hr {
  margin: 8px 0;
  height: 0;
  border-bottom: 1px solid #646464;
}
.fiche-celeb .celeb-portrait {
  position: absolute;
  right: 0;
  width: 135px;
  top: 6px;
}
.fiche-celeb .celeb-portrait img {
  width: 100%;
  margin: 0;
}
@media (min-width: 501px) {
  .fiche-celeb .celeb-portrait {
    width: 200px;
    top: -60px;
  }
}
@media (min-width: 1301px) {
  .fiche-celeb .celeb-portrait {
    width: 267px;
    top: -20px;
  }
}
.fiche-celeb .celeb-header {
  height: 123px;
}
@media (min-width: 501px) {
  .fiche-celeb .celeb-header {
    height: 125px;
  }
}
@media (min-width: 1301px) {
  .fiche-celeb .celeb-header {
    height: 95px;
  }
}
.fiche-celeb .celeb-nom {
  border-top: 3px solid black;
  padding-top: 12px;
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .fiche-celeb .celeb-nom {
    font-size: 32px;
  }
}
.fiche-celeb .celeb-titre {
  color: #8A8A8A;
  font-weight: 600;
  font-size: 20px;
  line-height: 105%;
}
@media (max-width: 500px) {
  .fiche-celeb .celeb-titre {
    font-size: 18px;
  }
}
.fiche-celeb .celeb-titre, .fiche-celeb .celeb-nom {
  padding-right: 267px;
}
@media (max-width: 1300px) {
  .fiche-celeb .celeb-titre, .fiche-celeb .celeb-nom {
    padding-right: 200px;
  }
}
@media (max-width: 500px) {
  .fiche-celeb .celeb-titre, .fiche-celeb .celeb-nom {
    padding-right: 100px;
  }
  .fiche-celeb .celeb-titre.legault, .fiche-celeb .celeb-nom.legault {
    padding-right: 82px;
  }
}
.fiche-celeb .sondage {
  padding-bottom: 8px;
}
@media (min-width: 501px) {
  .fiche-celeb .sondage {
    padding-right: 0;
  }
}
@media (min-width: 1301px) {
  .fiche-celeb .sondage {
    padding-right: 267px;
  }
}
.fiche-celeb .celeb-titre, .fiche-celeb .sondage .sondage-titre, .fiche-celeb .complement .desc .desc-titre {
  font-stretch: 550%;
}
.fiche-celeb .sondage .sondage-titre, .fiche-celeb .complement .desc .desc-titre {
  text-transform: uppercase;
  font-weight: 750;
  font-size: 20px;
}
@media (max-width: 500px) {
  .fiche-celeb .sondage .sondage-titre, .fiche-celeb .complement .desc .desc-titre {
    font-size: 18px;
  }
}
.fiche-celeb .complement, .fiche-celeb .desc {
  font-weight: 420;
  font-size: 17px;
  line-height: 110%;
}
@media (max-width: 500px) {
  .fiche-celeb .complement, .fiche-celeb .desc {
    font-size: 15px;
    line-height: 160%;
  }
}
@media (max-width: 500px) {
  .fiche-celeb .desc div {
    margin-top: -6px;
  }
}
.fiche-celeb .complement {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  row-gap: 19px;
  margin-top: 19px;
}
@media (min-width: 1301px) {
  .fiche-celeb .complement {
    flex-direction: row;
    justify-content: center;
    margin-top: 15px;
  }
  .fiche-celeb .complement div {
    flex-basis: 50%;
  }
  .fiche-celeb .complement div.chiffre {
    flex-basis: 60px;
  }
  .fiche-celeb .complement div.desc {
    flex-grow: 1;
  }
}
.fiche-celeb .complement .score, .fiche-celeb .complement .variation {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 50px;
}
.fiche-celeb .complement .score .chiffre, .fiche-celeb .complement .variation .chiffre {
  font-weight: 750;
  font-stretch: 320%;
  font-size: 52px;
  min-width: 60px;
  text-align: right;
  margin-right: 15px;
  font-variant-numeric: lining-nums tabular-nums;
}
@media (max-width: 500px) {
  .fiche-celeb .complement .score .chiffre, .fiche-celeb .complement .variation .chiffre {
    font-size: 40px;
    min-width: unset;
    margin-right: 12px;
    margin-top: -6px;
  }
}
.fiche-celeb .complement .score .chiffre.rouge, .fiche-celeb .complement .variation .chiffre.rouge {
  color: #D70000;
}
.fiche-celeb .complement .score .chiffre.vert, .fiche-celeb .complement .variation .chiffre.vert {
  color: #1DBF23;
}
.fiche-celeb .complement .score .chiffre.gris, .fiche-celeb .complement .variation .chiffre.gris {
  color: #C8C8C8;
  line-height: 30px;
  text-align: center;
  padding-left: 10px;
  min-width: 50px;
}
@media (max-width: 500px) {
  .fiche-celeb .complement .score .chiffre.gris, .fiche-celeb .complement .variation .chiffre.gris {
    padding-left: 0;
    min-width: 30px;
  }
}
.fiche-celeb .complement .score .chiffre .idem, .fiche-celeb .complement .variation .chiffre .idem {
  font-weight: 420;
  font-stretch: 400%;
  font-size: 20px;
}
.fiche-celeb .sondage .sondage-tableau {
  border-collapse: collapse;
  width: 100%;
}
.fiche-celeb .sondage .sondage-tableau tr td {
  font-size: 17px;
  font-weight: 400;
}
@media (max-width: 500px) {
  .fiche-celeb .sondage .sondage-tableau tr td {
    font-size: 15px;
  }
}
.fiche-celeb .sondage .bon, .fiche-celeb .sondage .mauvais, .fiche-celeb .sondage .inconnu {
  width: 125px;
}
.fiche-celeb .sondage .chiffre {
  font-weight: 850 !important;
  font-stretch: 400%;
  text-align: right;
  width: 33px;
  padding-right: 4px;
  border-right: 1px solid black;
  font-variant-numeric: lining-nums tabular-nums;
  white-space: nowrap;
}
.fiche-celeb .sondage .carre {
  height: 20px;
  line-height: 20px;
  margin-left: 5px;
  display: inline-block;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.fiche-celeb .sondage .carre.rouge {
  background: #D70000;
}
.fiche-celeb .sondage .carre.vert {
  background: #1DBF23;
}
.fiche-celeb .sondage .carre.gris {
  background: #C8C8C8;
}

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