/* 
 *
 * @author Alexandre LAMOUREUX <alexlamoureuxfr@gmail.com>
 */
@media screen and (max-width: 767px) {
  .col-xs-12 {
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-12 {
    float: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-12 {
    float: none;
  }
}
@media (min-width: 1200px) {
  .col-lg-12 {
    float: none;
  }
}
#base {
  width: 1500px;
  max-width: calc(100% - 20px);
  margin: 0 auto;
  padding-top: 100px;
}
#nav {
  position: absolute;
  top: 100px;
  left: 20px;
  bottom: 0;
  width: 300px;
}
#nav .fixed {
  position: sticky;
  top: 10px;
}
#content {
  padding-left: 340px;
  padding-bottom: 40px;
  padding-right: 0;
  width: auto;
}
@media screen and (min-width: 550px) {
  .mobile-only {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  #base {
    max-width: 100%;
    width: auto;
    margin: 0 10px;
    padding-top: 70px;
  }
  #nav {
    top: 70px;
    left: 15px;
    width: 200px;
  }
  #content {
    padding-left: 230px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #base {
    max-width: 100%;
    width: auto;
    margin: 0 10px;
    padding-top: 50px;
  }
  #nav {
    top: 50px;
    left: 0;
    width: 160px;
  }
  #content {
    padding-left: 176px;
    padding-bottom: 16px;
  }
  #content .main-content {
    padding: 10px;
    padding-bottom: 30px;
  }
  #banner {
    height: 40px;
  }
  #banner * {
    max-height: 37px;
  }
  #banner h1 {
    font-size: 22px;
    line-height: 37px;
    margin-left: 25px;
  }
  #banner .logo {
    margin-left: 7px;
  }
  #banner .logo img {
    vertical-align: sub;
  }
  #banner .links {
    font-size: 80%;
  }
  #banner .links a {
    display: block;
    text-align: right;
  }
  #nav .profile {
    padding-top: 13px;
    padding-bottom: 2px;
  }
  #nav .profile .avatar, #nav .profile .avatar img {
    width: 32px;
    height: 32px;
  }
  #nav .nav > li > a {
    padding: 8px;
    padding-right: 5px;
  }
  #nav .nav > li > a .glyphicon {
    font-size: 15px;
  }
  #nav .nav > li > a span.label {
    font-size: 12px;
  }
  .form-horizontal label:after {
    content: " :";
  }
}
@media screen and (max-width: 550px) {
  #content {
    padding-left: 0;
  }
  #base {
    position: static;
  }
  #nav {
    left: -230px;
    width: 220px;
    transition: left 1s;
    top: 35px;
    z-index: 100;
  }
  #nav .fixed {
    position: realtive;
    box-shadow: none;
    z-index: 101;
    background: white;
  }
  #nav label.hidden {
    float: right;
  }
  #show-nav:checked + #nav {
    left: 0;
  }
  #show-nav:checked + #nav:before {
    content: ".";
    text-indent: -9000px;
    background: rgba(60, 60, 60, 0.5);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    max-width: none;
  }
  #banner {
    z-index: 101;
  }
  #banner h1 {
    display: none;
  }
  #banner label.show-nav {
    margin-left: 10px;
    font-size: 28px;
    padding-top: 5px;
  }
  .mobile-nav .nav li:first-child, .mobile-nav .nav li:last-child {
    display: none;
  }
  .mobile-nav .backgrounded {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 3px !important;
    background: #FFFFFFDD !important;
  }
  .mobile-nav .backgrounded ul {
    padding-bottom: 0;
  }
  .mobile-nav .backgrounded ul li a {
    padding: 6px;
  }
  .mobile-nav .backgrounded ul li span.label {
    font-size: 13px;
  }
}
@media screen and (max-width: 400px) {
  body {
    font-size: 11px;
  }
  .well {
    padding: 8px;
  }
  .table {
    font-size: 90%;
  }
  .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 4px;
  }
  .mobile-nav .backgrounded ul li {
    white-space: nowrap;
  }
  .mobile-nav .backgrounded ul li span.glyphicon {
    font-size: 13px;
  }
  .mobile-nav .backgrounded ul li span.label {
    font-size: 12px;
    padding-left: 2px;
  }
  .separated-blocks #content .main-content > * .backgrounded {
    margin-bottom: 18px;
  }
}


// CSS_responsive.scss=4f89c5c3f76c3ac1777cc5e8f0ed729b 
    
    
    
    
    
    
    
    
    
    
    
    