/* scaffolding */
/* ----------- */

html {
  overflow-y: scroll;
  *overflow-x: hidden;
}

.espace {
  margin: 10px;
}

.tt-menu,
.gist {
  text-align: left;
}

.fond {
    background-color: #ffffff;
    min-height: 100%;
}

/* base styles */
/* ----------- */


.table-of-contents li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.table-of-contents li a {
  font-size: 16px;
  color: #999;
}

p + p {
  margin: 30px 0 0 0;
}

/* site theme */
/* ---------- */

.title {
  margin: 20px 0 0 0;
  font-size: 64px;
}

.example {
  padding: 30px 0;
}

.example-name {
  margin: 20px 0;
  font-size: 32px;
}

.demo {
  position: relative;
  *z-index: 1;
  margin: 50px 0;
}

.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}

/* example specific styles */
/* ----------------------- */

#custom-templates .empty-message {
  padding: 5px 10px;
 text-align: center;
}

#multiple-datasets .league-name {
  margin: 0 20px 5px 20px;
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
}

#scrollable-dropdown-menu .tt-menu {
  max-height: 150px;
  overflow-y: auto;
}

#rtl-support .tt-menu {
  text-align: right;
}

#notification {
  position:fixed;
  right: 0px;
  bottom: 0px;
  max-width:40%;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #cecece;
  z-index: 1;
}

.detail {
  border: 1px solid;
  padding: 4px 4px 4px 16px;
  margin-bottom: 2px;
}
.panier {
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 1px solid;
  padding: 6px;
  min-width: 500px;
  background-color: #cecece;
}

.droite {
  text-align: right;
  padding: 12px;
}

.produit_la_cle, .la_cle {
  border:1px solid #dddddd;
  padding: 10px 8px;
  margin-bottom: 2px;
}

.produit_la_cle:hover, .la_cle:hover {
  background-color: #dddddd;
}

.input-lg  {
  font-size: 60px;
  border: 1px solid;
  padding: 10px;
}

#dropfile{
width: 300px;
height: 250px;
border: 3px dashed #BBBBBB;
line-height:50px;
text-align: center;
}

.popup {
  background-color: #f9f9f9;
  position: fixed;
  text-align: center;
  font-size: 1.3em;
  padding: 20px;
  border-bottom: #000 1px solid;
  top:0;
  width:100%;
  z-index: 10;
}

.bg-blanc {
  background-color: #fff;
}

ul.choix_stock li {
  display:inline;
  border: 1px solid;
  padding: 5px;
  cursor: pointer;
  margin-right: 10px;
  background-color: #cecece;
}

ul.choix_stock li:hover {
  background-color: #fff;
  color: #2196f3;
  font-weight: bold;
}

.info {
  border: 1px solid;
  padding: 20px;
  text-align: left;
  background-color: #fff;
  font-size: 12px;
  color: #000;
}

.style_calendrier {
  border:1px solid #dedede;
  padding: 6px;
  margin-right: 8px;
}

.style_calendrier_choisi {
  font-size: 1.4em;
  border: 2px solid #2196f3;
}

.contour {
  border:1px solid #cecece;
  height:200px;
}

.contour2 {
  border:1px solid #cecece;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.vignette_clair {
  width: 70px;
  opacity: 0.3;
}
.vignette_clair:hover {
  width: 70px;
  opacity: 0.6;
}
.
.vignette {
  width: 70px;
  opacity: 1;
}

.vignette_drop {
  max-width: 100px;
  max-height: 100px;
}

.produit_la_cle, .la_cle {
    cursor: pointer;
}

.bulle {
  position: fixed;
  bottom:20px;
  right: 20px;
  background-color: #0a6ebd;
  border-radius: 100px;
  width:400px;
  height: 40px;
  display: flex;
  justify-content: center; /* align horizontal */
  align-items: center; /* align vertical */
}

.blanc {
  color: #fff;
}