* {
	-webkit-touch-callout: none;
	-webkit-user-select: none; /* Disable selection/copy in UIWebView */
	z-index: 10;
	font-family: 'Raleway', sans-serif;
	color: rgba(255, 190, 100, 0.8);
	margin: 0;
	padding: 0;
	font-size: 12px;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 1200px) {
	* {
		font-size: 1em;
	}
	.menu {
		width: 30%;
	}
	.menu li {
		font-size: 1.2em !important;
	}
}

@media screen and (min-width: 1600px) {
	* {
		font-size: 1.05em;
	}
	.menu {
		width: 30%;
	}
	.menu li {
		
	}
}

html {
	position: relative;
	height: 100%;
	background-color: rgb(14, 24, 59);
}

body {
	position: relative;
	width: 100%;
	min-height: 100%;
	text-align: left;

	/*overflow-x: hidden;*/
}

#overeffect {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*background-attachment: fixed;*/
	background-image: url("images/overeffect.png");
	background-repeat: no-repeat;
	background-clip: content-box;
	background-origin: content-box;
	background-position: 0 0;
	background-size: 100% 100%; /*cover;*/
	z-index: -1;
	background-image: url("images/overeffect.png");
	opacity: 0;
	z-index: -1;
}

#scene {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	background-image: url("images/cascade.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
	z-index: 0;
}

#canvas {
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
}

h1 {
	background-color: rgba(14, 24, 59, 0.7);
	/*letter-spacing: 0.1em;*/
	margin: 0;
	padding: 0.5%;
	text-align: center;
	width: 99%;
	margin: 0;
	font-weight: semi-bold;
	font-size: 300% !important;
	color: rgba(255, 50, 80, 0.5);
	position: relative;
	z-index: 1;
}

table {
	width: 96%;
}

td,th {
	white-space: nowrap;
}

th {
	text-align: left;
	font-weight: normal;
}

td,input {
	width: 98%;
	border: none;
}

input {
	background-color: rgba(245, 250, 255, 0.4);
	height: 1.8em;
	font-size: 0.8em;
	padding: 1%;
}

input:focus,textarea:focus {
	background-color: rgba(245, 250, 255, 0.6);
}

input[type="submit"] {
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
	background-color: rgba(20, 30, 78, 0.4);
	color: white;
	width: 100%;
	height: auto;
	margin-top: 5%;
}

input[type="submit"]:hover {
	background-color: rgba(20, 30, 78, 0.8);
}

textarea {
	width: 100%;
	height: 200px;
	border: none;
	background-color: rgba(245, 250, 255, 0.4);
}

.atr {
	font-family: 'Crimson Text', serif;
	text-align: right;
	font-size: 120% !important;
	line-height: 0.6em;
	color: rgb(255, 50, 80);
}

.subtitle {
	color: rgba(100, 100, 100, 1);
	font-size: 0.4em;
	font-style: oblique;
	margin-top: -0.5em;
	position: relative;
}

p,table,.contenu ul {
	margin: .8em;
}

.ilogo {
	width: 35%;
}

.logo {
	font-size: 180%;
	padding-right: 20%;
}

.alerte {
	background-color: yellow;
	color: black;
	font-size: 150%;
	position: absolute;
	text-align: center;
	width: 50%;
	z-index: 100;
	padding: 1em;
}

.contenu,.menu li {
	background-color: rgba(14, 24, 59, 0.7);
	border: 1px solid rgba(200, 190, 155, .5);
	padding: 1.5em;
	position: relative;
	text-align: justify;
	width: 25%;
	border-radius: 5px;
}

.menu {
	float: right;
	width: 25%;
	margin-right: 0;
	list-style: none;
}

.menu li {
	width: 86%;
	font-size: 1.8em;
	font-weight: 600;
	margin: 0.5em 0 0 0;
	border: 1px solid rgba(10, 20, 70, 1);
	border-right: none;
	border-radius: 5px 0 0 5px;
	cursor: pointer;
	background: linear-gradient(to right, rgba(14, 24, 59, 0.7) 0%, rgba(252, 252, 252, 0.1) 100% );
	text-indent: 7%;
	padding: 0.5em 2%;
	float: right;
	cursor: pointer;
}

.menu li:hover {
	border-color: rgba(200, 190, 155, .5);
}

.menu li a {
	text-decoration: none;
	color: rgba(255, 50, 80, 0.6);
}

#block1 {
	display: inline-block;
	margin: 3em 0 0 5%;
	width: 48%;
}

#block1 img {
	width: 100%;
	opacity: 0.8;
}

.right {
	float: right;
	margin: 5%;
	width: 20%;
	text-align: left;
}

.contenu li {
	margin: 1.5em 0 0 0;
}

#solutions {
	display: inline-block;
	margin: 5%;
}

.needcloud {
	background-image: url("images/cloudcomputing.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-clip: content-box;
	background-origin: 10 0;
	height: 40%;
	top: 50%;
	width: 50%;
	left: 40%;
	margin: 0;
	opacity: 0.55;
	position: absolute;
	z-index: 0;
	background-size: cover;
	background-clip: content-box;
}

.actif {
	border: 2px solid rgba(200, 20, 70, 1) !important;
}

#blockcentre {
	margin: 10% 20%;
	position: relative;
	width: 38%;
}
/****************************************************************************************************/
.sparkle,.sparkleOut,.sparklefast {
	position: absolute;
	width: 2px;
	height: 2px;
	transition: top 700ms linear, left 700ms linear, width 300ms, height 300ms;
	border-radius: 100%;
	overflow: visible;
	color: red; /*rgba(10, 250, 200, 0.5);*/
	border: solid 1px;
}

.sparkle {
	background-color: rgba(200, 255, 180, 0.7);
	/*box-shadow: 0px 0px 3px 3px rgba(150, 255, 180, 0.5);*/
}

.new {
	transition: none 0s ease 0s !important;
}

.sparkleOut {
	box-shadow: 0px 0px 3px 2px rgba(100, 255, 255, 1);
	background-color: rgba(0, 255, 255, 0);
}

.sparkleHidden {
	opacity: 0;
}

.sparklefast {
	background-color: rgba(255, 255, 255, 0.95);
	/*box-shadow: -1px 0px 3px 2px rgba(200, 255, 200, 0.7);*/
}

#debug {
	color: rgba(10, 250, 200, 0.2);
	position: absolute;
	bottom: 0;
	left: 0;
}

#listepreview,#fichepreview {
	position: absolute;
	right: 2%;
	bottom: 0;
	width: 1232px;
	height: 861px;
	background: rgba(255, 255, 255, 0.75) url("images/liste.png") no-repeat top left;
	border: 1px solid rgba(200, 190, 155, 0.5);
	transition: opacity 2000ms linear;
}

#fichepreview {
	left: 2%;
	bottom: 0;
	background-image: url("images/ficheclient.png");
}