/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.wp-block-custom-relation {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.wp-block-custom-relation p {
  flex-basis: 30%;
  text-transform: uppercase;
  font-weight: 500;
}
.wp-block-custom-relation .barre {
  flex-basis: 70%;
  position: relative;
}
.wp-block-custom-relation .barre::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 2px;
  background: var(--wp--preset--color--accent-1);
  margin: 0;
}
.wp-block-custom-relation .barre .niveaux {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.wp-block-custom-relation .barre .numero {
  background: var(--wp--preset--color--contrast);
  padding: 0.5rem;
  border-radius: 100rem;
  line-height: 1;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
}
.wp-block-custom-relation .barre .numero[data-checked=checked] {
  color: var(--wp--preset--color--contrast);
  background: var(--wp--preset--color--accent-1);
  width: 2.5rem;
  font-size: 1.5em;
  font-weight: bold;
}
.wp-block-custom-relation .barre .numero[data-checked=checked][data-key="-3"] {
  color: var(--wp--preset--color--contrast);
  background: var(--wp--preset--color--accent-1);
}
.wp-block-custom-relation .barre .numero[data-checked=checked][data-key="-3"]:after {
  content: "💥";
}
.wp-block-custom-relation .barre .numero[data-checked=checked][data-key="3"] {
  color: var(--wp--preset--color--contrast);
  background: var(--wp--preset--color--vivid-green-cyan);
}
.wp-block-custom-relation .barre .numero[data-checked=checked][data-key="3"]:after {
  content: "👍";
}

/*# sourceMappingURL=style-index.css.map*/