/*
Theme Name: Seobooster
Theme URI: https://seobooster.fr/themes/seobooster
Author: Seobooster Ltd
Author URI: https://seobooster.fr/
Description: Theme minimaliste generique du reseau Seobooster. Le design (couleurs, fonts, composants) est defini par le mu-plugin {prefix}-design-kernel charge automatiquement. Ne pas modifier ce theme pour personnaliser un site.
Version: 1.0.0
Requires at least: 5.2
Requires PHP: 7.4
License: Proprietary
Text Domain: seobooster
Tags: minimal, custom, network, seobooster
*/
/* AVERTISSEMENT
   Ce fichier est volontairement quasi-vide. Le vrai design Seobooster
   est injecte par le mu-plugin {prefix}-design-kernel.
   Pour personnaliser : Apparence > Personnaliser > CSS additionnel.
   NE PAS modifier directement ce style.css. */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; line-height: 1.6; }
img, picture, video, canvas, svg { display: block; max-width: 100%; height: auto; }
input, button, textarea, select { font: inherit; }
p, h1, h2, h3, h4, h5, h6 { overflow-wrap: break-word; hyphens: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { padding-left: 1.2em; }
.sb-skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 9999;
  padding: 1em;
  background: #000;
  color: #fff;
  text-decoration: underline;
}
.sb-skip-link:focus { left: 0; }
