<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/*************************************************************************************************************/
/*																											 */
/*************************************************************************************************************/
@import url(https://www.lsrodier.net/common/css/lib/html5reset-1.6.1.css);
@import url(https://www.lsrodier.net/common/js/lib/fullpage/jquery.fullPage.css);
@import url(https://www.lsrodier.net/common/css/default.css);

/*************************************************************************************************************/
/*																											 */
/*************************************************************************************************************/
.page_header_background
{
	background-color		: transparent;
}


/*************************************************************************************************************/
/*																											 */
/*************************************************************************************************************/
div.app_image
{
	margin-left				: auto;
	margin-right			: auto;
	margin-bottom			: 20px;
}

div.app_image img
{
	display					: block;
	margin-left				: auto;
	margin-right			: auto;
}
div.app_image.snap img
{
	border					: #000000 1px solid;
	border-radius			: 5px;
}

div.app_links
{
	margin					: 10px;
	margin-top				: 0px;
	margin-bottom			: 0px;
}


div.app_links div.app_link_href
{
	float					: left;
	display					: inline;

	width					: 120px;
	height					: 36px;
	padding-left			: 45px;

	background-color		: #FFFFFF;
	color  					: #000000;

	font-size				: 16px;
	text-align				: left;
	vertical-align			: middle;
	line-height				: 36px;

	margin-left				: 10px;
	margin-right			: 10px;

	border					: #000000 1px solid;
	border-radius			: 5px;


	background-repeat		: no-repeat;
	background-position		: left center;

	cursor					: pointer;
}

div.app_links div.app_link_href:hover
{
	background-color		: #C0C0C0;
}

div.app_links div.home
{
	background-image		: url(https://www.lsrodier.net/default/css/img/logo_laurent.svg);
}

div.app_links div.apple
{
	background-image		: url(https://www.lsrodier.net/default/css/img/logo_apple.svg);
}

div.app_links div.android
{
	background-image		: url(https://www.lsrodier.net/default/css/img/logo_android.svg);
}

div.app_links div.amazon
{
	background-image		: url(https://www.lsrodier.net/default/css/img/logo_amazon.svg);
}

div.app_links div.windows
{
	background-image		: url(https://www.lsrodier.net/default/css/img/logo_windows.svg);
}

div.app_links div.user_guide
{
	background-image		: url(https://www.lsrodier.net/common/img/logo_user_guide.svg);
}


/*************************************************************************************************************/
/*																											 */
/*************************************************************************************************************/
div.app_video
{
	margin-left				: auto;
	margin-right			: auto;
	margin-bottom			: 20px;
}

div.app_video_border
{
}

div.app_video_iframe
{
	margin-left				: auto;
	margin-right			: auto;
	border					: 10px black solid;
	border-radius			: 15px;
}

/*************************************************************************************************************/
/*																											 */
/*************************************************************************************************************/
div.app_text h1
{
	font-weight				: bold;
	font-size				: 150%;
	margin-bottom			: 15px;
}
</pre></body></html>