svg text {
  fill: rgb(22, 27, 48);
  font-family: 'Open Sans';
}

svg g.node > text {
  fill: white;
  font-family: 'Open Sans';
  font-size: 10px;
}

svg foreignObject {
  pointer-events: none;
}

svg foreignObject.textintro {
  pointer-events: auto;
  color: #111628;
  font-weight: bold;
  font-size: 25;
  font-family: 'Antique Olive Standard Compact';
}

svg foreignObject.arctext > p {
  color: rgb(22, 27, 48);
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: bold;
  margin: 1px;
}

svg.BADGE > text > tspan {
  font-family: 'Open Sans Bold', Arial, sans-serif;
  fill: #111627;
  font-size: 20px;
  font-weight: bold;
}

svg.BADGE rect {
  fill: rgb(0,255,165);
}

svg.BADGE tspan {
  fill: #111627;
  font-size: 17px;
  font-weight: bold;
  text-anchor: middle;
}

svg text.scroll {
  fill: rgba(76, 144, 255, 0.6);
  font-weight: bolder;
  font-family: 'Antique Olive Standard Compact', Arial, sans-serif;
  pointer-events: none;
}

svg g text {
  font-weight: bold;
  font-size: 15px;
}

svg g > foreignObject.arctext {
  overflow: visible;
}

svg foreignObject.cartouche {
  pointer-events: none;
}

svg foreignObject.cartouche > div.foreigncontainer {
  border: solid 4px #111627;
}

svg foreignObject.cartouche > div.foreigncontainer > h1 {
  background-color: white;/*rgba(50,50,50,0.6);*/
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin: auto;
  color: #111627;
  padding-bottom : 0;
  padding-top : 7px;
  padding-left: 7px;
}
svg foreignObject.cartouche > div.foreigncontainer > p {
  background-color: white;/*rgba(50,50,50,0.6);*/
  font-family: 'Open Sans Italic', Arial, sans-serif;
  font-size: 11px;
  color: #111627;
  margin: auto;
  padding: 7px;
}

img.information {
  height: 18px;
  width: 18px;
  pointer-events: auto;
}

#vue svg {
  overflow: visible;
}

svg g.result > text > tspan.mainname {
  font-family: 'Antique Olive Standard Compact';
  font-size: 34px;
  text-anchor: middle;
}

svg g.result > text > tspan.fullname {
  font-family: 'Antique Olive Roman';
  font-size: 15px;
  text-anchor: middle;
}

svg g.result > text > tspan.paragtitle {
  font-family: 'Antique Olive Standard Compact';
  font-size: 18px;
}

svg g.result > text > tspan.item {
  font-family: 'Antique Olive Roman';
  font-size: 12px;
}

.linktext {
  fill: #111627;
  font-size: 20px;
  font-weight: bold;
}

.linktext:hover {
  fill: #111627;
  text-decoration: none;
}

.linktext:visited {
  fill: #111627;
  text-decoration: none;
}

svg g.result rect {
  fill: rgb(0,255,165);
}
svg g.result rect:hover {
  fill: white;
}

svg g.result tspan.linktext {
  font-family: 'Open Sans Bold', Arial, sans-serif;
  text-anchor: middle;
}

/* Pour les petits écrans : mobiles */
@media (max-width: 1050px){
  svg foreignObject.textintro {
    font-size: 15;
  }

  svg.BADGE > text > tspan {
    font-size: 13px;
  }

  svg g.result > text > tspan.mainname {
    font-family: 'Antique Olive Standard Compact';
    font-size: 18px;
    text-anchor: middle;
  }

  svg g.result > text > tspan.fullname {
    font-family: 'Antique Olive Roman';
    font-size: 12px;
    text-anchor: middle;
  }

  svg g.result > text > tspan.paragtitle {
    font-family: 'Antique Olive Standard Compact';
    font-size: 12px;
  }

  svg g.result > text > tspan.item {
    font-family: 'Antique Olive Roman';
    font-size: 11px;
  }

  .linktext {
    font-size: 12px;
  }
}

/* Pour les écrans moyens : tablettes */
@media (min-width: 1051px) and (max-width: 1370px){
  svg foreignObject.textintro {
    font-size: 20;
  }

  svg.BADGE > text > tspan {
    font-size: 13px;
  }

  svg g.result > text > tspan.mainname {
    font-family: 'Antique Olive Standard Compact';
    font-size: 24px;
    text-anchor: middle;
  }

  svg g.result > text > tspan.fullname {
    font-family: 'Antique Olive Roman';
    font-size: 12px;
    text-anchor: middle;
  }

  svg g.result > text > tspan.paragtitle {
    font-family: 'Antique Olive Standard Compact';
    font-size: 14px;
  }

  svg g.result > text > tspan.item {
    font-family: 'Antique Olive Roman';
    font-size: 11px;
  }

  .linktext {
    font-size: 14px;
  }
}

/* Pour les grands écrans : ordinateurs */
@media (min-width: 1371px)and (max-width: 1899px){
  svg foreignObject.textintro {
    font-size: 24;
  }

  svg.BADGE > text > tspan {
    font-size: 18px;
    }

    svg g.result > text > tspan.mainname {
      font-family: 'Antique Olive Standard Compact';
      font-size: 34px;
      text-anchor: middle;
    }

    svg g.result > text > tspan.fullname {
      font-family: 'Antique Olive Roman';
      font-size: 15px;
      text-anchor: middle;
    }

    svg g.result > text > tspan.paragtitle {
      font-family: 'Antique Olive Standard Compact';
      font-size: 18px;
    }

    svg g.result > text > tspan.item {
      font-family: 'Antique Olive Roman';
      font-size: 12px;
    }

    .linktext {
      font-size: 16px;
    }
}

/* Pour les très grands écrans : ordinateurs */
@media (min-width: 1900px){
  svg foreignObject.textintro {
    font-size: 29;
  }

  svg.BADGE > text > tspan {
    font-size: 24px;
  }

  svg g.result > text > tspan.mainname {
    font-family: 'Antique Olive Standard Compact';
    font-size: 36px;
    text-anchor: middle;
  }

  svg g.result > text > tspan.fullname {
    font-family: 'Antique Olive Roman';
    font-size: 17px;
    text-anchor: middle;
  }

  svg g.result > text > tspan.paragtitle {
    font-family: 'Antique Olive Standard Compact';
    font-size: 21px;
  }

  svg g.result > text > tspan.item {
    font-family: 'Antique Olive Roman';
    font-size: 14px;
  }
}

/*** MODIFICATION CSS BEL ORDINAIRE ***/

svg g.node > text {
    font-size: .65em;
    font-weight: 500;
    letter-spacing: .025em;
}
svg foreignObject.arctext > p {
    font-size: .8em !important;
    font-family: 'Open Sans bold'; 
}
th, td {
    font-size: .85em;
    letter-spacing: .025em;
}

@media (max-width: 1899px) and (min-width: 1371px) {
  section > p.texte {
      letter-spacing: .03em;
      font-size: .85em;
  }
}
