*,
*:before,
*:after{
	padding:0;
	margin:0;
	-webkit-box-sizing:inherit;
	box-sizing: inherit;
	font-family:inherit;
}

html {
	box-sizing: border-box;
	font:normal 10px 'aaargh', sans-serif;
	min-width:400px;
	color:#0F0F0F;
}

body {
	background-color:#BEDCF3;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}

pre{
	word-wrap:break-word;
	white-space: pre-wrap;
}

@font-face {
    font-family: 'aaargh';
    src: url('/warpcore/allow/font/Aaargh-webfont.eot');
    src: url('/warpcore/allow/font/Aaargh-webfont.svg#aaargh') format('svg'),
		url('/warpcore/allow/font/Aaargh-webfont.woff') format('woff'),
		url('/warpcore/allow/font/Aaargh-webfont.eot?#iefix') format('embedded-opentype'),
        url('/warpcore/allow/font/Aaargh-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
	font-family: "aaargh";
	src: url('/warpcore/allow/font/Aaargh-Cyrillic-Bold.eot');
	src: url('/warpcore/allow/font/Aaargh-Cyrillic-Bold.svg#Aaargh') format('svg'),
	url('/warpcore/allow/font/Aaargh-Cyrillic-Bold.woff') format('woff'),
	url('/warpcore/allow/font/Aaargh-Cyrillic-Bold.eot?#iefix') format('embedded-opentype'),
	url('/warpcore/allow/font/Aaargh-Cyrillic-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

/* Common */
.even .title0,
.odd .title0{
	font-size:3.2rem;
	text-align:left;
	padding:0 0 22.5px 0;
	line-height:45px;
}

.even  .title1,
.odd  .title1{
	font-size: 2.8rem;
	padding:0 0 18px 0;
	line-height:36px;
	color: #FF7B00;
}

.even .title2,
.odd  .title2{
	color:#505050;
	font-size: 2.4rem;
	text-align:left;
	line-height:30px;
	padding:0 0 15px 0;
}

.list+.title1{
	margin-top:30px;
}

.text+.title1{
	margin-top:30px;
}

.text+.title2{
	margin-top:30px;
}

#space_between{
	margin:18px 0 0 0;
}

#navigator{
	position:fixed;
	top:100px;
	left:0;
	width:18%;
	margin-left:0.5%;
	background-color:#107FC9;
	color:#fff;
	padding:10px;
	max-height:75vh;
	overflow:auto;
}

#navigator>div{
	font-size:1.4rem;
	color:#fff;
}

#navigator>div+.title0{
	margin-top:9.5px;
}

#navigator>div:hover{
	cursor:pointer;
	color:#FF7B00;
}

#navigator>.title1{
	font-size: 1.3rem;
	margin:0 0 0 20px;
}

#navigator>.title2{
	font-size: 1.2rem;
	margin:0 0 0 30px;
	color:#fff;
}

#talk_specialist:hover{
	cursor:pointer;
	opacity:0.7;
}

.list{
	background-image:url(/warpcore/allow/img/puce.png);
	background-repeat:no-repeat;
	background-size: 5px auto;
	padding-left:15px;
	background-position:0 8px;
	margin-top:15px;
}

#talk_specialist{
	display:inline-block;
    padding:0 25px;
	background-color:#FF7B00;
	font-size: 1.3em;
	font-weight:bold;
	height:50px;
	line-height:50px;
	text-transform:uppercase;
	color:#fff;
}

.even{
	background-color:#fdfdfd;
}

.odd{
	background-color:#fff;
}

.even,
.odd {
	font-size: 1.6em;
    line-height: 24px;
	padding:0 20%;
	padding-bottom:30px;
	padding-top: 22.5px;
}

.selected{
	color:#FF7B00 !important;
}
/* header */
#header{
	height:80px;
	background-color:#fff;
}

#header .logo {
    position:absolute;
	top:8px;
    left:20%;
	line-height:64px;
	padding-left:90px;
	font-size:2em;
	letter-spacing:5px;
	text-shadow: 0 0 1px #107FC9, 0 0 1px #000;
	cursor:pointer;
}

.main_menu{
	position:absolute;
	width:700px;
	right:20%;
	top:33px;
	font-size:1.5em;
	display:flex;
    flex-wrap:wrap;
	justify-content:space-between;
	z-index:9000;
}

.main_menu .submenu{
	display:none;
}

