@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");

a[href$=".pdf"]:before {
    content: url('images/pdf.svg');
    margin-right: 6px;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
}

.list {
    list-style-type: none;
    font-size: 1.1rem;
    line-height: 0.5rem;
    padding: 20px;
}

.list a {
    font-weight: 600;
    color: #1a0909;
}

button.pdflist-load-btn {
    color: #fff;
    font-weight: 500;
    /* width: 335px; */
    padding: 10px;
    border-radius: 10px;
    background: #226d68;
}

button.pdflist-load-btn:hover {
    color: #000000;
    background: #d6955b;
}

.pdflist-container {
    width: 100%;
    padding: 20px 0;
}

.titre {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    position: relative;
    z-index: 0;
}

.titre:after {
    content: "";
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 23px;
    transform: translate(-9px, -5px);
    background-color: #cc0a5e99;
    border-radius: 3rem;
    z-index: -1;
}