td.hljs-ln-numbers {text-align: center;color: #ccc;border-right: 1px solid#999;vertical-align: top;padding-right: 5px;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}td.hljs-ln-code {padding-left: 10px;}code {white-space: pre-wrap;overflow: auto;}

.hljs {
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    background: #000000
}
.hljs, .hljs-subst {
    color: #434f54/*Gris*/
}
.hljs-keyword, .hljs-attribute, .hljs-selector-tag, .hljs-doctag, .hljs-name {
    color: #00979D/*Turquoise*/
}
.hljs-built_in, .hljs-literal, .hljs-bullet, .hljs-code, .hljs-addition {
    color: #00979D/*Turquoise*/
}
.hljs-regexp, .hljs-symbol, .hljs-variable, .hljs-template-variable, .hljs-link, .hljs-selector-attr, .hljs-selector-pseudo {
    color: #00979D/*Turquoise*/
}
.hljs-type, .hljs-string, .hljs-selector-id, .hljs-selector-class, .hljs-quote, .hljs-template-tag, .hljs-deletion {
    color: #005C5F
}
.hljs-title, .hljs-section {
    color: #F39C12;/*Orange*/
    font-weight: bold
}
.hljs-comment {
    color: rgba(149,165,166,0.8)/*Gris*/
}
.hljs-meta-keyword {
    color: #c57a94
}
.hljs-meta {
    color: #728E00;
    color: #434f54
}
.hljs-emphasis {
    font-style: italic
}
.hljs-strong {
    font-weight: bold
}
.hljs-function {
    color: #c586c0/*Rose*/
}
.hljs-number {
    color: #00c7fc/*Bleuciel*/
}
