@font-face {
	font-family: "Raleway";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/raleway-400.woff2") format("woff2");
}

@font-face {
	font-family: "Raleway";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url("../fonts/raleway-900.woff2") format("woff2");
}

*, *::before, *::after { box-sizing: border-box; }

html, body {
	width: 100%;
	height: 100%;
	min-height: 100vh;
	min-height: 100dvh;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

body {
	background-color: #131212;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 1.2rem;
	line-height: 1.9rem;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}

#wrapper-global {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	min-height: 100dvh;
}

.content_render h1 {
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 1.15rem;
	font-weight: 400;
	text-transform: uppercase;
	margin: 20px 0 8px;
}

.content_render h1 span { font-weight: 900; }

.content_render h2 {
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 1.8rem;
	font-weight: 900;
	color: #ffaaaa;
	margin: 0 0 20px;
}

.content_render h2 a {
	color: #fcefc0;
	text-decoration: underline;
}

.content_render h2 a:hover { color: #ff3249; }

.content_render p small {
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size:72%;
	opacity:0.72;
}

.zone {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	min-height: 100dvh;
	padding: 0;
}

#zone_1 { min-height: 100vh; min-height: 100dvh; }

#zone_1 #logo {
	position: absolute;
	z-index: 10;
	overflow: visible;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 90%;
	max-width: 720px;
	text-align: right;
}

svg {
	position: relative;
	width: 100%;
	overflow: visible !important;
}

svg.logo {
	z-index: 10;
	--color-flow: #fff;
	--color-wobo: #fff;
	--color-wobo-in: rgba(255, 255, 255, 0);
}

svg.logo-shadow {
	position: absolute;
	z-index: 8;
	left: -8px;
	top: 20px;
	--color-flow: rgba(0, 0, 0, 0.2);
	--color-wobo: rgba(0, 0, 0, 0.4);
	--color-wobo-in: transparent;
	filter: blur(5px);
}

#zone_1 svg.gradient-bottom {
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	--color-start: rgba(0, 0, 0, 0);
	--color-stop: rgba(0, 0, 0, 1);
}

#zone_1 canvas.canvas {
	position: absolute;
	overflow: hidden;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	min-height: 100dvh;
	pointer-events: none;
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

#zone_1 canvas#pict,
#zone_1 canvas#pict2 {
	width: 100%;
	height: 100%;
}

#zone_1 #pict-bg {
	position: absolute;
	z-index: 3;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	min-height: 100dvh;
	/*background-image: linear-gradient(#4ed484, #4ed484, #2ecba4);
	background: linear-gradient(#4ed484, #4ed484, #2ecba4), url("../images/zone1-6-2.jpg") top center;
	background-image: linear-gradient(#7b252d, #d44e5b, #ff8994);*/
	background: linear-gradient(#1a1717, #7b252d, #000000), url("../images/zone1-6-2.webp") top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: color;
	opacity: 0.5;
}

@media only screen and (max-width: 768px) {
	.content_render h1 {
		font-size: 1rem;
		line-height: 1.45rem;
		margin: 14px 0 6px;
	}

	.content_render h1 span { font-size: 1.15rem; }

	.content_render h2 {
		font-size: 1.15rem;
		line-height: 1.5rem;
		margin: 0 0 14px;
	}

	#zone_1 #logo {
		width: 92%;
		max-width: none;
		text-align: center;
		padding: 0 10px;
	}

	svg.logo-shadow {
		left: -4px;
		top: 12px;
	}
}
