body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #4b4b4b;
	background-color: #FFFFFF;
	background-image: url(images/bg-body.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
}
html, body {
    overflow-x: hidden;
    height: 100%;
}
div {
	position: relative;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
}
a {
	color: #ec763e;
}
a:hover {
	color: #0076b1;
}
hr {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	border-top: solid 20px #ffffff;
	border-right: 0px;
	border-bottom: solid 1px #dddddd;
	border-left: 0px;
	clear: both;
	width: 60%;
}
input, select, textarea {
	margin: 0px;
	padding: 5px;
	border: 1px solid #333333;
	font-size: 1.1em;
	width: 260px;
}
input.button {
	background-color: #ffffff;
	border: solid 1px #322e12;
	border-radius: 5px;
	color: #322e12;
	text-align: center;
	width: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
}
input.button:hover {
	background-color: #ffffef;
}
table {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #544e1e;
	font-size: 0.9em;
}
table tr {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
table tr:hover {
	background-color: #FFFFEF;
}
table td {
	padding: 5px;
}
table td.title {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	background-color: #dddddd;
}
table td.label {
	text-align: left;
}
table td.field {
	text-align: left;
}
div#top-bar-wrap {
	padding-top: 13px;
	height: 37px;
	width: 100%;
	background-color: #eeeeee;
	text-align: center;
}
div#top-bar {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: 25px;
	width: 92%;
	max-width: 980px;
	text-align: right;
	font-size: 0.85em;
}
div#top-bar div#telephone-icon {
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
div#top-bar div#telephone-icon img {
	width: 25px;
	height: 25px;
	display: block;
}
div#top-bar div#telephone {
	display: inline-block;
	font-weight: bold;
	margin-right: 25px;
	vertical-align: middle;
	text-align: center;
	font-size: 1.2em;
}
div#top-bar div#suivez-nous {
	display: inline-block;
	text-transform: uppercase;
	vertical-align: middle;
	margin-right: 5px;
	text-align: center;
}
div#top-bar div.social {
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
	vertical-align: middle;
}
div#top-bar div.social img {
	width: 25px;
	height: 25px;
	display: block;
	opacity: 0.75;
}
div#top-bar div.social img:hover {
	opacity: 1;
}
div#top-bar div#lang-on {
	width: 15px;
	text-align: center;
	height: 14px;
	padding-top: 6px;
	font-size: 0.85em;
	display: inline-block;
	vertical-align: middle;
	border-bottom: solid 2px #ec763e;
}
div#top-bar div#lang-link {
	width: 28px;
	text-align: center;
	height: 25px;
	font-size: 0.85em;
	color: #ffffff;
	display: inline-block;
	vertical-align: middle;
}
div#top-bar div#lang-link a {
	display: block;
	width: 28px;
	height: 19px;
	padding-top: 6px;
	color: #ffffff;
	background-color: #ec763e;
	text-decoration: none;
	border-radius: 5px;
	line-height: 14px;
}
div#top-bar div#lang-link a:hover {
	background-color: #C35928;
}
div#header-wrap {
	width: 100%;
	background-color: #ffffff;
	height: auto;
}
div#header {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: 150px;
	width: 92%;
	max-width: 980px;
}
div#header div#logo img {
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	float: left;
	height: 120px;
	width: 216px;
}
div#header div.menu-btn {
	background-color: #4b4b4b;
	float: right;
	height: 35px;
	width: 40px;
	margin-top: 20px;
	cursor: pointer;
	border-radius: 5px;
	display: none;
}
div#header div.menu-btn:hover {
	background-color: #000000;
}
div#nav-wrap {
	margin-top: 80px;
	padding: 0px;
	height: 50px;
	z-index: 100;
	float: right;
	clear: right;
}

/* DROP DOWN MENU */

