/*------------------------------------------------*/
/*-----------[NASTEOLINK]-------------------------*/
/*-----------[Basique : Black]--------------------*/
/*-----------[Couleur dominante : #000000]--------*/
/*-----------[Couleur secondaire : #808080]-------*/
/*-----------[Couleur boutons : .ui-button]-------*/
/*-----------[Couleur texte :  #4d4d4d]-----------*/
/*-----------[Couleur liens texte :   #000000]----*/
/*-----------[Couleur liens boutons :  #000000]---*/
/*-ligne 879-[Couleur bkListeReplay :  #626262]---*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: 'IAS Ribbon Sans', 'Montserrat', sans-serif;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

article, aside, header, hgroup, nav, section {
    display: block;
}

br {
    margin-bottom: 10px;
}

/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

body {
    line-height: 20px;
    font-size: 13px;
    background-color: transparent;
}

#header {
    background: url('../images/bck_header.jpg') repeat-x;
    text-align: left;
    margin: 0 auto;
    position: relative;
    height: 130px;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: underline;
    color: #000000;
}

a:visited {
    color: #000000;
}

.clear {
    clear: both;
}

.ui-tabs-hide {
    display: none;
}

br.clear {
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', 'Arial', sans-serif;
    padding-bottom: 5px;
    line-height: 1em;
    font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #808080;
}

h1 {
    font-size: 26px;
    font-weight: 100;
}

h2 {
    font-size: 22px;
    font-weight: 100;
}

h3 {
    font-size: 18px;
    font-weight: 100;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 13px;
}

p {
    padding-bottom: 10px; /*line-height: 24px;*/
}

strong {
    font-weight: bold;
    color: #1c1c1c;
}

cite, em, i {
    font-style: italic;
}

pre, code {
    font-family: Courier New, monospace;
    margin-bottom: 10px;
}

ins {
    text-decoration: none;
}

sup, sub {
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 0.8em;
}

sub {
    top: 0.3em;
}

dl {
    margin: 0 0 1.5em 0;
}

dl dt {
    font-weight: bold;
}

dd {
    margin-left: 1.5em;
}

blockquote {
    margin: 1.5em;
    padding: 1em;
    color: #666666;
    background: #e6e6e6;
    font-style: italic;
    border: 1px solid #dcdcdc;
}

blockquote p {
    padding-bottom: 0px;
}

input[type=password], input.text, input.title, textarea, select {
    font-family: 'Roboto', 'Arial', sans-serif;
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 2px;
    color: #4e4e4e;
    border-radius: 0px;
}

input[type=password]:focus, input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
    border-color: #2D3940;
    color: #3e3e3e;
}

input[type=password], input.text, input.title, textarea, select {
    margin: 0.5em 0;
}

textarea {
    padding: 4px;
    border-radius: 0px;
}

button a {
    font-size: 12px;
}

img#about-image {
    float: left;
    margin: 3px 8px 8px 0px;
}

.form-entourage {

    padding: 10px;
    z-index: 99;
    clear: both;
    min-height: 20px;
}

header {
    z-index: 1000;
}

/* <editor-fold desc="STREAM UP IO"> */
.stream-up-io {
    font-family: Montserrat, Roboto, Arial;
    max-width: 600px;
    padding: 0;
}

.stream-up-io_image {
    width: 65%;
}

.stream-up-io__inner {
    color: #ffffff;
    background: #c50223; /* Old browsers */
    border-radius: 0px;
}

.stream-up-io_title {
    font-size: 14px;
    margin-bottom: 8px;
    text-decoration: none;
    font-weight: 500;
}

.stream-up-io_input__inner {
    width: 90%;
}

.stream-up-io_input {
    height: 100%;
    width: 100%;
    border-radius: 0px;
    border: 0;
    padding-left: 10px;
    font-size: 16px;
}

.stream-up-io_button {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #acacac;
    border-radius: 0px;
    color:#ffffff;
}
.stream-up-io_faq {
    font-size: 14px;
}

.stream-up-io_paragraph {
    text-align: justify;
    color: black;
}

body {
    /*display: none!important;*/
}

#webAppCodeForm .btn-success {
    background-color: #acacac;
    border-radius: 0px;
    color: white;
    border:none;
    width:20%;
    min-width:90px;
}

.stream-up-io_faq {
    font-size:15px;
    font-weight:bold;
}

.stream-up-io_faq b {
    color: #c50223;
}

#webAppCodeForm .stream-up-io_input {
    margin: 0;
}
/* </editor-fold desc="STREAM UP IO"> */