@font-face {
    font-family: "NeutrafaceTextBold";
    src: url('../font/NeutrafaceTextBold.otf');
}
@font-face {
    font-family: "Comic";
    src: url('../font/comic.ttf');
}
@font-face {
    font-family: "Comic";
    font-style: italic;
    src: url('../font/comici.ttf');
}
@font-face {
    font-family: "Comic";
    font-weight: bold;
    src: url('../font/comicbd.ttf');
}
@font-face {
    font-family: "Comic";
    font-style: italic;
    font-weight: bold;
    src: url('../font/comicz.ttf');
}

body {
    margin: 0;
}

header {
    display: flex;
    justify-content: center;
    gap: 50px;
    color: #F0DB4F;
    font-family: NeutrafaceTextBold;
}

h1 {
    font-size: 8em;
    margin: 0;
}

header h2 {
    font-size: 4em;
}

nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: -20px;
    padding: 5px;
    gap: 20px;
}

li {
    display: flex;
    justify-content: center;
    font-family: Comic Sans MS, Comic;
    border: solid #F0DB4F 2px;
    border-radius: 10px;
    max-width: 220px;
    list-style: none;
    margin-right: 5px;
}

nav a {
    font-size: 1em;
    text-decoration: none;
    padding: 5px;
    color: #F0DB4F;
}

ul :hover {

    transform: scale(1.1);
    transition: 0.5s;
}

li :hover {
    transform: scale(1);
    border-radius: 10px;
}

#en-cours a {
    border-radius: 10px;
    background-color: #F0DB4F;
    color: #FFFFFF;
}

main {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

h3 {
    margin-bottom: 0;
}

main p {
    margin-bottom: 0;
}

.withdrawal {
    margin-left: 20px;
}

.noReassembled {
    margin-bottom: 14px;
}

.noReassembledBis {
    margin-bottom: 7px;
}

.lineReassembled {
    margin-top: 0;
}

section {
    display: flex;
    flex-direction: column;
    font-family: Comic Sans MS, Comic;
    font-size: 0.9em;
    background-color: LightYellow;
    border-radius: 15px;
    margin-top: 30px;
    padding: 20px;
    width: 80%;
}

.colorBlue {
    color: #07a;
}

.colorBrown {
    color: #9a6e3a;
}

.colorGray {
    color: #807e7e;
}

.colorBurgundy {
    color: #905;
}

.colorBordeau {
    color: #DD4A68;
}

.colorRed {
    color: red;
}

.colorGreen {
    color: #690;
}

table {
    display: inline-table;
    border-collapse: collapse;
    margin: 20px;
}

caption {
    margin-bottom: 10px;
}

th {
    border: 1px solid black;
    text-align: center;
    padding: 10px 30px 10px 30px;
}

td {
    border: 1px solid black;
    text-align: center;
    padding: 10px 30px 10px 30px;
}

h4 {
    margin: 50px 0 0 0;
    text-align: center;
}

img {
    width: 100px;
}

.border {
    border: solid black 1px;
}

.box {
    border: solid black 1px;
    padding: 10px;
}

.height {
    height: 50px;
}

.grayscale {
    filter: grayscale(1);
}

.regroup {
    display: flex;
    align-items: center;
    gap: 20px;

}

footer {
    font-family: Comic Sans MS, Comic;
    text-align: center;
    color: #F0DB4F;
    margin-bottom: 20px;
}

.back {
    position: absolute;
    top:10px;
    right: 10px;
    margin-bottom: 10px;
    border-radius: 15px;
    padding: 10px;
    border: solid #F0DB4F 0.5px;
    text-decoration: none;
    font-family: Comic Sans MS, Comic;
    color: #F0DB4F;
    font-size: 10px;
}