.equipe {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.equipe__image--bloc {
    background-size: cover;
    height: 260px;
    background-repeat: no-repeat;
    background-position: center top;
    margin-bottom: 15px;
}

.equipe__image--denomination {
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 0px;
}

.equipe__image--statut {
    font-size: 16px;
}

.equipe__description {
    display: none;
}

.equipe__description--more {
    text-align: center;
}

.equipe__description--less {
    display: none;
    text-align: center;
}

.equipe__description--more-texte,
.equipe__description--less {
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
    font-style: italic;
}

.equipe.open .equipe__description {
    display: block;
}

.equipe.open .equipe__description--more {
    display: none;
}

.equipe.open .equipe__description--less {
    display: block;
}

@media(min-width:992px) {
    .equipe {
        margin-right: 0px;
        margin-left: 0px;
        padding: 30px;
    }
    .equipe__description {
        display: none;
    }
}