footer {
    background-color: #2c3e50;
    color: white;
    text-align: center;
    padding: 15px;
    margin-top: 20px;
    position: relative;
    bottom: 0;
    width: 95%;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-content p {
    margin: 5px 0;
}

.footer-content a {
    color: #f1c40f;
    text-decoration: none;
}

.footer-content a:hover {
    text-decoration: underline;
}

.school-logo {
    width: 100px; /* Ajuste selon ton besoin */
    margin-right: 10px;
}
