.form-type-select, .form-type-cshs {
  position: relative;
}
.form-type-select .select-wrapper, .form-type-cshs .select-wrapper {
  max-width: 100%;
}
.form-type-select label, .form-type-select select, .form-type-cshs label, .form-type-cshs select {
  display: inline-block;
  vertical-align: middle;
}
.form-type-select label, .form-type-cshs label {
  font-family: "SangBleuEmpire";
  -webkit-font-smoothing: auto;
  font-weight: normal;
  font-size: 2.8rem;
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 1;
  overflow: visible;
}
.form-type-select select, .form-type-cshs select {
  position: relative;
  outline: none;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  box-shadow: none;
  -webkit-user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Graphie";
  font-size: 1.6rem;
  font-weight: bold;
  line-height: normal;
  color: #1d1d1b;
  max-width: 100%;
  margin-top: 15px;
  margin-left: 0;
  border: 1px solid #1d1d1b;
  padding: 15px 40px 15px 15px;
  background-image: url("../../assets/pictos/arrow-little-down.svg");
  background-size: 12px 16px;
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
}
.form-type-select select::-webkit-input-placeholder, .form-type-cshs select::-webkit-input-placeholder {
  font-family: "Graphie";
  font-size: 1.6rem;
  font-weight: bold;
  line-height: normal;
  color: #1d1d1b;
}
.form-type-select select:-moz-placeholder, .form-type-cshs select:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Graphie";
  font-size: 1.6rem;
  font-weight: bold;
  line-height: normal;
  color: #1d1d1b;
}
.form-type-select select::-moz-placeholder, .form-type-cshs select::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Graphie";
  font-size: 1.6rem;
  font-weight: bold;
  line-height: normal;
  color: #1d1d1b;
}
.form-type-select select:-ms-input-placeholder, .form-type-cshs select:-ms-input-placeholder {
  font-family: "Graphie";
  font-size: 1.6rem;
  font-weight: bold;
  line-height: normal;
  color: #1d1d1b;
}
@media (min-width: 769px) {
  .form-type-select select, .form-type-cshs select {
    margin-top: 0;
    margin-left: 15px;
  }
}