
:root {
	--header-color : 20, 12, 5, 0.8;  /*transparent*/
	--main-color : 0, 0, 0;    /*30, 5, 0*/
	--shadow-color : 0, 0, 0; 
	--button-color : 255, 255, 255;
	--footer-color : 0, 0, 0; 
	--font-color : 255, 255, 255; 
	--font-button-color : 0, 0, 0;
	--header-opacity : 0;
	--shadow-opacity : 0;
}

@font-face {
	font-family : "Font";
	src : url("https://asset.vodify.fr/font/AvenirLTStd-Light.woff2");
}

body {	
	background-image : 
		linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
		url('https://asset.vodify.fr/img/good2now/screen/splash/background.jpg');
	background-position : center;
	background-size : cover;
	background-repeat : no-repeat;
	background-attachment : fixed;
}

@media all and (min-width : 481px)  {

:root {
	--font-size : 1.2vw;
	/*--line-height : calc(var(--font-size) * 1.5);*/
	--font-padding : 0.4vw;
	--radius : 0vw;
}

}

@media all and (max-width : 480px)  {

:root {
	--font-size : 3.5vw;
	/*--line-height : calc(var(--font-size) * 1.2);*/
	--font-padding : 0vw;
	--radius : 0vw;
}

}
