/*
Theme Name: Thème Sandco
Theme URI: https://s-and-co-solutions.digital (URL finale)
Author: S AND CO - Solutions digitales
Author URI: https://s-and-co-solutions.digital
Description: Thème personnalisé
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sandco-theme
*/

/* All styles are now loaded via functions.php from the /css/ folder */
/* Accessibility helper: ensure elements using the `screen-reader-text` utility
   are visually hidden but still available to assistive technologies. This
   matches WordPress core behavior and prevents the site title/description
   from being visible when the theme uses that class to hide header text. */
.screen-reader-text {
	position: absolute !important;
	height: 1px; width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap; /* Prevent the text from wrapping */
	border: 0; padding: 0; margin: -1px;
}
.screen-reader-text:focus,
.screen-reader-text:hover {
	position: static !important;
	height: auto; width: auto; overflow: visible; clip: auto; white-space: normal;
}
