.single-post #content, .single-agence #content {
    margin-top: 130px;
}

@media (max-width: 1140px) {
    .single-post #content {
        margin-top: 70px;
    }
}

.post-nav-link {
    /*background-color: #f8f9fa;*/
    color: #212529;
    transition: all 0.3s ease;
    font-weight: 600;
}

.post-nav-link:hover {
    /*background-color: #e9ecef;*/
    text-decoration: none;
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
}


.post-nav-link span.material-symbols-sharp {
    font-variation-settings: 'FILL' 0,
    'wght' 700,
    'GRAD' 0,
    'opsz' 20;
    font-size: 40px;
}

[rel="prev"]:before {
    content: none;
}

[rel="next"]:after {
    content: none;
}