.affiche_detail{
    font-size: 35px !important;
    color: black;
  }

  .menu_module{
    padding: 12px;
  }

  .menu_module:hover,.menu_module:focus{
    background: rgba(0, 0, 0, 0.1)
  }

  .menu_active{
    /* background: rgba(0, 0, 0, 0.1) */
    background: rgba(255, 255, 255, 0.2);
  }

  .header h1 {
      font-family: "Poppins Black" !important;
    }

  .txt_tableau_rap {
    font-size: 10px;
    padding-right: 0px !important;
    padding-left: 1px !important;
  }

  .texte_blanc{
    color: #FFF !important;
    font-family: 'Poppins Bold';
  }

  .actif{
    color: darkblue !important;

  }

  /******** 1. General ********/

  * {
    font-family: 'Poppins';
    font-size: small;
  }

  body {
    background: #f5f5f5;
    margin: 0;
    -webkit-text-size-adjust: 100%;

    /*font-family: 'Nunito', sans-serif;*/
  }


  /******************************  IMAGE UPLOAD *******************************/

  .imagePreview {
    width: 100%;
    height: 180px;
    background-position: center center;
  background:url(/static/Soluplus/images/no_picture.png);
  background-color:#fff;
    background-size: cover;
  background-repeat:no-repeat;
    display: inline-block;
  box-shadow:0px -3px 6px 2px rgba(0,0,0,0.2);
  }
  .btn-primary
  {
  display:block;
  border-radius:0px;
  box-shadow:0px 4px 6px 2px rgba(0,0,0,0.2);
  margin-top:-5px;
  }
  .imgUp
  {
  margin-bottom:15px;
  }
  .del
  {
  position:absolute;
  top:0px;
  right:15px;
  width:30px;
  height:30px;
  text-align:center;
  line-height:30px;
  background-color:rgba(255,255,255,0.6);
  cursor:pointer;
  }
  .imgAdd
  {
  width:30px;
  height:30px;
  border-radius:50%;
  background-color:#4bd7ef;
  color:#fff;
  box-shadow:0px 0px 2px 1px rgba(0,0,0,0.2);
  text-align:center;
  line-height:30px;
  margin-top:0px;
  cursor:pointer;
  font-size:15px;
  }


  /*******************************************************************************/

  .image_detail{

      width: 400px;
      height: 200px;
      border:2px solid #fff;
      box-shadow: 10px 10px 5px #ccc;
      -moz-box-shadow: 10px 10px 5px #ccc;
      -webkit-box-shadow: 10px 10px 5px #ccc;
      -khtml-box-shadow: 10px 10px 5px #ccc;
  }



  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin: auto;
    text-align: left;
    font-family: arial;
    padding: 20px !important;
    background: #ffffff;
    margin-bottom: 20px;
    min-height: 140px;
}

.shadow {
    border-radius: 0.3rem !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35) !important;
    background-color: #ffffff !important;
    padding: 0.625rem;
}

.sub-header {
    font: 500 1.125rem/1.1 "Poppins", sans-serif, serif;

}

.sub-alt-header{
    font-family: "Poppins", sans-serif, serif !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    line-height: 1.7 !important;
    color: #4d4d4d;
}

.price {
  color: grey;
  font-size: 22px;
}

.card button {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.card button:hover {
  opacity: 0.7;
}

.erp-hidden {
	display: none!important;
}

.row_formulaire{
  margin-top: 20px;
  margin-bottom: 20px;
}

.row_detail{
  margin-bottom: 25px;
}


.black-border{
  border: 1px solid #080808 !important;
}

.black-border>tbody>tr>td{
  border: 1px solid #080808 !important;
}

.black-border>tbody{
  color: #000 !important;
}