/*
Theme Name: Krolstudio
Theme URI: http://www.krolstudio.com
Description: Krolstudio Theme
Author: The Krolstudio team
Version: 1.0
License: All rights reserved
License URI: http://www.krolstudio.com
Tags: innovative web design by krolstudio
Text Domain: Krolstudio
*/

@font-face {
	font-family: 'itc_avant_garde_gothic_mmall';
	src: url('fonts/itcavantgardemm-webfont.eot');
	src: url('fonts/itcavantgardemm-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/itcavantgardemm-webfont.woff') format('woff'),  url('fonts/itcavantgardemm-webfont.ttf') format('truetype'),  url('fonts/itcavantgardemm-webfont.svg#itc_avant_garde_gothic_mmall') format('svg');
	font-weight: normal;
	font-style: normal;
}
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-family: 'zag_boldregular';
}
hr {
	display: block;
}
#main_header {
	width: 100%;
	position: fixed;
	top: 0px;
	height: 150px;
	z-index: 1500;
	text-align: center;
}
#main_nav {
	position: absolute;
	left: 50%;
	margin-left: -168px;
	width: 336px;
	height: 100px;
	padding-top: 5px;
	background: url(images/menu.png) no-repeat;
	background-size: 100%;
}
#main_nav li {
	display: inline;
	color: #fff;
	font-size: 13px;
	margin-right: 20px;
}
#main_nav li:last-child {
	margin-right: 0px;
}
#main_nav a {
	Text-transform: uppercase;
	font-family: 'futuramedium';
	color: #ffffff;
}
a {
	text-decoration: none;
	color: #fff;
}
img#logo_krol {
	float: right;
	margin-top: 90px;
}
a:hover {
	color: #CCCCCC;
}
/*-------------------- frames général ------------------*/

section.frame {
	/*height: 100%;*/
	/*min-height: 750px;*/
	min-height:100%;
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
	margin: auto auto;
	overflow: hidden;
	padding-bottom:40px;
}
.header_frame {
	position: relative;
	left: 50%;
	margin-left: -310px;
	width: 620px;
	margin-top: 8%;
}
.header_frame h1 {
	font-family: 'futuramedium';
	Text-transform: uppercase;
	font-size: 90px;
	color: #fff;
	margin-bottom: 30px;
}
.points {
	width: 100%;
	height: 100%;
	background: url(images/motif-01-01.png);
	background-position: 0 0;
	background-repeat: repeat repeat;
	z-index: 1600;
}
/*--------------------- home ----------------------*/

#home {
	background: url(images/background1.jpg) fixed;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat no-repeat;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisÃ©e */
}
#home {
	height: 100%;
}
#home #K {
	position: relative;
	left: 50%;
	margin-left: -75px;
	width: 150px;
	top: 25%;
}
/*------------------------ about -----------------------*/

#about {
	background: #accae5;
	text-align: center;
}
#about .header_frame h2 {
	font-family: 'zag_regularregular';
	font-size: 54px;
	letter-spacing: 2px;
	line-height: 55px;
	text-transform:uppercase;
}
#about_us {
	position: relative;
	margin-top: 65px;
	left: 50%;
	margin-left: -512px;
	width: 1024px;
}
.about_text {
	display: inline-block;
	width: 250px;
	vertical-align: top;
	font-family: 'zag_boldregular';
	font-size: 17px;
	text-align: left;
	margin-right: 53px;
	line-height: 23px;
}
.about_text:last-child {
	margin-right: 0px;
}
.about_text header {
	margin-bottom: 22px;
}
.about_text p {
	margin-bottom: 10px;
}
.about_text header h4 {
	text-align: center;
	font-family: 'futuramedium';
}
/*------------------------- works -------------------------*/

#works {
	background: #fff;
}
#works {
	min-height: 900px;
}
#works .header_frame h1 {
	text-align: center;
	color: #000;
}
#works h2 {
	text-align: center;
	width: 250px;
	position: relative;
	left: 50%;
	margin-left: -125px;
	font-family: 'zag_boldregular';
	font-size: 17px;
	letter-spacing: 2px;
	font-weight: 100;
	margin-top: 15px;
}
.undertitle {
	position: relative;
	width: 12px;
	height: 6px;
	left: 50%;
	margin-left: -6px;
	background-color: #000;
	border: none;
}
#works_frame {
	position: relative;
	margin-top: 80px;
	left: 50%;
	margin-left: -512px;
	width: 1024px;
	margin-bottom: 40px;
	display: table;
	overflow: hidden;
}
.link_thumbs_work {
	display: block;
	float: left;
	height: 190px;
	width: 264px;
	margin-left: 58px;
	margin-bottom: 80px;
}
.link_thumbs_work img {
	display: block;
	width: 100%;
}
.info {
	text-align: center;
	font-family: 'futuramedium';
	Text-transform: uppercase;
	color: #000;
	margin-top: 20px;
}
/*--------------------------- interlude --------------------------*/



