#tabs-langues .ember-view {
width: 100%;
height: 600px;
}
#tabs-langues .breadcrumbs,
#tabs-langues .node {
cursor: pointer;
}
#tabs-langues .breadcrumbs:hover,
#tabs-langues .node:hover {
background-color: $medium-blue;
color: $light-white;
}
#tabs-langues .breadcrumbs {
background-color: $light-blue;
color: $medium-blue;
position: relative;
line-height: 30px;
padding: 0 10px;
border-bottom: 1px solid $medium-blue;
box-sizing: border-box;
}
#tabs-langues .breadcrumbs .root:only-child {
font-weight: bold;
}
#tabs-langues .breadcrumbs .level::before {
content: '>';
margin: 0 10px;
font-weight: normal;
}
#tabs-langues .breadcrumbs .level:last-child {
font-weight: bold;
}
#tabs-langues .nodes {
width: inherit;
height: inherit;
position: absolute;
}
#tabs-langues .node {
position: absolute;
margin: 0;
padding: 0;
border-right: 1px solid $dark-grey;
border-bottom: 1px solid $dark-grey;
padding: 10px;
box-sizing: border-box;
}
#tabs-langues .node:hover {
border-right: none;
}
#tabs-langues .node .count {
font-weight: bold;
}