.c-white{
	color: white;
}

.c-black{
	color: black;
}

.c-green{
	color: #2d9236;
}

.c-orange{
	color: #dd8c0c;
}

.text-family-montserrat-bold{font-family: Montserrat;font-weight:bold}
.text-family-montserrat-light{font-family: Montserrat;font-weight:100}

.bg-black{
	background: black;
}

.bg-green{
	background: #2d9236;
}

/* Bouttons */ 
.button{
	padding: 15px 20px;
	border-radius : 0px;
}

.button:hover{text-decoration: none;}

.button-green{background: #2d9236; color: white;}
.button-green:hover{color: white;}
.button-black{background: black;color: white;}
.button-black:hover{color: white;}
.button-orange{background: #dd8c0c; color: white;}
.button-orange:hover{color: white;}

.link:hover{text-decoration: none;}
.link-white:hover{color: white;}
.link-green{color: #2d9236;}
.link-green:hover{color: #2d9236;text-decoration: none;}


#etapes{
	background: #dd8c0c;
}

#etapes div img{
	border-radius: 150px;
	width: 90px;
}

#recherche{position: relative;top: 0px;}

#newsletters{
	height: 300px;
	background: #4f4e4e;
}

input{height: 50px;}
input[type="submit"]{
	border:none;
	box-shadow: none;
}
 
footer{
	
	height: 300px;
	background: #3e3e3e;
	
}

.customer-badge {
  border-radius: 2px;
  padding: 0.25em 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.3px;
}
.customer-badge .status-unqualified {
  background: #FFCDD2;
  color: #C63737;
}
.customer-badge .status-qualified {
  background: #C8E6C9;
  color: #256029;
}
.customer-badge .status-new {
  background: #B3E5FC;
  color: #23547B;
}
.customer-badge .status-negotiation {
  background: #FEEDAF;
  color: #8A5340;
}

