/* ── Layout global Weidler Studio ──
   Dimensions, structure, responsive, breakpoints.
   Chargé après themes.css. ── */

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

html {
    overflow-x: hidden;
}

body {
    line-height: 1.5;
    overflow-x: hidden;
    padding-top: var(--header-h);
    min-width: 0;
    position: relative;
    isolation: isolate;
}

html[data-theme="day"] body::before,
html[data-theme="auto"][data-theme-effective="day"] body::before {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

main,
.site-footer {
    position: relative;
    z-index: 1;
}

.home-bg-deco {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    mask-image: radial-gradient(ellipse 56% 38% at 50% 22%, transparent 0%, black 74%);
    -webkit-mask-image: radial-gradient(ellipse 56% 38% at 50% 22%, transparent 0%, black 74%);
}

.home-bg-side {
    position: absolute;
    top: var(--header-h);
    bottom: 0;
    width: min(210px, 16vw);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: clamp(16px, 3vh, 32px);
    padding: clamp(12px, 2vh, 24px) 0 clamp(20px, 3vh, 40px);
    font-size: clamp(0.56rem, 0.95vw, 0.7rem);
    line-height: 1.5;
    user-select: none;
}

.home-bg-side--left {
    left: 0;
    padding-left: clamp(4px, 0.8vw, 12px);
    mask-image: linear-gradient(to right, black 55%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, black 55%, transparent 100%);
}

.home-bg-side--right {
    right: 0;
    padding-right: clamp(4px, 0.8vw, 12px);
    text-align: right;
    mask-image: linear-gradient(to left, black 55%, transparent 100%);
    -webkit-mask-image: linear-gradient(to left, black 55%, transparent 100%);
}

.home-bg-block {
    margin: 0;
    white-space: pre-wrap;
    word-break: break-word;
    flex-shrink: 0;
}

.home-bg-block--symbols {
    font-size: clamp(0.62rem, 1vw, 0.76rem);
    letter-spacing: 0.08em;
}

.home-bg-edge {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    gap: clamp(16px, 4vw, 48px);
    padding: 0 clamp(8px, 2vw, 40px) clamp(20px, 3vh, 36px);
    font-size: clamp(0.52rem, 0.85vw, 0.65rem);
    line-height: 1.45;
    user-select: none;
}

.home-bg-edge--bottom {
    bottom: 0;
}

.home-bg-edge .home-bg-block {
    max-width: 42%;
    margin: 0;
}

.home-bg-scatter {
    position: absolute;
    inset: var(--header-h) 0 0 0;
    font-size: clamp(0.54rem, 0.9vw, 0.68rem);
    user-select: none;
}

.home-bg-kw,
.home-bg-sym {
    position: absolute;
    white-space: nowrap;
    letter-spacing: 0.04em;
}

.home-bg-sym {
    font-weight: 600;
}

.home-bg-scatter .home-bg-kw:nth-child(1) {
    top: 8%;
    left: 3%;
}

.home-bg-scatter .home-bg-kw:nth-child(2) {
    top: 52%;
    left: 2%;
}

.home-bg-scatter .home-bg-kw:nth-child(3) {
    top: 72%;
    left: 4%;
}

.home-bg-scatter .home-bg-kw:nth-child(4) {
    top: 88%;
    left: 3%;
}

.home-bg-scatter .home-bg-kw:nth-child(5) {
    top: 94%;
    left: 6%;
}

.home-bg-scatter .home-bg-kw:nth-child(6) {
    top: 62%;
    left: 5%;
}

.home-bg-scatter .home-bg-kw:nth-child(7) {
    top: 12%;
    left: 5%;
}

.home-bg-scatter .home-bg-kw:nth-child(8) {
    top: 78%;
    left: 2%;
}

.home-bg-scatter .home-bg-kw:nth-child(9) {
    top: 42%;
    left: 3%;
}

.home-bg-scatter .home-bg-kw:nth-child(10) {
    top: 96%;
    left: 4%;
}

.home-bg-scatter .home-bg-kw:nth-child(11) {
    top: 10%;
    right: 3%;
}

.home-bg-scatter .home-bg-kw:nth-child(12) {
    top: 48%;
    right: 2%;
}

.home-bg-scatter .home-bg-kw:nth-child(13) {
    top: 68%;
    right: 4%;
}

.home-bg-scatter .home-bg-kw:nth-child(14) {
    top: 84%;
    right: 3%;
}

.home-bg-scatter .home-bg-kw:nth-child(15) {
    top: 92%;
    right: 5%;
}

.home-bg-scatter .home-bg-kw:nth-child(16) {
    top: 58%;
    right: 2%;
}

.home-bg-scatter .home-bg-kw:nth-child(17) {
    top: 14%;
    right: 4%;
}

.home-bg-scatter .home-bg-kw:nth-child(18) {
    top: 76%;
    right: 3%;
}

.home-bg-scatter .home-bg-kw:nth-child(19) {
    top: 6%;
    right: 6%;
}

.home-bg-scatter .home-bg-kw:nth-child(20) {
    top: 95%;
    right: 2%;
}

.home-bg-scatter .home-bg-kw:nth-child(21) {
    top: 38%;
    right: 3%;
}

.home-bg-scatter .home-bg-kw:nth-child(22) {
    top: 54%;
    right: 5%;
}

.home-bg-scatter .home-bg-kw:nth-child(23) {
    top: 82%;
    right: 4%;
}

.home-bg-scatter .home-bg-sym:nth-child(24) {
    top: 5%;
    left: 7%;
}

.home-bg-scatter .home-bg-sym:nth-child(25) {
    top: 90%;
    left: 7%;
}

.home-bg-scatter .home-bg-sym:nth-child(26) {
    top: 96%;
    left: 2%;
}

.home-bg-scatter .home-bg-sym:nth-child(27) {
    top: 46%;
    left: 2%;
}

.home-bg-scatter .home-bg-sym:nth-child(28) {
    top: 58%;
    left: 6%;
}

.home-bg-scatter .home-bg-sym:nth-child(29) {
    top: 4%;
    right: 8%;
}

.home-bg-scatter .home-bg-sym:nth-child(30) {
    top: 88%;
    right: 7%;
}

.home-bg-scatter .home-bg-sym:nth-child(31) {
    top: 97%;
    right: 3%;
}

.home-bg-scatter .home-bg-sym:nth-child(32) {
    top: 44%;
    right: 2%;
}

.home-bg-scatter .home-bg-sym:nth-child(33) {
    top: 56%;
    right: 6%;
}

.home-bg-scatter .home-bg-sym:nth-child(34) {
    top: 72%;
    right: 2%;
}

.home-bg-scatter .home-bg-sym:nth-child(35) {
    top: 18%;
    left: 2%;
}

.home-bg-scatter .home-bg-sym:nth-child(36) {
    top: 16%;
    right: 2%;
}

img, video, svg {
    max-width: 100%;
    height: auto;
}

a.home-contact-email,
a.home-contact-email:visited {
    text-decoration: none;
}

.home-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: clamp(48px, 8vw, 72px);
    padding: clamp(28px, 5vw, 36px) clamp(20px, 4vw, 32px);
    text-align: center;
    box-sizing: border-box;
}

