

.unite-picker-wrapper{
	display: flex;
	flex-direction: column;
	
	align-items: center
}

.unite-choisie h2{
	background-image:url(../medias/losange.svg);
	font-size:5vw;
	margin:0px;
	width: 5vh;
	height: 5vh;
	display: flex;
	justify-content:center;
	align-items:center;
	font-weight: 800;

}

.unite-choisie h3{
	font-size:5vw;
	color: var(--vertClair);
	font-weight: 300;
	margin:0px;
	
}

.unite-choisie{
	background-color: black;
	background-image: url(../medias/cadre.svg);
	background-size: 100% 100%;
	width: 72vw;
	height: 15vh;
	padding: 4vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	text-decoration: none;
}

.type-combat-wrapper{
	width: 100%;
	height: 15vh;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
