a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
    }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
    }
body {
    line-height: 1;
    background-color: #333;
    color: #fff
    }
ol, ul {
    list-style: none
    }
blockquote, q {
    quotes: none
    }
blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none
    }
table {
    border-collapse: collapse;
    border-spacing: 0
    }
.ad, pre {
    background-color: #1e1e1e;
    border-radius: 5px;
    box-shadow: 0 0 5px #000;
    color: silver;
    font-family: Inconsolata, monospace, sans-serif;
    padding: 15px 0 0
    }
.ad {
    margin: 25px 0 0;
    padding: 15px 0;
    text-align: center
    }
#page {
    margin: 0 auto 50px;
    position: relative;
    width: 920px
    }
h1 {
    display: inline-block;
    font: 500% Petrona, sans;
    font-size: 500%;
    padding: 5px 0 0
    }
#content-popup p, #content-popup .titre_h4, #content-popup .titre_h2 {
    line-height: 1.5;
    margin-bottom: 1.2em !important;
    text-align: left
    }
strong {
    font-weight: 700;
    /*color:#7ccd60*/
    }
.button {
    background: url(/img/logos/close.png) no-repeat;
    background-size: contain;
    border-radius: 10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    width: 30px;
    height: 30px;
    border: none !important
    }
.button.small {
    border-radius: 15px;
    float: right;
    margin: 22px 5px 0;
    padding: 6px 15px
    }
.button > span {
    font-size: 84%
    }
.button.b-close {
    border-radius: 7px;
    box-shadow: none;
    font: 700 131% sans-serif;
    padding: 0 6px 2px;
    position: sticky;
    right: 1%;
    top: 9px;
    z-index: 200000 !important
    }
.example {
    display: block;
    line-height: 1.25;
    padding: 30px 110px 15px 0
    }
.code-undefined {
    color: #617a61
    }
.code-string {
    color: salmon
    }
.code-function {
    color: #ffa54f
    }
.code-int {
    color: #2b91af
    }
.code-comment {
    color: #7ccd60
    }
::-moz-selection {
    background-color: #2b91af;
    color: #fff;
    text-shadow: none
    }
::selection {
    background-color: #2b91af;
    color: #fff;
    text-shadow: none
    }
#page h1 + .button {
    position: absolute;
    top: 20px;
    right: 25px
    }
#share {
    position: absolute;
    right: 18px;
    top: 85px;
    width: 205px
    }
#share > div {
    display: inline-block
    }
#page li {
    position: relative
    }
#page ul + a {
    display: block;
    font-size: 180%;
    margin: 25px 0;
    text-align: center;
    text-decoration: none
    }
.note {
    color: silver;
    font-size: 80%
    }
#popup, #popup2, #popup3 .bMulti {
    background-color: #fff;
    background-image: -moz-linear-gradient(top, #f7f7f7, #e5e5e5);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e5e5e5), color-stop(1, #f7f7f7));
    color: #111;
    display: none;
    min-width: 750px;
    padding: 25px;
    border: 1px solid #B4B4B4 !important
    }
#popup-legende, #popup1 {
    background-image: -moz-linear-gradient(top, #f7f7f7, #e5e5e5);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e5e5e5), color-stop(1, #f7f7f7));
    background-image: linear-gradient(to bottom, #f7f7f7, #e5e5e5);
    color: #111;
    display: none;
    min-width: 400px;
    padding: 20px;
    border: 1px solid #B4B4B4 !important
    }
#popup-stars {
    background-image: -moz-linear-gradient(top, #f7f7f7, #e5e5e5);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e5e5e5), color-stop(1, #f7f7f7));
    color: #111;
    display: none;
    min-width: 500px;
    padding: 10px;
    border: 1px solid #B4B4B4 !important
    }
#popup, .bMulti {
    min-height: 250px
    }
#popup .logo {
    color: #2B91AF;
    font: 700 325% Petrona, sans
    }
#popup2 iframe {
    background: url(loader.gif) center center no-repeat;
    min-height: 240px;
    min-width: 450px
    }
.bMulti p {
    font: 500% Petrona, sans-serif;
    padding: 45px 0 0;
    text-align: center
    }
.bMulti a {
    left: 175px;
    position: absolute;
    top: 175px
    }
.lt-ie9 .bModal {
    background-color: #000
    }
.sigle {
    display: block;
    left: 1%;
    position: absolute;
    top: 3px;
    width: 35px
    }
.sigle img {
    width: 100%
    }
#popup hr {
    color: #77AE11;
    background: #77AE11;
    height: 2px;
    margin-top: 9px
    }
.title-popup {
    border-bottom: 2px solid #6dbf67;
    color: #6dbf67;
    font-size: 33px;
    font-weight: 300;
    left: 0;
    line-height: 40px;
    padding: 4px 22px 4px 20px;
    position: absolute;
    top: 0;
    width: 100%
    }
#content-popup {
    text-align: justify;
    margin: 40px 0 0
    }
#content-popup a {
    cursor: pointer
    }
#content-popup a:hover {
    text-decoration: none
    }
.wripper_content a {
    cursor: pointer
    }
#popup hr {
    display: none !important
    }
#popup {
    height: auto !important
    }
.b-ajax-wrapper p, .b-ajax-wrapper p span {
    color: #000 !important
    }
.b-ajax-wrapper p span strong {
    color: #6dbf67 !important
    }
.b-ajax-wrapper table {
    background: none !important;
    border: none !important
    }
.b-ajax-wrapper table tr td {
    background: none !important
    }
.b-ajax-wrapper p span {
    font-size: 14px !important;
    color: #000 !important
    }
.b-ajax-wrapper table tr td span {
    font-size: 13px !important;
    color: #000 !important;
    line-height: 150% !important
    }
.b-ajax-wrapper table tr.even, .b-ajax-wrapper table tr.alt, .b-ajax-wrapper table tr:nth-of-type(2n) {
    background: none !important
    }
#content-popup p {
    font-size: 14px !important
    }
#popup .close {
    opacity: 1
    }