

.arme-setup{
	padding-top: 1vh;
	margin-top: 1.25vh;
	border-top : .1vh solid white;
}

.equ-liste h3, .buff-liste h3 {
	width: 100%;
	color:white;
	font-size:4vw;
	margin : 0px 0px 1vh 0px;
}

.equ-liste label, .buff-liste label {
	margin-left: 2vw;
	line-height: 3vh;
}

.buff-liste div{
	margin : 2vh 0px;
	position: relative;

}

.buff-liste div:first-child{
	margin-top: 3vh;
}

.unit_profil{
	margin-bottom: 2vh;
}

.statline {
	width: 100%;
	background-color: var(--vert);
	color: white;
}


.statline div:first-child, .arme-stat div:first-child {
	border-bottom : .1vh solid white;
}

.statline div span {
	display: inline-block;
	width: calc(100% / 10);
	color: white;
	text-align: center;
	font-size: 3vw;
}

.liste-virgule {
	margin-top: 1vh;
}

.liste-virgule span, .arme-stat span{
	color: white;
	font-size: 3vw;

}

.liste-virgule span:first-child{
	font-weight: 800;
}

.liste-virgule span+span+span:before {
	content:', ';
	white-space: pre;
}
.arme-stat div{
	margin-top: .5vh;
}

.arme-stat div>span{
	width: 9%;
	display: inline-block;
}

.arme-stat div>span:first-child{
	width: 20%;
}
.arme-stat div>span:last-child{
	width: 48%;
}