#standalone-header-logo {
  display: block;
  margin-left: 15px;
  z-index: 4;
}

#standalone-clear-refinements {
  text-align: center;
  margin-bottom: 20px;
}

#standalone-stats {
  font-size: 25px;
}

/*///// Searchbox/Autocomplete /////*/

#standalone-search_navbar {
  border-radius: 3px;
  border: solid transparent 1px;
  padding-left: 15px;
  padding-right: 15px;
}

#standalone-searchbox-wrapper {
  margin-bottom: 2rem;
}

#standalone-autocomplete {
  width: 61%;
  height: 100%;
}

#standalone-ais-autocomplete-selectized {
  position: relative !important;
  min-width: 50% !important;
  height: 100%;
  width: 100% !important;
  margin-right: 0;
  font-size: 15px;
  font-weight: 600;
  color: black;
  font-family: "Montserrat"
}

#standalone-ais-autocomplete-selectized::-webkit-input-placeholder {
  color: rgb(111, 111, 111);
}

#standalone-ais-autocomplete-selectized:-ms-input-placeholder {
  color: rgb(111, 111, 111);
}

#standalone-ais-autocomplete-selectized::-ms-input-placeholder {
  color: rgb(111, 111, 111);
}

#standalone-ais-autocomplete-selectized::placeholder {
  color: rgb(111, 111, 111);
}

#standalone-dropbtn3 {
  border: none;
}
#standalone-myDropdown1{width:35.6%;}
#standalone-myDropdown2{width:37.05%;}
/* Special display for last filter */
#standalone-myDropdown3 {
  right: 0;
  width:37.05%;
}


/*///// Hits /////*/

#standalone-hit-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 50px;
  padding-right: 30px;
  padding-top: 25px;
  padding-bottom: 15px !important;
  border-bottom: 2px solid #e9041e !important;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

#standalone-hit-wrapper:hover {
  border-bottom: 3px solid #e9041e !important;
  padding-bottom: 14px !important;
}

#standalone-hit-wrapper:hover .hit-viewjob {
  visibility: visible;
  -webkit-animation-duration: 400ms !important;
  animation-duration: 400ms !important;
}

#standalone-banner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
  padding-right: 30px;
  max-height: 300px;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

#standalone-banner-wrapper:hover > .banner-continue {
  visibility: visible;
}

/*///// Mobile /////*/

@media only screen and (max-width: 767px) {
  #standalone-search_navbar {
    border: none;
    padding:0;
    margin-top: 0;
  }

  #standalone-header-logo {
    top: 10px;
    left: 10px;
    margin-top: 10px;
  }

  #standalone-autocomplete {
    width: 88%;
  }

  #standalone-ais-autocomplete-selectized {
    min-width: 55% !important;
    padding-left: 10px !important;
  }

  /* Filters Dropdown Button */
  #standalone-dropbtn1,
  #standalone-dropbtn2,
  #standalone-dropbtn3 {
    display: none;
  }

  #standalone-cddesk1,
  #standalone-cddesk2,
  #standalone-cddesk3 {
    display: none;
  }

  #standalone-location-select-m .ais-RefinementList-list {
    height: 69%;
  }
  /*stats*/
  #standalone-stats {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  #standalone-hit-wrapper {
    padding-right: 40px !important;
    padding-left: 40px !important;
    border-bottom: 3px solid #e9041e;
  }

  #standalone-btn-retour .myarrow {
    margin: 20px auto;
  }
}
