div.orgChart {
    border                : 1px solid #cccccc;
    background-color      : #ffffe8;
    margin                : 10px;
    padding               : 20px;
}
div.orgChart h2 {
    margin                : 0px;
    font-size             : 1em;
    border-bottom         : none;
}

div.orgChart ul {
    list-style            : none;
    margin                : 4px;
    padding               : 0px;
    font-size             : 0.8em;
    text-align            : left;
}

div.orgChart ul.stack,
div.orgChart ul.stack ul {
    text-align            : center;
}

div.orgChart table {
    width                 : 100%;
}

div.orgChart tr.lines td.line {
    width                 : 1px;
    height                : 20px;
}

div.orgChart tr.lines td.top {
    border-top            : 3px solid black;
}

div.orgChart tr.lines td.left {
    border-right          : 2px solid black;
}

div.orgChart tr.lines td.right {
    border-left           : 2px solid black;
}

div.orgChart td {
    text-align            : center;
    vertical-align        : top;
    padding               : 0px 0px;
}

div.orgChart div.node {
    cursor                : default;
    border                : 2px solid black;
    display               : inline-block;
    padding               : 0 4px;
    width                 : 96px;
    height                : 60px;
    background-color      : #ffffcf;
    line-height           : 1.3em;
    border-radius         : 8px;
    box-shadow            : 4px 4px 6px #888888;
    -moz-border-radius    : 8px;
    -moz-box-shadow       : 4px 4px 6px #888888;
    -webkit-border-radius : 8px;
    -webkit-box-shadow    : 4px 4px 6px #888888;
}

div.orgChart div.hasChildren {
    background-color      : #ffff98;
}

div.orgChart.interactive div.hasChildren {
    cursor                : pointer;
}

div.orgChart div.node.hover {
    background-color      : white;
}

div.orgChart div.adjunct.node {
    position              : absolute;
    margin-top            : 8px;
    margin-left           : -110px;
    width                 : 80px;
    height                : 40px;
    background-color      : #efefef;
}

div.orgChart div.adjunct-link {
    display               : inline-block;
    position              : absolute;
    margin-left           : -20px;
    margin-top            : 25px;
    width                 : 20px;
    border                : 1px dashed black;
}


/*------------------------------- MAXIME --------------------------*/
.orga {display:none;}
div.orgChart h2 {
    font-size: 24px;
}
.orgaLabel {
    text-align: center;
    /*-webkit-border-radius: 25px;
    border-radius: 25px;*/
   /* width: 50px;
    height: 50px;*/
    padding:10px;
    line-height: 10px;
    margin-bottom: 0px;
    font-size:16px;
    border:3px solid;
    border-top:0px;
    color:#333;
}
.orgaLabel i {
    font-size:175%;
    margin:5px 0;
}
.orgaLabel0 {
    opacity:1;
    border-color:transparent;
    background-color:transparent;
}
.orgaLabel1 {
    opacity:1;
    border-color:transparent;
    background-color:#fff;
}
.orgaLabel:hover {
    border-color:transparent;
    background-color:#fff;
}
div.orgChart {
    border: 0px;
    background-color: transparent;
    margin: 0px;
    padding: 50px 0;
}
div.orgChart div.node {
    cursor: default;
    border: 0px solid #ff2a38;
    display: inline-block;
    padding: 0px;
    width: auto;
    min-width:0px;
    height: auto;
    background-color: transparent;
    line-height: 1em;
    border-radius: 0px;
    box-shadow: 4px 4px 6px transparent;
    -moz-border-radius: 0px;
    -moz-box-shadow: 4px 4px 6px transparent;
    -webkit-border-radius: 0px;
    -webkit-box-shadow: 4px 4px 6px transparent;
}
div.orgChart tr.lines td.top {
    border-top: 2px solid #ff2a38;
}

div.orgChart tr.lines td.left {
    border-right: 2px solid #ff2a38;
}

div.orgChart tr.lines td.right {
    border-left: 2px solid #ff2a38;
}
div.orgChart tr.lines.v td.line {
    width: 0px;
}
@media only screen and (max-width: 991px) { /* TABLETTE PORTRAIT */
    .orgaLabel {
        -webkit-border-radius: 55px;
        border-radius: 55px;
        width: 40px;
        height: 40px;
        line-height: 7px;
        margin-bottom: 0px;
        font-size:75%;
        border-width:3px;
    }
    .orgaLabel i {
        font-size:200%;
        margin-top:3px;
    }
}

@media only screen and (max-width: 767px) { /* SMARTPHONE */
    .orgaLabel {
        -webkit-border-radius: 55px;
        border-radius: 55px;
        width: 20px;
        height: 20px;
        line-height: 5px;
        margin-bottom: 0px;
        font-size:50%;
        border-width:2px;
    }
    .orgaLabel i {
        display:none;
    }
    div.orgChart td {
        padding: 0px;margin:0px;
    }
    div.orgChart table {
        max-width: 100%;
    }
    div.orgChart table tr, div.orgChart table td {
        line-height: 12px;
    }
}