/*
Theme Name: ADC Events (by GLK Sound)
Theme URI: 
Author: GLK Sound
Author URI: 
Description: Thème enfant pour le site ADC Events.
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: adc-events-by-glk-sound
Tags: 
*/

html, body {
  margin: 0;
  padding: 0;
}

.justify-glk {
    text-align: justify !important;
}

body {
  background-color: #ffffff; /* fond central */
  position: relative; /* nécessaire pour le pseudo-élément */
}

body::before {
    @media (min-width: 768px) {
          content: "";
  position: absolute;
  top: 150px;           /* départ du motif */
  bottom: 50px;        /* arrêt du motif 500px avant le bas */
  left: 0;
  right: 0;
    background-image: 
            url("https://adcevents.fr/wp-content/uploads/2025/08/Sans-titre-2-scaled.png"),
            url("https://adcevents.fr/wp-content/uploads/2025/08/Sans-titre-3-scaled.png");
  background-repeat: repeat-y, repeat-y;
  background-position: left top, right top;
  background-size: auto 700px, auto 700px; /* contrôle l’espacement vertical */
  pointer-events: none; /* pour ne pas gêner le contenu */
  z-index: -1;  
  }
}