/*
Theme Name: Neve Child - JAC'EM
Template: neve
Description: Thème enfant Neve pour JAC'EM - Gestion fiches métiers SEO
Author: JAC'EM
Version: 1.0.0
*/

/* Styles personnalisés pour les fiches métiers */

.fiche-metier-header {
    background: #f5f5f5;
    padding: 40px 20px;
    margin-bottom: 30px;
}

.fiche-metier-title {
    font-size: 2.5em;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.fiche-metier-domaine {
    display: inline-block;
    background: #0066cc;
    color: white;
    padding: 8px 20px;
    border-radius: 4px;
    font-weight: 600;
    margin-bottom: 20px;
}

.fiche-metier-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.fiche-section {
    margin-bottom: 40px;
}

.fiche-section h2 {
    font-size: 1.8em;
    color: #0066cc;
    border-bottom: 3px solid #0066cc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.fiche-section h3 {
    font-size: 1.4em;
    color: #333;
    margin-top: 25px;
    margin-bottom: 15px;
}

.fiche-section ul {
    list-style: none;
    padding-left: 0;
}

.fiche-section ul li {
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
}

.fiche-section ul li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #0066cc;
    font-weight: bold;
}

.competences-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 20px;
}

.competence-box {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 8px;
    border-left: 4px solid #0066cc;
}

.faq-section {
    background: #f9f9f9;
    padding: 40px;
    border-radius: 8px;
    margin-top: 50px;
}

.faq-item {
    margin-bottom: 25px;
}

.faq-question {
    font-size: 1.2em;
    font-weight: 600;
    color: #0066cc;
    margin-bottom: 10px;
}

.faq-answer {
    color: #555;
    line-height: 1.6;
}

.cta-contact {
    background: linear-gradient(135deg, #0066cc 0%, #004499 100%);
    color: white;
    padding: 50px;
    text-align: center;
    border-radius: 8px;
    margin-top: 50px;
}

.cta-contact h2 {
    color: white;
    margin-bottom: 20px;
}

.cta-button {
    display: inline-block;
    background: white;
    color: #0066cc;
    padding: 15px 40px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1em;
    transition: all 0.3s;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Responsive */
@media (max-width: 768px) {
    .fiche-metier-title {
        font-size: 1.8em;
    }

    .competences-grid {
        grid-template-columns: 1fr;
    }
}
