/**
 * Global Styles
 *
 */

/*
--------------------------------------
réglages Hello Elementor
--------------------------------------
*/

.site-header:not(.dynamic-header),
.site-footer:not(.dynamic-footer) {
	max-width: 100% !important;
	padding: 0;
}

/*
--------------------------------------
custom template
--------------------------------------
*/

.content-container {
	width: 100%;
}

/*
--------------------------------------
elements
--------------------------------------
*/

body {
	font: var(--font-text);
	color: var(--color-text);
}

a {
	color: var(--color-primary);
	transition: color var(--transition-normal);
}

a:hover {
	color: var(--color-secondary);
}

header ul,
footer ul {
	list-style-type: none;
	margin: 0;
}

.entry-content ul {
	list-style-type: disc;
	margin-left: 1em;
}

p {
	margin-bottom: 0;
}
