/* ══ VARIABLES — identiques à l'index ══ */
:root {
    --primary-dark:  #0a1929;
    --primary-blue:  #1e3a5f;
    --accent-blue:   #2196F3;
    --light-blue:    #4FC3F7;
    --text-dark:     #1a1a1a;
    --text-light:    #666666;
    --bg-light:      #f5f7fa;
    --bg-white:      #ffffff;
    --border-light:  #e0e6ed;
    --success:       #2e7d32;
    --error:         #c62828;
}

/* ══ RESET ══ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: 'Open Sans', sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
}

h1, h2, h3, h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

/* ══ HEADER — copie conforme de l'index ══ */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-light);
    z-index: 1000;
}

.header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1rem 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(0,0,0,.10);
    background: rgba(255,255,255,.8);
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 12px;
    color: var(--text-light);
}

.nav-menu {
    display: flex;
    gap: 3rem;
    list-style: none;
    align-items: center;
}

.nav-menu a {
    color: var(--text-dark);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.nav-menu a:hover,
.nav-menu a.nav-active { color: var(--accent-blue); }

.lang-switcher {
    display: flex;
    gap: 0.3rem;
    margin-left: 2rem;
    padding-left: 2rem;
    border-left: 1px solid var(--border-light);
}

.lang-btn {
    padding: 0.4rem 0.9rem;
    border: 1px solid var(--border-light);
    background: transparent;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    border-radius: 4px;
    color: var(--text-light);
    font-family: 'Montserrat', sans-serif;
}

.lang-btn.active {
    background: var(--accent-blue);
    color: white;
    border-color: var(--accent-blue);
}

/* ══════════════════════════════════════════════════════════════════════════
   HERO — copie pixel-perfect de l'index Logimaax
   ══════════════════════════════════════════════════════════════════════════ */
.hero {
    position: relative;
    width: 100%;
    height: 600px;
    align-content: center;
    vertical-align: top;
    margin-top: 20px;           /* Distance entre le menu et le .hero */
    background:
        radial-gradient(400px 600px at 20% 20%, rgba(70,194,255,.18), transparent 55%),
        radial-gradient(900px 500px at 70% 0%,  rgba(82,255,168,.12), transparent 55%),
        linear-gradient(180deg, #071022, #0b1430);
    overflow: hidden;
    border-bottom: 1px solid rgba(255,255,255,.10);
}

/* Vidéo de fond */
.hero-video {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: right center;
    z-index: 0;
}

/* Overlay sombre par-dessus la vidéo */
.hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(5,10,20,0.60), rgba(5,10,20,0.35));
    z-index: 1;
    pointer-events: none;
}

/* Halo bleu décoratif */
.hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(circle at 80% 50%, rgba(33,150,243,.15) 0%, transparent 50%);
    pointer-events: none;
    z-index: 2;
}

.hero-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 4rem 3rem;
    position: relative;
    z-index: 3;
}

.hero h1 {
    font-size: 2.5rem;
    color: white;
    margin-bottom: 1.2rem;
    max-width: 900px;
}

