/*
Theme Name: Socha Child
Description: Child theme for the Socha Responsive Theme
Author: GLOBEBLOGUEUR.COM
Template: socha
Text Domain: socha-child
*/

@import url("../socha/style.css");

/* Add your custom CSS Here */
/* Hermes 2026 — restauration design 2015 : le préloader Socha ancien reste bloqué avec WP/jQuery moderne. */
#pageloader {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Sécurité responsive mobile : éviter les débordements d'images/cartes anciennes. */
@media (max-width: 767px) {
  body, #content-main {
    overflow-x: hidden !important;
  }
  img, iframe, video {
    max-width: 100% !important;
    height: auto !important;
  }
}
