@charset "UTF-8";
/* CSS Document */

strong, b {
  font-weight: 700;
}

ul.is-style-block-liste-check li::before {
	width: 21px;
	height: 21px;
	background-size: contain;
	position:absolute;
	background:url("/wp-content/themes/wp-theme/inc/images/icon-liste-circle-check.svg");
	content: "";
	background-repeat:no-repeat;
	margin-top: 6px;
	background-size: auto;
	display: inline-block;
	left: /*4*/0px;
	border-radius: 0;
	margin-right: 0;
}
ul.is-style-block-liste-check{
	list-style:none
}

.wp-block-content ul {
  /*margin-left: 2.5em;*/
}