/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 26 juin 2017, 12:21:24
    Author     : l.guillou
*/
nav {
  position: relative;
  z-index: 15; }
  nav .navbar-brand img {
    position: absolute;
    width: 128px;
    z-index: 20;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

span.more {
  color: #aed387; }
span.less {
  color: #f3693e; }

body > section {
  margin-bottom: 50px; }
body footer {
  margin-top: 50px !important; }

.error .error-jumbo .streak {
  height: 95vh; }
.error .error-jumbo.not_found .streak {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../img/404.jpeg");
  background-size: cover; }
.error .error-jumbo.not_access .streak {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../img/403.jpeg");
  background-size: cover; }
.error .error-jumbo.global_error .streak {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../img/500.jpeg");
  background-size: cover; }
.error footer {
  margin-top: 0; }

#buy_setting, #sell_setting {
  border: 0; }
  #buy_setting > label, #sell_setting > label {
    display: block; }

/*# sourceMappingURL=style.css.map */
