/*
	Orange 	#ff5e00
	Vert 	#78be20
	Gris	#b2b4b2
	Noir	#1d252d
*/


a {
    color:#FD5500;
}
a:hover {
    color:#1d252d;
}

/*
	HEADER
*/
header .bottom_header {
    padding: 20px 0 22px 0;
}
header .top_header {
    background: none;
    background-color: #545E67;
    height: 35px;
}

header .top_header .float_left {
	line-height: 35px;
	float:none;
	text-align: center;
}

header .top_header p {
	color: #ddd;
}

.float_right.address {
	margin-top: 22px;
}

.mainmenu-area .find-advisor a.advisor {
	color:#fff;
}


/*
	Home
*/

@media (min-width: 1199px) {
.welcome_sec {
    height: 956px;
}
}

.bgprix {
	background-color: #C3C3C3;

}

.pricing_who_we .pricing_category {
    width: auto;
    margin: 30px 20px 0 20px;
    padding: 5px 20px;
}


.pricing_who_we .pricing_category p {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: #78be20;
    color: #fff;
    font-size: 0.8125em;
    margin: 0 auto;
    padding: 20px;
    line-height: 55px;
}


.pricing_who_we h2 {
	/*color:#fff;*/
}

.we_are .left_side {
    background-image:url(bureau-batin.jpg);
}

.contactzone {
	    clear: left;
    padding-top: 30px;
}

.contactzone .get_touch img {
	width: 100%;
}

.contactzone .bat {
	font-size: 30px;
	color:#b2b4b2;
	font-weight: bold;
}
.contactzone .tiret {
	font-size: 30px;
	color:#ff5e00;
	font-weight: bold;
}
.contactzone .in {
	font-size: 30px;
	color:#78be20;
	font-weight: bold;
}
.contactzone .phone {
	font-size: 20px;
}
.contactzone .mail {
	font-size: 20px;
}