/* New vars - v4 */
.cmc-description {
  margin: 16px 0 46px 0 !important; }
  .cmc-description__title {
    color: #2C3540;
    text-transform: none;
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 1.125;
    margin-bottom: 1.5rem; }
  .cmc-description__symbol {
    color: #F9F9F9;
    border-radius: 5px;
    background-color: #212A3B;
    padding: 4px 8px 0 8px;
    margin-left: 12px;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    bottom: 8px; }

@media only screen and (max-width: 768px) {
  .cmc-description__symbol {
    margin-left: 0;
    bottom: 0; } }
.cmc-rank__container {
  padding: 8px;
  align-items: center;
  display: flex;
  flex-wrap: wrap; }
.cmc-rank__image.column {
  text-align: center; }
  .cmc-rank__image.column img {
    padding: 4px; }
    @media only screen and (max-width: 768px) {
      .cmc-rank__image.column img {
        padding: 0px;
        min-width: 50px; } }
.cmc-rank__name {
  font-size: 18px;
  font-weight: bolder;
  padding-left: 8px !important; }
  @media only screen and (max-width: 768px) {
    .cmc-rank__name {
      font-size: 24px; } }
  .cmc-rank__name .badge-container {
    position: relative; }
  .cmc-rank__name .badge {
    padding: 8px 8px 4px 8px;
    font-size: 14px;
    background-color: #2C3540;
    text-transform: uppercase;
    color: white;
    margin-left: 8px;
    position: absolute;
    bottom: 5px;
    border-radius: 5px;
    right: -50px; }
    @media only screen and (max-width: 768px) {
      .cmc-rank__name .badge {
        position: absolute;
        margin: 0; } }
  .cmc-rank__name #coinmarketcap-btc-rate {
    font-size: 18px;
    font-weight: normal; }
  .cmc-rank__name #cmc-pair {
    display: none; }
.cmc-rank__btc-rate {
  font-size: 16px;
  font-weight: 400; }
.cmc-rank__currency {
  font-size: 16px;
  overflow: hidden;
  display: flex;
  margin-top: 16px;
  transition: all 0.2s ease-in-out; }
  .cmc-rank__currency span {
    padding: 8px 14px;
    cursor: pointer;
    background-color: #3B4B63;
    color: #8092AD;
    font-weight: 500; }
    .cmc-rank__currency span:first-child {
      border-radius: 5px 0 0 5px; }
    .cmc-rank__currency span:last-child {
      border-radius: 0 5px 5px 0; }
    .cmc-rank__currency span.active {
      background-color: #F9F9F9; }
.cmc-rank__rank {
  padding: 32px 16px 36px 16px !important;
  border-radius: 5px;
  color: #8092AD;
  background-color: #181E29;
  flex-grow: 1 !important;
  margin: 8px; }
  .cmc-rank__rank.column {
    flex-grow: 0; }
  .cmc-rank__rank .rank {
    font-size: 72px;
    font-weight: 900; }
    @media only screen and (max-width: 768px) {
      .cmc-rank__rank .rank {
        font-size: 58px; } }
  .cmc-rank__rank p.label {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #8092AD;
    padding-bottom: 16px;
    margin-top: 0; }

@media only screen and (min-width: 600px) {
  .cmc-rank__rank {
    margin: 12px 20px 0 20px; } }
section.cmc > .columns .column.cmc-converter .cmc-converter__container {
  padding: 0 48px 24px 48px;
  display: flex;
  flex-direction: column; }
section.cmc > .columns .column.cmc-converter .currency {
  flex: 2 1 auto;
  display: flex;
  height: fit-content;
  justify-content: center; }
  section.cmc > .columns .column.cmc-converter .currency__input {
    order: 0; }
  section.cmc > .columns .column.cmc-converter .currency__output {
    order: 2; }
section.cmc > .columns .column.cmc-converter label {
  background-color: #8092AD;
  color: #F9F9F9;
  padding: 4px 12px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  border-radius: 20px 0 0 20px; }
section.cmc > .columns .column.cmc-converter input[type=text],
section.cmc > .columns .column.cmc-converter input[type=number] {
  height: 32px;
  background-color: #181E29;
  color: #8092AD;
  margin-left: -2px;
  padding-left: 16px;
  border-radius: 0 20px 20px 0;
  border: none; }
section.cmc > .columns .column.cmc-converter #exchange {
  position: relative;
  padding: 8px 22px;
  margin: 0 auto; }
  section.cmc > .columns .column.cmc-converter #exchange::after {
    content: url("../images/exchange.svg");
    position: relative;
    top: 5px;
    cursor: pointer; }

