/*@font-face {*/
/*    font-family: Roboto;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    src: local('Roboto'), local('Roboto-Regular'), url(../../css/fonts/roboto-v20-latin-regular.woff2) format('woff2'), url(../../css/fonts/roboto-v20-latin-regular.woff) format('woff');*/
/*    font-display: swap*/
/*}*/

/*@font-face {*/
/*    font-family: Roboto;*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    src: local('Roboto Medium'), url(../../css/fonts/roboto-v20-latin-500.woff2) format('woff2'), url(../../css/fonts/roboto-v20-latin-500.woff) format('woff');*/
/*    font-display: swap*/
/*}*/

/*@font-face {*/
/*    font-family: XLP;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    display: inline-block;*/
/*    src: url(../../fonts/xlp/xlp.woff2) format('woff2'), url(../../fonts/xlp/xlp.woff) format('woff')*/
/*}*/

[class^="icon-"]:before,
[class*=" icon-"]:before,
[class^="icon-"]:after,
[class*=" icon-"]:after,
.vu li:before {
    font-family: XLP;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    speak: none;
    display: inline-block;
    width: 1em;
    text-align: center;
    vertical-align: middle;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
mini,
.mini,
.mini2,
.mini0 {
    font-size: .88rem
}
.icon-content-copy0:before {
    content: '\e851';
}


pre i.icon-content-copy:hover {
    color: #009b21
}
pre::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb,
div.graphique::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
}
pre {
  margin: 0.9rem 0 0.9rem;
  padding: 0.5rem 0.6rem 0.4rem 0.75rem;
  line-height: 1.1rem;
  font-size: 0.88em;
  color: #4f595f;
  background: #f3f3f3;
  word-wrap: break-word;
  border-radius: 0.4rem;
  overflow: auto;
}
pre i.icon-content-copy {
    display: inline-block;
    float: right;
    margin: 0 -.1rem 0 0;
    color: #666;
    cursor: pointer;
    padding: 0 0.2rem;
    border: 1px solid #e2e2e2;
    border-radius: 0.3rem;
}
pre code, .hljs {
  display: block;
  /*overflow-x: auto;*/
  color: #4f595f;
  background: #f3f3f3;
  word-break: break-word;
  border-radius: 0;
}
/*
pre>code.sql {
  font-size: 17px;
}
*/
pre>code.sql.access {
  font-size: 17px;
  FONT-WEIGHT: bold;
}

pre>code.sql.access>span.hljs-keyword {
  font-size: 18px;
}

pre,.pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    padding: 15px
}
pre, .pre, code, mark, kbd, samp {
    font-family: monospace,sans-serif;
}
.hljs-comment,
.hljs-quote,
.hljs-variable {
  color: green;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-name,
.hljs-tag {
  color: #3d3dcc;
  FONT-WEIGHT: bold;
}
.hljs-built_in {
  color: #0096c3;
}
.hljs-string,
.hljs-title,
.hljs-section,
.hljs-attribute,
.hljs-template-tag,
.hljs-template-variable,
.hljs-type,
.hljs-addition {
  color: #bb2727;
}
.hljs-literal {
  color: #c76e00;
}
.hljs-deletion,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-meta {
  color: #2b91af;
}
.hljs-doctag {
  color: gray;
}
.hljs-symbol,
.hljs-bullet,
.hljs-link {
  color: #9556da;
}
.hljs-number {
  color: #c92fe4;
}
.hljs-emphasis {
  font-style: italic;
}
.hljs-pystring {
  color: #8f8f8f;
}
.hljs-pytitle {
  color: #c92fe4;
}
