html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body { font-family: Arial, Tahoma, sans-serif; line-height: 1;background-color:#000; }
strong { font-weight: bold; } 
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }
h2 { font-size: 2.55em; font-weight: bold; line-height: 1.75em; color: #fff; text-shadow: 1px 1px 0px #333; font-family: 'Nunito', 'Trebuchet MS', sans-serif; }
#wrap,#wrap a { text-transform: none;}
#wrap {
	position: absolute;
	top:0;
	left:0;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	margin-top: 3%;
	background-position: left top;
}
#favicon, #favicon li, #favicon img {
	vertical-align:	middle;
	width:		32px;
	height:		32px;
}
#app {
	width:18px;
	height:18px;
	margin-top: 5px;
}
#acticiel {
	position: absolute;
	top: 0%;
	left: 40%;
}
#ideal {
	position:relative;
	margin:0px auto 20px;
	color:lightblue;
	text-shadow:2px 2px 2px #000;
	text-align:center;
	font-size:150%;
	z-index:2;
}
#logo-acticiel {
	position:relative;
	text-align:center;
	z-index:1000;
}
#enpied {
	font-size:70%;
	width: 90%;
	color: silver;
	margin:15px 0;
	line-height: 20px;
	text-align:center;
	text-shadow:2px 2px 2px #000;
}
#enpied h1{
	font-size:150%;
}
#sites {
	width:90%;
	max-width:100%;
	text-align:center;
	margin:0 auto;
	padding:10px;
}
#site {
	z-index:200;
	color: silver;
	font-weight: bolder;
	text-shadow:1px 1px 1px darkblue;
	text-align: center;
	margin:0 auto;
	display:inline-block;
	font-size: 20px;
	max-width: 100%;
	padding: 1%;
}
#site a {
	z-index:200;
	text-decoration:none;
	/*text-transform: uppercase;;*/
	font-size:18px;
	width:100%;
	height:100%;
	max-width: 100%;
	color: #f2bb33; 
	font-variant: small-caps;
	/*text-transform: capitalize; */
	transform: scale(1);
}
#vignette {
	border:5px solid #ccc;
	max-width:100%;
	vertical-align:top;
	text-align:center;
	margin-top:10px;
}
#site:hover {
	text-shadow:2px 2px 2px #000;
	color:red;
	z-index: 1000;
	position: relative;
	-ms-transform: scale(1.5); /* IE 9 */
	-webkit-transform: scale(1.5); /* Safari 3-8 */
	transform: scale(1.5);
}
#site img {
	/*
	border:5px solid #32a4a854;
	border:5px solid #f2bb33; // orange
	*/
	border:4px solid #00a0e1; 
	border-radius:15px;
}
#gototop {
	position: fixed;
	bottom:10px;
	right:10px;
	width:64px;
	height:64px;
}
/* Popup container */
.popup {
	color: orange;
}
/* video background */
video {
  position: relative;
  top: 0;
  left: 0;
  height: 5000px; 
  width: 100%;
  min-height:100%;
  object-fit:cover;
  z-index:-1;
}