@media only screen and (min-width: 600px) {
  section.cmc > .columns .column.cmc-converter .cmc-converter__container {
    flex-direction: row; }
    section.cmc > .columns .column.cmc-converter .cmc-converter__container #exchange {
      padding-top: 0;
      padding-bottom: 0; } }
.cmc-affiliate {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 12px 24px 12px; }
  .cmc-affiliate__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 8px 4px;
    color: #181E29;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer; }
    .cmc-affiliate__item-container {
      display: flex;
      padding: 8px 28px 8px 28px;
      width: 92%;
      margin: 0 auto; }
      .cmc-affiliate__item-container a {
        box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.25);
        background: linear-gradient(90deg, #9d52ea 0.11%, #04B2D9 174.97%);
        background-size: 176%;
        background-position-x: 0%;
        color: #F9F9F9;
        transition: transform .2s ease-in-out;
        box-shadow: none;
        border-radius: 5px; }
        .cmc-affiliate__item-container a.cmc-affiliate__item--bitpanda:hover {
          transform: scale(1.05); }
        .cmc-affiliate__item-container a:hover {
          background-position-x: 80%;
          color: #F9F9F9; }
    .cmc-affiliate__item--bitpanda span.icon {
      background-image: url("../images/bitpanda.png"); }
    .cmc-affiliate__item--etoro span.icon {
      background-image: url("../images/etoro.png"); }
    .cmc-affiliate__item--binance span.icon {
      background-image: url("../images/binance.png"); }
    .cmc-affiliate__item--bitvavo span.icon {
      background-image: url("../images/bitvavo.png"); }
  .cmc-affiliate__cta {
    width: 20px;
    max-width: 20px;
    padding: 12px 0;
    background-image: url("../images/arrows.png");
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: center;
    cursor: pointer; }
  .cmc-affiliate span.icon {
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin-right: 4px;
    padding: 0 24px; }

@media only screen and (max-width: 768px) {
  .cmc-affiliate__item-container {
    width: 100%;
    max-width: 300px; } }
.cmc .cmc-history__table {
  width: 100%; }
  .cmc .cmc-history__table tr {
    background-color: #3B4B63; }
    .cmc .cmc-history__table tr:nth-child(even):not(:first-child) {
      background: rgba(59, 75, 99, 0.25); }
    .cmc .cmc-history__table tr:last-child {
      border-radius: 0 0 5px 5px; }
.cmc .cmc-history__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 8px 0; }
  .cmc .cmc-history__item:first-child {
    background-color: #3B4B63; }
  .cmc .cmc-history__item th {
    color: #8092AD;
    font-weight: 500;
    font-size: 16px;
    width: 50%;
    text-align: center !important;
    border: inherit; }
  .cmc .cmc-history__item td {
    padding: 6px;
    color: #F9F9F9;
    font-size: 15px;
    font-weight: 600;
    width: 50%;
    text-align: center !important;
    border: inherit; }
    .cmc .cmc-history__item td.green {
      color: green; }
    .cmc .cmc-history__item td.red {
      color: #EF5552; }

.tradingview-widget-container div div {
  height: 600px !important; }

div.tradingview-widget-copyright {
  color: #F9F9F9 !important; }
  div.tradingview-widget-copyright a {
    color: #F9F9F9 !important; }

.cmc-news .cmc-more__content {
  padding: 12px; }
.cmc-news .cmc-more__seo-content {
  transition: max-height 0.8s ease-in-out;
  max-height: 400px;
  overflow: hidden;
  margin-bottom: 32px; }
  .cmc-news .cmc-more__seo-content h3::after {
    display: none; }
.cmc-news .cmc-more__readMore {
  padding: 24px;
  width: fit-content;
  display: block;
  padding-top: 10px; }

.cmc-ressources {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 24px; }
  .cmc-ressources__source {
    padding: 8px;
    margin: 0 4px 4px 0;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #8092AD;
    cursor: pointer;
    transition: transform .2s ease-in-out;
    position: relative; }
    .cmc-ressources__source:before {
      content: url(../images/link.svg);
      height: 32px;
      width: 32px;
      position: absolute;
      left: 6px;
      display: inline-block;
      transform: scale(0.8);
      top: 4px; }
    .cmc-ressources__source:first-child {
      margin-left: 0; }
    .cmc-ressources__source:hover {
      transform: scale(1.05); }
    .cmc-ressources__source a {
      padding-left: 34px; }
      .cmc-ressources__source a span {
        color: #8092AD; }

body .cmc .cmc-infos__table {
  width: 100%; }
body .cmc .cmc-infos__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 15px;
  margin: 0;
  color: #F9F9F9;
  padding: 12px;
  background-color: #3B4B63; }
  body .cmc .cmc-infos__item:nth-child(even):not(:first-child) {
    background: rgba(59, 75, 99, 0.25); }
  body .cmc .cmc-infos__item td {
    border: none;
    padding: 0; }
  body .cmc .cmc-infos__item:last-child {
    border-bottom: none;
    border-radius: 0 0 5px 5px; }
  body .cmc .cmc-infos__item__title {
    max-width: 50%; }
  body .cmc .cmc-infos__item .symbol {
    font-weight: 600;
    color: #8092AD; }

.main_container .content .cmc-news__content {
  padding: 12px 12px 0 12px; }
.main_container .content .cmc-news .menu-list {
  margin: 12px 0;
  list-style-type: none;
  font-size: 15px; }
  .main_container .content .cmc-news .menu-list a {
    padding: 0; }
    .main_container .content .cmc-news .menu-list a:hover {
      color: #8092AD;
      background-color: transparent; }
    .main_container .content .cmc-news .menu-list a .column {
      padding: 8px;
      margin: 0 4px; }

.coinmarketcap table.coinmarketcap-summary {
  display: block;
  overflow-x: auto; }
  .coinmarketcap table.coinmarketcap-summary tr:first-child th:last-child {
    border-right: 0; }
  .coinmarketcap table.coinmarketcap-summary tr:last-child td {
    border-bottom-width: 1px; }
  .coinmarketcap table.coinmarketcap-summary td:nth-child(-n+2), .coinmarketcap table.coinmarketcap-summary th:nth-child(-n+2) {
    position: sticky;
    left: 0;
    z-index: 1;
    background-color: #212A3B; }
  .coinmarketcap table.coinmarketcap-summary th {
    padding: 8px;
    color: #F9F9F9;
    border: solid #3B4B63;
    background-color: #212A3B;
    border-width: 0 1px 1px 0;
    border-radius: 5px 5px 0 0;
    font-weight: 600; }
    .coinmarketcap table.coinmarketcap-summary th:not([align]) {
      text-align: center; }
  .coinmarketcap table.coinmarketcap-summary td {
    text-align: center;
    background-color: #181E29;
    border-color: #3B4B63;
    border-width: 0 1px 1px 1px;
    font-size: 16px;
    font-weight: 400;
    padding: 12px;
    vertical-align: middle; }
    .coinmarketcap table.coinmarketcap-summary td.plus {
      color: #26A69A; }
    .coinmarketcap table.coinmarketcap-summary td.minus {
      color: #EF5552; }
    .coinmarketcap table.coinmarketcap-summary td.column-price {
      font-weight: 600; }
    .coinmarketcap table.coinmarketcap-summary td .name-container {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .coinmarketcap table.coinmarketcap-summary td .name-container__inner {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: max-content; }
      .coinmarketcap table.coinmarketcap-summary td .name-container__link {
        font-size: 18px;
        color: inherit;
        font-weight: 500;
        text-align: left; }
      .coinmarketcap table.coinmarketcap-summary td .name-container__icon {
        width: 30px;
        height: 30px;
        margin-right: 6px; }
        @media only screen and (min-width: 768px) {
          .coinmarketcap table.coinmarketcap-summary td .name-container__icon {
            margin-right: 12px; } }
        .coinmarketcap table.coinmarketcap-summary td .name-container__icon--no-img {
          background-color: #2C3540;
          padding: 2px 9px;
          color: white;
          font-weight: bold;
          border-radius: 50%; }
      .coinmarketcap table.coinmarketcap-summary td .name-container__symbol {
        color: white;
        padding: 4px;
        font-size: 14px;
        position: relative;
        top: 0; }
      .coinmarketcap table.coinmarketcap-summary td .name-container__label {
        font-weight: 600;
        display: none; }
      .coinmarketcap table.coinmarketcap-summary td .name-container__moonpay {
        padding: 6px;
        align-self: flex-end;
        border-radius: 5px;
        width: 30px;
        height: 30px;
        background: url(../images/buy.png) no-repeat center/contain;
        background-color: #8092AD;
        display: block;
        background-origin: content-box; }
        .coinmarketcap table.coinmarketcap-summary td .name-container__moonpay:hover {
          background-color: #F9F9F9; }

@media only screen and (min-width: 768px) {
  .coinmarketcap table.coinmarketcap-summary td .name-container__label {
    display: inline-block; }
  .coinmarketcap table.coinmarketcap-summary td .name-container__symbol::before {
    content: '('; }
  .coinmarketcap table.coinmarketcap-summary td .name-container__symbol::after {
    content: ')'; } }
.coin_container .jdc-breadcrumb {
  margin: 16px 0 0 0; }
  .coin_container .jdc-breadcrumb span, .coin_container .jdc-breadcrumb a {
    color: #8092AD; }
  .coin_container .jdc-breadcrumb a:hover {
    color: #04B2D9; }
  .coin_container .jdc-breadcrumb span.breadcrumb_last {
    color: #F9F9F9; }

section.cmc > .columns {
  margin-left: 0;
  margin-right: 0; }
  section.cmc > .columns .column {
    padding: 0; }

@media only screen and (min-width: 768px) {
  section.cmc {
    margin: 32px auto; } }
.column.cmc-column {
  padding: 0 8px; }

.column.cmc-column-title {
  padding: 0; }
  .column.cmc-column-title .collapsible-content {
    background-color: #212A3B;
    border-radius: 0 0 5px 5px;
    padding: 24px 12px; }
    .column.cmc-column-title .collapsible-content.cmc-history__content, .column.cmc-column-title .collapsible-content.cmc-history__content, .column.cmc-column-title .collapsible-content.cmc-infos__content, .column.cmc-column-title .collapsible-content.tradingview-widget-container {
      padding: 0; }
    .column.cmc-column-title .collapsible-content .column {
      padding: 8px; }
      .column.cmc-column-title .collapsible-content .column p {
        margin-top: 8px; }
    .column.cmc-column-title .collapsible-content h2, .column.cmc-column-title .collapsible-content h3 {
      border-radius: 5px 5px 0 0; }
  @media only screen and (min-width: 768px) {
    .column.cmc-column-title:first-child {
      margin-right: 24px; }
    .column.cmc-column-title.is-half:last-child {
      width: calc(50% - 24px); }
    .column.cmc-column-title.is-one-third:last-child {
      width: calc(33.33% - 24px); } }

.main_container .content .cmc h2, .main_container .content .cmc h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  border-radius: 5px 5px 0 0;
  color: #F9F9F9;
  padding: 12px;
  line-height: 30px;
  margin-bottom: 0;
  background: #212A3B;
  text-align: center; }
.main_container .content .cmc .cmc-column-title > h2, .main_container .content .cmc .cmc-column-title > h3 {
  border-bottom: 2px solid #181E29; }
.main_container .content .cmc .collapsed h2.cmc-gradient, .main_container .content .cmc .collapsed h3.cmc-gradient {
  border-radius: 5px 5px 5px 5px; }

.content .cmc p {
  margin-bottom: inherit !important; }

@media only screen and (max-width: 768px) {
  .main_container .content .cmc .cmc-column-title {
    margin-bottom: 32px; }
    .main_container .content .cmc .cmc-column-title h2, .main_container .content .cmc .cmc-column-title h3 {
      position: relative;
      padding: 12px 48px; }
      .main_container .content .cmc .cmc-column-title h2::after, .main_container .content .cmc .cmc-column-title h3::after {
        position: absolute;
        top: calc(50% - 2px);
        left: 92%;
        content: "";
        border: solid white;
        border-width: 0 2px 2px 0;
        cursor: pointer;
        padding: 5px;
        transform: rotate(-135deg);
        transition: all 200ms ease-in-out; }
    .main_container .content .cmc .cmc-column-title.collapsed .collapsible-content {
      max-height: 0;
      padding: 0 8px; }
    .main_container .content .cmc .cmc-column-title.collapsed h2.cmc-gradient, .main_container .content .cmc .cmc-column-title.collapsed h3.cmc-gradient {
      background: #212A3B; }
    .main_container .content .cmc .cmc-column-title.collapsed h2::after, .main_container .content .cmc .cmc-column-title.collapsed h3::after {
      transform: rotate(45deg);
      top: calc(50% - 7px); }

  .collapsible-content {
    max-height: 100%;
    overflow: hidden; } }

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