.hero h1 em {
    font-style: normal;
    background: linear-gradient(90deg, var(--accent-blue), var(--light-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: 1.15rem;
    color: rgba(255,255,255,.85);
    max-width: 650px;
    line-height: 1.8;
    margin-bottom: 2.5rem;
}

.hero-buttons {
    display: flex;
    gap: 1.2rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

/* Stats sous le hero */
.hero-stats-row {
    display: flex;
    gap: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,.12);
    flex-wrap: wrap;
}

.hstat { display: flex; flex-direction: column; gap: .25rem; }

.hstat-num {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.9rem;
    font-weight: 700;
    color: var(--light-blue);
    line-height: 1;
}

.hstat-label { font-size: .82rem; color: rgba(255,255,255,.65); }

/* ══ BOUTONS — identiques à l'index ══ */
.btn {
    padding: 1rem 2.2rem;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    display: inline-block;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.btn-primary { background: var(--accent-blue); color: white; }
.btn-primary:hover { background: #1976D2; transform: translateY(-2px); }

.btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid rgba(255,255,255,.4);
}
.btn-secondary:hover { background: rgba(255,255,255,.1); border-color: white; }

/* ══ SECTION LABEL ══ */
.section-label {
    font-family: 'Montserrat', sans-serif;
    font-size: .73rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--accent-blue);
    margin-bottom: .7rem;
}

/* ══════════════════════════════════════════════════════════════════════════
   SECTION CONTACT PRINCIPALE
   ══════════════════════════════════════════════════════════════════════════ */
.contact-section {
    padding: 6rem 3rem;
    background: var(--bg-light);
}

.contact-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.55fr;
    gap: 5rem;
    align-items: start;
}

/* ── Colonne gauche ── */
.contact-info { display: flex; flex-direction: column; gap: 2rem; }

.contact-info h2 {
    font-size: 1.9rem;
    color: var(--primary-dark);
    line-height: 1.3;
}

.contact-info > p {
    font-size: .97rem;
    color: var(--text-light);
    line-height: 1.9;
}

/* Badge disponibilité */
.avail-badge {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    background: #e8f5e9;
    border: 1px solid #a5d6a7;
    border-radius: 20px;
    padding: .45rem 1.1rem;
    font-size: .82rem;
    font-weight: 700;
    color: var(--success);
    font-family: 'Montserrat', sans-serif;
    width: fit-content;
}

.avail-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--success);
    box-shadow: 0 0 0 3px rgba(46,125,50,.2);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { box-shadow: 0 0 0 3px rgba(46,125,50,.2); }
    50%       { box-shadow: 0 0 0 7px rgba(46,125,50,.06); }
}

/* Cartes d'information */
.info-cards { display: flex; flex-direction: column; gap: .9rem; }

.info-card {
    background: var(--bg-white);
    border: 1px solid var(--border-light);
    border-radius: 10px;
    padding: 1.1rem 1.4rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all .3s ease;
}

.info-card:hover {
    box-shadow: 0 6px 22px rgba(0,0,0,.08);
    border-color: var(--accent-blue);
    transform: translateX(4px);
}

.info-card-icon {
    width: 44px; height: 44px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(33,150,243,.1), rgba(79,195,247,.1));
    display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem; flex-shrink: 0;
}

.info-card-label {
    font-family: 'Montserrat', sans-serif;
    font-size: .72rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 1px;
    color: var(--text-light); margin-bottom: .2rem;
}

.info-card-value { font-size: .93rem; color: var(--text-dark); font-weight: 600; }
.info-card-value a { color: var(--accent-blue); text-decoration: none; }
.info-card-value a:hover { text-decoration: underline; }

/* ── Colonne droite : formulaire ── */
.form-wrapper {
    background: var(--bg-white);
    border: 1px solid var(--border-light);
    border-radius: 14px;
    padding: 3rem;
    box-shadow: 0 6px 40px rgba(0,0,0,.07);
}

.form-header { margin-bottom: 2rem; }

.form-header h3 {
    font-size: 1.3rem;
    color: var(--primary-dark);
    margin-top: .3rem;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
}

.form-group { display: flex; flex-direction: column; gap: .45rem; }
.form-group.full { grid-column: 1 / -1; }

label {
    font-family: 'Montserrat', sans-serif;
    font-size: .77rem; font-weight: 700;
    color: var(--text-dark); letter-spacing: .3px;
}

label .req { color: var(--accent-blue); margin-left: .2rem; }

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
    width: 100%;
    padding: .78rem 1rem;
    border: 1.5px solid var(--border-light);
    border-radius: 7px;
    font-family: 'Open Sans', sans-serif;
    font-size: .9rem;
    color: var(--text-dark);
    background: var(--bg-light);
    transition: border-color .2s, background .2s, box-shadow .2s;
    outline: none;
    appearance: none;
}

input:focus, select:focus, textarea:focus {
    border-color: var(--accent-blue);
    background: white;
    box-shadow: 0 0 0 3px rgba(33,150,243,.1);
}

select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath fill='%23666' d='M6 7L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
    cursor: pointer;
}

textarea { resize: vertical; min-height: 140px; }

/* Checkbox consentement */
.consent-row {
    display: flex; gap: .8rem; align-items: flex-start; margin-top: .3rem;
}

