/* 
Theme Name:   Collectif ECO
Theme URI:    https://collectif-eco.ca
Description:  Un super thème réalisé avec ♥ par le Collectif ECO
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
*/

body {
	margin-top: 180px;
}

@media screen and (max-width: 1025px) {
	
	body {
		margin-top: 100px;
	}
	
}


.elementor-widget-container p:last-child {
	margin-bottom: 0;
}


.elementor-widget-text-editor a {
	color: var(--e-global-color-primary);
	text-decoration: underline;
}

.elementor-location-header {
	position: fixed;
    top: 0;
    transition: top 0.3s;
    width: 100%;
	z-index: 9999;
}

.nav-up {
    top: -301px;
}
