/* variables */
#moteur-recherche {
  padding: 50px 0;
}
#moteur-recherche .nice-select {
  display: block;
  float: none;
  margin-bottom: 15px;
  background-color: #f4f1ec;
  border: none;
}
#moteur-recherche .nice-select span.current {
  text-transform: uppercase;
  font-weight: 600;
}
#moteur-recherche .nice-select ul {
  width: 100%;
}
#moteur-recherche .nice-select ul li {
  margin-bottom: 0;
}
#moteur-recherche .nice-select ul li:before {
  display: none;
}
#moteur-recherche .contrat {
  display: block;
}
#moteur-recherche input[type="submit"] {
  cursor: pointer;
  outline: none;
}
#moteur-recherche-resultat {
  min-height: 200px;
}
#moteur-recherche-resultat > li {
  margin-bottom: 20px;
  background-color: #f4f1ec;
}
#moteur-recherche-resultat > li:before {
  display: none;
}
#moteur-recherche-resultat > li a {
  padding: 25px;
  display: block;
  text-decoration: none;
  font-weight: 400;
}
#moteur-recherche-resultat > li p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
#moteur-recherche-resultat > li .titre {
  font-family: 'aller_displayregular';
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #f9b004;
  font-weight: 400;
}
#moteur-recherche-resultat > li .titre:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 160px;
  background-color: #000;
}
#moteur-recherche-resultat > li .date {
  font-size: 12px;
  color: #8e8e8e;
  font-weight: 400;
}
.job-manager-form fieldset {
  border: none;
}
.job-manager-form fieldset input.input-text {
  background-color: #f2f2f2;
  border: none;
  border-radius: 2px;
  outline: none;
  font-size: 20px;
  height: 60px;
  padding: 0 25px;
}
.job-manager-form fieldset textarea {
  background-color: #f2f2f2;
  border: none;
  border-radius: 2px;
  outline: none;
  font-size: 20px;
  padding: 15px 25px;
}
.job-manager-form fieldset input[type="file"] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.job-manager-form fieldset label {
  float: none;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  transition: 0.2s ease-out;
  font-weight: 600;
  letter-spacing: normal;
  margin-bottom: 10px;
  display: block;
}
.job-manager-form fieldset div.field {
  float: none;
}
.job-manager-form input[type="submit"] {
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  padding: 9px 20px 8px;
  border-radius: 30px;
  position: relative;
  font-size: 16px;
  line-height: 1;
  transition: all 0.2s;
  border: 1px solid #f9b004;
  background-color: #f4f1ec;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.job-manager-form input[type="submit"]:hover {
  background-color: #f9b004;
}
.job-manager-application-wrapper {
  box-shadow: none;
  border: none;
  padding: 0;
  margin-top: 50px;
  border-top: 2px solid #f4f1ec;
  padding-top: 30px;
}
@media (min-width: 1024px) {
  #moteur-recherche {
    position: relative;
  }
  #moteur-recherche input[type=submit] {
    position: absolute;
    top: 53px;
    right: 0;
  }
  #moteur-recherche .selects {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-right: 200px;
  }
  #moteur-recherche .nice-select {
    width: 33%;
  }
  #moteur-recherche-resultat {
    display: flex;
    flex-wrap: wrap;
    min-height: 200px;
    margin-bottom: 50px;
  }
  #moteur-recherche-resultat > li {
    width: 290px;
    margin: 15px;
  }
}
