<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
input[type=checkbox][class^=checkbox-], input[type=checkbox][class*=" checkbox-"], input[type=radio][class^=checkbox-], input[type=radio][class*=" checkbox-"] {
  display: none !important;
}

input[type=checkbox][class^=checkbox-] + label, input[type=checkbox][class*=" checkbox-"] + label, input[type=radio][class^=checkbox-] + label, input[type=radio][class*=" checkbox-"] + label {
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}

input[type=checkbox][class^=checkbox-] + label + label, input[type=checkbox][class*=" checkbox-"] + label + label, input[type=radio][class^=checkbox-] + label + label, input[type=radio][class*=" checkbox-"] + label + label {
  margin-left: 4px;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}

input[type=checkbox][class^=checkbox-]:checked + label, input[type=checkbox][class*=" checkbox-"]:checked + label, input[type=radio][class^=checkbox-]:checked + label, input[type=radio][class*=" checkbox-"]:checked + label {
  position: relative;
}

input[type=checkbox][class^=checkbox-] + label::before, input[type=checkbox][class*=" checkbox-"] + label::before, input[type=radio][class^=checkbox-] + label::before, input[type=radio][class*=" checkbox-"] + label::before {
  height: 10px;
  width: 10px;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin: 0px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-right: 5px;
  margin-top: -2px;
  pointer-events: none;
}

input[type=checkbox][class^=checkbox-]:checked + label::before, input[type=checkbox][class*=" checkbox-"]:checked + label::before,
input[type=radio][class^=checkbox-]:checked + label::before, input[type=radio][class*=" checkbox-"]:checked + label::before {
  color: white;
  font-family: "letmedo" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  content: "";
  font-size: 7px;
  line-height: 10px;
}

/* JAUNE */
input[type=checkbox].checkbox-jaune + label, input[type=radio].checkbox-jaune + label {
  border: 1px solid #F9B500;
  border-radius: 0.25rem;
  width: 16px;
  height: 16px;
}

/*input[type='checkbox'].checkbox-jaune + label::before{

  border: 1px solid map-get( $COLORS, 'jaune');
  border-radius: 0.25rem;
  width: 16px;
  height : 16px;

}*/
input[type=checkbox][readonly=readonly].checkbox-jaune + label, input[type=radio][readonly=readonly].checkbox-jaune + label {
  border: 1px solid #F9B500;
  opacity: 0.4;
}

input[type=checkbox].checkbox-jaune:checked + label::before, input[type=radio].checkbox-jaune:checked + label::before {
  font-family: "ouaip" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #F9B500;
  content: "";
  font-size: 12px;
  width: auto;
  height: auto;
  margin-left: 2px;
  margin-top: -10px;
}

/*# sourceMappingURL=checkbox.css.map */
</pre></body></html>