/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 24 2025 | 20:58:27 */
/* ===============================
   LOGO TEXTE SKLINEA — RESPONSIVE
   =============================== */

/* 💻 Version desktop (grands écrans) */
h1.wp-block-site-title {
  font-size: 2rem !important;       /* Taille principale */
  line-height: 1.05 !important;     /* Interlignage serré */
  white-space: nowrap !important;   /* Empêche le retour à la ligne */
  transition: font-size 0.3s ease;  /* Animation fluide si la taille change */
}

/* 📱 Tablettes */
@media (max-width: 1024px) {
  h1.wp-block-site-title {
    font-size: 1.75rem !important;
    line-height: 1.05 !important;
    white-space: nowrap !important;
  }
}

/* 📱📱 Mobiles */
@media (max-width: 600px) {
  h1.wp-block-site-title {
    font-size: 1.3rem !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }
}