.home-contact-lead {
    font-size: clamp(0.95rem, 2.4vw, 1.05rem);
    line-height: 1.65;
    max-width: 42ch;
    width: 100%;
    margin: 0 auto 16px;
    text-align: center;
}

.home-contact-email {
    display: inline-block;
    font-size: clamp(1rem, 2.6vw, 1.12rem);
    font-weight: 600;
    text-decoration: none;
    padding: 10px 18px;
}

.site-footer--home {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
}

.header-top {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "brand nav toggle";
    align-items: center;
    gap: clamp(10px, 2vw, 20px);
    flex-wrap: wrap;
    padding: 10px clamp(16px, 4vw, 40px);
    min-height: var(--header-h);
}

.header-brand {
    grid-area: brand;
    min-width: 0;
}

.main-nav {
    grid-area: nav;
    justify-self: end;
}

.nav-toggle {
    grid-area: toggle;
}

.header-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.header-contact,
.home-header-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 16px;
    font-size: clamp(0.68rem, 1.6vw, 0.75rem);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
}

.logo-link {
    display: flex;
    align-items: center;
    gap: clamp(10px, 1.2vw, 14px);
    text-decoration: none;
    min-width: 0;
}

.logo-icon {
    width: auto;
    height: clamp(48px, 5vw, 56px);
    max-height: 56px;
    object-fit: contain;
    flex-shrink: 0;
    display: block;
}

