.content{
	background-color:#FFF;
	padding-top: 110px;
}

.content-center {
	max-width: none !important;
}

/*.project h2{
	position:absolute;
	left:-10000px;
}
*/

.project{
	max-width: 1500px;
	margin: 0 auto;
}

.project h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 42px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    color: #1C1D21;
    text-align: center;
    text-align: center;
}

.text-description{
    width:80%;
    line-height: 28px;
    margin:0 auto;
}

p{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 35px;
}

ol{
	padding-left:0;
	margin:0;
	overflow: hidden;
}
ol li{
	width:50%;
	height:480px;
	background-color:#FFF;
	list-style: none;
	display: inline-block;
	float: left;
	position:relative;
	background-size: cover;
	background-position: center;
}

ol li:before{
	content:'';
	background-color: rgba(24, 44, 53, 0.85);
	position:absolute;
	width:100%;
	height:0;
	left:0;
	bottom:0;
	-moz-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1);
	-o-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1);
	-webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1);
	transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1);
}

ol li:hover:before{
	height:100%;
}

ol li a{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index: 9;
}

.feature{
	position: absolute;
	bottom: 0px;
	margin: auto;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 100%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4) 100%);
    -moz-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1);
	-o-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1);
	-webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1);
	transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1);
    padding-bottom:40px;
    padding-top:60px;
    text-indent: 40px;
}
.feature h3 {
    color: #FFF;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.feature span{
    float: left;
    width: 100%;
    color: #FFF;
    margin-top: 4px;
    font-size: 12px;
	text-transform: uppercase;
}

.partenaire{
	background: #f2f2f2;
}
.holder{
	max-width: 1200px;
	margin: 0 auto;
	padding:110px 0px;
}
.holder img{
	max-height: 85px;
}
.logos-list {
    text-align: center;
    list-style: none;
    padding:0;
}
.logos-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 41px;
}
.holder h2{
	color: #AFAFAF;
	font-size: 20px;
	line-height: 18px;
	font-weight: 500;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	padding-bottom: 50px;
	font-family: 'Lobster Two', cursive;
}

.service{
	padding: 55px 15%;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	background-color: #FFF;
}

.service a{
	display: inline-block;
	margin-bottom: 0;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: none;
	white-space: nowrap;
	font-size: 18px;
	font-size: 1.8rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 5px 40px;
	padding: .5rem 4rem;
	line-height: 1.8;
	color: #000;
	background-color: #f2f2f2;
    border: 1px solid #7c7c7c;
	font-size: 16px;
	text-decoration: none;
	margin-top: 35px;
	padding: 12px 50px;
} 
.service a:hover{
	background-color: #000;
	color: #fff;
}

@media screen and (max-width: 1080px){
	.feature {
	    padding-bottom: 30px;
	    text-indent: 30px;
	}
	.feature h3 {
	    font-size: 27px;
	}
	ol li{
		height: 400px;
	}
}

@media screen and (max-width: 860px){
	ol li{
		width: 100%;
	}
}

@media screen and (max-width: 470px){
	.feature h3{
		font-size: 20px;
	}
	.feature{
		text-align: center;
		text-indent: 0;
	}
}

@media screen and (max-width: 1100px){
	.logos-list li{
	    margin: 0 30px;
	}
	.holder img{
		max-height: 60px;
	}
}

@media screen and (max-width: 785px){
	.holder{
		padding: 70px 20px;
	}
	.logos-list li{
	    margin: 0 10px;
	}
	.holder img{
		max-height: 48px;
	}
}

@media screen and (max-width: 650px){
	.holder{
		padding:50px 0px;
	}
	.holder h2{
		position:absolute;
		left:-5555px;
	}
	.logos-list li{
	    margin: 10px 0px;
	    width:100%;
	}
}