#search_block_top {
  padding: 9px 15px; }
  @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 {
    float: left;
    width: 100%;
    border: 1px solid #ececec;
    position: relative;
    padding-right: 100px; }
  #search_block_top .btn.button-search {
    background: #783578;
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    border: none;
    color: white;
    text-align: center;
    padding: 0 14px;
    height: 40px;
    text-transform: uppercase; }
    #search_block_top .btn.button-search:hover {
      background: #333; }
  #search_block_top #search_query_top {
    display: inline-block;
    padding: 10px 10px 10px 13px;
    height: 38px;
    border: none;
    background: none; }

.lang_fr #search_block_top .btn.button-search {
  padding: 0 10px;
  font-size: 12px; }

.ac_results {
  background: white;
  border: 1px solid #ececec;
  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; }
