body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
}
header {
    background-color: #0056b3;
    color: white;
    padding: 10px 0;
    text-align: center;
    position: relative;
}
.logo {
    width: 100px;
    height: auto;
}
.tableau{
    width: 800px;
    height: auto;
    display: block;
    margin: auto;
}
.login-form {
    background-color: white;
    margin: 20px auto;
    padding: 20px;
    width: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.login-form input {
    width: 92%;
    padding: 10px;
    margin: 10px 0;
}
.login-form button {
    width: 100%;
    padding: 10px;
    background-color: #0056b3;
    color: white;
    border: none;
    cursor: pointer;
}
nav {
    background-color: #333;
    padding: 10px 0;
    text-align: center;
}
nav a {
    color: white;
    margin: 0 15px;
    text-decoration: none;
}
footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    bottom: 0;
}
footer a {
    color: white;
    margin: 0 15px;
    text-decoration: none;
}
.container {
    padding: 20px;
    
}
.user-info {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #e7f3fe;
    border-left: 5px solid #2196F3;
    padding: 10px;
    text-align: center;
    color: #060688;
}
#intro-div {
    background-color: white;
    margin: 20px auto;
    padding: 20px;
    width: 80%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    line-height: 1.6;
    text-align: justify;
}
.subject {
    font-weight: bold;
    margin-bottom: 10px;
}
.signature {
    margin-top: 20px;
    text-align: right;
    font-style: italic;
    color: #333;
    padding: 20px;
}
.image-container {
    margin-top: 10px;
}
.official-seal, .signature_graph {
    width: 100px;
    margin: 0 5px;
}
#wrong-credentials {
    background-color: red;
    display: none;
    margin: 20px auto;
}
#resultats-div {
    background-color: white;
    margin: 20px auto;
    padding: 20px;
    width: 80%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: justify;
    line-height: 1.6;
}
#reclamations-div {
    background-color: white;
    margin: 20px auto;
    padding: 20px;
    width: 80%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: justify;
    line-height: 1.6;
}
.discipline_category {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #0056b3;
}
ul {
    list-style-type: disc;
    padding-left: 20px;
}
li {
    margin-bottom: 5px;
}
.frame {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
}
.left-align {
    text-align: left;
    background-color: #f9f9f9;
}
.center-align {
    text-align: center;
    background-color: #f0f0f0;
}
.right-align {
    text-align: right;
    background-color: #f9f9f9;
}
.italic-text {
    font-style: italic;
    color: #555;
}
.bold-text {
    font-weight: bold;
    color: #444;
}
.dontclickstyle {
    display: none;
}
.hide_intro_on_headpage {
    display: none;
}
.content-title {
    background-color: #0056b3; /* Couleur de fond pour le titre */
    color: white; /* Couleur du texte */
    padding: 12px; /* Espacement intérieur */
    margin: 20px 0 10px 0; /* Marge extérieure : haut, droite, bas, gauche */
    border-radius: 5px; /* Coins arrondis */
    font-size: 1.5em; /* Taille de la police */
    font-weight: bold; /* Texte en gras */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Ombre légère */
}

.content-content {
    background-color: #f9f9f9; /* Couleur de fond pour le contenu */
    padding: 15px; /* Espacement intérieur */
    margin: 0 0 20px 0; /* Marge extérieure */
    border-radius: 5px; /* Coins arrondis */
    border-left: 4px solid #0056b3; /* Bordure à gauche pour un effet visuel */
    font-size: 1em; /* Taille de la police */
    line-height: 1.6; /* Hauteur de ligne pour une meilleure lisibilité */
    color: #333; /* Couleur du texte */
}
