/*
Theme Name: virtual univers gaming Child
Template: astra
Version: 1.0
Author: virtual univers gaming
Description: Editorial child theme
Text Domain: bfb-virtual-univers-gaming
*/

:root {
  --bfb-primary:    #70ba3e;
  --bfb-accent:     #f47920;
  --bfb-text:       #161615;
  --bfb-text-soft:  #666680;
  --bfb-bg:         #ffffff;
  --bfb-surface:    #f6f6f6;
  --bfb-line:       #e5e5ec;
  --bfb-link-hover: #f47920;
  --bfb-font-h:     "Inter Tight", system-ui, -apple-system, sans-serif;
  --bfb-font-b:     "Inter", system-ui, -apple-system, sans-serif;
  --bfb-radius:     8px;
  --bfb-radius-lg:  14px;
  --bfb-container:  1200px;
  --bfb-shadow-sm:  0 1px 3px rgba(0,0,0,.06);
  --bfb-shadow-md:  0 6px 20px rgba(0,0,0,.08);
  --bfb-shadow-lg:  0 18px 48px rgba(0,0,0,.12);
}

/* Reset minimal + base typo */
body {
  background: var(--bfb-bg);
  color: var(--bfb-text);
  font-family: var(--bfb-font-b);
  margin: 0;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--bfb-font-h);
  color: var(--bfb-primary);
  line-height: 1.2;
  margin: 0 0 0.6em;
}

a { color: var(--bfb-accent); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--bfb-link-hover); }

img, video, iframe { max-width: 100%; height: auto; }

.bfb-container { max-width: var(--bfb-container); margin: 0 auto; padding: 0 1rem; }

/* ===========================================================
   Surcharges WordPress Gutenberg + comments + search
   =========================================================== */
.wp-block-image img { border-radius: var(--bfb-radius); }
.wp-block-quote {
  border-left: 4px solid var(--bfb-accent);
  padding: .5em 1em;
  background: var(--bfb-surface);
  margin: 1.5em 0;
}
.wp-block-button__link {
  background: var(--bfb-accent);
  color: #fff;
  padding: .75em 1.5em;
  border-radius: var(--bfb-radius);
  text-decoration: none;
  display: inline-block;
}
.wp-block-button__link:hover { opacity: .9; }

.pagination, .nav-links, .wp-block-query-pagination {
  display: flex; gap: .5rem; justify-content: center; margin: 2rem 0; flex-wrap: wrap;
}
.page-numbers, .wp-block-query-pagination a, .wp-block-query-pagination span {
  padding: .5em 1em; border: 1px solid var(--bfb-line);
  color: var(--bfb-text); text-decoration: none; border-radius: var(--bfb-radius);
}
.page-numbers.current {
  background: var(--bfb-accent); color: #fff; border-color: var(--bfb-accent);
}

.comment-list { list-style: none; padding: 0; }
.comment-list li {
  background: var(--bfb-surface); padding: 1em; margin: .5em 0;
  border-radius: var(--bfb-radius);
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%; padding: .75rem; border: 1px solid var(--bfb-line);
  background: var(--bfb-bg); color: var(--bfb-text); border-radius: var(--bfb-radius);
  font-family: var(--bfb-font-b); font-size: 1rem;
}
.comment-form .submit {
  background: var(--bfb-accent); color: #fff; border: 0;
  padding: .75em 1.5em; border-radius: var(--bfb-radius); cursor: pointer;
}

/* Anti-emoji WP */
img.emoji, img.wp-smiley { display: inline; border: 0; box-shadow: none; }

/* ===========================================================
   NOTE : le CSS COMPLET du theme (header, footer, hero, cards, etc.)
   est dans assets/css/style.css charge via wp_enqueue_style en
   priorite normale. Ce style.css ici reste minimaliste pour les
   surcharges WP de base et les variables CSS racine.
   =========================================================== */
