#search_block_top {
  float: right;
  box-sizing: border-box;
  height: 43px;
  width: 570px;
  margin-top: 10px;
  margin-right: 30px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #search_block_top {
      width: 400px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #search_block_top {
      width: 234px; } }
  @media (max-width: 767px) {
    #search_block_top {
      width: 100%;
      float: none;
      margin: 0;
      padding: 0 15px; } }
  #search_block_top #searchbox {
    float: left;
    width: 100%;
    position: relative;
    background: #fbfbfb; }
    #search_block_top #searchbox:before {
      content: "\f002";
      font-size: 22px;
      line-height: 41px;
      color: #d5d5d4;
      background: #fff;
      position: absolute;
      top: 1px;
      left: 1px;
      text-align: center;
      font-family: "FontAwesome";
      font-weight: normal;
      text-align: center;
      border-right: 1px solid #d4d4d4;
      width: 44px;
      height: 41px;
      -moz-border-radius: 2px 0 0 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px 0 0 2px;
      cursor: default; }
      @media (max-width: 1199px) {
        #search_block_top #searchbox:before {
          display: none; } }
  #search_block_top .btn.button-search {
    background: url("./img/search_btn.jpg") repeat-x 0 0 #73a930;
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0;
    border-radius: 0 2px 2px 0;
    color: #fff;
    display: block;
    float: right;
    font: 600 18px/24px "Open Sans", sans-serif;
    border: none;
    border-right: 1px solid #73a930;
    border-bottom: 1px solid #73a930;
    height: 43px;
    margin: 0 0 0 -91px;
    text-align: center;
    width: 91px;
    padding: 0;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    #search_block_top .btn.button-search:hover {
      background: #73b134; }
  #search_block_top #search_query_top {
    display: inline-block;
    padding: 11px 98px 12px 55px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d4d4d4;
    font-weight: normal;
    line-height: 20px;
    height: 43px;
    background: #f8f8f8;
    float: left;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; }
    @media (max-width: 1199px) {
      #search_block_top #search_query_top {
        padding-left: 15px; } }

.ac_results {
  background: white;
  border: 1px solid #d4d4d4;
  width: 271px;
  margin-top: -1px; }
  .ac_results li {
    padding: 0 10px;
    font-weight: normal;
    color: #686666;
    font-size: 13px;
    line-height: 22px; }
    .ac_results li.ac_odd {
      background: white; }
    .ac_results li:hover, .ac_results li.ac_over {
      background: #fbfbfb; }

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; }

.lang_fr #search_block_top .btn.button-search {
  font-size: 14px; }
