/*
Theme Name: Becca
Theme URI: https://becca.qodeinteractive.com
Description: SaaS and Software Company Theme
Author: Select Themes
Author URI: https://qodeinteractive.com
Text Domain: becca
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*//* 1) Empêcher le scroll horizontal global (mobile + desktop) */
html, body {
  max-width: 100%;
  overflow-x: hidden;        /* ou overflow-x: clip; si disponible */
}

/* 2) Couper tout débordement dans l’enveloppe principale WP */
.wp-site-blocks, .site, .site-content, .entry-content {
  overflow-x: hidden;
}

/* 3) Images/iframes toujours contenues */
img, svg, video, iframe {
  max-width: 100%;
  height: auto;
  display: block;
}

/* 4) Sécuriser les blocs WordPress qui débordent parfois */
.wp-block-group, .wp-block-cover, .wp-block-columns, .wp-block-column {
  max-width: 100%;
  overflow-x: hidden;
}

/* 5) Cas fréquents: éléments en 100vw (remplacer par 100%) */
[class*="full"], [class*="wide"], [class*="container"], [class*="slider"] {
  width: 100%;
}

.qodef-mobile-header--standard #qodef-page-mobile-header-inner {
    justify-content: flex-end;
    padding-top: 17px;
}