.main_menu>div{
	font-weight:bold;
	letter-spacing:1.2px;
	position:relative;
}

.main_menu>div>#platform+.submenu{
	width:234px;
}

.main_menu>div>#doc+.submenu{
	width:150px;
}

.main_menu>div:hover{
	cursor:pointer;
	color:#FF7B00;
}

.main_menu>div:hover>div.submenu{
	background:#f0f0f0;
	display:block;
	font-weight:normal;
	font-size:0.9em;
	letter-spacing:initial;
}

.main_menu>div:hover>div.submenu>div{
	height:30px;
	line-height:30px;
	position:relative;
}

.main_menu>div:hover>div.submenu>div:hover{
	color:#FF7B00;
}

.main_menu>div>div.submenu{
	position: absolute;
}

.submenu>div{
	border-bottom:1px solid #BEDCF3;
	padding:0 10px;
	color:#0F0F0F;
}

.submenu>div:first-child{
	border-top:1px solid #BEDCF3;
}

.submenu .submenu>div{
	margin-left:-10px;
	margin-right:-10px;
	height:30px;
}

.main_menu>div:hover>div.submenu>div:hover>.submenu{
	background:#f0f0f0;
	display:block;
	padding:0 10px;
    position: absolute;
    left: 96%;
    top: 6px;
    width: 150px;
}

.main_menu div:hover{
	cursor:pointer;
	color:#FF7B00;
}

/* state 0 */
#s_0 #slider_img{
	position:relative;
	height:500px;
	overflow:hidden;
}

#s_0 #slider_img #controller_slide{
	position:absolute;
	width:150px;
	height:50px;
	top:450px;
	left:50%;
	transform:translateX(-50%);
	display:flex;
	justify-content:space-around;
	align-items:center;
	z-index:1;
}

#s_0 #slider_img #controller_slide>div{
	height:10px;
	width:10px;
	border-radius:100%;
	background-color:#BEDCF3;
}

#s_0 #slider_img #controller_slide>div:hover{
	background-color:#FF7B00;
	cursor:pointer;
}

#s_0 #slider_img #controller_slide>div.selected1{
	background-color:#FF7B00;
}

#s_0 #slider_img .container_image{
	position:absolute;
	top:0;
	left:0;
	width:500%;
	transition: left 2s;
}

#s_0 .container_image>div>div{
	position:absolute;
	top:100px;
	left:20%;
	background:rgba(0,0,0,0.75);
}

#s_0 .container_image>div>div>div:first-child{
	padding:10px 20px;
	font-size:4.4em;
	font-weight:bold;
	max-width: 850px;
}

#s_0 .container_image>div>div>div:nth-child(2){
	padding:10px 20px;
	font-size:1.8em;
	line-height:24px;
	max-width: 700px;
}

#s_0 #slider_img>.container_image>div{
	background-position:center;
	background-size:auto 100%;
	position:relative;
    height:500px;
	width:20%;
	color:#fff;
	float:left;
	cursor:pointer;
}

#s_0 .container_image>#banner_0{
	background-image: url(/warpcore/allow/img/banner_0.jpg);
}

#s_0 .container_image>#banner_1{
	background-image: url(/warpcore/allow/img/banner_1.jpg);
}

#s_0 .container_image>#banner_2{
	background-image: url(/warpcore/allow/img/banner_2.jpg);
}

#s_0 .container_image>#banner_3{
	background-image: url(/warpcore/allow/img/banner_3.jpg);
}

#s_0 .container_image>#banner_4{
	background-image: url(/warpcore/allow/img/banner_4.jpg);
}

#s_0 .even,
#s_0 .odd{
	padding-top:96.5px;
	padding-bottom:96.5px;
	font-size:2rem;
	line-height:40px;
}

/* state 3 / demo */
#s_3>#strip_1{
	min-height:870px;
	background-color: #fdfdfd;
	display:flex;
	align-items:center;
	justify-content:center;
}

#s_3>#strip_1 #video_container{
	width: 60%;
    padding-top: 33%;
    position: relative;
}

#s_3>#strip_1 #video_container>iframe{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* state 5 */
#s_5 #strip_1{
	padding-bottom:50px;
	background-color:#fdfdfd;
}

#s_5 #strip_1>.subtitle{
	margin-top:30px;
}

#s_5 #strip_1>.sub_strip{
	margin:0 20%;
}

