/*************************************************************************************************/
/* Barre de recherche produit                                                                    */
/*************************************************************************************************/

@media screen and (max-width: 997px) {
  
}

@media screen and (min-width: 998px) {

}

.div-product-recherche {
  height: 41px;
  width: 100%;
  /*text-align: right;*/
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;  
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgb(134, 128, 128);
  vertical-align: middle;
  border-bottom: solid 1px black;
}

.search-del {
  height: 12px;
  width: 12px;
  position: absolute;
  margin-left: 10px;
  margin-top: 10px;
  cursor: pointer;
}

.searchbar {
  height: 32px;
  width: 70%;
  border-color: solid 1px black;
  border-radius: 10px 0px 0px 10px;
  color: black;
  padding-left: 30px;
  padding-right: 10px;
  font-size: 14px;
  font-style: italic;
  margin-right: 0px;
  margin-top: 0px;
}

.bouton-envoyer-recherche{
    vertical-align: middle;
    margin-right: 10px;
    border: 0px;
    width: 40px;
    height: 33px;
    background: none;
    border-radius: 0px 18px 15px 0px;
    margin-left: -5px;
    margin-top: -5px;
}

.button {
    margin-top: 0px;
    border-radius: 0px 8px 8px 0px;
    margin-left: -5px;
    /*margin-right: 5px;*/
}