body {
    width: 100%;
    text-align:center;
    background-color: #140c01;
    color: #f5e3a1;
    margin: 0;
    font-family: sans-serif;
}

main {
    max-width: 600px;
    margin:auto;
}

main ul {
    text-align:left;
}

a {
    color: #fafaea;
    text-decoration:none;
}

.banniere {
    max-height: 300px;
    max-width: 100%;
}

.activites {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    row-gap: 25px;
}

.activite {
    text-align: center;
    width: 150px;
    margin: 0px 10px;
    border:1px solid #f5e3a1;
    color: #f5e3a1;
    font-size: 120%;
    padding: 10px;
}
.activite img {
    width: 150px;
}
.activite a {
    color: #f5e3a1;
}

.icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1em 0;
}

.icon {
    text-align: center;
    height: 50px;
    margin: 0px 7px;
}

.icon img {
    height: 40px;
}

.infos div {
    margin: 5px 0;
}

.button {
    margin: 10px auto 3px auto;
    border: 1px solid #f5e3a1;
    width: 10em;
    background-color: #f5e3a1;
    border-radius: 0.2em;
    color: black;
    padding: 0.5em;
    cursor: pointer;
    display: flex;
    align-items: center;
    column-gap:10px;
    justify-content: center;
}

.button:hover {
    background-color: #fafaea;
}

.desc {
    text-align:justify;
}

.button-span {
    border: 1px solid #f5e3a1;
    background-color: #f5e3a1;
    border-radius: 0.2em;
    color: black;
    padding: 0.1em 0.2em;
    cursor: pointer;
}

.button-span:hover {
    background-color: #fafaea;
}

.infos a {
    color: #f5e3a1;
    text-decoration:none;
}