#interlude {
	background: url(images/background2.jpg) fixed;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat no-repeat;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisÃ©e */
}
#interlude {
	height: 100%;
}
#interlude .tampon {
	position: relative;
	width: 336px;
	height: 354px;
	background: url(images/cercle-jaune.png) no-repeat;
	top: 35%;
	margin-left: -168px;
	left: 50%;
}
.k_tampon {
	height: 100px;
	margin-left: 147px;
	margin-top: 30px;
}
.interlude_text {
	display: inline-block;
	font-family: 'ZagLight';
	font-size: 26px;
	width: 240px;
	text-align: center;
	margin-left: 47px;
	letter-spacing: 2px;
}
hr.ligne_tampon {
	width: 152px;
	display: block;
	height: 1px;
	position: relative;
	background-color: #000;
	border: none;
}

/*----------------------------- CLIENTS ---------------------------*/
#client{
}
#client header h1 {
	color:rgba(0,0,0,1.00);
	text-align:center;
}
#logo_table {
	margin-left:auto;
	margin-right:auto;
	max-width:960px;
	margin-top: 80px;
	margin-bottom: 120px;
}
#logo_table li a img, #logo_table li img {
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	display:inline-block;
	width:120px
}
#logo_table li {
	margin-left:20px;
	margin-right:20px;
	display:inline-block;
	width:120px;
}
#logo_table ul {
	text-align: center;
}

/*----------------------------- contact ---------------------------*/

#contact {
	background: #F39200;/*min-height: 702px; padding: 0; margin: 0; width: 100%; max-width: 1920px; position: relative; margin: 0 auto;*/
	
}
#contact {
	text-align: center;
	font-family: 'zag_regularregular';
	font-size: 17px;
	letter-spacing: 2px;
	color: #fff;
}
#contact p {
	margin-bottom: 28px;
	line-height: 20px;
}
#contact .undertitle {
	background-color: #fff;
	margin-bottom: 20px;
}
#about .header_frame h2

/*--------------------------------- LOGO --------------------------------------------*/



/* ------------------------------------- MEDIA QUERY ---------------------------------------*/

/* ------------------------------------- Under 1024px --------------------------------------*/

@media screen and (min-width: 700px) and (max-width: 1024px) {
	#about_us {
		width: 80%;
		left: 0;
		margin-left: 10%;
		margin-right: 10%;
		margin-bottom: 8%;
	}
	#about_us .about_text {
		width: 30%;
		margin-right: 2.5%;
	}
	.about_text:last-child {
		margin-right: 0%;
	}
	#works {
		height: auto;
	}
	#works_frame {
		position: relative;
		margin-top: 80px;
		left: 0;
		margin-left: 10%;
		margin-right: 10%;
		width: 90%;
		margin-bottom: 40px;
		display: table;
		overflow: visible;
	}
	.link_thumbs_work {
		display: block;
		float: left;
		height: 190px;
		width: 264px;
		margin-left: 58px;
		margin-bottom: 80px;
	}
}

/* ------------------------------------- Under 700px --------------------------------------*/

@media screen and (max-width: 700px) {
section.frame {
	height: auto;
}
#about_us {
	width: 80%;
	left: 0;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 50px;
	margin-bottom: 8%;
}
.header_frame {
	width: 80%;
	left: 0;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 8%;
	text-align: center;
}
.about_text {
	display: block;
	width: auto;
	margin-right: 0;
}
#works_frame {
	width: 100% !important;
	left:inherit;

	margin-left:inherit;
	margin:0 auto;
/*	left: 0;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 50px;
	margin-bottom: 8%;*/
}

.header_frame h1 {
	 font-size: 45px;
}

.link_thumbs_work {
	text-align:center;
	width: 80%;
	margin:0 auto;
	float:none;
	height:auto;
	margin-bottom:15px;
}
#contact {
	min-height: 850px;
}
#home {
	background: url(images/background1.jpg);
	height:auto;
    min-height: 650px;
	/*-webkit-background-size: none;  pour Chrome et Safari 
  -moz-background-size: none;  pour Firefox 
  -o-background-size: none;  pour Opera 
  background-size: none;  version standardisÃ©e */
	
}
#home #K {
	position: absolute;
}

#about .header_frame h2 {
	font-size:40px;
	line-height:42px;
}

#interlude {
	background: url(images/background2.jpg);/* -webkit-background-size: none; /* pour Chrome et Safari  -moz-background-size: none; /* pour Firefox  -o-background-size: none; /* pour Opera background-size: none; /* version standardisÃ©e */
}
#interlude .tampon {
	position: absolute;
}
.points {
	width: 100%;
	height: 650px;
}

#interlude {
	height:auto;
	min-height:650px;
}


}

.k_tampon {
    display: block;
    height: 100px;
    margin: 0 auto;
    padding-top: 30px;
    position: relative;
    text-align: center;
    width: auto;
}


#interlude .tampon {
    position: relative;
}
#interlude .tampon {
    background: url("images/cercle-jaune.png") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
    height: 380px;
    left: inherit;
    margin: 0 auto;
    position: relative;
    top: 22%;
    width: 325px;
}

