.container.v2-documentation {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 20px 40px #2699fb33;
        margin: 20px auto;
}


.content .field--name-field-liste-des-documents {
    display: flex;
    flex-direction: row;
    width: 100%;
}

h4 a {
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.1rem;
}

.v2-document-item {
    padding: 20px 5px;
    text-align: center;
}

.v2-document-item img {
    box-shadow: 2px 2px 5px #978f8f;
}

.v2-document-item img:hover {
    box-shadow: 2px 2px 6px #000;
}

.container.v2-documentation H3{
   color: rgb(162, 90, 196);
}

.container.v2-documentation .field__item {
    max-width: 16%;
}
.container.v2-documentation h4 {
    line-height: 1.1rem;
    padding-top: 10px;
}

.content .field--name-field-liste-des-documents {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
}