.wrapper-etudes-de-cas {
    padding: 50px 0;
    background: #f6f6f66b;
    position: relative;
}

.item-document {
    width: 25%;
    padding: 10px 10px;
    /* background: white; */
    position: relative;
    /* overflow: hidden; */
}
a.wrap-item-document:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-10px);
}

a.wrap-item-document:hover .icon-box {
    color: white;
}
a.wrap-item-document {
    background: white;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 20px;
    align-items: center;
    padding-top: 18px;
    transition: all ease 0.4s;
    transform: translateY(0px);
}

.content-item-document h4 {
    font-weight: 500;
}

.wrap-item-document::before {
    content: "";
    background: var(--primary-color);
    height: 5px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 2;
    bottom: 0;
}

.content-item-document {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    padding-right: 15px;
}

a.wrap-item-document .icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    flex-wrap: wrap;
    color: var(--second-color);
    font-size: 25px;
}