@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Bree+Serif&family=Rokkitt:wght@200;300&display=swap');

body, h1, h2, p, ul, li, table, th, td {
    margin: 0;
    padding: 0;
}

h1{
    font-size: 50px;
    color:rgb(255, 255, 255);
    font-family: 'Alfa Slab One', serif;
}

h2{
    font-size: 22px;
    color: black;
    font-family:'Bree Serif', serif;
    margin: 30px;
}
section p{
    color: #000;
    font-size: 20px;
   font-family: 'Rokkitt', serif;
}
body {
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f4;
    color: #333;
    line-height: 1.6;
    text-align: center;
}

header {
    background-color: #333;
    color: #fff;
    padding: 20px;
}

header img {
    border-radius: 5px;
    max-width: 100%;
    height: auto;
}

menu {
    background-color: #bdbdbd;
    color: #fff;
    padding: 10px;
}


/* Style du lien dans le menu */
menu a {
    text-align: left;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

/* Style du contenu principal */
section {
    padding: 20px;
}

article {
    margin-bottom: 40px;

}


article a {
    color: #58bcff;
    text-decoration: none;
    font-weight: bold;
}

footer {
    background-color: #333;
    color: #fff;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

footer a {
    color: #fff;
}

#table-image {
    width: 100%;
    text-align: center;
}

#table-image img,
#table-image video {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}


/* Style du menu de navigation */
table {
    width: 100%;
}

table th, table td {
    padding: 10px;
}

video {
    width: 72%;
}

.LINK:hover{
    color: rgb(252, 141, 224);
    font-size: 22px;
    transition: 1s;

}

.texte-footer {
    color: white;
}