
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

textarea:focus::-webkit-input-placeholder { color:transparent !important; }
textarea:focus::-moz-placeholder { color:transparent !important; } /* FF 19+ */
textarea:focus:-ms-input-placeholder { color:transparent !important; } /* IE 10+ */

html {
  overflow-x: hidden;
}

body{
	background-color: #23282d;
	color: white;
	font-family: "Noto Sans";
	
	margin: 0;
	padding: 0;
}

button, input, select, textarea {
	font: inherit;
	margin: 0;
}

.h{
	display: none;
}

h2{
	font-size: 40px;
	font-family: 'Ubuntu';
	font-weight: 500;
}

ul{
	margin: 0;
	padding: 0;
}

.fa{
	margin-right: 5px;
}

img{
	max-width: 100%;
	height: auto;
}

.content{
	max-width: 1200px;
	margin: auto;
	position: relative;
	overflow: hidden;
	padding: 0 20px;

}
.content:after{
	clear: both;
	content: '';
	display: table;
}

.site-header-wrap{
	_background-color: #23282d;
	background-color: rgba(35, 40, 45, 0.2);
}
.site-header-wrap:after{
	clear: both;
	content: '';
	display: table;
}

.site-header{
	
}

.site-content-wrap{
	_background-color: #23282d;
	_background-color: rgba(0, 0, 0, 0.5);
}

.contact{
	float: right;
	margin-right: 100px;
	display: block;
	line-height: 62px;
	padding: 0 30px;
	background-color: #005fa4;
	color: white;
	text-decoration: none;
	position: relative;
	z-index: 2;
}

.contact .fa{
	font-size: 17px;
}

.site-content-wrap{
	padding: 0 0 30px 0;
	position: relative;

	background-image: url(keyb.jpg);
	background-size: cover;
}
.site-content{
	min-height: 500px;
	position: relative;
	font-size: 17px;
}




.logo{
	display: block;
	text-decoration: none;
	cursor: default;
	
	font-family:'Domyouji W01';
	padding: 50px 0 50px 0px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);	
	position: relative;
	z-index: 1;
}
.logo h1{
	font-weight: normal;
	margin: 0;
}
.logo .name{
	font-size: 50px;
	color: #fff;

}
.logo .dev{
	font-size: 55px;
	color: #0059ae;
	
	_color: #005fa4;
}
.underscore {
  animation: blink-animation 1.5s steps(2, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}


.sub{
	padding-left: 15px;
	font-size: 19px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	margin-bottom: 20px;
}

.details{
	color: #eee;
}
.details:after{
	clear: both;
	content: '';
	display: table;
}

.details ul{
	list-style: none;
	margin: 0 0 0 10px;
}
.details li{
	margin-bottom: 4px;
	padding-left: 20px;
	position: relative;
}
.details li:before{
	content: '\f121';
	position: absolute;
	left: -10px;
	font-family: FontAwesome;
	color: #777;

}
.details li.sep{
	margin-top: 12px;
}
.details h3{
	font-size: 22px;
	font-family: 'Ubuntu';
	font-weight: 500;
	margin: 0 0 15px 0;
	color: #1384d4;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}


.details-left{
	float: left;
	width: 64%;

}

.details-left div.bg{
	background-color: rgba(35, 40, 45, 0.7);
	padding: 15px 20px;
	font-size: 16px;
}
.details-left div.bg p{
	margin: 0 0 5px 0;
}
.details-left ul{
	margin-bottom: 20px;
}

.details-right{
	float: right;
	width: 32%;
	background-color: rgba(35, 40, 45, 0.7);
	padding: 15px;
	_margin-top: -30px;
}




/* Clients
------------*/
.clients-wrap{
	background-color: #fff;
	padding: 20px 0;
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
}

.clients-title{
	color: #005fa4;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);	
}
.clients-list{
	padding: 0 20px;
}
.clients-list:after{
	clear: both;
	content: '';
	display: table;
}
.clients-list li{
	float: left;
	width: 16%;	
	margin: 0 2%;
}
.clients-list li span{
	display: none;
}

/* Contact
------------*/
.contact-wrap{
	background-color: #606060;
	padding: 20px 0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	position: relative;
	overflow: hidden;
}


.test{
	top: -100px;
	left: 20%;
	position: absolute;
	transform: skew(10deg, 10deg);
}
.test-content{
	font-size: 10px;
	white-space: nowrap;
	font-family: 'Source Code Pro';

	_color: red;
	opacity: 0.6;
}

.contact-title{
	color: white;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.contact-left{
	float: left;
	width: 40%;
}

.contact-form div{
	margin-bottom: 15px;
}
input[type="email"],
textarea{
	border: none;
	padding: 5px 8px;
	background-color: #363636;
	color: #eee;
	
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}
.field-email label{
	width: 150px;
	display: inline-block;
}
.field-email input{
	width: 300px;
}
.field-subject{
	display: none; /* antispam */
}

textarea{
	width: 450px;
	height: 200px;
}
.field-submit{
	text-align: center;
}
input[type="submit"]{
	background-color: #005fa4;
	color: white;
	padding: 12px 25px;
	border: none;
	border: 1px solid #555;
	cursor: pointer;
}

.form-success{
	background-color: white;
	padding: 20px;
	color: #005fa4;
}

.contact-right{
	float: right;
	width: 50%;
	background-color: rgba(35, 40, 45, 0.2);
	padding: 5px 20px;
}
.contact-right p{
	margin: 10px 0;
}



/* Footer
------------*/
.site-footer-wrap{
	background-color: #222;
	background-color: #23282d;
}
.footer-content{
	padding: 30px;
	text-align: center;
	font-size: 15px;
}
.siret{
	color: #aaa;
}
.siret:before{
	content: '- ';
}
.siret:after{
	content: ' -';
}
.footer-nom{
	font-family:'Domyouji W01';
	font-weight: 400;
}
.footer-linkedin{
	color: white;
	display: inline-block;
	padding-bottom: 4px;
	vertical-align: middle;
}
.footer-content .fa{
	font-size: 13px;
	background-color: #555d64;
	padding: 3px;
	color: #222;
}

.ref{
	display: none;
}


.mentions-legales{
	font-size: 11px;

	text-decoration: underline;
}
.mentions-legales a{
	text-decoration: underline;
	color: #aaa;
}

.popup-contact{
	color: #000;
	color: white;
	background-color: #606060;
	_width: 500px;
}


.popup-mentions{
	color: #000;
	color: white;
	background-color: #606060;
	width: 500px;
}
.popup-mentions h3{
	padding: 0;
	margin: 0px 0 20px 0;
}



.grecaptcha-badge{
	visibility:hidden;
}