@import url(http://fonts.googleapis.com/css?family=Muli:300,400,300italic,400italic);
*{margin:0;padding:0;font-family: Muli,sans-serif;font-weight: 300;box-sizing:border-box;transition:all .2s ease;}
body{
	color: #030303;
}
html,body{
	height: 100%;
}
a, a:link{
	text-decoration: none;
}
ul,ol{
	list-style-type: none;
}
body{
	background-color: #f6f6f6;
}
.main{
	margin: 0 auto;
	width:100%;
	max-width: 960px;
}
header,section.accroche{
	background-color: #83b5cb;
	color: #fefefe;
}
 
header nav{
	font-size:16px;
	line-height: 24px;
	text-transform: uppercase; 
	overflow: auto;
	padding:30px 0;
}
header nav li{
	display: block;
	float: left;
	width: 50%

}
header nav a,header nav a:link{
	color: #fefefe;
	transition:color 0.2s;
}
header nav a:hover{
	color: #ff8211;
}
section.accroche{
	background-image: url('img/bkg-home-dashboard.png');
	background-position:370px center;
	background-repeat: no-repeat;
	font-size: 24px;
	padding-top:70px;
	padding-bottom: 50px;
}
 
section.accroche p{
	margin-top: 25px;
	margin-bottom: 50px;
}
section.accroche a.info{
	font-size: 12px;
	display: inline-block;
	padding-right: 20px;
	text-transform: uppercase;
	padding-right: 20px;
	color: #fefefe;
	background: url('img/arrow-left.png') right center no-repeat;
}
section.accroche a.info:hover{
	background-position: 93% center;
	text-decoration: underline;
}
.demo h2{
	font-size: 36px;
}
.demo h3{
	font-size: 32px;
}
.demo-list{
	display: inline-block;
	position: relative;
}
.demo-list ul{
	margin-left:50px;
	margin-right: 30px;
}
.demo-list>a{

}
.demo-list>a::after{
	content: "▼";
	display: inline-block;
	-webkit-transition:all .3s;
	transition:all .3s;
	-ms-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	transform:rotate(-90deg);
	margin-left: 20px;
}
.demo-list:hover>a::after{
	-ms-transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
}
.demo-list ul{
	/*display: none;*/
	position: absolute;
	width: 80%;
	border: 1px solid #ff8211;
}
.demo-list ul a{
	display: block;
	padding:5px 30px 5px 30px; 
 	 
	color : black;
	background-color: #f6f6f6;
}
.demo-list ul a.video{
	background-color: white;
	background-position: 5px center;
}
.marketing{
	overflow: auto;
	padding-bottom: 50px;
}
.marketing div.col3{
	padding: 0 0px;
}
.home section.marketing>h2{
	font-size: 32px;
	padding: 70px 0px 25px;
}
.marketing h2{
	font-size: 32px;
	padding: 25px 0px;
}
.marketing hgroup{
	text-align: center;
}
.marketing hgroup h3{
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
}
.marketing hgroup h3:after{
	content: "";
	border-bottom: solid 2px #ff8211;
	display: block;
	width:50%;
	margin: 10px auto;
}
.marketing hgroup h4{
	font-weight: normal;
	font-size: 22px;
}
.marketing ul{
	padding:20px 40px;
}
.marketing li{
	line-height: 1.5em;
	padding: 0 20px;
	background:url('img/puce-orange.png') no-repeat;
}
.marketing aside{
	text-align: center;
}
.marketing aside img{
	box-shadow: 0 0 1px 0px black;
}
.button{
	text-align: center;
	text-transform: uppercase;
	min-width:275px;
	border-radius: 5px;
	font-size: 16px;
	line-height: 16px;
	display: inline-block;
	padding: 16px;
}
.button-small{
	min-width:200px;
	font-size: 12px;
	line-height: 12px;
	padding: 12px;
}
.orange{
	color: #fefefe;
	background-color: #ec9416;
}
.darkblue{
	color: #fefefe;
	background-color:#004d6c;
}
.button.orange:hover{
	background-color: #ffab0f
}
.button.darkblue:hover{
	background-color: #00658d
}
.white{
	background-color: white;
}
.blue{
	color: #fefefe;
	background-color: #83b5cb;
}
 
.grey{
	background-color: #dbdbdb;
}
.blue.button:hover{
	background-color: #58c4f2;
}
.center{
	text-align: center;
}
.home section{
}
.home section h2{
	font-size: 40px;
	text-align: center;
}
strong{
	color:#ff8211;
}
.home section p.list{
	font-size: 22px;
	margin-top: 60px;
	margin-bottom: 90px
}
.desktop{
	padding-top: 90px;
	padding-bottom: 70px;
}
.rubriques{
	margin-top: 100px;
	overflow: auto;
}
.rubriques li{
	width: 12.5%;
	float: left;
	text-align: center;
	cursor: pointer;
}
.rubriques li div{
	color:rgba(3,3,3,0);
	transition:color .2s;
}
.rubriques li:hover div{
	display: block;
	color: rgba(3,3,3,1);
}
.rubriques li:hover div h3{
	color: rgba(255,130,17,1);
}
.rubriques li div h3{
	font-size: 32px;
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	margin-top: -150px;
	color: rgba(255,130,17,0);
}
.rubriques li div p{
	font-size: 16px;
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
}


section#welcome{
	background-image: url('img/bkg-home-welcome.png');
	background-repeat: no-repeat;
	overflow: auto;
	padding-bottom: 50px;
	padding-top: 70px;
	background-position:180px bottom;
	background-size: 280px
}
#welcome p{
	font-size: 16px;
	line-height: 1.5em;
	width: 230px;
	float: left;
	letter-spacing: -1px;
}
#w_first{
	padding-top: 180px;
	height: 100%;
	margin-left: 30px;
	margin-right: 200px;
}
div.col{
	float: left;
	width: 230px;
}
.product section.accroche .wrap{
	background-image: url('img/bkg-product-accroche.png');
	background-position:400px center;
}
.product .connecteurs table{
	border-collapse: collapse;
}
.product .connecteurs .wrap{
	padding: 20px 50px;
}
.product .connecteurs table th{
	width: 25%;
	text-align: left;
}
 
