/*

   Le Rock d'Anglars

/* ------------------------------------------------------------------------------------------ *\
 -	INITIALISATION
\* ------------------------------------------------------------------------------------------ */

	html, body { margin:0; padding:0; outline:0; line-height:1em; overflow:visible; }
	body { word-wrap:break-word; background-color:#FFF; color:#222; overflow-x:hidden; overflow-y:auto; }

	a, a:visited { color:#3996BC; text-decoration:none; outline:0; }
	a:hover, a:focus { color:#000; text-decoration:none; outline:0; }
	a:hover *, a:focus * { outline:0; }

	label { margin:0; font-weight:400; }
	a label { cursor:pointer; }
	strong { font-weight:600; }

	ul, ol, ul li, ol li { list-style:none inside; margin:0; padding:0; }

	embed, iframe, object { max-width:100%; }

/* ------------------------------------------------------------------------------------------ *\
 -	STRUCTURE
\* ------------------------------------------------------------------------------------------ */

	.body { height:100vh; width:100vw; overflow:hidden; text-align:center; display:flex; justify-content:center; align-content:center; align-items:center;
		background-color:#FFF; }

	.logo { line-height:0; margin:0 auto; max-width:100%; }
	.logo img { display:block; line-height:0; width:100%; height:auto; }