#s_5 #strip_1>.sub_strip>div{
	width:260px;
	height:180px;
	margin:25px 40px;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:100% auto;
	vertical-align:top;
}

#s_5 #strip_2{
	background-color:#fff;
	padding-bottom:50px;
}

.state>div>.title{
	text-align:center;
	padding-top:80px;
	padding-bottom:30px;
	font-size:3.2em;
}

.state>div>.subtitle{
	text-align:center;
	padding-bottom:30px;
	font-size:2.1em;
}

.sub_strip{
	padding-top:30px;
	text-align:center;
}

.sub_strip>div{
	display:inline-block;
}

#s_5 #strip_2 .sub_strip>div>:nth-child(2){
	margin:30px 0 30px 0;
	font-size:1.6em;
}

/* state 6 / api doc */
#s_6 .even{
	padding-top:45px;
}

#s_6 .even .title1{
	margin-top:18px;
}

/* state 8 / api doc */
#s_8>#strip_1{
	background-color: #F8F9FA;
}

#s_8>#strip_1>iframe{
	border:0;
	height:1550px;
	width:75%;
	margin-left:12.5%;
}

/* state 12 */
#contact_container{
	height:870px;
}

#contact_container>iframe{
	padding-top:10%;
	height:80%;
	width:50%;
	border:0;
	margin:auto;
    display: block;
}

/* footer */

#footer{
	padding:50px 20% !important;
    display: flex;
	justify-content: space-between;
	align-items: flex-start;
	font-size:1.5em;
}

#footer .title{
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:20px;
}

#footer>div{
	width:275px;
	display: flex;
    flex-direction: column;
}

#footer>div>div{
	margin: 0 0 0 10px;
	display: inline-table;
}

#footer>div>div+div{
	margin: 0 0 10px 0;
}

#footer>div>div>.adress,
#footer>div>div>.phone,
#footer>div>div>.mail{
	line-height:25px;
	min-height:25px;
	margin-bottom:15px;
	padding-left:45px;
	background-size:18px auto;
	background-repeat:no-repeat;
    background-position: 0px 3.5px;
}

#footer span+span{
	margin-left:10px;
	transition: padding 1s;
}

#footer>div>div:hover>div>span+span{
	cursor:pointer;
	padding-left:20px;
	color:#FF7B00;
}

.withsubmenu{
	transition: transform 1s;
}

#footer>div>div:hover>div>.withsubmenu{
	display:inline-block;
	transform:rotate(90deg); 
	-ms-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-o-transform:rotate(90deg);
}

#footer .submenu div>span+span:hover{
	cursor:pointer;
	color:#FF7B00;
	padding-left:20px;
}

#footer>div>div:hover>.submenu{
	display:block;
}

#footer .submenu{
	display:none;
}

#footer .submenu>div{
	margin:5px 0 0 20px;
	width:300px;
}
#footer>div>div>div>div:hover>div>.withsubmenu{
	display:inline-block;
	transform:rotate(90deg); 
	-ms-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-o-transform:rotate(90deg);
}

#footer>div>div>div>div:hover>.submenu{
	display:block;
}

#footer>div>div>div>div:hover>.submenu>div{
	margin:0 0 0 20px;
}

#footer>div>div>div>div:hover>div>span+span{
	cursor:pointer;
	padding-left:20px;
	color:#FF7B00;
}

/* image */

.specialist{
	border: 1px solid #107FC9;
	background-size:auto 100%;
	height:180px;
}

.kone{
	background-image:url(/warpcore/allow/img/kone.png);
}

.consilium{
	background-image:url(/warpcore/allow/img/european_consilium.png);
	background-size: auto auto !important;
}

.wistr{
	background-image:url(/warpcore/allow/img/wistr.svg);
}

.verteego{
	background-image:url(/warpcore/allow/img/verteego.png);
}

.swan{
	background-image:url(/warpcore/allow/img/swan.png);
	background-size: auto auto !important;
}

.pfease{
	background-image:url(/warpcore/allow/img/pfease.png);
}

.adress{
	background-image:url(/warpcore/allow/img/logo_position.png);
}

.phone{
	background-image:url(/warpcore/allow/img/black_phone.png);
}

.mail{
	background-image:url(/warpcore/allow/img/black_mail.png);
}

#img_datamodel{
	background-image:url(/warpcore/allow/img/datamodel.png);
	width:625px;
	height:434px;
	background-size:100% auto;
	background-repeat:no-repeat;
	margin:30px 0;
}