.logo-text {
    font-size: clamp(0.95rem, 2.8vw, 1.15rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.nav-toggle {
    display: none;
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.lang-status {
    font-size: 0.68rem;
    display: none;
    white-space: nowrap;
    letter-spacing: 0.02em;
}

.lang-status.visible {
    display: inline;
    position: absolute;
    right: clamp(16px, 4vw, 40px);
    bottom: 6px;
    z-index: 201;
}

.lang-switcher:not(.lang-dropdown-menu) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.lang-dropdown {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.lang-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 24px;
    min-height: 0;
    padding: 0 8px;
    line-height: 1;
    font-size: clamp(0.72rem, 1.8vw, 0.82rem);
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.main-nav .lang-dropdown--nav {
    flex-shrink: 0;
}

.main-nav .lang-dropdown--nav .lang-dropdown-toggle {
    height: auto;
    min-height: 28px;
    padding: 4px 8px;
    font-size: clamp(0.78rem, 1.9vw, 0.88rem);
    font-weight: 600;
    letter-spacing: 0.06em;
}

.main-nav .nav-sep--lang {
    margin-left: clamp(8px, 1.4vw, 14px);
}

.lang-dropdown-chevron {
    font-size: 0.55em;
    line-height: 1;
}

.lang-dropdown-globe svg {
    display: block;
    width: 14px;
    height: 14px;
}

.lang-dropdown-code {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.lang-dropdown-menu {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    z-index: 300;
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 72px;
    padding: 6px;
    margin: 0;
}

.lang-dropdown-menu[hidden] {
    display: none;
}

.lang-switcher {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    font-size: clamp(0.72rem, 1.8vw, 0.82rem);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.lang-sep {
    display: none;
}

.lang-btn {
    display: block;
    width: 100%;
    text-align: left;
    padding: 8px 10px;
    min-height: 36px;
    font-size: inherit;
    font-weight: 500;
    letter-spacing: inherit;
    text-transform: inherit;
    white-space: nowrap;
}

.lang-btn .lang-native {
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
}

.lang-btn.active {
    font-weight: 600;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.main-nav a {
    text-decoration: none;
    font-size: clamp(0.78rem, 1.9vw, 0.88rem);
    font-weight: 500;
    white-space: nowrap;
}

.main-nav .nav-sep {
    margin: 0 clamp(8px, 1.4vw, 14px);
    font-weight: 300;
    user-select: none;
}

.main-nav a .nav-link-text {
    display: inline-block;
}

.main-nav a.active {
    font-weight: 600;
}

main {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: clamp(32px, 6vw, 56px) clamp(16px, 4vw, 24px);
}

.site-footer {
    text-align: center;
    font-size: clamp(0.75rem, 2vw, 0.8rem);
    padding: clamp(28px, 6vw, 40px) clamp(16px, 4vw, 24px);
    margin-top: 8px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.badge {
    display: inline-block;
    padding: 3px 10px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 12px;
    width: fit-content;
}

.lead {
    font-size: clamp(0.95rem, 2.4vw, 1.06rem);
    line-height: 1.75;
}

.page-hero {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: clamp(24px, 5vw, 40px);
    align-items: center;
    margin-bottom: clamp(48px, 8vw, 72px);
}

.page-hero h1 {
    font-size: clamp(1.55rem, 5vw, 2.4rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 0;
    line-height: 1.22;
}

.page-hero .lead {
    margin-bottom: clamp(20px, 4vw, 28px);
    max-width: 62ch;
}

.preview-box {
    aspect-ratio: 16 / 10;
    min-height: 160px;
    width: 100%;
    overflow: hidden;
}

.preview-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.preview-box picture {
    display: block;
    width: 100%;
    height: 100%;
}

.preview-box.contain img {
    object-fit: contain;
    padding: 16px;
}

.nexus-bridge-preview img {
    object-fit: contain;
    object-position: center;
    padding: 16px;
}

.hero-app-shot {
    margin: 0 0 clamp(40px, 8vw, 64px);
    padding: 0;
    overflow: hidden;
    width: 100%;
}

.hero-app-shot--full {
    line-height: 0;
}

.hero-app-shot--full img {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    object-fit: contain;
    vertical-align: top;
}

.hero-download-cta {
    margin: 28px 0 8px;
    max-width: 420px;
}

.btn-download-nexus {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding: 16px 22px;
    text-decoration: none;
}

.btn-download-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
}

.btn-download-label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    text-align: left;
}

.btn-download-label strong {
    font-size: clamp(1rem, 2.4vw, 1.15rem);
    font-weight: 700;
    letter-spacing: -0.02em;
}

.btn-download-label small {
    font-size: 0.8rem;
    font-weight: 500;
}

.hero-download-note {
    margin: 14px 0 0;
    font-size: 0.85rem;
    line-height: 1.55;
    max-width: 54ch;
}

.hero-download-note strong {
    font-weight: 600;
}

.hero-download-smartscreen {
    margin-top: 18px;
    padding: 14px 16px;
    max-width: 54ch;
    font-size: 0.84rem;
    line-height: 1.6;
}

.hero-download-smartscreen strong {
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
}

.hero-download-smartscreen p {
    margin: 0;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    max-width: 100%;
    text-align: center;
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
}

.project-cta {
    text-align: center;
    margin-bottom: clamp(48px, 8vw, 72px);
}

.note-muted {
    font-size: 0.82rem;
    margin-top: 14px;
    line-height: 1.65;
    max-width: 48ch;
}

.features-section {
    margin-bottom: clamp(48px, 8vw, 72px);
}

.features-title,
.screenshots-title,
.discussion-title {
    font-size: clamp(0.72rem, 1.8vw, 0.82rem);
    font-weight: 700;
    margin-bottom: clamp(20px, 4vw, 28px);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-align: center;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
    gap: clamp(14px, 3vw, 20px);
}

.feature-card {
    padding: clamp(20px, 4vw, 28px);
    text-align: center;
}

.feature-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: -0.01em;
}

.feature-card p {
    font-size: clamp(0.86rem, 2vw, 0.92rem);
    line-height: 1.65;
}

.discussion-subtitle {
    font-size: clamp(0.88rem, 2.4vw, 0.95rem);
    margin-bottom: 24px;
    line-height: 1.68;
    max-width: 60ch;
}

.form-card {
    padding: clamp(20px, 4vw, 28px);
    margin-bottom: 28px;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 0.85rem;
    font-weight: 500;
}

input:not([type="checkbox"]),
textarea,
select {
    width: 100%;
    max-width: 520px;
    min-height: 48px;
    padding: 12px 16px;
    font-size: 16px;
}

select {
    height: 50px;
}

input[type="checkbox"] {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
}

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

.btn-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    width: fit-content;
    font-weight: 600;
    font-size: 0.92rem;
}

.comment-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.comment-card {
    padding: clamp(16px, 3vw, 22px);
}

.comment-author {
    font-weight: 600;
    font-size: 0.92rem;
    margin-bottom: 6px;
}

.comment-text {
    font-size: 0.95rem;
    word-break: break-word;
    margin-bottom: 6px;
}

.btn-translate-comment {
    padding: 0;
    font-size: 0.78rem;
    font-weight: 600;
}

.comments-empty-msg {
    font-size: 0.92rem;
    text-align: center;
    padding: 1.5rem;
}

.page-intro {
    text-align: center;
    margin-bottom: clamp(48px, 8vw, 72px);
    max-width: 62ch;
    margin-left: auto;
    margin-right: auto;
}

.page-intro h1 {
    font-size: clamp(1.55rem, 5vw, 2.4rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: clamp(14px, 3vw, 20px);
    line-height: 1.22;
}

body[data-nav-active="services"] .page-intro h1 {
    margin-bottom: clamp(24px, 4vw, 32px);
}

.page-intro .lead {
    margin-bottom: 0;
}

a.project-card-link {
    display: block;
    text-decoration: none;
    text-align: left;
}

a.project-card-link .badge {
    margin-bottom: 0;
}

.project-card-badges {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: clamp(8px, 2vw, 12px);
    margin-bottom: 12px;
    width: 100%;
}

.project-card-badges__cell {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.project-card-badges .badge {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: clamp(0.58rem, 1.6vw, 0.68rem);
    padding: 3px clamp(6px, 1.8vw, 10px);
}

@media (max-width: 380px) {
    .project-card-badges .badge {
        white-space: normal;
        text-align: center;
        line-height: 1.25;
    }
}

.project-see-also {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    gap: 0.35em 0.65em;
    width: 100%;
    margin: 0 auto clamp(24px, 4vw, 32px);
    padding-top: 0;
    font-size: clamp(0.74rem, 1.8vw, 0.81rem);
    line-height: 1.45;
    text-align: center;
}

.project-see-also__label {
    flex-shrink: 0;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.project-see-also__list {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35em 0.5em;
}

.project-see-also__sep {
    user-select: none;
}

.project-see-also a {
    text-decoration: none;
}

.project-see-also__current {
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.project-card-more {
    display: inline-block;
    margin-top: 14px;
    font-size: 0.85rem;
    font-weight: 600;
}

.about-content {
    max-width: 62ch;
    margin: 0 auto clamp(48px, 8vw, 72px);
}

.about-block {
    margin-bottom: clamp(32px, 6vw, 48px);
}

.about-block .features-title {
    text-align: left;
    margin-bottom: clamp(16px, 3vw, 20px);
}

.about-block .lead {
    margin-bottom: clamp(16px, 3vw, 20px);
}

.about-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-list li {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 12px;
    line-height: 1.68;
    font-size: clamp(0.88rem, 2vw, 0.94rem);
}

.about-list li::before {
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
}

.studio-cta {
    text-align: center;
    margin-bottom: clamp(48px, 8vw, 72px);
}

.studio-cta .lead {
    margin-bottom: clamp(20px, 4vw, 28px);
}

.page-contact {
    min-height: 100svh;
    display: flex;
    flex-direction: column;
}

.page-contact main {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: clamp(40px, 8vh, 72px);
}

.page-contact .page-intro {
    margin-bottom: 0;
}

.page-contact .about-content {
    margin-bottom: 0;
}

.page-contact .about-block:last-child {
    margin-bottom: 0;
}

.page-contact .about-block:has(.about-list) {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.page-contact .about-block:has(.about-list) .features-title {
    text-align: center;
    width: 100%;
}

.page-contact .about-block:has(.about-list) .about-list {
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.page-contact .contact-portfolio {
    max-width: min(520px, 92%);
    margin: 0 auto;
    text-align: center;
}

.page-contact .contact-email,
.page-contact .contact-email:visited {
    display: inline-block;
    font-size: clamp(1rem, 2.6vw, 1.12rem);
    font-weight: 600;
    color: var(--accent, #22d3ee);
    text-decoration: none;
    letter-spacing: 0.01em;
    padding: 12px 20px;
    border-radius: var(--radius, 10px);
    border: 1px solid rgba(34, 211, 238, 0.4);
    background: rgba(34, 211, 238, 0.08);
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
    word-break: break-all;
}

.page-contact .contact-email:hover {
    background: rgba(34, 211, 238, 0.18);
    border-color: rgba(34, 211, 238, 0.6);
    transform: translateY(-1px);
    color: var(--accent, #22d3ee);
}

.page-contact .contact-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
}

.page-contact .contact-social__link {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-muted);
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid var(--border);
    transition: color 0.2s, border-color 0.2s;
}

.page-contact .contact-social__link:hover {
    color: var(--accent, #22d3ee);
    border-color: rgba(34, 211, 238, 0.45);
}

.page-contact .studio-cta {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: clamp(18px, 3.5vw, 28px);
    padding-top: clamp(16px, 3vh, 32px);
    padding-bottom: clamp(48px, 9vh, 96px);
    margin-bottom: 0;
    text-align: center;
}

.page-contact .studio-cta .lead {
    max-width: 54ch;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.page-contact .contact-signal-qr {
    display: block;
    width: min(200px, 72vw);
    height: auto;
    margin: 0 auto;
}

.page-contact .site-footer {
    flex-shrink: 0;
    margin-top: auto;
    width: min(1000px, 100%);
    margin-left: auto;
    margin-right: auto;
    padding-top: clamp(28px, 5vw, 44px);
    padding-bottom: clamp(28px, 5vw, 44px);
}

.page-soumission {
    min-height: 100svh;
    display: flex;
    flex-direction: column;
}

.page-soumission .home-bg-deco {
    mask-image: radial-gradient(ellipse 80% 55% at 50% 18%, transparent 0%, black 88%);
    -webkit-mask-image: radial-gradient(ellipse 80% 55% at 50% 18%, transparent 0%, black 88%);
}

.page-soumission main {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: clamp(40px, 8vh, 72px);
}

.page-soumission .page-intro {
    margin-bottom: 0;
}

.page-soumission .submission-content {
    flex: 1;
    width: 100%;
    max-width: min(1000px, 100%);
    margin: 0 auto;
    padding-bottom: clamp(48px, 9vh, 96px);
}

.page-soumission .site-footer {
    flex-shrink: 0;
    margin-top: auto;
    width: min(1000px, 100%);
    margin-left: auto;
    margin-right: auto;
    padding-top: clamp(28px, 5vw, 44px);
    padding-bottom: clamp(28px, 5vw, 44px);
}

.teaser-box {
    text-align: center;
    padding: clamp(40px, 8vw, 64px) clamp(20px, 4vw, 32px);
    max-width: 520px;
    margin: 0 auto;
}

.teaser-box h1 {
    margin-bottom: 16px;
}

.teaser-box p {
    line-height: 1.65;
    margin-bottom: 8px;
}

@media (min-width: 641px) {
    .header-top {
        grid-template-columns: auto 1fr;
        grid-template-areas: "brand nav";
    }

    .nav-toggle {
        display: none;
    }

    .mobile-page-progress,
    .mobile-swipe-hints {
        display: none !important;
    }

    .main-nav {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        width: auto;
        padding: 0;
        border-top: none;
    }

    .main-nav a {
        display: inline;
        width: auto;
        padding: 0;
        border-bottom: none;
    }
}

@media (max-width: 992px) {
    .page-hero { grid-template-columns: 1fr; }
    .preview-box { order: -1; max-height: 280px; }
}

@media (max-width: 768px) {
    .page-hero h1,
    .page-intro h1 {
        line-height: 1.34;
    }

    main {
        padding-top: 16px;
        padding-bottom: 28px;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .submission-panel {
        padding: clamp(18px, 4vw, 28px);
    }

    .features-grid,
    .cards-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    :root {
        --header-h: 56px;
        --mobile-main-top: 16px;
    }
    body { padding-top: 0; }

    /* Espacement menu → titre (référence : page Services) */
    main,
    .page-home main,
    .page-contact main,
    .page-soumission main,
    main.page-projects {
        padding-top: var(--mobile-main-top);
    }

    main > .page-intro:first-child,
    main > .about-hero:first-child,
    main > .home-hero:first-child {
        margin-top: 0;
        padding-top: 0;
    }

    .page-home .home-hero {
        margin-top: 0;
        padding-top: 0;
    }

    body:not(.mobile-swipe-disabled) {
        touch-action: pan-y pinch-zoom;
    }
    body.mobile-swipe-disabled {
        touch-action: auto;
    }
    .site-header { position: relative; }
    .header-top {
        min-height: 56px;
        grid-template-columns: minmax(0, 1fr) auto auto;
        grid-template-areas:
            "brand progress toggle"
            "nav nav nav";
    }
    .mobile-page-progress {
        grid-area: progress;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 0;
        min-width: 0;
        max-width: 46vw;
        padding-right: 2px;
        font-size: clamp(0.68rem, 2.8vw, 0.78rem);
        font-weight: 600;
        line-height: 1.2;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .mobile-page-progress__label {
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .mobile-page-progress__step {
        flex-shrink: 0;
        font-weight: 500;
    }
    .mobile-swipe-hints {
        position: fixed;
        inset: 0;
        z-index: 15;
        pointer-events: none;
    }
    .mobile-swipe-hint {
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 0;
        min-height: 0;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }
    .mobile-swipe-hint svg {
        display: block;
        width: 20px;
        height: 32px;
        flex-shrink: 0;
    }
    .mobile-swipe-hint--prev {
        left: max(2px, env(safe-area-inset-left));
    }
    .mobile-swipe-hint--next {
        right: max(2px, env(safe-area-inset-right));
    }
    .mobile-swipe-hint[hidden],
    .mobile-swipe-hints[hidden] {
        display: none !important;
    }
    .main-nav { justify-self: stretch; }
    .nav-toggle { display: block; }
    .main-nav {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        width: 100%;
        padding: 2px clamp(16px, 4vw, 40px) 4px;
        border-top-width: 1px;
        border-top-style: solid;
    }
    .main-nav.open {
        display: flex;
        position: relative;
        z-index: 170;
    }
    .main-nav .nav-sep {
        display: none;
    }
    .main-nav a {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 40px;
        padding: 3px 0;
        line-height: 1.25;
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }
    .main-nav a:last-child { border-bottom: none; }
    .main-nav .lang-dropdown--nav {
        width: 100%;
        min-height: 40px;
        padding: 3px 0;
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }
    .main-nav .lang-dropdown--nav .lang-dropdown-toggle {
        width: 100%;
        justify-content: space-between;
        min-height: 0;
        padding: 0;
        border-radius: 0;
        font-weight: 500;
        letter-spacing: 0.06em;
    }
    .main-nav .lang-dropdown--nav .lang-dropdown-menu {
        position: static;
        width: 100%;
        margin-top: 4px;
        padding: 4px;
        gap: 0;
    }

    .main-nav .lang-dropdown--nav .lang-btn {
        min-height: 34px;
        padding: 5px 8px;
    }

    .page-soumission .submission-panel select {
        font-size: 0.875rem;
        line-height: 1.35;
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }

    .page-soumission .submission-panel select option {
        font-size: 0.875rem;
        line-height: 1.35;
    }

    /* Soumission — select custom mobile (structure) */
    .page-soumission .submission-select-custom {
        position: relative;
        display: block;
        width: 100%;
        max-width: 520px;
    }

    .page-soumission .submission-select-native {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .page-soumission .submission-select-toggle {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        width: 100%;
        max-width: 520px;
        min-height: 50px;
        height: 50px;
        padding: 0 46px 0 16px;
        box-sizing: border-box;
        text-align: left;
        font-family: inherit;
        line-height: 1.35;
    }

    .page-soumission .submission-select-label {
        flex: 1;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .page-soumission .submission-select-chevron {
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 0.55em;
        line-height: 1;
        pointer-events: none;
    }

    .page-soumission .submission-select-menu {
        position: absolute;
        top: calc(100% + 4px);
        left: 0;
        right: 0;
        z-index: 250;
        max-height: min(280px, 52vh);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box;
    }

    .page-soumission .submission-select-option {
        display: block;
        width: 100%;
        padding: 10px 14px;
        box-sizing: border-box;
        text-align: left;
        font-family: inherit;
        line-height: 1.3;
        border: none;
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    .page-soumission .submission-select-option:last-child {
        border-bottom: none;
    }

    /* Soumission — paire Retour / Continuer (layout mobile, compatible Android) */
    .page-soumission .submission-actions {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;
        justify-content: stretch !important;
        gap: 12px !important;
        width: 100% !important;
        margin-top: 28px;
    }

    .page-soumission .submission-actions .btn-primary,
    .page-soumission .submission-actions .btn-outline {
        display: inline-flex !important;
        flex: 1 1 0 !important;
        align-items: center !important;
        justify-content: center !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        min-height: 48px !important;
        height: 48px !important;
        padding: 0 12px !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        line-height: 1.25 !important;
        text-align: center !important;
        white-space: nowrap !important;
        box-sizing: border-box !important;
    }

    .page-soumission .submission-actions > .btn-primary:only-child {
        flex: 1 1 100% !important;
        width: 100% !important;
    }

    /* Panneau thème : sous la barre du haut, ne recouvre pas le menu ouvert */
    .site-header .theme-drawer {
        position: absolute;
        top: 100%;
        right: 0;
        margin: 0;
        z-index: 150;
    }

    .theme-drawer-tab {
        flex-shrink: 0;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 22px;
        height: 56px;
    }

    .theme-drawer-tab-grip {
        height: 22px;
    }

    .theme-drawer.is-open .theme-drawer-panel {
        max-width: 7.25rem;
    }

    .theme-drawer-panel-inner {
        width: max-content;
        min-width: 6.75rem;
        max-width: 7.25rem;
        min-height: 0;
        padding: 10px 8px;
        display: flex;
        flex-direction: column;
        gap: 8px;
        box-sizing: border-box;
    }

    .theme-drawer-label {
        margin: 0;
        font-weight: 600;
        letter-spacing: 0.04em;
        text-align: center;
        white-space: nowrap;
    }

    .theme-drawer-actions {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .theme-mode-btn {
        width: 100%;
        min-height: 32px;
        padding: 5px 8px;
        font-weight: 600;
        white-space: nowrap;
    }

    .lang-status,
    .lang-status.visible {
        display: none;
    }

    input,
    select,
    textarea,
    button,
    .btn,
    .btn-primary,
    .btn-submit {
        max-width: 100%;
    }

    .submission-panel input,
    .submission-panel select,
    .submission-panel textarea,
    .form-grid input,
    .form-grid select,
    .form-grid textarea {
        width: 100%;
        max-width: 100%;
    }

    .home-bg-side {
        width: min(110px, 26vw);
        opacity: 1;
        gap: clamp(10px, 2vh, 20px);
        padding-bottom: 16px;
    }
    .home-bg-edge { opacity: 1; }
    .home-bg-scatter { opacity: 1; }
    .home-bg-scatter .home-bg-kw,
    .home-bg-scatter .home-bg-sym { font-size: 0.52rem; }
}

/* Soumission — select custom sur appareils tactiles (Android, etc.)
   Active même si largeur CSS > 640px. Desktop non tactile inchangé. */
@media (hover: none) and (pointer: coarse) {
    .page-soumission .submission-panel select {
        font-size: 0.875rem;
        line-height: 1.35;
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }

    .page-soumission .submission-panel select option {
        font-size: 0.875rem;
        line-height: 1.35;
    }

    .page-soumission .submission-select-custom {
        position: relative;
        display: block;
        width: 100%;
        max-width: 520px;
    }

    .page-soumission .submission-select-native {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .page-soumission .submission-select-toggle {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        width: 100%;
        max-width: 520px;
        min-height: 50px;
        height: 50px;
        padding: 0 46px 0 16px;
        box-sizing: border-box;
        text-align: left;
        font-family: inherit;
        line-height: 1.35;
    }

    .page-soumission .submission-select-label {
        flex: 1;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .page-soumission .submission-select-chevron {
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 0.55em;
        line-height: 1;
        pointer-events: none;
    }

    .page-soumission .submission-select-menu {
        position: absolute;
        top: calc(100% + 4px);
        left: 0;
        right: 0;
        z-index: 250;
        max-height: min(280px, 52vh);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box;
    }

    .page-soumission .submission-select-option {
        display: block;
        width: 100%;
        padding: 10px 14px;
        box-sizing: border-box;
        text-align: left;
        font-family: inherit;
        line-height: 1.3;
        border: none;
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    .page-soumission .submission-select-option:last-child {
        border-bottom: none;
    }
}

@media (max-width: 400px) {
    .btn-submit { width: 100%; }
    .home-bg-scatter { display: none; }
}

@supports (padding: max(0px)) {
    .header-top {
        padding-left: max(16px, env(safe-area-inset-left));
        padding-right: max(16px, env(safe-area-inset-right));
    }
}

.home-bg-deco {
    display: block !important;
    visibility: visible !important;
    z-index: 0 !important;
}

.home-bg-side {
    display: flex !important;
    visibility: visible !important;
}

.home-bg-edge {
    display: flex !important;
    visibility: visible !important;
}

.home-bg-scatter {
    display: block !important;
    visibility: visible !important;
}

.submission-row--phone {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(120px, 0.6fr);
    gap: 16px;
}

@media (max-width: 520px) {
    .submission-row--phone {
        grid-template-columns: 1fr;
    }
}

.submission-panel {
    max-width: 760px;
    margin: 0 auto;
    padding: clamp(28px, 5vw, 44px);
}

.submission-panel label {
    display: block;
    margin: 18px 0 8px;
    font-weight: 600;
}

.submission-panel select,
.submission-panel input,
.submission-panel textarea {
    width: 100%;
}

.submission-field-error {
    margin-top: 7px;
    font-size: 0.86rem;
    font-weight: 600;
}

.submission-required-notice {
    margin: 18px 0 14px;
    font-size: 0.92rem;
    font-weight: 600;
}

.submission-actions {
    display: flex;
    justify-content: flex-start;
    gap: 14px;
    margin-top: 34px;
}

.submission-consent {
    display: block;
    margin-top: 36px;
    margin-bottom: 34px;
    padding-top: 24px;
}

.submission-consent input[type="checkbox"] {
    float: left;
    width: 20px;
    height: 20px;
    margin: 4px 10px 0 0;
}

.submission-consent span {
    display: block;
    line-height: 1.6;
    overflow: hidden;
}

#submissionStepRates h2 {
    margin-bottom: 18px;
}

#submissionStepRates h3 {
    margin: 26px 0 18px;
    font-size: 1.7rem;
}

#submissionStepRates h4 {
    margin: 30px 0 12px;
    font-size: 1.15rem;
}

#submissionStepRates p {
    margin: 0 0 18px;
    line-height: 1.8;
}

#submissionStepRates strong {
    font-weight: 700;
}

#submissionStepRates .submission-consent {
    margin-top: 36px;
    margin-bottom: 34px;
    padding-top: 24px;
}

#submissionStepRates .submission-actions {
    margin-top: 34px;
}

.submission-list {
    margin: 18px 0 0;
    padding-left: 1.35rem;
}

.submission-list li {
    margin-bottom: 8px;
    line-height: 1.55;
}

.submission-panel h2 {
    margin-bottom: 10px;
}

.submission-panel h3 {
    margin: 20px 0 12px;
}

.submission-panel p {
    margin-bottom: 12px;
    line-height: 1.65;
}

#submissionStartBtn:not(:disabled) {
    min-width: 170px;
    height: 52px;
    padding: 0 28px;
    font-size: 1rem;
    font-weight: 700;
}

#submissionStartBtn:disabled {
    min-width: 170px;
    height: 52px;
    padding: 0 28px;
    font-size: 1rem;
    font-weight: 700;
}

#submissionStartBtn {
    margin-top: 18px;
}

.submission-panel select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    max-width: 520px;
    height: 50px;
    padding: 0 46px 0 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 14px;
    font-size: 16px;
}

#submissionStepConfirmation .btn-primary {
    margin-top: 14px;
}

body[data-nav-active="services"] .page-intro h1 {
    margin-bottom: 36px !important;
}

body[data-nav-active="services"] .page-intro .lead {
    margin-top: 0 !important;
}

body[data-nav-active="services"] .features-grid {
    grid-template-columns: 1fr;
}

.theme-drawer {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
}

.theme-drawer-panel {
    max-width: 0;
    overflow: hidden;
}

@media (min-width: 641px) {
.theme-drawer {
    position: fixed;
    top: var(--header-h);
    right: 0;
    z-index: 190;
}

.theme-drawer-tab {
    flex-shrink: 0;
    width: 26px;
    height: 76px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme-drawer-tab-grip {
    display: block;
    width: 3px;
    height: 28px;
}

.theme-drawer.is-open .theme-drawer-panel {
    max-width: min(16rem, 72vw);
}

.theme-drawer-panel-inner {
    width: max-content;
    min-width: 8.25rem;
    max-width: min(16rem, 72vw);
    min-height: 176px;
    padding: 14px 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    box-sizing: border-box;
}

.theme-drawer-label {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-align: center;
    white-space: nowrap;
}

.theme-drawer-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.theme-mode-btn {
    width: 100%;
    min-height: 38px;
    padding: 8px 10px;
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
}

.theme-mode-btn.active {
    font-weight: 700;
}
}

.site-back-top {
    position: fixed;
    right: clamp(14px, 4vw, 20px);
    bottom: clamp(16px, 4vw, 24px);
    z-index: 160;
}

.site-back-top-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    font-weight: 700;
}

.portrait-lock-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 4vw, 22px);
    padding: clamp(24px, 6vw, 40px);
    text-align: center;
    box-sizing: border-box;
}

body.portrait-lock-active {
    overflow: hidden;
    overscroll-behavior: none;
    touch-action: none;
}

body.portrait-lock-active .portrait-lock-overlay {
    display: flex;
}

.portrait-lock-icon {
    flex-shrink: 0;
}

.portrait-lock-message {
    margin: 0;
    max-width: 26ch;
    font-size: clamp(0.92rem, 3.8vw, 1.02rem);
    line-height: 1.55;
    font-weight: 500;
}

/* ── Soumission — thème jour, mobile : dimensions seulement ── */
@media (max-width: 640px) {
    html[data-theme="day"] .page-soumission #submissionStartBtn,
    html[data-theme="auto"][data-theme-effective="day"] .page-soumission #submissionStartBtn {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        font-size: 0.92rem;
    }

    html[data-theme="day"] .page-soumission #submissionStartBtn:not(:disabled),
    html[data-theme="auto"][data-theme-effective="day"] .page-soumission #submissionStartBtn:not(:disabled) {
        font-size: 0.92rem;
    }

    html[data-theme="day"] .page-soumission #submissionStartBtn:disabled,
    html[data-theme="auto"][data-theme-effective="day"] .page-soumission #submissionStartBtn:disabled {
        font-size: 0.92rem;
    }

    html[data-theme="day"] .page-soumission #submissionStepConfirmation .btn-primary,
    html[data-theme="auto"][data-theme-effective="day"] .page-soumission #submissionStepConfirmation .btn-primary {
        width: 100%;
        min-height: 48px;
        font-size: 16px;
    }

    html[data-theme="day"] .page-soumission .submission-panel select,
    html[data-theme="auto"][data-theme-effective="day"] .page-soumission .submission-panel select {
        height: 44px;
        padding: 0 38px 0 14px;
        background-size: 12px;
        background-position: right 14px center;
    }

    html[data-theme="day"] .page-soumission #submissionStartBtn:not(:disabled),
    html[data-theme="auto"][data-theme-effective="day"] .page-soumission #submissionStartBtn:not(:disabled),
    html[data-theme="day"] .page-soumission #submissionStartBtn:disabled,
    html[data-theme="auto"][data-theme-effective="day"] .page-soumission #submissionStartBtn:disabled {
        font-weight: 600;
    }
}

