/*
 Theme Name: Kubio Child
 Theme URI: https://tonsite.com
 Description: Thème enfant de Kubio
 Author: Ton Nom
 Template: kubio
 Version: 1.0
*/

/* Importation des styles du parent */
@import url("../kubio/style.css");


/* Masquer le bloc copyright Kubio */
div[data-kubio="kubio/copyright"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}





/* Forcer une couleur de texte lisible dans le contenu de l'article */
.site-main { color: #1a1a1a; }

/* Si un parent met du blanc en inline, on annule */
.site-main [style*="color:#ffffff"],
.site-main [style*="color: #ffffff"] {
  color: #1a1a1a !important;
}

/* Sécurise les paragraphes et listes */
.site-main p,
.site-main li {
  color: #1a1a1a !important;
}
