.equipe {
    width: 100%;
    height: auto;
    margin-top: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    column-gap: 150px;
    row-gap: 50px;
}

.equipe .membre {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.equipe .membre .roles-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 5px;

}

.equipe .membre .role {
    width: fit-content;
    padding: 1px 5px;
    background-color: #B4B7FF;
    border: solid rgba(255, 255, 255, 0.623) 0.5px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.equipe .membre .role p {
    font-size: 14px;
    margin-top: 0;
}

.equipe .membre .presentation {
    width: 300px;
    margin-top: 20px;
}

.equipe .membre .reseaux {

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 25px;
}

.equipe .membre .reseaux a {
    width: fit-content;
    height: fit-content;
}

.equipe .membre .reseaux a img {
    width: 30px;
    height: auto;
    border-radius: 0;
}