.addChildren{
	
	}
.addChildren_imgStandardPlus{
	cursor:pointer;
	}
.addChildren_dlgChoseElt_item{
	display:flex;
	flex-direction:row;
	padding: 10px 30px;
    margin: 10px;
    min-width: 150px;
    border: solid 1px #777777;
	cursor:pointer;
	justify-content: space-between;
	align-items: center;
	}
.addChildren_dlgChoseElt_item:hover{
	background-color:#fafafa;
	}
.addChildren_dlgChoseElt_item_icon{
	width:30px;
	}