.realisation h2{
	margin-bottom: 50px;
	margin-top:40px;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #503c28;
}
.realisation h2:after{
    margin: 0px auto;
    background-color: #503c28;
    content: "";
    display: block;
    height: 2px;
    position: relative;
    width: 30px;
    top: 10px;
}
.realisation .bloc{
	padding: 0;
	position: relative;
}
.realisation .bloc .img{
	width: 100%;
	height: 200px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.realisation .bloc a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.realisation .bloc .titre{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	color: #fff;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	padding-top: 60px;
	opacity: 0;
	transition:all .3s linear;
}
.realisation .bloc:hover .titre{
	opacity: 1;
	transition:all .3s linear;
}
.realisation .lien{
	padding-top: 50px;
	text-align: center;
}
.realisation .lien a{
	background-color: #c8dc62;
	color: #503c28;
	padding: 10px 30px;
	font-weight: 700;
}
.quisommesnous{
	margin-bottom: 50px;
}
.quisommesnous a{
	color:#C86430;
}
.quisommesnous h2{
	margin-bottom: 50px;
	margin-top:40px;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #503c28;
}
.quisommesnous h2:after{
    margin: 0px auto;
    background-color: #503c28;
    content: "";
    display: block;
    height: 2px;
    position: relative;
    width: 30px;
    top: 10px;
}
.quisommesnous .img{
	padding: 0 30px;
}
.ecoconstruction{
	margin-top:50px;
	width:100%;
	height: 500px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.ecoconstruction .content{
	color: #fff;
	width: 400px;
	position: absolute;
	padding-top: 100px;
	right: 0;
}
.ecoconstruction .content .titre{
	font-size: 20px;
	margin-bottom: 30px;				
}
.ecoconstruction .content .desc{
	text-transform: uppercase;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 30px;
	font-weight: 400;
	padding-right: 75px;
}
.ecoconstruction .mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
}
.ecoconstruction .lien a{
	background-color: #c8dc62;
	color: #503c28;
	padding: 10px 20px;
	font-weight: 700;
}
.savoirfaire h2{
	margin-bottom: 50px;
	margin-top:40px;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #503c28;
}
.savoirfaire h2:after{
    margin: 0px auto;
    background-color: #503c28;
    content: "";
    display: block;
    height: 2px;
    position: relative;
    width: 30px;
    top: 10px;
}

.savoirfaire .img{
	width:100%;
	height: 200px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.savoirfaire .img a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.savoirfaire h3{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	color: #C86430;
}
.savoirfaire a{
	color: #C86430;
}
.savoirfaire .desc{
	font-size: 14px;
	line-height: 16px;
}





.page-header{
	padding: 0;
	border-bottom: 0;
}

#phocagallery .pg-cv-box{
	max-height: none;
	max-width: none;
}
#phocagallery .pg-block{
	padding: 0;
}
#phocagallery .pg-block h2{
	margin-top:0;
}
#phocagallery .pg-block .pg-cats-box{
	padding: 25px;

}
#phocagallery .pg-cv-box-img{
	width: 100%;
	max-width: none;
}
#phocagallery .pg-box3 h2{
	text-align: left;
	height: 35px;
}
#phocagallery .page-header .back{    
	float: right;
    margin-top: -33px;
    font-size: 16px;
    font-weight: bold;
}
@media screen and (min-width: 1200px){
	.pg-grid-sizer {
	    width: 30.333%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1200px){
	.pg-grid-sizer {
	    width: 29.333%;
	}
}
@media screen and (min-width: 768px) and (max-width: 992px){
	.pg-grid-sizer {
	    width: 45.333%;
	}
}
@media screen and (max-width: 768px){
	.pg-grid-sizer {
	    width: 96%;
	}
}
.pg-image{				
	width: 100%;
    height: 220px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;	
    position: relative;			
}
.pg-image a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#sp-main-body article a{
	color: #C86430;
}