@charset "UTF-8";
/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/bootstrap/_variables.scss
 */
/* line 3, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/chosen/chosen.scss */
.views-exposed-form .form-item .select-wrapper {
  width: 100%;
}

/* line 6, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/chosen/chosen.scss */
.views-exposed-form .form-item .select-wrapper::after {
  display: none;
}

/* line 10, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/chosen/chosen.scss */
.views-exposed-form .form-item .select-wrapper select {
  opacity: 0;
  width: 100%;
}

/* line 16, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/chosen/chosen.scss */
.chosen-container {
  display: block;
  min-width: 100%;
  max-width: 100%;
}

/* line 21, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/chosen/chosen.scss */
.chosen-container .chosen-single,
.chosen-container .chosen-results,
.chosen-container .chosen-drop {
  background: none;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  margin: 0;
  outline: none;
  overflow: visible;
  padding: 0;
}

/* line 35, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/chosen/chosen.scss */
.chosen-container .chosen-single {
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
  height: auto;
  line-height: 1;
}

@media screen and (min-width: 1025px) {
  /* line 35, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/chosen/chosen.scss */
  .chosen-container .chosen-single {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  /* line 35, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/chosen/chosen.scss */
  .chosen-container .chosen-single {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

@media screen and (max-width: 1024px) {
  /* line 35, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/chosen/chosen.scss */
  .chosen-container .chosen-single {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/* line 52, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/chosen/chosen.scss */
.chosen-container .chosen-single::after {
  content: "";
  font-family: "fidal-icons";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: top;
}

@media (min-width: 1025px) {
  /* line 52, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/chosen/chosen.scss */
  .chosen-container .chosen-single::after {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* line 68, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/chosen/chosen.scss */
.chosen-container .chosen-single div,
.chosen-container .chosen-single .chosen-search-input {
  display: none;
}

/* line 73, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/chosen/chosen.scss */
.chosen-container .chosen-single span {
  margin-right: 40px;
  margin-right: 2.5rem;
  text-indent: 0;
}

/* line 79, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/chosen/chosen.scss */
.chosen-container .chosen-drop {
  position: static;
}

/* line 84, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/chosen/chosen.scss */
.chosen-container.chosen-container-single-nosearch .chosen-search-input {
  user-select: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
}

/* line 88, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/chosen/chosen.scss */
.chosen-container.chosen-container-single-nosearch.chosen-with-drop .chosen-search-input {
  user-select: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
}

/* line 94, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/chosen/chosen.scss */
.chosen-container .chosen-results {
  max-height: 200px;
  max-height: 12.5rem;
  overflow: auto;
}

/* line 98, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/chosen/chosen.scss */
.chosen-container .chosen-results li {
  font-size: 16px;
  font-size: 1rem;
  padding: 5px 45px 5px 0px;
  padding: 0.3125rem 2.8125rem 0.3125rem 0;
  color: #fff;
  display: inline-block;
  line-height: 1.1;
  text-transform: none;
  font-weight: 500;
}

@media screen and (min-width: 1800px) {
  /* line 98, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/chosen/chosen.scss */
  .chosen-container .chosen-results li {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

/* line 111, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/chosen/chosen.scss */
.chosen-container .chosen-results li.result-selected {
  display: none;
}

/* line 115, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/chosen/chosen.scss */
.chosen-container .chosen-results li.highlighted, .chosen-container .chosen-results li:hover {
  padding-left: 12px;
  padding-left: 0.75rem;
  background: #f69d9f;
}

@media (max-width: 1024px) {
  /* line 98, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/chosen/chosen.scss */
  .chosen-container .chosen-results li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* line 127, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/chosen/chosen.scss */
.chosen-container .chosen-search-input {
  user-select: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
}

/* line 134, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/chosen/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
  background: none;
  border: 0;
  box-shadow: none;
}

/* line 142, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/chosen/chosen.scss */
.chosen-container.chosen-with-drop {
  user-select: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
}

/* line 146, /builds/fidal/fidal-refonte-web/web/themes/custom/fidal_theme/components/components/chosen/chosen.scss */
.chosen-container.chosen-with-drop .chosen-single::after {
  color: #fff;
  transform: rotate(180deg) translateY(50%);
}

/*# sourceMappingURL=../asset-builds/components/chosen/chosen.css.map */
