/*
Theme Name: TECHNIWEB
Theme URI: https://techniweb.fr
Author: Techniweb
Author URI: https://techniweb.fr
Description: Starter theme Techniweb - Optimisé pour Elementor avec interface de configuration
Version: 1.1.0
License: GPL v2 or later
Text Domain: techniweb
*/

/* Reset minimal - Elementor gère le reste */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Container pour le contenu hors Elementor */
.techniweb-container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hide admin bar fix for Elementor */
.admin-bar .elementor-top-section.elementor-sticky {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .elementor-top-section.elementor-sticky {
        top: 46px;
    }
}


.elementor-widget-text-editor ul, .elementor-widget-text-editor ol, .elementor-widget-theme-post-content ul, .elementor-widget-theme-post-content ol {
    margin-left: 1.5rem;   /* indentation */
    padding-left: 1rem;    /* espace pour la puce */
}

.elementor-widget-text-editor ul li, .elementor-widget-text-editor ol li, .elementor-widget-theme-post-content ul li, .elementor-widget-theme-post-content ol li {
    list-style-position: outside;  /* la puce reste en dehors du bloc */
}


.no-click {
  pointer-events: none;
}
