#block-utilisateurmoteurderecherche {
  margin: auto;
  width: 100%;
  max-width: 630px;
  top: 170px;
  position: relative;
  color: #2a4baa;
  font-weight: bold;
}
#block-utilisateurmoteurderecherche form button {
  width: 100%;
  margin-top: 5px;
}
#block-utilisateurmoteurderecherche form button span:before {
  content: "";
}
#block-utilisateurmoteurderecherche form .more {
  position: absolute;
  width: 100%;
  padding: 7px 10px;
  background: #ffffff;
  top: 78px;
  color: #2a4baa;
  font-weight: bold;
  cursor: pointer;
}
#block-utilisateurmoteurderecherche form .more:hover {
  background: #2a4baa;
  color: white;
}
#block-utilisateurmoteurderecherche form .form-group {
  margin-bottom: 5px;
}
#block-utilisateurmoteurderecherche form label {
  display: none;
}
#block-utilisateurmoteurderecherche form fieldset {
  background: #ffffff;
  padding: 10px;
  height: 34px;
  overflow: hidden;
}
#block-utilisateurmoteurderecherche form fieldset label {
  display: block;
  color: #2a4baa;
}
#block-utilisateurmoteurderecherche form fieldset legend {
  display: none;
}
#block-utilisateurmoteurderecherche form fieldset .form-item {
  float: left;
  width: 33%;
  margin-top: 0;
  margin-bottom: 0;
}
#block-utilisateurmoteurderecherche form fieldset .form-item.form-item-domaines-8,
#block-utilisateurmoteurderecherche form fieldset .form-item.form-item-domaines-7,
#block-utilisateurmoteurderecherche form fieldset .form-item.form-item-domaines-3 {
  width: 25%;
}
#block-utilisateurmoteurderecherche form fieldset .form-item.form-item-domaines-4,
#block-utilisateurmoteurderecherche form fieldset .form-item.form-item-domaines-5,
#block-utilisateurmoteurderecherche form fieldset .form-item.form-item-domaines-9 {
  width: 45%;
}
#block-utilisateurmoteurderecherche form fieldset .form-item.form-item-domaines-6,
#block-utilisateurmoteurderecherche form fieldset .form-item.form-item-domaines-2,
#block-utilisateurmoteurderecherche form fieldset .form-item.form-item-domaines-1 {
  width: 30%;
}
#block-utilisateurmoteurderecherche form input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
}
#block-utilisateurmoteurderecherche form button {
  background: #2a4baa;
  color: #2a4baa;
  font-weight: bold;
  color: #ffffff;
}
#block-utilisateurmoteurderecherche form button:hover {
  background: #ffffff;
  color: #2a4baa;
}
#block-utilisateurmoteurderecherche form input::-webkit-input-placeholder {
  color: #2a4baa;
  font-weight: bold;
}
#block-utilisateurmoteurderecherche form input::-moz-placeholder {
  color: #2a4baa;
  font-weight: bold;
}
#block-utilisateurmoteurderecherche form input:-ms-input-placeholder {
  color: #2a4baa;
  font-weight: bold;
}
#block-utilisateurmoteurderecherche form input:-moz-placeholder {
  color: #2a4baa;
  font-weight: bold;
}
#block-utilisateurmoteurderecherche form .form-item-where,
#block-utilisateurmoteurderecherche form .form-item-what {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #block-utilisateurmoteurderecherche {
    width: 90%;
  }
}
