.tab-content {
    display: none;
}
.nav-tab-wrapper {
border-bottom: 1px solid #ccc;
padding-bottom: 5px;
margin-bottom: 20px;
}

.nav-tab {
background-color: #f1f1f1;
border: 1px solid #ccc;
padding: 8px 12px;
text-decoration: none;
color: #333;
margin-right: 2px;
border-bottom: none;
}

.nav-tab:hover {
background-color: #e5e5e5;
}

.nav-tab-active {
background-color: #fff;
border-bottom: 1px solid #fff;
}

.tab-content {
display: none;
background-color: #fff;
padding: 20px;
border: 1px solid #ccc;
}

/* Ajoutez vos propres styles personnalisés ici */
h1{
text-align: center;
}

h2, h3 {
font-family: 'Arial', sans-serif;
}

p {
font-family: 'Arial', sans-serif;
font-size: 16px;
}