/**
Theme Name: LM - Hello Elementor Child Theme
Author: La Marketerie
Author URI: https://lamarketerie.fr/
Description: Thème enfant de Hello Elementor pour La Marketerie
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hello-elementor-child
Template: hello-elementor
*/

/**
 * Do not touch this file
 */
@import url("css/base_style.css");
@import url("css/body_style.css");
@import url("css/custom_elementor.css");
@import url("css/custom_woo.css");
@import url("css/partner-box.css");
@import url("css/single-product-selector-variation-button.css");
@import url("css/wishlist-view.css");
@import url("css/espace-pro.css");
@import url("css/woo-checkout.css");

/*Fix scroll horizontal*/
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

/*Fix marge Elementor automatique des p*/
.entry-content p {
  margin-bottom: 0px;
}