.home .accroche{
	min-width: 980px;
}
section.accroche h1{
	font-size: 40px;
	line-height: 57px;
}
.product section.accroche h1{
	padding-top: 110px;
}
#w_second{
	margin-top: 50px;
	margin-bottom: 50px;
}
#w_fourth{
	margin-left: 30px;
	margin-top: 160px;
}
#video{
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	height: 850px;
	overflow: hidden;
	background: gray;
}
#video:before {
content: " ";
display: block;
width: 100%;
position: absolute;
}
#video video{
	position: absolute;
	top: 50%;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#video .video-content{
	height: 100%;
	position: relative;
}
#video .caption{
	position: absolute;
	left: 65%;
	top: 0;
	width: 300px;
	padding: 30px;
	background: rgba(255,255,255,0.9);
	border-radius: 0 0 5px 5px;
	display: block;
	background: #fff;
	right: 0;
	margin-left: 0;
}
#video .caption h5{
	text-transform: uppercase;
	font-size: 12px;
	border-bottom: solid 2px #ff8211;
	padding: 0px 0 25px;
	margin-bottom: 20px;
}
#video .caption p{
	font-size: 16px;
}
.big-padding{
	padding-left:50px;
	padding-right: 50px;
}
@media screen and (min-width:1290px){
	.main{
		max-width: 1280px;
	}

	.big-padding{
		padding-left:130px;
		padding-right:130px;
	}
	section.accroche{
		background-position:right center;
	}
	section#welcome{
		background-position:200px bottom;
		background-size: initial
	}
	#welcome p{
		font-size: 20px;
		width: 280px;
	}
	#w_first{
		padding-top: 180px;
		margin-left: 30px;
		margin-right: 330px;
	}
	div.col{
		width: 290px;
	}
	#w_second{
		margin-top: 100px;
	}
}

.row{
	overflow: auto;
	clear: both;
	float: none;
}
.col-2{
	float: left;
	width: 50%;
}
.col-4{
	float: left;
	width: 25%;
}
h3{
	font-size: 32px;
	line-height: 1.3em;
}
h4{
	font-size: 24px;
}
.licence h4{
	margin: 1em 0;
}
.licence {
	padding-top: 120px;
	padding-bottom: 240px;
}
.veille{
	background: #004d6c;
	-webkit-transition: visibility 0 1.2s,opacity 0.6s ease 0.6s;
	transition: visibility 0 1.2s,opacity 0.6s ease 0.6s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	opacity: 0;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: -200px;
	z-index: 3;
	overflow: hidden;
	visibility: hidden;
}
.veille-active body{
	overflow: hidden;
}
.veille-active .veille{
	-webkit-transition: visibility 0 0,opacity 0.3s ease 0;
	transition: visibility 0 0,opacity 0.3s ease 0;
	visibility: visible;
	opacity: 1;
}

.menu-modal {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
position: fixed;
visibility: hidden;
opacity: 0;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 3;
}
.veille-active .menu-modal{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: visibility 0 0,opacity 0.3s ease-in-out 0.3s,-webkit-transform 0.3s ease-in-out 0.3s;
	transition: visibility 0 0,opacity 0.3s ease-in-out 0.3s,transform 0.3s ease-in-out 0.3s;
	visibility: visible;
	opacity: 1;
}
.menu-modal .menu-box {
	background-color: transparent;
	position: absolute;
	width: 1024px;
	height: 600px;
	left: 50%;
	top: 50%;
	margin-left: -512px;
	margin-top: -300px;
	background-color: #83b5cb;
}
sup{
	font-size: .6em;
}
.sub{
	font-size: 0.5em;
}
.licence p{
	padding-right: 40px;
}
footer{
	letter-spacing: normal;
	padding: 30px 0;
	background-color: #bcbbbd;
}
footer address{
	font-size: 14px;
	font-style: normal;
}

