*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  min-width: 1200px;
  margin: 0;
  padding: 50px;
  color: #eee9dc;  
  background: #2e6ba7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#tips {
  padding-left: 5px;
  font-style: italic;
  font-size: 1.2rem;
}

#indexImg .personneImg,
#indexImg .personneImg img {
  width:300px;
  height:300px;
}
.avecVisage {
  .branch {
    margin-left: 210px;
  }
  .label {
    width:110px;
    height:110px;
    overflow: hidden;
    min-width: initial;
  }
  .label  img {
    left: -24px;
    top: -32px;
  }
  .branch .branch .branch .branch .branch .label{
    width:58px;
    height:52px;    
  }
  .branch .branch .branch .branch .branch .personneImg,
  .branch .branch .branch .branch .branch .personneImg img{
    width:70px;
    height:70px;    
  }
  .branch .branch .branch .branch .branch .label  img {
    left: -10px;
    top: -15px;
  }

  .personneImg,
  .personneImg img {
    width:150px;
    height:150px;    
  }
}

.personneImg,
  .personneImg img {
    width:300px;
    height:300px;    
  }
#logoArbre {
  position:absolute;
  left: 650px;
  top: 80px;
  height:100px;
}
#logoIndex {
  margin-left:35%;
  height:100px;
}
#index .intro p {
  text-align: center;
}
#displayTuples,
#displayVisages {
  position:absolute;
  top:12px;
  right: 12px;
}


.personneImg img {  
  position:absolute;  
}

.personneImg img.imgLayer1000 {
  z-index: 1000;
  width: 180px;
  height: 180px;
  top: -47px;  
  left: -40px;
}
#indexImg.personneImg img.imgLayer1000 {
  width:330px;
  height:330px;
  margin-top: -12px;
  margin-left:-14px;
  top:inherit;
  left:inherit;
}
.personneImg img.imgLayer1 {
  z-index: 2;
}
.personneImg img.imgLayer2 {
  z-index: 3;
}
.personneImg img.imgLayer3 {
  z-index: 4;
}
.personneImg img.imgLayer4 {
  z-index: 5;
}

#wrapper {
  position: relative;
  font: 4px Verdana, sans-serif;
}

.branch {
  position: relative;
  margin-left: 250px;
}
.branch:before {
  content: "";
  width: 50px;
  border-top: 2px solid #eee9dc;
  position: absolute;
  left: -100px;
  top: 50%;
  margin-top: 1px;
}

.entry {
  position: relative;
  min-height: 60px;
}
.entry:before {
  content: "";
  height: 100%;
  border-left: 2px solid #eee9dc;
  position: absolute;
  left: -50px;
}
.entry:after {
  content: "";
  width: 50px;
  border-top: 2px solid #eee9dc;
  position: absolute;
  left: -50px;
  top: 50%;
  margin-top: 1px;
}
.entry:first-child:before {
  width: 10px;
  height: 50%;
  top: 50%;
  margin-top: 2px;
  border-radius: 10px 0 0 0;
}
.entry:first-child:after {
  height: 10px;
  border-radius: 10px 0 0 0;
}
.entry:last-child:before {
  width: 10px;
  height: 50%;
  border-radius: 0 0 0 10px;
}
.entry:last-child:after {
  height: 10px;
  border-top: none;
  border-bottom: 2px solid #eee9dc;
  border-radius: 0 0 0 10px;
  margin-top: -9px;
}
.entry.sole:before {
  display: none;
}
.entry.sole:after {
  width: 50px;
  height: 0;
  margin-top: 1px;
  border-radius: 0;
}

.label {
  display: block;
  min-width: 150px;
  padding: 5px 10px;
  line-height: 20px;
  text-align: center;
  border: 2px solid #eee9dc;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
}
