.orgChart hr{
    border-top: solid 1px #1F368B;
}

.orgChart .item{
	display:flex;
    flex-direction: row;
    width: 15em;
    align-items: center;
	border-color:lightgrey;
}

.orgChart .chart .level > div , .orgChart .photo{
	border-radius:0.5em;	
}

.orgChart .chart .level > div {
	border : none;
}

.orgChart .chart .level1 > div , .orgChart .photo{
	border:#9F6AA2 1px solid;
}

.orgChart .photo {
	height : 7em;
	border : none;
}

.orgChart .chart .level > div {
	background-image:linear-gradient(#FCFAFD, #E5D3E1);
    margin: 1em 0;
}

.orgChart .level1 .item{
    flex-direction: row;
    width: 15em;
    align-items: center;
	border-color:#9F6AA2;
}

.orgChart .item .tooltiptext {
    background-color: #232677;   
}

.orgChart .chart .detail .firstname, .orgChart .chart .detail .name {
    color: black;
}

.orgChart .list .row.header {
    background-color: #E5D3E1;
    color: black;
}

.orgChart .listlink a {
    color: #ab4298;
    background: url(../../acaa-plugin-organigramme/img/arrow_acore.gif) no-repeat;
    background-position: left center;
}