
body {
    font-family: "Adamina", serif;
    font-size: 17px;
    color: #111;
    background: #0B0A06 url(img/fond-page.jpg) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
	margin: 30px 10%;
}

h1 {
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    color: #f5f5f5;
    text-align: center;
    margin: 60px 0 15px 0;
}

h2 {
    font-size: 22px;
    text-align: center;
    margin: 30px 0;
}

h1::after {
    border-top: solid 4px #ffc107;
    width: 10em;
    margin: 15px auto;
    content: " ";
    display: block;
}

.content {
    min-height: 300px;
    background-color: rgba(245, 245, 245, 0.84);
    padding: 2em;
    border-radius: 15px;
    margin: 2rem;
    align-items: center;
    justify-content: center;
}


.table-fiche {
    margin: 10px auto;
    min-width: 65%;
}


.table-fiche, .table-fiche td, .table-fiche th {
    border: 2px solid #111;
    border-collapse: collapse;
	text-align: left;
    padding: 10px;
}