<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8">
	<title>KAP IT | Artisan de votre succès digital</title>
	<link rel="shortcut icon" href="http://www.kapit.fr/wp-content/themes/Kapit_corpo_fr/favicon.ico" type="image/x-icon"/>
	<meta name="description" content="">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js"></script>
	<script>
		WebFont.load({
			google: {
				families: ["Open Sans:300,400,600", "Bitter:400,700"]
			}
		});
	</script>
	<style type="text/css">
		@font-face {
			font-family: 'PT Sans';
			src: url('fonts/pt_sans-web-regular-webfont.eot');
			src: url('fonts/pt_sans-web-regular-webfont.eot?#iefix') format('embedded-opentype'),
				 url('fonts/pt_sans-web-regular-webfont.woff2') format('woff2'),
				 url('fonts/pt_sans-web-regular-webfont.woff') format('woff'),
				 url('fonts/pt_sans-web-regular-webfont.ttf') format('truetype'),
				 url('fonts/pt_sans-web-regular-webfont.svg#pt_sansregular') format('svg');
			font-weight: normal;
			font-style: normal;
		}
	
		* {
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		
		a {
			text-decoration: none;
		}
		
		body {
			font-family:PT Sans;
			width: auto;
			height: auto;
			font-family: 'Open Sans', sans-serif;
			color: #333;
			font-size: 12px;
			line-height: 21px;
			margin: 0;
			
			background-color: #f5f5f5;
			background-image: url(redirection_kapit_iobeya.jpg);
			background-position: 50% 100%;
			background-repeat: no-repeat;
		}
		
		.container {
			min-height: 100vh;
			
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}
		
		.popup {
			display: flex;
			flex-direction: column;
			max-width: 677px;
			background-color: #FFFFFF;
			border-radius: 10px;
			margin: 20px;
			padding: 30px;
			box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.3);
		}
		
		.logo-container {
			max-width: 342px;
			align-self: center;
			margin: 0 0 15px 0;
		}
		
		.logo {
			width: 100%;
			height: auto;
			border: 0;
		}
		
		.text-bloc {
			font-family:PT Sans;
			color: #666666;
			font-size: 26px;
			line-height: 36px;
			text-align: center;
			margin-bottom: 15px;
			clear: both;
			display: block;
		}
		
		.button {
			font-family: PT Sans;
			border-radius: 50px;
			background-color: #124860;
			color: #FFFFFF;
			font-size: 33px;
			line-height: 85px;
			text-align: center;
			margin: 20px 0 30px 0;
		}
		
	</style>
</head>
<body>
	<a href="https://www.iobeya.com">
		<div class="container">
			<div class="popup">
				<div class="logo-container">
					<img src="iobeya-by-kapIT.jpg" alt="iObeya by Kap IT" class="logo" />
				</div>
				<div class="text-bloc">
					After 12 years of remarkable customer partnerships and successful rich internet application development, <strong>KAP IT</strong> is now 100% dedicated to the continued success of its flagship software solution, <strong>iObeya</strong>.
				</div>
				<div class="button">
					Visit iObeya.com
				</div>
				<div class="text-bloc">
					And join the Digital Visual Management revolution !
				</div>
			</div>
		</div>
	</a>
</body>
