.form-item.form-type-select label {
  margin-bottom: 4px;
  display: block;
}
.form-item.form-type-select .chosen-container {
  display: block !important;
  width: 100% !important;
}
.form-item.form-type-select .chosen-container .chosen-single {
  text-align: center;
  border-radius: 4px;
  height: 40px;
  border: none;
  background: none !important;
  background-color: white !important;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.form-item.form-type-select .chosen-container .chosen-single span {
  line-height: 40px;
  margin-right: 40px;
  font-weight: 400;
  color: #002067;
}
.form-item.form-type-select .chosen-container .chosen-single div {
  width: 40px;
}
.form-item.form-type-select .chosen-container .chosen-single div b {
  position: relative;
  background: none !important;
}
.form-item.form-type-select .chosen-container .chosen-single div b:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  content: "\e907";
  font-family: "icomoon";
  color: #002067;
}
.form-item.form-type-select .chosen-container .chosen-choices {
  height: 40px;
  font-size: 14px;
  max-width: 100%;
  border-radius: 4px;
  border: 1px solid #EFE5DE;
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 14px !important;
  padding-right: 14px !important;
  width: 100%;
}
.form-item.form-type-select .chosen-container .chosen-drop {
  scroll-behavior: auto;
  border-radius: 4px;
  background-color: white;
  margin-top: 12px;
  padding: 12px;
}
.form-item.form-type-select .chosen-container .chosen-drop .chosen-results {
  scroll-behavior: auto;
}
.form-item.form-type-select .chosen-container .chosen-drop .chosen-results li {
  color: #002067;
}
.form-item.form-type-select .chosen-container .chosen-drop .chosen-results li.highlighted {
  background-color: #E5E8EF;
  background-image: none;
  color: #002067;
}
.form-item.form-type-select select {
  position: relative;
  -webkit-appearance: none;
  height: 44px;
  max-width: 100%;
  border-radius: 4px;
  border: none;
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 14px !important;
  padding-right: 14px !important;
  width: 100%;
  background-color: #fff;
  background-image: url("../../assets/pictos/icon-chevron.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  color: #002067;
}