


.wrapper-document {
    padding: 50px 0;
}

.wrap-document {
    align-items: unset;
}

.aside_left {
    width: 70%;
    padding: 0 15px 0 0;
}

.wrap-aside-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}







.bloc-doc {
    position: relative;
    padding: 0 12px;
    width: 33.33%;
}

.wrap-bloc-doc {
    background: #fff;
    padding: 30px 25px;
    box-shadow: 0px 0px 16px 4px rgb(0 0 0 / 10%);
    position: relative;
    margin: 0 0 40px;
    font-family: manrope,sans-serif;
}

.numero-doc {
    font-size: 41px;
    color: #034c76;
    display: block;
    line-height: 48px;
    margin: 0 0 8px;
    opacity: 0.5;
    margin-right: 14px;
}

.titre-doc {
    color: #7d7a7a;
    margin: 0 0 8px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
}


/***********************/


.img-title-document {
    display: flex;
    align-items: center;
    margin: 0 0 12px;
}

.date-doc {
    color: #000;
    font-size: 12px;
    line-height: 1;
    display: none;
}

.wrap-bloc-doc:hover .date-doc {
    color: #fff;
}



/******************************/

.description-doc {
    font-size: 14px;
    line-height: 24px;
    color: #555;
    margin: 0 0 17px;
    height: 110px;
}

h4.source-doc {
    color: #454444;
    margin: 0 0 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
}

.date-publication {
    color: #034c76;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

.wrap-bloc-doc:after {
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(../images/pdots.png);
    width: 58px;
    height: 58px;
    content: "";
    /* z-index: 8000; */
    transform: rotate(-90deg);
}

.wrap-bloc-doc:hover {
    background: #c2942c;
}

.wrap-bloc-doc:hover * {
    color: #fff;
}

.wrap-bloc-doc:hover .download-btn-wraper {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.download-btn-wraper {
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translate(-50%, -10px);
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s;
}

.download-btn-wraper div {
    background: #fff;
    color: #c2942c;
    padding: 5px 5px 5px 22px;
    font-size: 13px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -.1px;
    display: flex;
    align-items: center;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 0 25px 40px 0 rgb(0 0 0 / 8%);
}

.download-btn-wraper div i {
    width: 30px!important;
    height: 30px!important;
    line-height: 44px;
    font-size: 12px;
    background: #c2942c;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-left: 8px;
}

.wrap-bloc-doc:hover .download-btn-wraper div {
    color: #c2942c;
}






