canvas { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; } body { position: relative; top: 78px; display: flex; flex-direction: column; } body, html, article, section { font-family: 'Courier New', monospace; color: #00ff00; } .navbar { background-color: #0000009a; padding: 15px 20px; display: flex; justify-content: space-between; align-items: center; position: fixed; top: 0; left: 0; width: 100%; z-index: 3; height: 40px; } .liens-nav { list-style: none; display: flex; gap: 20px; padding: 60px; position: relative; } .liens-nav a { color: #00ff00; text-decoration: none; font-size: 1em; transition: color 0.3s ease; } .liens-nav a:hover { color: #3b9836; } .navbar .liens-nav .active { text-decoration: underline; } .hidden { display: none; position: absolute; flex-direction: column; cursor: pointer; padding: 10px 0px; background-color: #000000d3; z-index: 5; } .hidden a { cursor: pointer; padding: 10px 0px; } .survol:hover .hidden { display: flex; } .pres { display: flex; padding: 10px; } .pres img { max-width: 50px; height: auto; border-radius: 10%; margin-right: 10px; } body a { text-decoration: none; color: #f2f6f2; text-align: center; margin-top: 20px; } a:hover { color: #21641d; } table { width: 80%; border-collapse: collapse; margin-top: 20px; background-color: #070707af; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); border-radius: 10px; margin: auto; } caption { font-size: 1.5em; margin-bottom: 10px; color: #f6f7f6; } th, td { padding: 15px; text-align: left; border: 1px solid #ddd; } th { background-color: #444; color: white; } td { background-color: #030303bd; color: white; } td img { width: 60px; height: auto; display: block; margin: 0 auto; } footer { background-color: #0000009a; width: 100%; z-index: 3; margin-top: 20px; color: #00ff00; }