/* GENERAL ------------------------------------------------------------*/

.clearfix{ clear:both; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


.wrapper{
	margin: 5 auto; 
	position: relative;
	width:100%;
}



h1,h2,h3,h4,h5,h6{
    font-family: 'Crimson Pro', serif;
	font-weight: 400;
}

h1{ font-size: 48px;}
h2{ font-size: 36px; }
h3{ font-size: 24px; }
h4{ font-size: 21px; }
h5{ font-size: 18px; }
h6{ font-size: 14px; }

#main,
footer,
aside{ line-height: 1.5em; }


.wrapper {
	width: 100%;
	margin-left:0px;
}

.right{
	float: right; 
	width: auto;
}

.left{
	float: left;
}

.right:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


#contactForm{
	position: relative;
	width: 700px;
	float: left;
	margin-right: 20px;
}

#contact-sidebar{
	position: relative;
	width: 200px; /* 220 - 20 padding */
	float: left;
	padding: 20px 10px 20px 10px;
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	-o-box-shadow: 2px 2px 0px rgba(0,0,0,.2);
	box-shadow: 2px 2px 0px rgba(0,0,0,.2);
}

/* SIDEBAR ------------------------------------------------------------*/

/* HOME ------------------------------------------------------------*/

.home-block{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;

}

.home-block-heading{
	text-align: center;
	margin-bottom: 40px;
}

.home-block-heading span{
	padding: 0px 20px;
}

.home-block figure{
	float: left;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	line-height: 1.2em;	
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.2); 
    -moz-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
    -o-box-shadow: 0px 0px 2px rgba(0,0,0,.2);
    box-shadow: 0px 0px 2px rgba(0,0,0,.2);
}

.home-block figure .thumb{
	display: block;
	
}


.home-block figure img{
	max-width: 100%;
	opacity: .999;
		
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.home-block figure a:hover img{
	opacity: 0.1;
	line-height: 0em;
}


.home-block figure.last{
	margin-right: 0px;
}

.home-block figcaption{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

/* modernizr fix for ie 8 and earlier */

.no-opacity .home-block figcaption{
	display: none;
}

.no-opacity .home-block figure:hover figcaption{
	display: block;
}

.home-block figure .opener{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 999;
}

.opacity .home-block figure .opener{ display: none; }

.home-block figcaption strong,
.home-block figcaption span,
.home-block figcaption em{
	display: block;
	margin-left: 18px;
	margin-right: 18px;
}

.home-block figcaption strong{ 
	font-weight: bold;
	font-size:1.8em;
	line-height: 1em;
	margin-bottom: 7px;
	margin-top: 17px;
}

.home-block figcaption span{ 
	font-size:0.8em;
	line-height: 1.1em;
	margin-bottom: 7px;
}

.home-block figcaption em{ 
	font-size: 10px;
	font-weight: 400;
	font-style: normal;
	position: absolute;
	bottom: 10px;
}

/* Fond couleur Largeur */

.home-block figcaption em{ font-weight: 600; }
.one-third-thumbs figure{ width: 200px; }
.one-fourth-thumbs figure{ width: 200px; }
.more-link{
	margin-bottom: 0px;
}

.home-block figcaption{
	background-color:#454251;
	color: #f1f1f1;
}



.floated-content,
.fullwidth-content{
	
}


