body, header, nav, main, footer {
    font-family: 'Pixelated MS Sans Serif', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    box-shadow: 3px 3px 0px #000000; 
    background-color: #C0C0C0; 
}

.windows95-style {
    border: 2px solid #000; 
    box-shadow: 3px 3px 0px #000; 
    margin: 10px; 
}


header {
    background-color: #00007F; 
    color: white;
    display: flex;
    justify-content: space-between; 
    align-items: center;
    padding: 8px;
    border: 2px solid #000;
    font-size: 0.8rem;
    position: relative; 
}

header h1 {
    text-align: center;
}

.odysee-video iframe {
    width: 100%;
    height: 300px; 
    border: none;
}


.header-title {
    text-align: center;
    width: 100%; 
    position: absolute;
    left: 0;
    right: 0;
    margin: auto; 
}

.image-placeholder {
    width: 75px; 
    height: 75px; 
    overflow: hidden; 
    display: flex;
    justify-content: center; 
    align-items: center; 
}

.image-placeholder img {
    max-width: 100%; 
    max-height: 100%; 
    object-fit: cover; 
}

body {
    padding: 20px; 
}

nav ul {
    list-style-type: none;
    background-color: #008080; 
    padding: 6px 0;
    margin: 0;
    display: flex;
    justify-content: center;
    border-bottom: 3px solid black; 
    font-size: 0.8rem;
    border: 2px solid #000;
}

nav ul li {
    margin: 0 20px;
}

nav ul li a {
    text-decoration: none;
    color: white;
    font-weight: bold; 
}

main {
    padding: 60px;
    font-size: 0.8rem;
    background-color: #FFFFFF;
    margin: 20px;
    border: 3px solid black; 
}

article {
    border: 1px solid #000000;
    padding: 8px;
    margin-bottom: 20px;
    background-color: #F0F0F0;
    box-shadow: 2px 2px 0px #000000; 
}

footer {
    background-color: #00007F;
    color: white;
    text-align: center;
    padding: 2px;
    position: fixed;
    bottom: 0;
    left: 0; /* Ce fdp de footer se mettait pas à gauche ptn */
    width: 100%;
    font-size: 0.7rem;
    border-top: 3px solid black;
}

#odysee-iframe {
    border: 2px outset #000; 
    box-shadow: 
        -4px -4px 0px 0px #fff, 
        4px 4px 0px 0px #808080, 
        5px 5px 0px 0px #000; 
    background: #C0C0C0; 
    padding: 4px; 
}
