/* Contenu accueil : styles des sections extraites (projets, parcours, modules…) */

.hero {
    text-align: center;
    padding: 10px 0 24px;
}

.hero-title {
    font-family: 'Courier New', Courier, monospace;
    color: #7d7551;
    font-size: 1.6rem;
    margin-bottom: 8px;
}

.title-highlight {
    color: #867100;
}

.hero-subtitle {
    color: #958e71;
    margin-bottom: 12px;
}

.hero-description {
    max-width: 820px;
    margin: 0 auto 16px;
    line-height: 1.6;
}

.game-hero-toolbar,
.featured-actions,
.main-project-actions,
.updates-controls,
.project-meta,
.contact-form-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 12px;
}

.btn,
.view-toggle-btn {
    display: inline-block;
    border: 2px solid #867100;
    padding: 8px 14px;
    background-color: #0b0c06;
    color: #f5f3f3;
    text-decoration: none;
    font-family: inherit;
    font-size: 0.85rem;
    cursor: pointer;
}

.btn:hover,
.view-toggle-btn.active {
    background-color: #867100;
    color: #0b0c06;
}

.section-divider,
hr.section-divider {
    border: none;
    border-top: 2px solid #867100;
    margin: 28px 0;
}

.section-header,
.titre-section-like {
    text-align: center;
    margin-bottom: 20px;
}

.section-title {
    margin: 0 auto 20px;
    max-width: 700px;
    color: #7d7551;
    text-align: center;
    border: 5px solid #7c764e;
    padding: 16px 40px;
    background-color: #0b0c06;
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.2rem;
    font-weight: normal;
}

.section-subtitle {
    color: #ada171;
    margin-top: 8px;
    font-size: 0.95rem;
    font-weight: normal;
}

.kover-vertolete-promo {
    text-align: center;
    margin: 20px 0;
}

.kover-vertolete-promo-img {
    max-width: 100%;
    height: auto;
    border: 2px solid #958e71;
}

.featured-section,
.main-project-section {
    margin: 24px 0;
}

.featured-grille {
    margin: 0 auto;
}

.featured-carte {
    text-align: center;
}

.featured-carte p {
    line-height: 1.55;
    margin-bottom: 8px;
}

.featured-container,
.main-project-card {
    max-width: 900px;
    margin: 0 auto;
    border: 2px solid #958e71;
    background-color: #0b0c06;
    color: #f5f3f3;
    padding: 20px;
}

.featured-title,
.main-project-title {
    color: #ada171;
    margin-bottom: 10px;
}

.main-project-badge,
.project-badge {
    display: inline-block;
    border: 1px solid #867100;
    padding: 3px 8px;
    font-size: 0.7rem;
    color: #867100;
    margin-bottom: 8px;
}

.main-project-content,
.featured-content {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.main-project-thumb img {
    width: 200px;
    max-width: 100%;
    border: 2px solid #958e71;
}

.projects-toolbar {
    text-align: center;
    margin-bottom: 16px;
    color: #7d7551;
}

.projects-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.project-card {
    width: 480px;
    max-width: 100%;
    border: 2px solid #958e71;
    background-color: #0b0c06;
    color: #f5f3f3;
    padding: 16px;
}

.project-header h3 {
    color: #ada171;
    margin-bottom: 8px;
}

.project-content p {
    line-height: 1.55;
    margin: 10px 0;
}

.project-thumb img {
    max-width: 100%;
    margin-bottom: 10px;
    border: 1px solid #958e71;
}

.project-thumb {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1a1a12;
    color: #ada171;
    text-align: center;
    font-size: 0.8rem;
    padding: 12px;
    margin-bottom: 10px;
}

.project-highlights {
    margin: 8px 0 8px 18px;
    font-size: 0.92rem;
}

.project-meta-muted {
    color: #958e71;
    font-size: 0.85rem;
}

.updates-slide,
.mise-a-jour-accueil {
    border: 2px solid #958e71;
    background-color: #0b0c06;
    color: #f5f3f3;
    padding: 16px;
    margin-bottom: 12px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.updates-title a {
    color: #ada171;
}

.updates-meta {
    color: #958e71;
    font-size: 0.85rem;
    margin: 6px 0;
}

.timeline-container,
.parcours {
    max-width: 820px;
    margin: 0 auto;
}

.timeline-item,
.etape {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    border: 2px solid #958e71;
    padding: 16px;
    margin-bottom: 12px;
    background-color: #fff;
}

.timeline-date,
.etape-date {
    width: 100px;
    font-weight: bold;
    color: #7d7551;
}

.timeline-content h3,
.etape-texte h3 {
    color: #0b0c06;
    margin-bottom: 6px;
}

.timeline-status {
    display: inline-block;
    margin-top: 8px;
    font-size: 0.75rem;
    border: 1px solid #867100;
    padding: 2px 8px;
    color: #867100;
}

.contact-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.contact-info {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

.contact-card,
.carte-contact {
    width: 260px;
    border: 2px solid #958e71;
    padding: 18px;
    background-color: #fff;
    text-align: center;
}

.contact-card h3 {
    color: #7d7551;
    margin-bottom: 8px;
}

.contact-form {
    width: 100%;
    max-width: 420px;
    border: 2px solid #958e71;
    padding: 18px;
    background: #fff;
}

.contact-form .form-group {
    margin-bottom: 12px;
}

.contact-form label {
    display: block;
    margin-bottom: 4px;
    color: #7d7551;
    font-weight: bold;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 8px;
    border: 2px solid #958e71;
    box-sizing: border-box;
}

.about-text,
.frame.mb-8 p {
    max-width: 820px;
    margin: 0 auto;
    line-height: 1.65;
}

.under-construction-banner {
    text-align: center;
    color: #867100;
    border: 2px dashed #867100;
    padding: 8px;
    margin-bottom: 20px;
    font-size: 0.85rem;
}