.consent-row input[type="checkbox"] {
    width: 18px; height: 18px;
    margin-top: 3px; flex-shrink: 0;
    accent-color: var(--accent-blue); cursor: pointer;
}

.consent-row label {
    font-family: 'Open Sans', sans-serif;
    font-size: .82rem; font-weight: 400;
    color: var(--text-light); line-height: 1.65;
    letter-spacing: 0; cursor: pointer;
}

/* Bouton */
.btn-submit {
    width: 100%;
    padding: 1.05rem;
    background: var(--accent-blue);
    color: white;
    border: none;
    border-radius: 7px;
    font-family: 'Montserrat', sans-serif;
    font-size: .95rem; font-weight: 700;
    cursor: pointer;
    transition: background .25s, transform .2s;
    margin-top: .4rem;
    display: flex; align-items: center; justify-content: center; gap: .7rem;
}

.btn-submit:hover:not(:disabled) { background: #1976D2; transform: translateY(-2px); }
.btn-submit:disabled { opacity: .6; cursor: not-allowed; transform: none; }

/* Spinner */
.spinner {
    width: 18px; height: 18px;
    border: 2.5px solid rgba(255,255,255,.4);
    border-top-color: white;
    border-radius: 50%;
    animation: spin .7s linear infinite;
    display: none;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* Feedback d'erreur */
.form-feedback {
    display: none;
    border-radius: 8px;
    padding: 1.1rem 1.3rem;
    font-size: .9rem; font-weight: 600;
    margin-top: 1.2rem;
    align-items: center; gap: .7rem;
}
.form-feedback.success { background:#e8f5e9; border:1px solid #a5d6a7; color:var(--success); }
.form-feedback.error   { background:#ffebee; border:1px solid #ef9a9a; color:var(--error); }
.form-feedback.show    { display: flex; }

/* Note confidentialité */
.privacy-note {
    font-size: .77rem; color: var(--text-light);
    text-align: center; margin-top: 1.2rem; line-height: 1.65;
}

/* ══ PANNEAU DE CONFIRMATION POST-SOUMISSION ══ */
#formSuccessPanel {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4rem 2.5rem;
    gap: 1.6rem;
}
#formSuccessPanel.show { display: flex; }

.success-icon-wrap {
    width: 80px; height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(33,150,243,.12), rgba(79,195,247,.12));
    border: 2px solid rgba(33,150,243,.25);
    display: flex; align-items: center; justify-content: center;
    font-size: 2.4rem;
}

.success-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.55rem; font-weight: 700;
    color: var(--primary-dark);
    line-height: 1.25;
}

.success-body {
    font-size: .96rem;
    color: var(--text-light);
    line-height: 1.85;
    max-width: 420px;
}

.success-checklist {
    background: var(--bg-light);
    border: 1px solid var(--border-light);
    border-radius: 10px;
    padding: 1.3rem 1.6rem;
    width: 100%;
    display: flex; flex-direction: column; gap: .65rem;
    text-align: left;
}

.success-check-item {
    font-size: .875rem;
    color: var(--text-dark);
    display: flex; align-items: flex-start; gap: .65rem;
}

.success-check-item span:first-child { flex-shrink: 0; margin-top: .1rem; }

.success-divider {
    width: 50px; height: 3px;
    background: linear-gradient(90deg, var(--accent-blue), var(--light-blue));
    border-radius: 2px;
}

/* ══ SECTION ENGAGEMENTS ══ */
.engagements-section {
    padding: 5rem 3rem;
    background: var(--bg-white);
}

.engagements-inner { max-width: 1400px; margin: 0 auto; }

.engagements-header { text-align: center; margin-bottom: 3.5rem; }
.engagements-header h2 { font-size: 2.2rem; color: var(--primary-dark); margin-top: .5rem; }
.engagements-header p  { font-size: 1rem; color: var(--text-light); margin-top: .8rem; max-width: 620px; margin-left: auto; margin-right: auto; }

.eng-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.eng-card {
    background: var(--bg-light);
    border: 1px solid var(--border-light);
    border-radius: 12px;
    padding: 2rem 1.6rem;
    text-align: center;
    transition: all .3s ease;
}

.eng-card:hover {
    background: white;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    border-color: var(--accent-blue);
    transform: translateY(-5px);
}

.eng-icon { font-size: 2rem; margin-bottom: 1rem; }

.eng-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem; font-weight: 700;
    color: var(--primary-dark); margin-bottom: .5rem;
}

