@font-face {
  font-family: 'School Kid';
  font-weight: normal;
  font-style: normal;
  src: url('polices/Schoolkid.ttf') format('truetype');
}
@font-face {
  font-family: 'LoveYaLikeASister';
  font-weight: normal;
  font-style: normal;
  src: url('polices/LoveYaLikeASister.ttf') format('truetype');
}
@font-face {
  font-family: 'Angie';
  font-weight: normal;
  font-style: normal;
  src: url('polices/angie-regular-webfont.svg') format('svg'), url('polices/angie-regular-webfont.ttf') format('truetype'), url('polices/angie-regular-webfont.woff') format('woff'), url('polices/angie-regular-webfont.woff2') format('woff2');
}
.div_arbre{
  /* border: 1px solid #c72c48; */
  position: absolute;
  overflow: hidden;
  display:inline-block;
  vertical-align:middle;
}
.bloc{
  /* border: 1px solid black; */
  text-align: center;
  overflow: hidden;
  width: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bloc .cel_nom{
  margin: unset;
  font-family: arial;
  font-size: 16px;
}
.cel_date{
  font-size: 10px;
}
.etat_base{
  font-family: 'Arial';
  font-size: 25px;
  font-weight: normal;
  color: #999999;
}
.globalDiv{
  font-family: "Angie";
  color: #a73030;
  background-color: lightyellow;
  padding: 45px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.li_normal{
  vertical-align: middle;
  list-style-type: disclosure-closed;
  margin: 6px;
}
.li_petit{
  vertical-align: middle;
  list-style-type: circle;
  margin: 6px;
  font-size: 80%;
}
#block{
  position:relative;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1000;
  overflow: visible;
}