/* Change the docs' titre */
body > .navbar .titre {
  padding-right: 0;
  padding-left: 0;
  margin-left: 20px;
  float: right;
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
  -webkit-transition: all .2s linear;
     -moz-transition: all .2s linear;
          transition: all .2s linear;
}
body > .navbar .titre:hover {
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.4);
}


/* Desktop
------------------------- */
@media (max-width: 980px) {
  /* Unfloat brand */
  body > .navbar-fixed-top .titre {
    float: left;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Inline-block quick links for more spacing */
  .quick-links li {
    display: inline-block;
    margin: 5px;
  }

  /* When affixed, space properly */
  .bs-docs-sidenav {
    top: 0;
    margin-top: 30px;
    margin-right: 0;
  }
}

h7 {
  color: 
  rgb(51, 51, 51);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

 .li-body {
-webkit-font-smoothing: antialiased;
background-color: 
rgba(0, 0, 0, 0);
font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
font-size: 16px;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-decoration: none;
word-spacing: -1px;
}



.navbar .titre {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .titre:hover {
  text-decoration: none;
}