#header {
  background-color: rgba(0, 0, 0, 0);
}
#header .header-content {
  padding: 60px 0;
}
#section-four{
	margin-top: -20px;
	color: #fff;
	display: block;
}
#section-four h1{
	font-weight: 700;
    text-transform: uppercase;
    line-height: 52px;
    white-space: nowrap;
}
.background-img5 {
    background-image: url(../img/template/bg-service.jpg);
}
.process {
    width: 100%;
}
.process .process-content{
	padding: 60px 30px 0 30px;
    position: relative;
    z-index: 2;
}
.blck-works{
	padding-top: 65px;
}
#content-projet {
    margin-top: 0px;
    padding: 20px 0 65px 0;
    min-height: auto;
}
#content-glb-projet{
	min-height: 100vh;
}
@media screen and (max-width: 1024px) {
	#header {
	  	background-color: rgba(0, 0, 0, 1);
	}
	#header .header-content {
	  	padding: 30px 0;
	}
	#section-four{
		display: none;
	}
}