.page-conseils {
    background: #f5f5f5;
}

.conseils-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
}

.conseil-section {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #ddd;
}

.section-title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    border-bottom: 2px solid #0066cc;
    padding-bottom: 10px;
}

.subsection-title {
    font-size: 22px;
    font-weight: bold;
    color: #444;
    margin-top: 30px;
    margin-bottom: 15px;
}

.section-content p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.intro-text {
    font-size: 16px;
    margin-bottom: 20px;
}

.section-content ul {
    margin: 20px 0;
    padding-left: 20px;
}

.section-content ul li {
    margin-bottom: 10px;
}

.highlight-box {
    background: #e8f4f8;
    padding: 20px;
    margin: 20px 0;
    border-left: 4px solid #0066cc;
}

.highlight-box p {
    margin: 0;
}

.warning-box {
    background: #fff3cd;
    padding: 20px;
    margin: 20px 0;
    border-left: 4px solid #ff9800;
}

.warning-box p {
    margin: 0;
}

.recommendation-box {
    background: #d4edda;
    padding: 20px;
    margin: 20px 0;
    border-left: 4px solid #28a745;
    text-align: center;
}

.recommendation-box p {
    margin: 0;
    font-weight: bold;
}

.technique-list {
    margin-top: 20px;
}

.technique-item {
    background: #f9f9f9;
    border-left: 3px solid #666;
    padding: 20px;
    margin-bottom: 20px;
}

.technique-item h4 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}

.technique-item p {
    margin: 0;
}

@media (max-width: 768px) {
    .conseils-wrapper {
        padding: 20px 15px;
    }

    .conseil-section {
        padding: 20px;
    }

    .section-title {
        font-size: 24px;
    }

    .subsection-title {
        font-size: 20px;
    }
}