#cnp,
#my_project,
#shared,
#manage,
#define00,
#define01,
#define02,
#define03,
#test_data,
#develop00,
#develop01,
#develop02{
	margin:10px auto;
	border: 1px solid #107FC9;
	background-repeat:no-repeat;
}

#cnp{
	background-image:url(/warpcore/allow/img/cnp.png);
	width:572px;
	height:265px;
}

#my_project{
	background-image:url(/warpcore/allow/img/my_project.png);
	width:577px;
	height:188px;
}

#shared{
	background-image:url(/warpcore/allow/img/shared.png);
	width:612px;
	height:203px;
}

#manage{
	background-image:url(/warpcore/allow/img/manage.png);
	width:554px;
	height:303px;
}

#define00{
	background-image:url(/warpcore/allow/img/define00.png);
	width:624px;
	height:343px;
}

#define01{
	background-image:url(/warpcore/allow/img/define01.png);
	width:624px;
	height:292px;
}

#define02{
	background-image:url(/warpcore/allow/img/define02.png);
	width:624px;
	height:197px;
}

#define03{
	background-image:url(/warpcore/allow/img/define03.png);
	width:630px;
	height:166px;
}

#test_data{
	background-image:url(/warpcore/allow/img/test_data.png);
	width:624px;
	height:192px;
}

#develop00{
	background-image:url(/warpcore/allow/img/develop00.png);
	width:624px;
	height:136px;
}

#develop01{
	background-image:url(/warpcore/allow/img/develop01.png);
	width:624px;
	height:343px;
}

#develop02{
	background-image:url(/warpcore/allow/img/develop02.png);
	width:624px;
	height:341px;
}

/* Logo */
	.c{
		position:absolute;
		border-radius:100%;
		width:12px;
		height:12px;
		z-index:1;
	}

	.b{
		background:#000;
		box-shadow:0 0 1px #000;
		z-index:0;
	}

	.f{
		background:#FF7B00;
		box-shadow:0 0 1px #ff7b00;
		z-index:2;
	}

	.b1{
		background:#107FC9;
		box-shadow:0 0 1px #107FC9;
	}

	.b2{
		background:#bedcf3;
		box-shadow:0 0 1px #bedcf3;
	}

	.ll{
		left:2px;
	}

	.l{
		left:14px;
	}

	.r{
		left:38px;
	}

	.rr{
		left:50px;
	}

	.m{
		left:26px;
	}

	.l4{
		top:12px;
	}

	.l5{
		top:26px;
	}

	.l6{
		top:40px;
	}
	
@-moz-document url-prefix() {
	#s_3>#strip_1 #video_container{
		height: 33vw;
		width:60vw;
	}
}
	
@media (max-width: 1600px) {
	.main_menu{
		width:600px;
	}
	
	#s_5 #strip_1>.sub_strip>div{
		margin:0;
	}
	
	#s_3>#strip_1{
		min-height: 695px;
	}
	
	#s_8>#strip_1>iframe{
		width:85%;
		margin-left:7.5%;
	}
	
	#navigator{
		max-height:80vh;
	}
	
	#contact_container{
		height:696px;
	}
	
	#contact_container>iframe{
		padding:5% 0;
		height:100%;
	}
}	
	
@media (max-width: 1400px) {
	#header .logo{
		left:15%;
	}
	
	.main_menu{
		right:15%;
	}
	
	#s_5 #strip_1>.sub_strip>div{
		width:260px;
	}
	
	#s_3>#strip_1 {
		min-height: 563px;
	}
	
	#s_3>#strip_1 #video_container{
		width: 70%;
		padding-top: 37%;
	}
	
	#s_8>#strip_1>iframe{
		width:100%;
		margin:0;
	}
	
	#contact_container{
		height:563px;
	}
	
	#contact_container>iframe{
		padding:2% 0;
		height:100%;
	}
	
	#s_0 .container_image>div>div{
		left:15%;
	}
	
	.even,
	.odd{
		padding: 15px 15% 1px 15%;
	}
	
	#footer{
		padding:50px 15% !important;
	}
	
	#navigator{
		width:13%;
	}	
}	

/* Portrait */
@media screen and (orientation: portrait) and (max-device-width: 736px) {

}

/* landscape */
@media screen and (orientation: landscape) and (max-device-width: 736px) {
	
}