#banner{
	background: url("../img/banner.jpg");
	background-position: 50% 75%;

	border-bottom: solid 10px #FFB343;

	height: 390px;
	width: 100%;
}
#banner #avatar-main{
	display: block;
	float: left;
	margin-left: 10%;
	height: 370px;
}
#banner #description{
	display: block;
	float: right;
	width: 50%;
	margin: 75px 8% 0px 0px;

	color: #290004;
	text-align: left;
}
#banner #description h3{
	font-family: "Georgia";
	font-size: 50px;
	margin: 0px 0px 20px 0px;
}
#banner #description p{
	font-size: 20px;
}

.content-bloc{
	/*background-image: url("../img/patterns/noise_pattern_01.png");
    background-repeat: repeat;*/

}
.content-bloc .container .bloc-head{
	width:100%;
	height: 50px;
	margin: 20px 0px 40px 0px;

	text-align: center;
}
.content-bloc .container .bloc-head h1{
	width: 280px;
	margin: auto;
	padding: 5px 10px;
	background-color: #FFB343;

	color: #F0EFEC;
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 0px;
}


#index-content{
	background-color: #F0EFEC;
	background-image: url("../img/main_BG_low.png");
	background-repeat: no-repeat;
	background-size: 100%;
	color: #290004;

	position: relative;
}

#whatido #reelPlayer{
	width: 700px;
	height: 394px;
	margin: auto;

	background: #FFFFFF;
}
#whatido .work-bloc{
	width: 18%;
	display: inline-block;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#whatido .work-bloc a{
	display: block;
	padding: 20px 10px;

	color: #290004;
}
#whatido .work-bloc img{
	width:100%;
	min-width: 80px;
	margin-bottom: 30px;
}
#whatido .work-bloc h4{
	text-align: center;
	font-size: 16px;
	font-weight: 400;
}
#whatido .work-bloc:hover{
	background-color: #f4e3cf;
}

#contactme{
	position: relative;
	width: 550px;
	padding: 10px 20px;

	background-color: #E1CDBD;
	text-align: center;
}
#contactme h2{
	margin: 10px 0px;

	color: #552300;	
	font-size: 50px;
	font-weight: 300;
}
#contactme h4{
	margin: 0px 0px 50px 0px;

	color: #552300;
	font-size: 14px;
	font-weight: 400;
}
#contactme .button{
	margin-top: 50px;
}

/*#avatar-contact{
	position: absolute;
	bottom: -15%;
	margin-left: -960px;
	width: 1920px;

	z-index: 10;
	pointer-events: none;
}*/


#avatar-contact{
	position: relative;
	padding: 0px;

	pointer-events: none;
	z-index: 10;
}
#avatar-contact img{
	position: absolute;
	width: 100%;

	bottom: -70px;
	left: 0%;
}
/*
.avatar-contact{
	position:absolute;
	background-repeat: no-repeat;

	pointer-events: none;
	z-index: 10;
}
.avatar-contact img{
	width: 100%;
}
#avatar-contact-lt{
	width: 15%;
	max-width: 215px;
	bottom:-40px;
	left:-3%;
}
#avatar-contact-mid{
	width: 70%;
	max-width: 1202px;
	bottom: 95px;
	left:13%;
}
#avatar-contact-rt{
	width: 20%;
	max-width: 291px;
	bottom: -80px;
	right: -4%;
}*/