.eng-desc { font-size: .87rem; color: var(--text-light); line-height: 1.7; }

/* ══ SECTION MAP / LOCALISATION ══ */
.localisation-section {
    padding: 5rem 3rem;
    background: var(--bg-light);
}

.localisation-inner {
    max-width: 1400px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
}

.loc-text h2 { font-size: 1.9rem; color: var(--primary-dark); margin-top: .5rem; margin-bottom: 1rem; }
.loc-text p  { font-size: .97rem; color: var(--text-light); line-height: 1.9; margin-bottom: 1.5rem; }

.loc-chips { display: flex; flex-wrap: wrap; gap: .45rem; }
.loc-chip {
    padding: .3rem .85rem; border-radius: 20px;
    background: var(--bg-white); border: 1px solid var(--border-light);
    font-size: .8rem; color: var(--text-light);
    font-family: 'Montserrat', sans-serif; font-weight: 600;
}

.loc-map-wrap {
    border-radius: 14px; overflow: hidden;
    border: 1px solid var(--border-light);
    box-shadow: 0 6px 30px rgba(0,0,0,.08);
}

.loc-map-wrap iframe {
    width: 100%; height: 340px;
    border: none; display: block;
    filter: grayscale(15%);
}

/* ══ CTA FINAL ══ */
.cta-section {
    padding: 6rem 3rem;
    background: linear-gradient(135deg, #0a1929 0%, #1e3a5f 100%);
    text-align: center;
}

.cta-inner { max-width: 860px; margin: 0 auto; }

.cta-inner h2 {
    font-size: 2.4rem; color: white; margin-bottom: 1.2rem; line-height: 1.25;
}

.cta-inner p { font-size: 1.1rem; color: rgba(255,255,255,.82); margin-bottom: 2.5rem; }

/* ══ FOOTER — copie conforme de l'index ══ */
.footer {
    background:
        linear-gradient(rgba(10,25,41,0.92), rgba(10,25,41,0.95)),
        url("images/footer_img.png");
    background-position: center, bottom center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    color: white;
    padding: 5rem 3rem 2rem;
}

.footer-container { max-width: 1400px; margin: 0 auto; }

.footer-main {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.footer-brand h3 { font-size: 1.8rem; margin-bottom: 1rem; }
.footer-brand p  { color: rgba(255,255,255,.7); line-height: 1.8; }

.footer-section h4 { font-size: 1.1rem; margin-bottom: 1.5rem; }

.footer-links { list-style: none; }
.footer-links li { margin-bottom: .8rem; }
.footer-links a { color: rgba(255,255,255,.7); text-decoration: none; font-size: .9rem; }
.footer-links a:hover { color: var(--accent-blue); }

.newsletter-form { display: flex; gap: .5rem; margin-top: 1rem; }
.newsletter-input {
    flex: 1; min-width: 0; padding: .9rem 1.2rem;
    border: 1px solid rgba(255,255,255,.2);
    background: rgba(255,255,255,.05);
    border-radius: 6px; color: white; font-family: 'Open Sans', sans-serif;
}
.newsletter-btn {
    padding: .9rem 1.5rem;
    background: var(--accent-blue);
    border: none; border-radius: 6px;
    color: white; font-weight: 600; cursor: pointer;
}

.footer-bottom {
    display: flex; align-items: center;
    padding-top: 2rem;
    color: rgba(255,255,255,.5);
    font-size: .88rem;
}


/* ══ RESPONSIVE ══ */
@media (max-width: 1024px) {
    .eng-grid { grid-template-columns: 1fr 1fr; }
    .footer-main { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
}

@media (max-width: 900px) {
    .contact-inner { grid-template-columns: 1fr; gap: 3rem; }
    .localisation-inner { grid-template-columns: 1fr; }
    .hero h1 { font-size: 2rem; }
    .nav-menu { gap: 1.8rem; }
}

@media (max-width: 768px) {
    .nav-menu li:not(.lang-li) { display: none; }
    .eng-grid { grid-template-columns: 1fr; }
    .footer-main { grid-template-columns: 1fr; gap: 2rem; }
    .header-container { padding: 1rem 1.5rem; }
    .contact-section, .engagements-section,
    .localisation-section, .cta-section { padding: 3.5rem 1.5rem; }
    .form-wrapper { padding: 2rem 1.5rem; }
}

@media (max-width: 600px) {
    .form-grid { grid-template-columns: 1fr; }
    .form-group.full { grid-column: 1; }
    .hero h1 { font-size: 1.75rem; }
    .hero-stats-row { gap: 1.5rem; }
    .hero-buttons { flex-direction: column; gap: .8rem; }
    .hero-buttons .btn { text-align: center; }
}

/* ══ UTILITAIRES ══ */
.mt-12      { margin-top: 1.2rem; }
.nl-confirm { color: var(--light-blue); font-size: .85rem; margin: .5rem 0 0; }

/* ══ BANNIÈRE COOKIES ══ */
#cookie-banner {
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999;
    background: var(--primary-dark);
    border-top: 2px solid var(--accent-blue);
    padding: 1rem 1.5rem;
    display: flex; align-items: center; justify-content: space-between;
    gap: 1rem; flex-wrap: wrap;
    transform: translateY(100%);
    transition: transform 0.35s ease;
    visibility: hidden;
}
#cookie-banner.visible { transform: translateY(0); visibility: visible; }
.cookie-text {
    flex: 1; font-family: 'Open Sans', sans-serif;
    font-size: .85rem; color: rgba(255,255,255,.75); line-height: 1.55;
}
.cookie-text a { color: var(--light-blue); text-decoration: underline; }
.cookie-actions { display: flex; gap: .6rem; flex-shrink: 0; }
#cookie-accept, #cookie-refuse {
    font-family: 'Montserrat', sans-serif; font-size: .82rem; font-weight: 600;
    padding: .5rem 1.1rem; border-radius: 4px; border: none; cursor: pointer;
    transition: opacity .2s;
}
#cookie-accept { background: var(--accent-blue); color: #fff; }
#cookie-refuse { background: transparent; color: rgba(255,255,255,.55);
    border: 1px solid rgba(255,255,255,.2); }
