.tableDesMatieresDiv{
  min-width: 30%;
  margin-right: 70px;
}

.tableDesMatieresDiv.stickyTable{
  position: fixed;
  top: 10px;
  min-width: auto;
}

.tableDesMatieresDiv.bottomTable{
  position: absolute;
  bottom: 0;
}

.tableDesMatieresDiv h2{
  font-size: 1.625rem;
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 1.2;
}

.tableDesMatieresContainer{
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

.tableDesMatieres{
  border-top: 2px solid var(--noir, black);
  border-bottom: 2px solid var(--noir, black);
  list-style-type: none;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 0px;
  padding-right: 10px;
}

.tableDesMatieres a{
  text-decoration: none;
  color: var(--noir, black);
  font-family: Muli;
  font-size: 1.125rem;
  display: block;
  padding: 10px;
  position: relative;
}

.tableDesMatieres a:after{
  content: ' ';
  width: 20px;
  height: 100%;
  background-color: brown;
  background: url(../../assets/images/icons/_.svg) no-repeat center left;
  background-size: 8px;
  position: absolute;
  right: -20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.tableDesMatieres a:hover:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  right: -20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-left-color: var(--bleu, aquamarine);
  background-image: none;
}

.tableDesMatieres a:hover{
  background-color: var(--bleu, aquamarine);
}

.tableDesMatieres a.hightlighted{
  font-weight: bold;
}

.tabContentWP{
 display: flex;
}

.flexTab{
  max-width: 70%;
  margin-left: auto;
  flex: auto;
}

.flexTab.noIndexTab{
  max-width: none;
  margin-left: auto;
  flex: auto;
}

@media (max-width: 768px){

  .tabContentWP{
    display: block;
   }

  .tableDesMatieresDiv{
    margin-right: 0px;
    min-width: none;  
    margin-bottom: 50px;
  }

  .tableDesMatieresDiv ul{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tableDesMatieresDiv ul>li{
    margin: 0;
  }

  .flexTab{
    max-width: none;
  }

}
