/* ==========================================================================
   INTERFACE MODERNISÉE DESIGN - IHEC GLOBAL NETWORK
   ========================================================================== */

/* 1. Nettoyage radical des structures techniques de LimeSurvey */
body, .navbar, .jumbotron, footer, #tu-surveylist, .survey-list-container, .inner-container {
    display: none !important;
}

/* 2. Arrière-plan global ultra-moderne (Dégradé subtil et centrage) */
html {
    background: radial-gradient(circle at top right, #f1f5f9 0%, #e2e8f0 100%) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 100vh !important;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
    margin: 0 !important;
    padding: 24px !important;
    box-sizing: border-box !important;
    overflow-x: hidden;
}

/* 3. La Carte Principale (Design Épuré Floating Card) */
html::after {
    content: "";
    display: block;
    background: #ffffff;
    max-width: 580px;
    width: 100%;
    padding: 50px 40px;
    border-radius: 24px;
    box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.08), 0 1px 3px rgba(0, 0, 0, 0.02);
    border-top: 6px solid #1e3a8a; /* Le bleu institutionnel IHEC */
    box-sizing: border-box;
    position: relative;
}

/* 4. Injection textuelle hiérarchisée et aérée (Gestion fine des espaces) */
html::before {
    position: absolute;
    max-width: 500px;
    width: 82%;
    z-index: 10;
    color: #334155;
    font-size: 1.05rem;
    line-height: 1.7;
    text-align: center;
    white-space: pre-wrap;
    box-sizing: border-box;
    
    content: "📊  PLATEFORME DE RECHERCHE\A\A\A IHEC Global Network\A—\A Plateforme Officielle d'Enquêtes et de Collecte de Données\A\A\A\A Cet espace sécurisé est dédié au recueil, au traitement et à l'analyse des données pour nos études académiques, enquêtes de satisfaction et recherches en sciences de gestion.\A\A\A\A ⚙️  Donnez votre avis, partagez vos idées et restez connecté(e) avec votre communauté !\A La plateforme est opérationnelle. Déploiement final en cours.\A\A\A 💡  INFORMATIONS PARTICIPANT\A Si vous avez reçu une invitation directe par e-mail, veuillez utiliser le lien spécifique qui vous a été fourni pour accéder directement à votre questionnaire.\A\A\A\A\A\A © 2026 IHEC Global Network. Tous droits réservés.\A Accès sécurisé SSL (HTTPS)";
}

/* ==========================================================================
   STYLE ET TYPOGRAPHIE AVANCÉE (Simulés via le rendu CSS avant/après)
   ========================================================================== */

/* Ajustement de la police de sécurité et rendu global */
body.main-body {
    background: transparent !important;
}