.orgChart hr{
    border-top: solid 1px #F14F36;
}

.orgChart .item{
	display:flex;
    flex-direction: row;
    width: 14em;
    align-items: center;
}

.orgChart .chart .level > div , .orgChart .photo {
	border-radius:0.5em;	
}

.orgChart .chart .level > div {
	border : none;
}

.orgChart .chart .level1 > div , .orgChart .photo {
	border:#ae0b42 1px solid;
}

.orgChart .photo {
	height : 7em;
	border : none;
}

.orgChart .item .tooltiptext {
    background-color: #c40c48;
}

.orgChart .chart .level > div {
	background-image:linear-gradient(white, #f34f34);
    margin: 1em 0;
}

.orgChart .title {
	color:white;
}

.orgChart .chart .detail .firstname, .orgChart .chart .detail .name {
    color: black;
    display: block;
    width: 100%;
    background: white;
}

.orgChart .chart .detail .firstname{
    border-radius: 0em 0.5em 0 0;
}

.orgChart .chart .detail .name {
    border-radius: 0em 0em 0.5em 0;
}

.orgChart .list .row.header {
    background-color: #f34f34;
    color: black;
}

.orgChart .listlink a {
    color: #c40c48;
    background: url(../../acaa-plugin-organigramme/img/arrow_afaps.gif) no-repeat;
    background-position: left center;
}

.content .table .oldFunctions {
    text-align: center;
}