/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.0
 Text Domain:  bricks
*/
/* Garde anti-débordement horizontal (parité live : aucun scroll latéral).
   `clip` et non `hidden` : ne crée pas de conteneur de scroll, préserve les position:sticky (pages légales). */
html { overflow-x: clip; }
body { overflow-x: clip; }
