#main-nav .icon-bar {
  background: none repeat scroll 0 0 #00ABBC;
}

section {
	max-width: 1600px;
	margin: auto;
}

.btn-orange {
	background-color: #ff9815;
}

.blue-bg {
	background-color: #00ABBC;
	color: #fff;

}

.features .media a {
    color:#7A7C7F;
}
.features .media a>i {
    color:#fff;
}

#homeTarifs {
	background: #f6f9f9 url("../assets/tarifs.jpg") no-repeat scroll center top;
}

#homeVentes {
	background: #f6f9f9 url("../assets/ventes.jpg") no-repeat scroll center top;
}

#homeDepenses {
	background: #f6f9f9 url("../assets/depenses.jpg") no-repeat scroll center top;
}

#home {
	background: #f6f9f9 url("../assets/index.jpg") no-repeat scroll center top;
}

.homePic {
	background-size: cover;
    max-width: 1600px;
    overflow: hidden;
    padding: 2.25em 0 0;
    position: relative;
    width: 100%;
}

.homePic .text {
	max-width: 560px;
	text-align: center;
	padding-top: 14em;
	padding-bottom: 9em;
	color: white;
}
@media (min-width: 479px) {
	.homePic .text {
		margin-left: 2em;
		text-align: left;
	}	
}

.homePic .text>h1 {
	text-transform: uppercase;
}
.homePic .text>p {
	font-size:24px;
}

.features .media:hover .icon .icon-1 {
	transform:scale(1.5);
}

#testimonials-slider .clients {
	font-size: 0.8em;
}

.testimonial {
	font-style: italic;
	font-size: 1.2em;
}

a.btn-qubico {
	text-decoration: none;
}

.btn-qubico.blue {
	background-color: #00B8D7;
}

.btn-qubico.blue.disabled {
	background-color: #8AF0FF;
}

.flex-control-paging li a , .flex-control-paging li a:hover{
	background-color: #00B8D7;
	width: 20px;
	cursor: pointer;
}
.flex-control-paging li a.flex-active {
	background-color: #fff;
}

#main-footer {
	font-size: 0.8em;
	color: #C9CACB;
}

#main-footer  h4 {
	color: #fff;
}

#main-footer  ul {
	list-style: none;
	padding-left: 10px;
}

#main-footer li {
	line-height: 20px; 
}

#main-footer li i {
	color: #00ABBC; 
}

#main-footer a {
	text-decoration: none;
	color:#C9CACB;
}

#main-footer a:hover {
	text-decoration: none;
	color:#00ABBC;
}

@media (min-width: 768px) {
	.team-member #gauthier {
		bottom: 150px
	}
	
	.team-member #eric {
		bottom: 50px
		}	
}

#priceListItem li i{
	font-size: 40px;
	margin: 0 10px 0 0;
	color: #00ABBC;
}

#priceListItem li {
	list-style-type: none;
	margin: 20px 0;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}

#priceListItem li .listDesc {
	font-size: 14px;
}

/* ventes */

#listFeatureVentes li {
	list-style-type: none;
}
#listFeatureVentes li i {
	color: #96FF64;
}
