/*
 * page-le-laboratoire-de-praxeologie.css
 * Page ID : 2 (.page-id-2)
 */

.page-id-2 .lp-intro {
    font-family: Georgia, serif;
    font-size: 1rem;
    line-height: 1.85;
    color: #333;
    background: #f5f5f0;
    border-left: 4px solid #22413a;
    border-radius: 0 4px 4px 0;
    padding: 1.25rem 1.5rem;
    margin-bottom: 2rem;
}

.page-id-2 .lp-section {
    margin-bottom: 2rem;
}

.page-id-2 .lp-section p {
    font-family: Georgia, serif;
    font-size: 1rem;
    line-height: 1.85;
    color: #333;
    margin-bottom: 1rem;
}

.page-id-2 .lp-list {
    list-style: none;
    padding-left: 0;
    margin: 1rem 0 1.5rem;
}

.page-id-2 .lp-list li {
    position: relative;
    padding: 0.5rem 0.75rem 0.5rem 1.75rem;
    font-family: Georgia, serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
}

.page-id-2 .lp-list li::before {
    content: "›";
    position: absolute;
    left: 0.5rem;
    color: #eb3e6c;
    font-weight: 700;
    font-size: 1.1rem;
}

.page-id-2 a {
    color: #22413a;
    text-decoration: none;
    border-bottom: 1px dashed #59716b;
}

.page-id-2 a:hover {
    color: #eb3e6c;
    border-color: #eb3e6c;
}
