.supports h2 {
    color: #0066cc;
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 15px;
    font-style: normal;
}

.supports .support-item {
    display: flex;
    align-items: flex-start;
    padding: 0 0 15px 0;
}

.textes-et-references .support-item-col-1,
.outils .support-item-col-1 {
    margin-right: 10px;
}

.supports .support-item-col-1 a {
    color: #0066cc;
}

.supports .support-item-col-1 a.disabled {
    color: #aaa;
}

.supports .support-item-col-2 {
    flex: 1;
}

.supports .support-item-col-2 h3 {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 18px;
}

.sidebar-section .categories-list li:not(:last-child) {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.sidebar-section .categories-list li a {
    display: block;
}

.sidebar-section .categories-list li.active a {
    font-weight: bold;
}

.middle-column h3 {
    color: #0066cc;
    border-bottom: 2px solid #0066cc;
    padding-bottom: 10px;
}

.middle-column .recent-post {
    margin-bottom: 10px;
}

.middle-column .recent-post a {
    display: block;
    font-weight: 600;
}

.btn-load-more {
    background-color: #0066cc;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 16px;
}
.btn-load-more:hover {
    background-color: #0052a3;
}
.btn-load-more:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}
.blog-post img {
    width: 100%;
    margin: 20px 0;
}