body {
    font-family: Arial, sans-serif;
    background-color: #f4f7f6;
    padding: 40px;
}

.navigation { 
    text-align: center; 
    margin-bottom: 30px; 
}

.msgInfo { 
    text-align: center; 
    padding: 20px; 
    font-weight: bold; 
    color: #008080; 
}

.msgError { 
    text-align: center; 
    padding: 20px; 
    color: #d9534f; 
    font-weight: bold; 
}

.grilleModules { 
    display: grid; 
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); 
    gap: 20px; 
    max-width: 1200px; 
    margin: 0 auto; 
}

.cardModule { 
    background: #ffffff; 
    border-radius: 12px; 
    padding: 24px; 
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05); 
    display: flex; 
    flex-direction: column; 
    justify-content: space-between; 
}

.borderCIE {
    border-left: 6px solid #0A9F7A; 
}
.borderEP {
    border-left: 6px solid #1a2b3c; 
}

.nbModule { 
    color: #0d4d4d; 
    margin-top: 0; 
    font-size: 20px; 
    margin-bottom: 4px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.titleModule {
    color: #7e7e7e;
    margin-top: 0px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
}

.annee {
    text-align: center;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 30px; 
    color: #0D4D4D;
    margin-top: 70px;
}