@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
body {
    font-family: "JetBrains Mono", monospace;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

div#politique-de-confidentialite {
    text-align: center;
    padding: 1rem;
}

h1 {
    text-align: center;
    padding: 0;
}

section {
    text-align: center;
    padding: 2rem;
}

.conteneur_membres {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.membre {
    width: 150px;
    text-align: center;
}

.membre img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
}

.liste-partenaires {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 1.5rem;
    overflow-x: auto;
    padding: 0.5rem 1rem;
    -webkit-overflow-scrolling: touch;
}

.liste-partenaires a {
    width: 120px;
    text-align: center;
    flex: 0 0 auto;
}

.liste-partenaires img {
    width: 150px;
    height: auto;
    object-fit: contain;
}

footer {
    text-align: center;
    padding: 1rem;
    background-color: #f0f0f0;
}

button {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 15px;
    color: black;
    cursor: pointer;
}
