#services-home{
	padding: 0px !important;
}
#services-home #banniere-header-page{
	padding: 185px 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 450px;
}
#services-home #banniere-header-page .description{
	max-width: 540px;
}
#services-home #banniere-header-page .description p{
	font-size: 18px;
	line-height: 24px;
	color: #1b1b1b;
}
#services-home #banniere-header-page .description h1.title-module{
	margin-bottom: 20px;
	text-align: left;
}
#services-home #banniere-header-page .description h1.title-module:after{
	margin: 10px 0;
}
#services-home .items-services{
	background: #f7f7f7;
	padding: 75px 0 70px;
}
#services-home .items-services h2.title-module{
	font-size: 40px;
	line-height: 52px;
    margin-bottom: 52px;
}
#services-home .items-services .list-items ul, #services-home .items-services .list-items ul li{
	padding: 0px;
	margin: 0px;
	display: inline-block;
	width: 100%;
}
#services-home .items-services .list-items ul.services{
	display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
#services-home .items-services .list-items ul.services > li{
	max-width: 360px;
	width: 100%;
	padding: 0 0 20px 0;
	min-height: 720px;
	margin: 0 0 30px 0;
	border-bottom: 5px #3768b4 solid;
	background: #fff;
	position: relative;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
	float: left;
}
#services-home .items-services .list-items ul.services > li .content li{
	line-height: 25px;
}
#services-home .items-services .list-items ul.services > li .content li a{
	font-size: 15px;
	line-height: 25px;
	font-weight: 600;
	color: #1b1b1b;
	padding: 0 0 0 18px;
    position: relative;
	display: inline-block;
}
#services-home .items-services .list-items ul.services > li .content li a:hover{
	color: #0b4195;
}
#services-home .items-services .list-items ul.services > li .content li:before {
    font-family: FontAwesome;
    content: "\f061";
    display: block;
    color: #3768b4;
    font-weight: 200;
	float: left;
    min-height: 26px;
	position: absolute;
}
#services-home .items-services .list-items ul.services > li .content{
	padding: 25px 30px 0;
}
#services-home .items-services .list-items ul.services > li.center{
	margin: 0 25px 30px;
}
#services-home .items-services .list-items ul.services > li:hover{
	cursor: pointer;
	background-color: rgba(236, 236, 236, 0.8);
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
#services-home .items-services .list-items ul.services li > .img-item{
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
	opacity: 1;
}
#services-home .items-services .list-items ul.services > li:hover .img-item{
	opacity: 0.2;
}
#services-home .items-services .list-items ul.services li .link{
	opacity: 0;
	position: absolute;
	top: 100px;
	width: 100%;
	left: 0;
    right: 0;
    margin: 0 auto;
	text-align: center;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
	z-index: 99;
}
#services-home .items-services .list-items ul.services li:hover .link{
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
	opacity: 1;
}
#services-home .items-services .list-items ul.services li .link a:hover {
	background: #3768b4;
}
#services-home .items-services .list-items h3{
	color: #171a5b;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	padding-bottom: 10px;
}

@media (max-width: 580px) {
	#banniere-header-page{
		padding: 100px 0 0;
	}
	#services-home .box-search .btn{
		max-width: 100%;
		margin: 20px 0 0;
	}
	#services-home .items-services .list-items ul.services{
		display: block;
	}
	#services-home .items-services .list-items ul.services > li{
		max-width: 100%;
		margin: 0 0 20px 0 !important;
		min-height: auto;
	}
	#services-home .items-services .list-items ul.services > li .content{
		padding: 15px 15px 0;
	}
	#services-home .items-services .list-items ul li img, #services-home .items-services .list-items ul.services li > .img-item img{
		max-width: 100%;
		width: 100% !important;
	}
}

@media (min-width: 580px) and (max-width: 1200px) {
	#services-home .items-services .list-items ul.services > li{
		max-width: 100%;
		width: 46%;
		float: left;
		margin: 0 2% 20px 2% !important;
		min-height: 725px;
	}
	#services-home .items-services .list-items ul.services li > .img-item img{
		width: 100% !important;
	}
}

@media (min-width: 820px) {
	#services-home .items-services .list-items ul.services li > .img-item{
		height: 240px;
		overflow: hidden;
	}
}

@media (min-width: 580px) and (max-width: 820px) {
	#services-home .items-services .list-items ul.services li > .img-item{
		height: 170px;
		overflow: hidden;
	}
}

@media (max-width: 768px){
	#services-home #banniere-header-page{
		position: relative
	}
	#services-home #banniere-header-page .container{
		position: relative
	}
	div#banniere-header-page:before {
		content: "";
		background: #171a5b;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 0;
		opacity: 0.5;
		background: linear-gradient(transparent, #171a5b);
	}
	#services-home #banniere-header-page .description p{
		color: #fff;
	}
	#services-home #banniere-header-page .description h1.title-module {
		text-align: center;
	}
}

