body {
    background-color: black;
    color: white;
    text-align: center;
    font-family: 'Be Vietnam Pro', sans-serif;
    padding: 20px;
}

main{
    width: 90%;
    margin: 0 auto;
}

.pdf-section {
    padding: 20px;
    color: white;
    font-family: 'Be Vietnam Pro', sans-serif;
    text-align: left; /* assure l'alignement à gauche */
    max-width: 600px;  /* largeur max optionnelle */
}

.pdf-section h3 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.pdf-list {
    list-style-type: none;
    padding-left: 0;
}

.pdf-list li {
    margin-bottom: 8px;
}

.pdf-list a {
    color: #b5b5b5;
    text-decoration: none;
    font-size: 14px;
}

.pdf-list a:hover {
    text-decoration: underline;
    color: white;
}

.pdf-list i {
    margin-left: 5px;
}

.ttl-h{
 margin-top: 60px;   
}