* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/*
 * Alpharkane : fonds gris neutres, violet UNIQUEMENT en accent (liens, boutons actifs)
 */

body {
    background-color: #0e0e0e;
    font-family: Arial, Helvetica, sans-serif;
    color: #e5e2e1;
}

a {
    color: inherit;
}

.head-barre-navigation {
    width: 100%;
    border-bottom: 1px solid #353534;
}

.head-navbar {
    background-color: #0e0e0e;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 30px;
    flex-wrap: wrap;
    gap: 16px;
}

.head-navbar-simple {
    justify-content: space-between;
}

.head-logo a {
    display: block;
    line-height: 0;
}

.head-logo-dimensions {
    height: 52px;
    width: auto;
}

.head-liens {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
}

.head-lien {
    color: #b8b4b0;
    padding: 10px 14px;
    text-decoration: none;
}

.head-lien:hover {
    color: #986eee;
}

.head-menu-droite {
    display: flex;
    gap: 10px;
    align-items: center;
}

.lang-bar {
    display: inline-flex;
    align-items: stretch;
    border: 1px solid #353534;
    border-radius: 4px;
    overflow: hidden;
    background-color: #0e0e0e;
}

.lang-btn {
    padding: 7px 13px;
    background: transparent;
    border: none;
    border-right: 1px solid #353534;
    color: #9a9490;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.06em;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Courier New', Courier, monospace;
    line-height: 1;
}

.lang-btn:last-child {
    border-right: none;
}

.lang-btn:hover:not(.active) {
    color: #e5e2e1;
    background-color: #1c1b1b;
}

.lang-btn.active {
    background-color: #252525;
    color: #986eee;
}

.page {
    display: flex;
    min-height: calc(100vh - 140px);
}

.navmenu {
    background-color: #0e0e0e;
    width: 200px;
    min-width: 160px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px 18px;
    border-right: 1px solid #353534;
}

.navlinks {
    text-decoration: none;
    color: #9a9490;
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.9rem;
}

.navlinks:hover,
.navlinks.nav-active {
    color: #986eee;
}

.corpse {
    background-color: #131313;
    width: calc(100% - 200px);
    flex: 1;
    color: #e5e2e1;
}

.titre {
    padding: 28px 30px 10px;
    font-family: 'Courier New', Courier, monospace;
    color: #e5e2e1;
    font-size: 1.5rem;
    font-weight: normal;
}

.texte {
    color: #b8b4b0;
    padding: 0 30px 28px;
    line-height: 1.65;
}

.conteneur-badges {
    margin: 8px 30px 20px;
    padding: 10px 14px;
    border: 1px solid #353534;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    background-color: #0e0e0e;
    border-radius: 4px;
}

.badges {
    padding: 6px 12px;
    background-color: #252525;
    color: #e5e2e1;
    border: 1px solid #353534;
    border-radius: 16px;
    font-size: 0.82rem;
}

.card-position {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 0 30px 16px;
}

.card {
    border: 1px solid #353534;
    width: 400px;
    max-width: 100%;
    background-color: #1c1b1b;
    padding: 18px;
    border-radius: 4px;
}

.card-alignement {
    display: flex;
    align-items: center;
    gap: 16px;
}

.card-icone {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
    border: 1px solid #353534;
}

.card-contenu {
    color: #b8b4b0;
    margin-top: 8px;
    line-height: 1.55;
}

.card .titre {
    padding: 0;
    font-size: 1.1rem;
}

.card-lien {
    display: inline-block;
    margin-top: 10px;
    color: #986eee;
    font-weight: bold;
    text-decoration: none;
}

.card-lien:hover {
    color: #b49aff;
}

.card-large {
    width: 100%;
    max-width: 820px;
}

.liens-dl {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.liens-dl a {
    border: 1px solid #353534;
    background-color: #252525;
    color: #e5e2e1;
    padding: 8px 14px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.85rem;
}

.liens-dl a:hover {
    background-color: #986eee;
    border-color: #986eee;
    color: #0e0e0e;
}

.grille-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding: 0 30px 30px;
}

.bloc-contact {
    border: 1px solid #353534;
    background-color: #1c1b1b;
    padding: 18px;
    border-radius: 4px;
    width: 260px;
}

.bloc-contact h3 {
    font-family: 'Courier New', Courier, monospace;
    margin-bottom: 8px;
    color: #e5e2e1;
    font-size: 1rem;
}

.bloc-contact p {
    color: #b8b4b0;
    margin-bottom: 6px;
    font-size: 0.92rem;
}

.bloc-contact a {
    color: #986eee;
    text-decoration: none;
}

.bloc-contact a:hover {
    color: #b49aff;
}

.footer-pied-de-page {
    background-color: #0e0e0e;
    padding: 28px;
    border-top: 1px solid #353534;
}

.footer-mentions-legales {
    text-align: center;
    color: #9a9490;
    line-height: 1.9;
    font-size: 0.92rem;
}

.footer-mentions-legales a {
    color: #b8b4b0;
    text-decoration: none;
}

.footer-mentions-legales a:hover {
    color: #986eee;
}

@media (max-width: 768px) {
    .page {
        flex-direction: column;
    }

    .navmenu {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        border-right: none;
        border-bottom: 1px solid #353534;
    }

    .corpse {
        width: 100%;
    }
}