#cookie-accept:hover { opacity: .85; }
#cookie-refuse:hover { opacity: .75; }

/* ══ INFOLETTRE DANS CTA ══ */
.cta-newsletter {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,.15);
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}
.cta-nl-label {
    font-size: .9rem;
    color: rgba(255,255,255,.70);
    margin-bottom: .9rem;
}
.cta-nl-form {
    display: flex;
    gap: .6rem;
    flex-wrap: wrap;
}
.cta-nl-input {
    flex: 1;
    min-width: 0;
    padding: .85rem 1.2rem;
    border: 1px solid rgba(255,255,255,.25);
    background: rgba(255,255,255,.08);
    border-radius: 6px;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: .9rem;
    transition: border-color .3s;
}
.cta-nl-input::placeholder { color: rgba(255,255,255,.45); }
.cta-nl-input:focus { outline: none; border-color: var(--light-blue); }
.cta-nl-btn {
    padding: .85rem 1.6rem;
    background: var(--accent-blue);
    border: none;
    border-radius: 6px;
    color: white;
    font-weight: 700;
    font-size: .9rem;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    white-space: nowrap;
    transition: background .3s, transform .2s;
}
.cta-nl-btn:hover { background: #1976D2; transform: translateY(-1px); }

/* ══ LANGUE HELPERS ═══════════════════════════════════════════════════════════
   POSITION FINALE OBLIGATOIRE — après tous les @media et composants.
   Raison : même spécificité (0,1,0) → la règle déclarée EN DERNIER gagne.
   Si ce bloc précède un @media, le @media peut écraser display:none.
   ══════════════════════════════════════════════════════════════════════════ */
.lang-content        { display: none; }
.lang-content.active { display: block; }
.lang-inline         { display: none; }
.lang-inline.active  { display: inline; }

/* ── Surcharges spécificité (0,2,0) pour éléments non-block ── */
.btn.lang-content.active           { display: inline-block; }
.section-label.lang-content.active { display: inline-block; }
.nav-link.lang-content.active      { display: inline; }
