.bouton-image:before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: text-top;
    background-color: transparent;
    background-position : center center;
    background-repeat:no-repeat;
}

.monBouton:before{
     background-image : url(http://icons.iconarchive.com/icons/fatcow/farm-fresh/16/accept-icon.png);
}



/*body {
	padding-top: 0;
	font-family: 'PT Sans', sans-serif;
	background-color: white;
}*/
/*
h1 {
/*	margin: 15px 0;*/
/*	font-size: 1.9em;
	font-weight: normal;
	color: #000;
	line-height: 120%;
	text-align: center;
}*/
/*
h2 {
	font-size: 1.3em;
	margin: -5px 0 0;
	font-weight: normal;
	color: #000;
	text-align: center;
}
*/
/*a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}*/
/*
a:hover {
	text-decoration: none;
}
/*
p {
	line-height: 200%;
	padding: 0 10% 0 10%;
	font-size: 1.1em;
	text-align: center;
}*/
/*
.btn-default {
	border-color: #000;
	border-radius: 0;
	border-width: 2px;
	color: #000;
	font-size: 1.5em;
}

.btn-default:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
	border-radius: 0;
	border-width: 2px;
}

img {
	max-width: 100%;
}
*/
/*******Project Images******/

ul.projects-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.projects-list li {
  display: inline-block;
  height: 380px;
  position: relative;
  width: 380px;
}

span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 380px;
  left: 0;
  position: absolute;
  top: 0;
  width: 380px;
}

span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 380px;
  left: 0;
  position: absolute;
  top: 0;
  width: 380px;
  opacity: 0;
  text-align: center;
}

ul.projects-list li:hover span.text-content {
  opacity: 1;
  text-align: center;
}

span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  text-align:center;
  display: table;
  height: 380px;
  left: 0;
  position: absolute;
  top: 0;
  width: 380px;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

span.project-type {
	position: absolute;
	text-align: center;
	/*margin: 25px 0;*/
	padding: 50px;
	width: 380px;
	vertical-align: middle;
	font-size: 1.7em;
}

span.project-name {
	font-size: 2.5em;
}

.latest_projects {
	text-align: center;
	max-width: 1200px;
	margin: 10;
}


