.jq-ry-container{position:relative;padding:0 5px;line-height:0;display:inline-block;box-sizing:unset !important;cursor:pointer}.jq-ry-container[readonly=readonly]{cursor:default}.jq-ry-container>.jq-ry-group-wrapper{position:relative;width:100%}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group{position:relative;line-height:0;z-index:10;white-space:nowrap}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg{display:inline-block}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group{width:100%}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group{width:0;z-index:11;position:absolute;top:0;left:0;overflow:hidden}.article span.rate_counter::before, .article span.rate_counter *::before {
    border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    content: "";
    display: block;
    height: 0;
    left: -10px;
    margin-top: -5px;
    position: relative;
    top: 50%;
    width: 0;
}span.rate_counter {
	background-color: rgba(0, 0, 0, 0.8);
    color: white;
    display: none;
    font-size: 14px;
    height: 20px;
    line-height: 10px;
    min-width: 20px;
    padding: 5px;
    position: absolute;
    right: -30px;
    top: 2px;
	text-align:center;
}
span.rate_texte {
	background-color: lightgreen;
    color: black;
	text-shadow:none;
    display: none;
    font-size: 12px;
    height: auto;
    line-height: 13px;
    min-width: 20px;
    padding: 10px;
    position: absolute;
    left: 0;
    top: 28px;
	border-radius:3px;
	box-shadow:0 0 5px #666;
	text-align:center;
}
.article span.rateyo_wrapper:hover span.rate_counter {
    display: inline-block;
}.rateyo_wrapper{ display:inline-block;position:relative; }