/*
Theme Name: Option D Migrated
Theme URI: https://optiond.be/
Author: Option D migration package
Description: Migration TEST du site Option D depuis Odoo SaaS 19.4 vers WordPress.
Version: 0.1.0
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: optiond-migrated
*/

:root { --optiond-shell-bg:#110d16; --optiond-shell-fg:#fff; --optiond-accent:#8028e0; }
html { scroll-behavior:smooth; }
body.optiond-migrated { margin:0; }
.optiond-wp-header { position:relative; z-index:50; background:#110d16; color:#fff; border-bottom:1px solid rgba(255,255,255,.08); }
.optiond-wp-header .od-header-inner { min-height:80px; display:flex; align-items:center; justify-content:space-between; gap:28px; }
.optiond-wp-brand img { display:block; width:auto; max-height:54px; max-width:190px; }
.optiond-wp-nav { display:flex; align-items:center; gap:8px; }
.optiond-wp-nav li { list-style:none; margin:0; padding:0; }
.optiond-wp-nav a { color:#fff; text-decoration:none; padding:.7rem .9rem; border-radius:8px; font-weight:600; }
.optiond-wp-nav a:hover,.optiond-wp-nav a:focus { background:rgba(255,255,255,.08); color:#fff; }
.optiond-mobile-toggle { display:none; border:1px solid rgba(255,255,255,.25); background:transparent; color:#fff; border-radius:8px; padding:.5rem .7rem; font-size:1.25rem; }
.optiond-wp-footer { background:#110d16; color:#fff; padding:34px 0; }
.optiond-wp-footer a { color:#fff; }
.optiond-wp-footer .od-footer-inner { display:flex; flex-wrap:wrap; justify-content:space-between; gap:20px; align-items:center; }
.od-wp-simple-page { min-height:55vh; }
.od-contact-form { display:grid; gap:16px; margin-top:30px; }
.od-contact-form label { display:grid; gap:7px; font-weight:600; }
.od-contact-form input,.od-contact-form textarea { width:100%; border:1px solid #d6d2da; border-radius:8px; padding:12px 14px; background:#fff; color:#212529; box-sizing:border-box; }
.od-contact-form textarea { min-height:160px; resize:vertical; }
.od-contact-form button { justify-self:start; border:0; border-radius:8px; padding:12px 20px; background:#8028e0; color:#fff; font-weight:700; cursor:pointer; }
.od-form-note { padding:12px 14px; border-radius:8px; background:#f4f1f7; color:#28232e; }
@media (max-width: 767px) {
  .optiond-mobile-toggle { display:block; }
  .optiond-wp-nav { display:none; position:absolute; top:100%; left:0; right:0; background:#110d16; padding:12px 18px 18px; flex-direction:column; align-items:stretch; }
  .optiond-wp-nav.is-open { display:flex; }
  .optiond-wp-nav a { display:block; }
}
