/* xondy.app : base de la page du studio (hors WordPress) — polices, remise à zéro, mise en page plein écran */
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 400; font-display: swap; src: url('fonts/poppins-400.woff2') format('woff2'); }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 500; font-display: swap; src: url('fonts/poppins-500.woff2') format('woff2'); }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 600; font-display: swap; src: url('fonts/poppins-600.woff2') format('woff2'); }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 700; font-display: swap; src: url('fonts/poppins-700.woff2') format('woff2'); }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 800; font-display: swap; src: url('fonts/poppins-800.woff2') format('woff2'); }
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; color-scheme: dark; background: #15202b; }
body { margin: 0; min-height: 100vh; font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif; font-size: 14px; line-height: 1.4; color: #333333; -webkit-tap-highlight-color: transparent; }
button, input, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; color: inherit; margin: 0; }
button { cursor: pointer; }
img, svg, video, canvas, audio, iframe { vertical-align: middle; }
img, video { max-width: 100%; }
p { margin: 0 0 10px; }
h1, h2, h3, h4 { margin: 0 0 10px; line-height: 1.2; }
ul, ol { margin: 0 0 10px; }
a { color: #337ab7; text-decoration: none; background-color: transparent; }
label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: 700; }
fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
legend { padding: 0; }
kbd { font-family: inherit; }
[hidden] { display: none !important; }
/* le studio occupe tout l'écran (site seul) ou tout le cadre (dans la page AIxploria) */
html.aix-x .aix_nat-container { width: auto; max-width: none; margin: 0; padding: 0; }
html.aix-x #aix_native { max-width: none; margin: 0; padding: 10px; }
html.aix-x .aix_std { width: 100%; margin-left: 0; }
html.aix-embed body { min-height: 0; background: transparent !important; }
html.aix-embed #aix_native { padding: 0; }
html.aix-embed .aix_std { border: 0 !important; border-radius: 0; box-shadow: none !important; }
@media (min-width: 901px) { html.aix-embed, html.aix-embed body { overflow: hidden; } html.aix-embed .aix_std { min-height: 0; } }
html.aix-embed .aix_std-title { display: none; }
@media (max-width: 900px) {
  html.aix-embed .aix_std-head, html.aix-embed .aix_std-work { border-radius: 0; }
  html.aix-solo #aix_native { padding: 8px; }
}
.aix_x-by { display: block; margin-top: 10px; font-size: 11px; color: rgba(255, 255, 255, 0.45); text-align: center; }
.aix_x-by:hover { color: #F7EA48; }
html.aix-embed .aix_x-by { display: none; }
.aix_x-nojs { color: #ffffff; padding: 20px; }
.aix_x-404 { display: grid; place-items: center; min-height: 100vh; background: #15202b; color: #ffffff; text-align: center; }
.aix_x-404 p { font-size: 64px; font-weight: 800; margin: 0; color: #F7EA48; }
.aix_x-404 a { color: #ffffff; text-decoration: underline; }
