#search_block_top {
  height:66px;
  padding-top: 0px;
  display: flex;
  align-items: center;
}
  #search_block_top #searchbox {
    float: left;
    width: 100%; 
    border-radius: 20px;
  }
  #search_block_top .btn.button-search {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: #fff;
    text-align: center;
    height: 100%;
  }
    #search_block_top .btn.button-search span {
      display: none; }
    #search_block_top .button-search svg {
      display: block;
      width: 100%;
      height: 20px;
      text-align: center;
      color: var(--bordeaux);
      stroke: var(--bordeaux); 
    }

    .btn.button-search{
      background-color: transparent !important;
    }
    #search_block_top .btn.button-search:hover {
      background-color: transparent !important;
    }
  #search_block_top #search_query_top {
    display: inline;
    padding: 5px 60px 5px 13px;
    height: 40px;
    background: #f7f7f7;
    margin-right: 1px; 
    border-radius: 20px !important;
    border: none;
    font-size: 16px;
  }

.ac_results {
  background: #fff;
  border: 1px solid #d6d4d4;
  width: 100%;
  max-width: 500px;
  margin-top: -1px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-radius: 0 0 8px 8px;
  z-index: 9999; }
  .ac_results li {
    padding: 0;
    font-weight: normal;
    color: #686666;
    font-size: 13px;
    line-height: normal;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer; }
    .ac_results li.ac_odd {
      background: #fff; }
    .ac_results li:hover, .ac_results li.ac_over {
      background: #f9f9f9; }
    .ac_results li:last-child {
      border-bottom: none; }

/* Styles pour les rÃ©sultats de recherche amÃ©liorÃ©s */
.search-result-item {
  display: flex;
  align-items: flex-start;
  padding: 10px;
  gap: 12px;
  transition: background-color 0.2s ease; }

.search-result-image {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 4px;
  /* background: #f5f5f5; */
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .search-result-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.search-result-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px; }

.search-result-name {
  font-weight: 600;
  font-size: 14px;
  color: #333;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.search-result-reference {
  font-size: 12px;
  color: #999;
  font-weight: 500; }

.search-result-category {
  font-size: 11px;
  color: var(--bordeaux, #8B1538);
  font-weight: 500;
  text-transform: uppercase; }

.search-result-description {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

form#searchbox {
  position: relative; }
  form#searchbox label {
    color: #333; }
  form#searchbox input#search_query_block {
    margin-right: 10px;
    max-width: 222px;
    margin-bottom: 10px;
    display: inline-block;
    float: left; }
  form#searchbox .button.button-small {
    float: left; }
    form#searchbox .button.button-small i {
      margin-right: 0; }


.ac_results {border: none !important; }
.ac_results li {padding: 10px !important;}
.ac_results li img  {max-width: 50px}
.ac_results li div {/* font-size: 150%; *//* margin-left: 60px !important; */}