.equipe{
max-width: 1200px;
margin: auto;
}
.cartouche_membre {
    background: rgb(255 255 255 / 82%);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    z-index: 2;
    text-align: center;
}
.bloc_membre {
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
}
.name_membre {
    min-height: 18px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.poste_membre {
    min-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.p_face {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}