body {
    margin-left: 10%;
    margin-right: 10%
}

.title {
    font-size:50px;
    text-align: center;
    background-color: yellow;
    border: 5px solid black; 
    padding: 5px;
    text-decoration: underline;
}

.content h1{ 
    margin-left: 100px;
    font-size: 25px;
    color: red;
    text-decoration: underline;
}

.content h2 {
    margin-left: 200px;
    font-size: 20px;
    color: green;
    text-decoration: underline;
}

code {
    font-family: monospace;
    font-size: 15px;
}

.content p {
    background-color: grey;
    padding: 15px;
    border-radius: 15px;
    font-size: 20px;
}

.liste {
    background-color: grey;
    padding: 15px;
    border-radius: 15px;
    font-size: 20px;
}

pre.sourceCode {
    padding: 15px;
    border-radius: 15px;
}

.c {
    background-color: black;
    color: white;
    font-size: 20px;
}

.zone-telechargement {
    text-align: center;
    width: auto;
}

.footer-images a {
    text-decoration: none; /* Supprime le soulignement */
    color: white; /* Change la couleur du lien */
    font-size: 18px;
    padding: 12px;
    display: block;
    background-color: rgba(0, 0, 0, 0.5); /* Ajoute un fond pour plus de lisibilité */
    border-radius: 5px;
}

footer {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-images {
    display: flex;
    gap: 10px;
    margin-right: 20px; /* Espacement par rapport au texte */
}

.footer-images img {
    max-height: 50px; /* Ajuste la hauteur maximale des images */
    width: auto; /* Permet aux images de garder leurs proportions */
}
