/* 
Theme Name: Theme EENOV - enfant Hello
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

:root {
    font-size: 62.5%;
    --e-global-color-primary: #FFFFFF;
    --e-global-color-secondary: #000000;
    --e-global-color-accent: #FF3300;
    --e-global-color-text: #666666;
	padding: 0 1.6rem;
}

html, body {
    font-size: 1.6rem;
}

h2 {
	font-size: 3.2rem;
}

ul {
	margin-bottom: 1.6rem;
}

a:link, a:visited {
	color:#007bff;
}

a:hover {
	text-decoration: underline;
}


#elementor-preview section:not(.full).e-con,
#content section:not(.full).e-con,
.elementor-edit-area section:not(.full).e-con,
.elementor-location-single section:not(.full).e-con {
 /*   padding-left: 1.6rem;
    padding-right: 1.6rem;*/
}


@media (max-width:767px) {
    ul {
        padding-left: 2rem;
    }

}