#search_block_top.mobile{
  margin-top: 66px;
  display: none;
}
#bouton-search-mobile{
  font-size: 22px;
  padding: 4px;
  margin-left: 10px;
}





.message_search_perso{
	font-size: 1.4em;
	margin-bottom: 5em;
	background: #2ecc71;
	border-radius: 3px;
	padding: 8px 8px;	
}
.message_search_perso a{
	color:#FFF;
}
.message_search_cat{
	font-size: 12px;
	text-align:center;
	background: #FFD493;
	border-radius: 3px;
	padding: 8px 8px;
	margin-bottom:0;
	color:#555;
	height: 38px;
	display:block;
	float:left;
	margin-top:1em;
	margin-right:1em;
	font-weight: 500;
}
.message_search_cat:hover{
	background:#95a5a6;
	color:#FFD493;
}
.message_search_cat_img{
	width:125px;
	height:145px;
	color:#333;
	padding-top: 120px;	
	font-size: 12px;
	text-align:center;
	margin-bottom:0;
	display:block;
	float:left;
}
.message_search_cat_img:hover{
	font-weight: bold;
}
#search_block_top {
  padding: 9px 15px;
  margin-top: 10px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #search_block_top {
      width: 30%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #search_block_top {
      width: 100%;
      padding-top: 30px; } }
  #search_block_top #searchbox {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    height: 50px;
    background: #f4f4f2;
    border: 1px solid #e2e2de;
    border-radius: 25px;
    padding: 0 8px 0 20px;
    transition: border-color .12s ease;
    box-sizing: border-box; }
    #search_block_top #searchbox:focus-within {
      border-color: #17a04a; }
  #search_block_top .search-mini-icon {
    flex: none;
    display: block; }
  #search_block_top .btn.button-search {
    flex: none;
    background: #17a04a;
    display: block;
    position: static;
    border: none;
    color: #fff;
    text-align: center;
    padding: 0 14px;
    height: 38px;
    border-radius: 19px;
    font-family: "Ubuntu", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color .12s ease; }
    #search_block_top .btn.button-search:hover {
      background: #118a3f; }
  #search_block_top #search_query_top {
    display: block;
    flex: 1;
    min-width: 0;
    padding: 0;
    height: 100%;
    border: none;
    background: none;
    font-family: "Ubuntu", sans-serif;
    font-size: 15.5px;
    color: #141414; }
    #search_block_top #search_query_top::placeholder {
      color: #8a8a84;
      font-size: 13.5px; }

.ac_results {
  background: #fff;
  border: 1px solid #e6e6e2;
  border-radius: 8px;
  width: 271px;
  margin-top: 8px;
  overflow: hidden;
  box-shadow: 0 26px 60px -22px rgba(0, 0, 0, .25); }
  .ac_results li {
    padding: 8px 14px;
    font-weight: normal;
    color: #2a2a26;
    font-size: 14px;
    line-height: 1.4; }
    .ac_results li.ac_odd {
      background: #fff; }
    .ac_results li:hover, .ac_results li.ac_over {
      background: #f2f7f3;
      color: #0f8f42; }

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