/**
Theme Name: LM - Astra Child Theme
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: This is the child theme of Astra for La Marketerie
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/**
 * Do not touch this file
 */

@import url("css/body_style.css");


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

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