/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Badge hero LGEO — label non cliquable, coins entièrement ronds */
.elementor-20 .elementor-element-16d937f {
  text-align: center;
}

.elementor-20 .elementor-element-16d937f .netbridge-hero-badge {
  display: inline-block;
  font-family: "neulis-sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-transform: lowercase;
  line-height: 22px;
  color: var(--e-global-color-3e2a06d, #CBD9E7);
  background-color: transparent;
  border: 1px solid var(--e-global-color-3e2a06d, #CBD9E7);
  border-radius: 999px;
  padding: 12px 24px;
  cursor: default;
  pointer-events: none;
  text-decoration: none;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .elementor-20 .elementor-element-16d937f .netbridge-hero-badge {
    font-size: 12px;
    line-height: 1.2;
    padding: 8px 14px;
  }
}

/* Popup SMS — champs et boutons en radius 100px */
#elementor-popup-modal-25 .netbridge-sms-form-input,
#elementor-popup-modal-25 .netbridge-sms-btn,
.elementor-25 .netbridge-sms-form-input,
.elementor-25 .netbridge-sms-btn {
  border-radius: 100px !important;
}

/* Empêcher la sélection / copier-coller du contenu éditorial */
.elementor-20,
.elementor-20 *,
#elementor-popup-modal-25,
#elementor-popup-modal-25 * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.elementor-20 input,
.elementor-20 textarea,
.elementor-20 select,
#elementor-popup-modal-25 input,
#elementor-popup-modal-25 textarea,
#elementor-popup-modal-25 select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
