/* Actualités */
.wpc-filter-title {
    font-size: 24px;
}

/* Thème / Type */
body .wpc-filters-main-wrap li.wpc-term-item.wpc-term-id-3,
body .wpc-filters-main-wrap li.wpc-term-item.wpc-term-id-8 {
    input[type=checkbox] {
        margin-top: 2px;
    }

    label {
        font-size: 24px !important;
        font-weight: 500 !important;
    }
}

body .wpc-filters-main-wrap li.wpc-term-item.wpc-term-id-8 {
    margin-top: 40px;
}

li.wpc-term-item ul.children,
li.wpc-term-item > .wpc-term-item-content-wrapper+ul.children {
    display: block !important;
}

.wpc-toggle-children-list {
    display: none;
}

body .wpc-filters-main-wrap .wpc-filter-has-hierarchy .wpc-term-item-content-wrapper {
    padding-right: 0 !important;
}

body .wpc-filters-main-wrap ul.children li.wpc-term-item {
    margin-left: 20px;

    label {
        font-size: 14px !important;
    }
}

.wpc-filters-main-wrap li.wpc-term-item input[type=checkbox] {
    width: 12px;
    height: 12px;
    border: 1px solid #bbb;
    border-radius: 3px;
    margin-right: 16px !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
}

.wpc-filters-main-wrap li.wpc-term-item input[type=checkbox]:checked {
    background-color: #000;
    border: 1px solid #000;
}

.custom-slide-entry.responsive {
    width: 32%;
    margin-left: 2%;
    margin-bottom: 30px;
}

@media screen and (min-width: 989px) {
    .custom-slide-entry.responsive:nth-child(3n+1) {
        margin-left: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 989px) {
    .custom-slide-entry.responsive {
        width: 47%;
    }

    .custom-slide-entry.responsive:nth-child(2n+1) {
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
     .custom-slide-entry.responsive {
        width: 100%;
        margin-left: 0;
    }
}

.attached-documents ul {
    list-style: none;
    margin-left: 0;
}

.attached-documents ul li {
    display: inline-block;
    margin-left: 0;
    margin-right: 20px;
}

.attached-documents ul li a {
    font-weight: 500;
}

.attached-documents ul li a span.file-name {
    margin-right: 10px;
}
