/**
 * Theme Name: WEB Stratégies
 * Author: WEB Stratégies
 * Description: Thème
 * Version: 1.2
 * Text Domain: ws 
 */

body {
	background-repeat: repeat;
	background-size: 100%;

	font-size: 14px;
	color: black;
    height: auto !important;
}

:root {
    color-scheme: light;
}

::selection {
	background-color: color-mix(in srgb, var(--ap-background-2) 70%, transparent);
}

.elementor-widget-theme-post-content ul[role="list"],
.elementor-widget-theme-post-content ol[role="list"] {
	list-style: initial;
	padding-left: 30px;
}

header + div {
    background-color: var(--ap-background-1);
    position: relative;
    z-index: 1;
}
