/** HOMEPAGE : GLOBAL SEARCH BOX + SEARCH BOX **/
.homepage.global-search {
  margin-bottom: 50px;
}

.homepage.global-search input[type="text"] {
  width: 80%;
  border: 0;
  font-size: 30px;
  border-bottom: 2px solid #ccc;
  color: #ccc;
}

.homepage.global-search input[type="text"]::placeholder {
  color: #ccc;
}

.homepage.global-search input[type="submit"] {
  background-image: url("/wp-content/themes/Divi-child/img/loupe.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 100%;
  background-position: left 10px;
  width: 40px;
  text-indent: -99999px;
  border: 0;
  cursor: pointer;
  position: absolute;
  height: 100%;
}

.search-module {
  border: solid 2px;
  color: #0094d8;
  border-radius: 3px;
  box-shadow: 1px 1px 20px #ccc;
  display: block;
  max-height: 370px;
}

.ui-autocomplete {
  overflow: scroll;
  max-height: 200px;
  max-width:275px;
  overflow-x:auto;
}

/** autocomplete **/
.ui-autocomplete li {
  border-bottom: 1px solid #aaa;
  padding: 10px;
  margin: 0;
}

.search-module a {
  text-decoration: underline;
}

.search-module .sf-field-post-meta-metier, .search-module .sf-field-taxonomy-type_cancer, .search-module .sf-field-taxonomy-type_cancer {
  display: none;
}

.search-module ul {
  margin: 0;
  padding: 0;
}

.search-module ul li {
  float: left;
  padding: 0;
  width: 100%;
  position: inherit;
}

.search-module ul li:before {
  display: none;
}

.search-module label {
  display: block;
}

.search-module input[type="text"] {
  width: 100%;
  height: 42px;
  padding: 0.75em 40px 0.75em 0.75em;
  border-radius: 2px;
  letter-spacing: 0.02em;
  color: #666;
  float: left;
}

.search-module input::placeholder {
  color: #999;
  font-weight: 300;
}

.search-module input[type="submit"] {
  position: absolute;
  top: 5px;
  right: 5px;
  background-image: url("/wp-content/themes/Divi-child/img/loupe.png");
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 100%;
  border: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-indent: -99999px;
}

.search-module .et_pb_text {
  clear: both;
  padding-top: 20px;
}

.search #main-content h3 {
  font-size: 30px;
  color: black;
  margin-top: 0 !important;
}

.search #main-content article p:first-child {
  color: #FF5C01;
  font-weight: 500;
  font-size: 16px;
}

.search #main-content hr {
  border-color: #eee;
  margin-top: 40px;
}

.search #main-content .metier, .search #main-content .bold {
  font-weight: 500;
}

.search #main-content .metier {
  padding-bottom: 0;
}

.search #main-content .metier, .search #main-content .spec-date-color {
  color: #666;
}

.search #main-content .container:before,
.search #main-content article:last-child hr {
  display: none;
}

.search #main-content #content-area #left-area {
  width: 72%;
  padding-right: 5%;
}

.search #main-content #content-area .widget_custom_html {
  width: 28%;
}

.search #main-content .facetwp-facet {
  margin-top: 25px;
}

.search .big-search {
  margin-bottom: 60px;
  padding: 50px 50px 80px;
}

.search .big-search .general_search {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.search .big-search input {
  margin-bottom: 0;
}

.search .big-search input[type="submit"] {
  background-image: url(/wp-content/themes/Divi-child/img/loupe.png);
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 100%;
  background-position: left 10px;
  width: 40px;
  text-indent: -99999px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.home .searchandfilter .sf-field-search {
  margin-bottom: 0;
}

.home .searchandfilter ul {
  margin-left: 0;
  width: 100%;
}