nav {
	height: 50px;
	color: #4b4b4b;
	z-index: 100;
	padding: 0px;
	max-width: 500px;
	text-align: center;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
nav ul {
	padding: 0px;
	list-style: none;
	float: left;
	margin: 0px;
}
nav ul li {
	padding: 0px;
	margin: 0px;
	float: left;
}
nav ul li a {
	color: #4b4b4b;
	text-decoration: none;
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
	padding-top: 17px;
	padding-bottom: 0px;
	height: 33px;
	margin: 0px;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	float: left;
	text-transform: uppercase;
}
nav ul li a:hover {
	background-color: #f5f5f5;
	color: #000000;
}
nav ul li ul {
	display: none;
	width: auto;
	position: absolute;
	padding: 0px;
	margin: 0px;
}
nav ul li:hover ul {
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 50px;
}
nav ul li:hover ul li {
	float: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
nav ul li:hover ul li a {
	color: #4b4b4b;
	display: block;
	width: 135px;
	font-weight: normal;
	text-align: left;
	border-left: solid 3px #fafafa;
	background-color: #fafafa;
	text-transform: none;
}
nav ul li:hover ul li a:hover {
	color: #000000;
	border-left: solid 3px #ec763e;
	background-color: #f5f5f5;
}

/* DROP DOWN MENU */

div.box {
	width: 230px;
	height: 230px;
	display: inline-block;
	padding: 25px;
	margin-left: 1%;
	margin-right: 1%;
	vertical-align: top;
	border-radius: 15px;
	text-align: left;
	margin-bottom: 50px;
}
div.box.blue {
	border: solid 1px #a8c4ce;
	background-color: #f7fbfc;
}
div.box.orange {
	border: solid 1px #e4c1ad;
	background-color: #fefaf7;
}
div.box.green {
	border: solid 1px #a7cbb5;
	background-color: #f7fcf9;
}
div.box h2 {
	font-size: 1.6em;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 40px;
	text-align: left;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 20px;
}
div.box.blue h2 {
	color: #01729a;
	background-image: url(images/bg-h1-rsde.png);
}
div.box.orange h2 {
	color: #ed763e;
	background-image: url(images/bg-h1-cdae.png);
}
div.box.green h2 {
	color: #009036;
	background-image: url(images/bg-h1-financement.png);
}
div.box p {
	font-size: 0.85em;
	line-height: 20px;
	margin-bottom: 10px;
}
div.box div.arrow a {
	width: 30px;
	height: 25px;
	display: block;
	background-image: url(images/bg-arrow-right.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 10px;
}
div.box.blue div.arrow a {
	width: 30px;
	height: 25px;
	display: block;
	float: right;
	background-color: #01729a;
}
div.box.blue div.arrow a:hover {
	background-color: #005573;
}
div.box.orange div.arrow a {
	width: 30px;
	height: 25px;
	display: block;
	float: right;
	background-color: #ed763e;
}
div.box.orange div.arrow a:hover {
	background-color: #C35928;
}
div.box.green div.arrow a {
	width: 30px;
	height: 25px;
	display: block;
	float: right;
	background-color: #009036;
}
div.box.green div.arrow a:hover {
	background-color: #006C28;
}
div.index-content {
	width: 90%;
	max-width: 815px;
	height: auto;
	padding: 3%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 15px;
	border: solid 1px #cccccc;
	background-color: #ffffff;
	margin-bottom: 50px;
	text-align: justify;
}
div.index-content h1 {
	color: #ec763e;
	font-size: 1.6em;
	text-align: left;
	margin-bottom: 20px;
	font-weight: normal;
	margin-top: 0px;
}
div.index-content h2 {
	font-size: 1.2em;
	text-align: left;
	margin-bottom: 20px;
	font-weight: normal;
	margin-top: 0px;
}
div.index-content p {
	font-size: 0.85em;
	line-height: 20px;
}
div.index-content ul {
	margin-left: 15px;
	margin-bottom: 25px;
	text-align: left;
}
div.index-content li {
	font-size: 0.85em;
	margin-right: 25px;
	margin-bottom: 10px;
}
div.index-content ul li ul {
	margin-top: 15px;
}
div#section-banner img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 50px;
}
div.single-item-rtl {
	margin-bottom: 100px;
}
div.single-item-rtl img {
	width: 100%;
	height: auto;
}
div.contact-box {
	width: 255px;
	display: inline-block;
	vertical-align: top;
	background-color: #f5f5f5;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-top: 15px;
	text-align: center;
	padding-bottom: 15px;
	border-radius: 10px;
}
div.contact-box:hover {
		background-color: #eeeeee;
}
div.contact-box p {
	margin-bottom: 0px;
}
div#map {
	width: 100%;
	height: 350px;
}
div.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
div#footer {
	background-color: #000000;
	font-size: 0.85em;
	width: 100%;
	margin: 0px;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	color: #888888;
	background-image: url(images/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	text-align: center;
}
div#footer p {
	margin-bottom: 10px;	
}
div#footer a {
	color: #777777;
}
div#footer a:hover {
	color: #cccccc;
}
div#footer div.social {
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
}
div#footer div.social img {
	width: 25px;
	height: 25px;
	display: block;
	opacity: 0.75;
}
div#footer div.social img:hover {
	opacity: 1;
}
@media (max-width: 800px) {
div#top-bar div#suivez-nous {
	display: none;
}
div#top-bar div.social {
	display: none;
}
div#header {
	height: 100px;
}
div#header div#logo img {
	margin-top: 10px;
	height: 75px;
	width: 135px;
}
div#header div.menu-btn {
	display: block;
}
div#nav-wrap {
	display: none;
}
div.single-item-rtl {
	margin-bottom: 80px;
}
div#section-banner img {
	margin-bottom: 0px;
}
div.index-content {
	width: 84%;
	padding: 8%;
	border-right-width: 0px;
	border-radius: 0px;
	border-left-width: 0px;
	max-width: 960px;
	margin-bottom: 0px;
	border: 0px;
}
div.index-content h1 {
	font-size: 1.4em;
}
}
@media (max-width: 960px) {


}
@media (max-width: 1200px) {
div.box {
	margin-left: 2%;
	margin-right: 2%;
}
}