.menu-box strong{
	color:white
}
.call-to-action{
	margin: 200px 0 0 170px;
}
.call-to-action h1{
	margin-bottom:50px;
}
.call-to-action .button{
	letter-spacing: 2px;
}
.menu-box nav{
	padding-top: 120px;
}
.menu-box nav a{
	color:#004d6c;
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 2em;
	font-weight: bolder;
	padding: 5px;
}
.menu-box nav a:hover{
	font-weight: 700;
}
section.demoV0{
	background-color: #ec9416;
	overflow: auto;
} 
section.demo{
 
	overflow: auto;
}
 
section.demo h2 {
	margin:  30px 0 30px  100px;
}
.demo table{
	border-collapse: collapse;
	float: right;
	margin-right: 50px;
 	margin-bottom: 50px;
}
.demo table td {
	border-bottom:solid 2px white;
}
.demo td img{
	margin: 0 10px
}
.demo h3 {
	width: 800px;
}
.demo a:hover{
	text-decoration: underline;
}
.demo a{
	display: inline-block;
	padding:0 50px 0 80px; 
	color:#fefefe;
/*	text-transform: uppercase;*/
}
.demo a.video{
	background: url('img/a.video.png') 50px center no-repeat;
}
.blue strong{
	color:#ffffff;
}
.blue.black-text{
	color:#050505;
}
.orange strong{
	color:#ffffff;
}
.orange.black-text{
	color:#050505;
}
  

.demo h2{
	font-size: 36px;
}
.demo h3{
	font-size: 24px;
}
.trigger_bulle{
	position: relative;
}
.info_bulle{
	display: none;
	position: absolute;
	top: -25px;
	left: 19px;
	background-color:r;
	padding: 5px 30px 5px 30px;
	border: 1px solid #ff8211;
}
.go-top{
	display: none;
	opacity: 0.3;
	position: fixed;
	bottom: 2em;
	right: 2em;
}
footer address{
	width: 410px;
	margin: 0 auto;
	font-size: 14px;
	font-style: normal;
	color: black;
}
footer .ms{
	float:left;
	padding: 5px 10px;
}
footer .address{
	text-align: left;
	margin-left: 15px;
	/*margin-left: 30px;*/
}
footer address>p:first-child{
	margin-bottom: 10px;
}
/* SPCS TABLE */
	#specs::before{
		content:"";
		display: block;
		height: 50px;
		background-color: #83b5cb;
		margin:0;
	}
	#specs{
		background-color: white;
	}
	#specs>*{
		/*margin: 50px 50px ;*/
	}
	#specs h2{
		font-size: 2em;
		margin: 50px 0 15px;
		text-align: center;
	}
	#specs h3{
	/*	text-transform: uppercase;*/
		font-size: 1.5em;
		text-align: center;
		font-weight: normal;
	}
	#specs .legend{
		float: right;
		list-style-type: none;
		overflow: auto;
		/* width: 950px; */
		margin: 30px 150px;
	}
	#specs .legend li{
		float: left;
		padding-right: 30px;
		font-size: 1.4em;
		font-weight: normal;
	}
	#specs .legend li img{
		vertical-align: middle;
	}
	#specs .yes{color:#eb9418}
	#specs .no{color:#e1ddd1}
	#specs .opt{color:#81b4ce}
	#specs table{
		width: 920px;
		margin: 50px auto;
		border-collapse: collapse;
	}
	#specs td, #specs th{
		/*border-right: 1px solid #b2b7be;*/
	}
	#specs tr>*:last-child{
		border-right: 0px none transparent;
	}
	#specs .title td,#specs .title th{
		background-color:#e2e2e2;
	}
	#specs thead th{
		letter-spacing: normal;
		font-size: 1.2em;
		font-weight: bold;
		padding: 5px 20px;
		background-color: #bcbbbd;
		color: white;
	}
	#specs thead th:first-child{
		text-align: left;
	}
	#specs tbody tr>*{
		height: 35px;
	}
	#specs table .item th:before{
		/*content: "• ";*/
	}
	#specs .item th{
		text-align: left;
		padding-left:30px;
		padding-right: 20px;
		letter-spacing: normal;
	}
	#specs td{
		text-align: center;
	}
	#specs .hover{
		background-color: #f7f5eb;
	}
	#specs .title th{
		text-align: left;
		padding-left: 20px;
		font-weight: bold;
	}
	#specs .subtitle th{
		text-align: left;
		padding-left: 20px;
		font-weight: normal;
	}
	#specs .hidden td,#specs .hidden th{
		height: 30px;
		color:transparent;
	}
/*END SPECS*/