.conteneur {
  font-family: Verdana;
  font-size: 14px;
  position: relative; }
  .conteneur * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.org-chart {
  font-family: "Open Sans";
  display: block;
  clear: both;
  margin-bottom: 30px;
  position: relative;
  /**
  * For IE 6/7 only
  * Include this rule to trigger hasLayout and contain floats.
  */
  /* Box colors */
  /* 1 column */
  /* 2 column */
  /* 3 column */
  /* DEPARTMENTS COLUMNs */ }
  .org-chart.cf:before, .org-chart.cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .org-chart.cf:after {
    clear: both; }
  .org-chart.cf {
    *zoom: 1; }
  .org-chart ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .org-chart ul li {
    position: relative; }
  .org-chart ul li span {
    display: block;
    border: 2px solid white;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    color: black;
    font-size: 12px;
    box-shadow: 4px 4px 9px -4px rgba(0, 0, 0, 0.4);
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    transition: all linear .1s;
    background: white;
    padding: 20px; }
  .org-chart .lvl-b {
    background: white;
    color: black; }
  .org-chart .board {
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative; }
    .org-chart .board:before {
      content: "";
      display: block;
      position: absolute;
      height: 120px;
      width: 0px;
      border-left: 3px solid white;
      margin-right: 50%;
      top: 35px; }
  .org-chart ul.columnOne {
    height: 120px;
    position: relative;
    width: 100%;
    display: block;
    clear: both; }
    .org-chart ul.columnOne li {
      width: 30%;
      margin: 0px auto;
      top: 20px; }
  .org-chart ul.columnTwo {
    position: relative;
    width: 100%;
    display: block;
    height: 90px;
    clear: both; }
    .org-chart ul.columnTwo li:first-child {
      width: 30%;
      float: left; }
    .org-chart ul.columnTwo li {
      width: 30%;
      float: right; }
    .org-chart ul.columnTwo:before {
      content: "";
      display: block;
      position: relative;
      width: 80%;
      height: 10px;
      border-top: 3px solid white;
      margin: 0 auto;
      top: 40px; }
  .org-chart ul.columnThree {
    position: relative;
    width: 100%;
    display: block;
    clear: both; }
    .org-chart ul.columnThree li:first-child {
      width: 30%;
      float: left;
      margin-left: 0; }
    .org-chart ul.columnThree li {
      width: 30%;
      margin-left: 5%;
      float: left; }
    .org-chart ul.columnThree li:last-child {
      width: 30%;
      float: right;
      margin-left: 0; }
    .org-chart ul.columnThree:before {
      content: "";
      display: block;
      position: relative;
      width: 80%;
      height: 10px;
      border-top: 3px solid white;
      margin: 0 auto;
      top: 40px; }
  .org-chart .departments {
    padding-left: 3.6%;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    display: block;
    clear: both; }
    .org-chart .departments:before {
      content: "";
      display: block;
      width: 85%;
      height: 22px;
      border-top: 3px solid white;
      border-left: 3px solid white;
      border-right: 3px solid white;
      margin: 0 auto;
      top: 0px; }
  .org-chart .department {
    padding: auto;
    border-left: 3px solid white;
    width: 30%;
    float: right;
    margin: 0px 1.2%; }
    .org-chart .department:after {
      content: "";
      position: absolute;
      display: block;
      width: 10px;
      height: 22px;
      border-right: 3px solid white;
      left: 50%;
      top: -22px; }
    .org-chart .department:first-child:after {
      display: none; }
    .org-chart .department:last-child:after {
      display: none; }
    .org-chart .department:nth-child(2):after {
      display: none; }
    .org-chart .department.central:after {
      display: none; }
    .org-chart .department span {
      border-right: 1px solid white; }
    .org-chart .department li {
      padding-right: 25px;
      border-bottom: 3px solid white;
      height: 80px; }
    .org-chart .department li span {
      background: white;
      top: 38px;
      position: absolute;
      z-index: 1;
      width: 95%;
      height: auto;
      vertical-align: middle;
      left: 0px;
      line-height: 14px;
      border: 2px solid white; }
    .org-chart .department .sections {
      margin-top: -20px; }

/* MEDIA QUERIES */
@media all and (max-width: 768px) {
  .org-chart ul.columnOne {
    height: 110px; }
    .org-chart ul.columnOne li {
      width: 100%; }
  .org-chart .board {
    margin: 0px;
    width: 100%; }
  .org-chart .departments:before {
    border: none; }
  .org-chart .department {
    float: none;
    width: 100%;
    margin-right: 0;
    background: transparent;
    margin-bottom: 60px; }
    .org-chart .department:before {
      content: "";
      display: block;
      position: absolute;
      width: 15px;
      height: 70px;
      border-right: 3px solid white;
      z-index: 1;
      top: -60px;
      right: 0%;
      margin-right: 0px; }
    .org-chart .department:after {
      display: none; }
  .org-chart .department:first-child:before {
    display: none; } }
/*--------- TO BE REMOVED FROM YOUR CSS --*/
/* this is just to display the behaviour of responsive on codepen */
.responsive-content {
  width: 768px;
  margin: 0px auto; }
  .responsive-content .org-chart ul.columnOne {
    height: 110px; }
    .responsive-content .org-chart ul.columnOne li {
      width: 100%; }
  .responsive-content .org-chart .board {
    margin: 0px;
    width: 100%; }
  .responsive-content .org-chart .departments:before {
    border: none; }
  .responsive-content .org-chart .department {
    float: none;
    width: 100%;
    margin-right: 0;
    background: transparent;
    margin-bottom: 60px; }
    .responsive-content .org-chart .department:before {
      content: "";
      display: block;
      position: absolute;
      width: 15px;
      height: 70px;
      border-right: 3px solid white;
      z-index: 1;
      top: -60px;
      right: 0%;
      margin-right: 0px; }
    .responsive-content .org-chart .department:after {
      display: none; }
  .responsive-content .org-chart .department:first-child:before {
    display: none; }

/*# sourceMappingURL=organigram-ar.css.map */
