body #nos-services {
	position:relative;
	margin:0 auto 50px;
	max-width:1200px;
	text-align: center;
}

body #nos-services h2{
color:#346F4A;
}

body #nos-services .liste .item-regie
{
	   
	    position: relative;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
    width: 289px;
    height: 350px;
    margin: 0 4px;
    vertical-align: top;
    background-position: center bottom;
opacity: 0.9;
}

body #nos-services .liste .item-regie:hover{
opacity:1;
}

body #nos-services .liste .item-regie:first-child{
	margin-left:0;
}
body #nos-services .liste .item-regie:last-child{
	margin-right:0;
}

body #nos-services .liste .item-regie .content
{
    position: absolute;
    bottom: 0;
    text-align: left;
    padding: 0 5px 5px;
    background-color: rgba(255, 255, 255, 0.9);
max-height:140px;
min-height:140px;
}

body #nos-services .liste .item-regie .content h3
{
    margin: 5px 0 5px;
    font-size: 18px;
    color:#346F4A;
}

body #nos-services .liste .item-regie .content .texte{
    font-size: 13px;
    margin-bottom: 15px;
}

body #nos-services .liste .item-regie .content .lien
{
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, 0);
}

body #nos-services .liste .item-regie .content .lien a
{
    display: inline;
    position: relative;
    border: 1px #346F4A solid;
    padding: 5px 10px;
    border-radius: 25px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    background: #346F4A;
    color: #FFF;
}

body #nos-services .liste .item-regie .content .lien a:hover
{
	background: #FFF;
	color: #346F4A;
}

@media screen and (max-width: 1270px) { 

	body #nos-services .liste .item-regie{
	width:48%;
        margin: 0 5px 15px;

	}
	body #nos-services .liste .item-regie:first-child{
		margin-left: 5px;
	}

	body #nos-services .liste .item-regie:last-child{
		margin-right: 5px;
	}

	body #nos-services .liste .item-regie .content{
		width:98%;
	}

}


@media screen and (max-width: 640px)
{
	body #nos-services .liste .item-regie:first-child{
		margin-left: 0px;
	}

	body #nos-services .liste .item-regie:last-child{
		margin-right: 0px;
	}
}