/*Created with Adobe RoboHelp*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500&display=swap');
@import url('https://api.fontshare.com/v2/css?f[]=satoshi@600,500,300,400&display=swap');


body{
  font-family: "Inter" !important;
}
body.media-desktop div.toc-holder *{
  white-space: normal;
}
.toc-holder{
  padding:30px 20px !important;
}
.toc li{
  font-size: 18px !important;
  font-family: "Inter";
  margin: 10px 0;
}
.child ul li {
  margin: 10px 0 !important;
}
.child.max-height-transition
{
  margin: 5px;
}
.header .title{
  font-family: "Satoshi" !important;
}
.toc-holder li a:hover{
  text-decoration: none;
  color: #007DC3;
}
.toc-holder ul .selected a{
  text-decoration: none;
}
#toc-panel{
  scrollbar-width: none;
}
#toc-panel::-webkit-scrollbar {
  -ms-overflow-style: none;
  display: none;
}

/***********************************************/
/*** Mode Sombre ***/
/********************************`***************/
.dark-mode .functionbar,
.dark-mode .functionholder,
.dark-mode .toc-holder,
.dark-mode a.toc,
.dark-mode .topic.main
{
  background-color: #01080D !important;
  border-color: #353535 !important; 
}
.dark-mode .toc-holder li{
  color: #B3B3B3;
}