/*Docs*/

@font-face {
	font-family: 'd-din-regular';
	src: url('../fonts/D-DIN.otf') format('otf'),
		url('../fonts/D-DIN.ttf') format('ttf'),
		url('../fonts/D-DIN.woff') format('woff'),
		url('../fonts/D-DIN.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'd-din-bold';
	src: url('../fonts/D-DIN-Bold.otf') format('otf'),
		url('../fonts/D-DIN-Bold.ttf') format('ttf'),
		url('../fonts/D-DIN-Bold.woff') format('woff'),
		url('../fonts/D-DIN-Bold.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'd-din-condensed';
	src: url('../fonts/D-DINCondensed.otf') format('otf'),
		url('../fonts/D-DINCondensed.ttf') format('ttf'),
		url('../fonts/D-DINCondensed.woff') format('woff'),
		url('../fonts/D-DINCondensed.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'd-din-condensed-bold';
	src: url('../fonts/D-DINCondensed-Bold.otf') format('otf'),
		url('../fonts/D-DINCondensed-Bold.ttf') format('ttf'),
		url('../fonts/D-DINCondensed-Bold.woff') format('woff'),
		url('../fonts/D-DINCondensed-Bold.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'd-din-italic';
	src: url('../fonts/D-DIN-Italic.otf') format('otf'),
		url('../fonts/D-DIN-Italic.ttf') format('ttf'),
		url('../fonts/D-DIN-Italic.woff') format('woff'),
		url('../fonts/D-DIN-Italic.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

body {
    font-family: 'd-din-regular' !important;
    position: relative;
}

.sub-title {
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.sub-title a {
    font-size: 16px;
}

h2 a {
    color: #2b5c98;
}

h2 a:focus, h2 a:hover{
    color: #5794cc;
}

h4 a {
    color: #2b5c98;
}

h4 a:focus, h4 a:hover{
    color: #5794cc;
}

li a {
    color: #ed7d31;
}

li a:focus, li a:hover{
    color: #F8B334;
}

.dark-text hr {
    border-width: 2px;
    border-color: #2b5c98;
}

.section.docs-heading {
    padding: 30px 0;
}

.affix {
    position: static;
}

@media (min-width: 992px) {
    .affix,
    .affix-bottom {
        width: 213px
    }
    .affix {
        position: fixed;
        top: 20px
    }
    .affix-bottom {
        position: absolute
    }
    .affix .bs-docs-sidenav,
    .affix-bottom .bs-docs-sidenav {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media (min-width: 1200px) {
    .affix,
    .affix-bottom {
        width: 263px
    }
}

/* SIDEBAR */

@media (min-width: 768px) {
    .docs-sidebar {
        padding-top: 20px;
        padding-left: 20px
    }
}

/* all links */
.docs-sidebar .nav>li>a {
    color: #111;
    border-left: 2px solid transparent;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 400;
}

/* nested links */
.docs-sidebar .nav .nav>li>a {
    padding-left: 40px;
    font-size: 14px;
}

/* hover links */ 
.docs-sidebar .nav>li:not(.active)>a:hover {
    color: #5794cc;
    text-decoration: none;
    background-color: transparent;
    border-left-width: 1px;
    border-left-color: #5794cc;
}
/* focus links */
.docs-sidebar .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}
/* active links */
.docs-sidebar .nav>.active>a {
    color: #2b5c98;
    text-decoration: none;
    background-color: transparent;
    border-left-color: #2b5c98;
}
/* all active links */
.docs-sidebar .nav>.active>a, 
.docs-sidebar .nav>.active:hover>a,
.docs-sidebar .nav>.active:focus>a {
    font-weight: 700;
}
/* nested active links */
.docs-sidebar .nav .nav>.active>a, 
.docs-sidebar .nav .nav>.active:hover>a,
.docs-sidebar .nav .nav>.active:focus>a {
    font-weight: 500;
}

@media (min-width: 992px) {
    .docs-sidebar .nav ul {
        display: none;
        padding-bottom: 10px;
    }
    .docs-sidebar .nav>.active>ul {
        display: block
    }
}
/*Syntax Highlighter : Sublime Theme */

.syntaxhighlighter {
    background-color: #2b303b !important;
    padding: 0px 0;
    margin: 2em 0 1em 0 !important;
}

.syntaxhighlighter a,
.syntaxhighlighter div,
.syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody,
.syntaxhighlighter table thead,
.syntaxhighlighter table caption,
.syntaxhighlighter textarea {
    line-height: 1.3em !important;
}

.syntaxhighlighter .line.alt1 {
    background-color: #2b303b !important;
}

.syntaxhighlighter .line.alt2 {
    background-color: #2b303b !important;
}

.syntaxhighlighter .string,
.syntaxhighlighter .string a {
    color: #90be8c !important;
}

.syntaxhighlighter .color1,
.syntaxhighlighter .color1 a {
    color: #d08770 !important;
}

.syntaxhighlighter .plain,
.syntaxhighlighter .plain a {
    color: #c0c5ce !important;
}

.syntaxhighlighter .keyword {
    color: #bf616a !important;
}

.syntaxhighlighter .gutter {
    color: #757a84 !important;
}

.syntaxhighlighter .line.highlighted.alt1,
.syntaxhighlighter .line.highlighted.alt2 {
    background-color: #333E49 !important;
}

.syntaxhighlighter .gutter .line.highlighted {
    background-color: #343d46 !important;
    color: #757a84 !important;
}

.syntaxhighlighter .value {
    color: #96b5b4 !important;
}
/*css*/
/* .syntaxhighlighter .css.plain,
.syntaxhighlighter .css.plain a {
    color: #d08770 !important;
} 

.syntaxhighlighter .css.keyword {
    color: #c0c5ce !important;
}*/

.syntaxhighlighter .color3,
.syntaxhighlighter .color3 a {
    color: #b48ead !important;
}
/*js*/

.syntaxhighlighter .js.keyword {
    color: #b48ead !important;
}

/*css*/
/*table API*/
.thead-dark {
    background-color: #ed7d31;
    color: #000000;
}

arg {
    font-family: "Courier New", Courier, monospace;
}

url {
    color: #ed7d31;
}

#top{
    background-image: url("../images/banniere.png");
    background-size : contain;
}

.big-title h1{
    color : #ffffff;
}

strong{
    color : #777777;
}

td a {
    color: #2b5c98;
    font-weight: bold;
    text-decoration: underline;
}

td a:focus, td a:hover{
    color: #5794cc;
    font-weight: bold;
    text-decoration: underline;
}

li a {
    color: #2b5c98;
    font-weight: bold;
    text-decoration: underline;
}

li a:focus, li a:hover{
    color: #5794cc;
    font-weight: bold;
    text-decoration: underline;
}

#note1 {
	border-radius: 15px;
	background-color: antiquewhite;
	padding: 10px;
}
