h1 {
  
    
 }

 h2 {
    color: #000;
  
    font-size: 36px;
    

 }

 
.content {
    margin-top: 20px;
    border:1px solid black;
    display: flex;
    flex-direction: column;
}
.aside {
    margin-top: 200px;
    border:1px solid black;
    height: fit-content;
}

.chapitre {
    border-bottom: 1px solid black;
    min-height: 100px;
  
}

.chapitre a {
    text-decoration: none;
    text-transform: uppercase;
    color: black;
}

.chapitre a:hover {
    font-weight: bold;
}
.aside a {
    text-decoration: none;
    text-transform: uppercase;
    color: black;

}

.aside a:hover{
    font-weight: bold;
}



.titre {
    color: #000;
    font-size: 12px;
    margin-top :10px;
    margin-bottom: 5px;
    font-weight: bold;

}




