body {
    /*font: 1.1em/1.4em Text, Emoji;*/
    -webkit-font-smoothing: antialiased;
/*     font-family: sans-serif, Arial, Verdana, "Trebuchet MS"; */
/*    font-family: "Poppins", "Open Sans", sans-serif; */
    font-family: "adelle-sans","verdana",sans-serif;
    font-size: 1em;
    /*line-height:1.7;*/
    /*color:#666666;*/
    -webkit-font-smoothing: antialiased;
    background: #fff;
    padding-bottom: 80px;
}

h1{

}

h2{
    font-size: x-large;
    text-decoration: underline;
    margin: 5px 0 5px 5px;
}

h3{
    font-size: x-large;
    text-decoration: underline;
    margin: 5px 0 10px 5px;
}

h1 {
    font-size: 2em;
}

.bg-minage {
    background-color: #2070AB;
}

.bg-trading {
    background-color: #F0E300;
}

.main-container {
    padding: 2em 1em;
}

.bg-gradient-blue {
    background: linear-gradient(90deg, #0A9ACC, #2070AB, #4C4F96);
    background-color: #2070AB;
}

.tradingview-widget {
    height: 400px;
}

.a {
    color: #2070AB;
}

/*NEWS*/

.news-list {
    font-size: small;
}

.news-list li.active a {
    color: unset;
    font-size: medium;
}

.news-list ul {
    margin: 10px
}

.news-list .date{
    color:black;
    font-size: 0.8em;
}

.news-list .feed-source{
    color:black;
    font-size: 0.9em;
/*     font-weight: bold; */
}

.news-list .feed{
    color:black;
    font-size: 1.2em;
}

.news-list .feed{
    color:black;
    font-size: 1.2em;
}

/* .news-list li {
    padding: 0 2px;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} */

.news-list li:nth-child(even) {
    background-color: #EEE;
}

.news-list ul.crypto-france .active {
    background-color: black;
    color: white;
}

.news-list ul.journalducoin .active {
    background-color: #01528C;
    color: white;
}

.news-list ul.cointelegraph .active {
    background-color: #253137;
    color: #FFCD04;
}

.news-list ul.bitcoin .active {
    background-color: black;
    color: white;
}

.news-list ul.coindesk .active {
    background-color: black;
    color: white;
}

.news-list ul.ccn .active {
    background-color: black;
    color: #F7BB00;
}

.news-list ul.crypto-facile .active {
    background-color: white;
    color: #F5922F;
}

.news-list ul.cryptopanic .active {
    background-color: black;
    color: #E98D31;
}

/*page*/

.tltr{
    border: 1px blue solid;
    padding: 2px 10px;
    margin: 20px;
    background-color: #EEF;
}
.tltr h4{
    font-size: larger;
}
.tltr p{
    padding: 0;
    margin: 0;
}

/* Lexique  */
.lexique dt, .lexique dd{
    margin-bottom: 2px;
}

.lexique dt.odd, .lexique dd.odd{
    background-color: #e1fffd;
}

.lexique dt.even, .lexique dd.even{
    background-color: #d7f5ff;
}

/* airdop */
.list-airdrop .createdAt{

}
.list-airdrop .createdAt{
    font-size: x-small;
    color: grey;
}

/* resume */
ul.resume{
    font-size: x-small;
    color: grey;
}

/**
bleu
#2070AB  clair
#0A9ACC  foncé
jaune
#F0E300  clair
#F8DA00  foncé
violet
#4C4F96
 */

table.balance tbody {
    font-size: 0.8rem;
}
table.balance td {
    margin: 0;
    padding: 0;
}
.inBTC {
    font-size: 0.8em;
}
.inEur {
    text-align: right
}