
/*********** BLACKSAD ***********/

.blacksad__contenu_reduit {
  width: 70%;
  max-width: 870px;
  text-align: justify;
  margin: 0 auto;
}

#jauge {
  /* font-size: 1.5em; */
  width: 100px !important;
  text-align: center;
  margin: 0 auto;
  display: block;
  font-weight: bold;
  color: #333333;
}

.cadre_jauge {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 3em;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  padding: 1em;
}

.moins, .plus {
  color: #000000;
  display: inline-block;
  width: 50px;
  height: 100px;
  text-align: center;
  vertical-align: top;
  line-height: 100px;
  cursor: pointer;
  
}

.d6 {
  display: inline-block;
  width: 100px;
  height: 100px;
}

.moins:hover, .plus:hover {
  background-color: rgba(0, 0, 0, .7);
  transition-duration: 500ms;
  transition-property: background-color;
  color: #ffffff;
}

.conteneur_des {
  display: inline-block;
  width: 200px;
  height: 100px;
}

.d6 img {
  width: 100px;
  border: 1px solid #000000;
  box-sizing: border-box;
}

.blacksad__bouton {
  display: inline-block;
  width: 100%;
  /* height: 100px;
  text-align: center;
  vertical-align: top;
  line-height: 100px; */
  cursor: pointer;





 border: 1px solid #000000;
 padding: 0.5em;
 background-color: #dddddd;
 text-align: center;
 margin-top: 1em;
 font-weight: bold;






}

/* .plus {
  color: #000000;
  display: inline-block;
  width: 50px;
  height: 100px;
  text-align: center;
  vertical-align: top;
  line-height: 100px;
} */

/*********** BLACKSAD ***********/
