@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, hr, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin:0;padding:0;border:0;font-size:100%; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:'';content: none; }
table { border-collapse:collapse;border-spacing:0; }
/* =========================================================================================== */
/* GENERAL CLASSES */
/* =========================================================================================== */
@font-face {
    font-family: 'colaborate-regularregular';
    src: url('colabreg-webfont.eot');
    src: url('colabreg-webfont.eot?#iefix') format('embedded-opentype'),
		 url('colabreg-webfont.woff') format('woff'),
         url('colabreg-webfont.svg#colaborate-regularregular') format('svg'),
         url('colabreg-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'colaborate-thinregular';
    src: url('colabthi-webfont.eot');
    src: url('colabthi-webfont.eot?#iefix') format('embedded-opentype'),
		 url('colabthi-webfont.woff') format('woff'),
         url('colabthi-webfont.svg#colaborate-thinregular') format('svg'),
         url('colabthi-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape */
}
body {
	background: #fff;
	font: normal 18px/24px 'colaborate-regularregular', Arial, sans-serif;
	color: #555;
}
h1 {
	font: bold 28px/30px 'colaborate-regularregular', Arial, sans-serif;
	color: #555;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}
h2 {
	font: bold 20px/26px 'colaborate-regularregular', Arial, sans-serif;
	color: #555;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
h3 {
	font: bold 24px/27px 'colaborate-regularregular', Arial, sans-serif;
	color: #f39900;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
h4 {
	font: bold 22px/26px 'colaborate-regularregular', Arial, sans-serif;
	color: #f39900;
	text-transform: uppercase;
	border-bottom: solid 1px #ccc;
	margin: 0 0 10px 0;
}
h5 {

}
h6 {

}
p {
	margin: 0 0 18px 0;
}
hr {
	background-color: #999;
	border: none;
	height: 1px;
	margin: 0 0 18px 0;
}
a {
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	color: #f39900;
	text-decoration: none;
}
a:hover {
	color: #f39900;
}
a img {
	border: none;
}
ul, ol {
	padding: 0 0 0 15px;
	margin: 0 0 18px 0;
}
li {
	margin: 0 0 6px 0;
}
sup {
	font-size: 0.7em;
	line-height: 0.7em;
	margin-left: 2px;
}
div {
	position: relative;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
  float: none !important;
}
.top_td td {
	vertical-align: top;
}
.bottom_td td {
	vertical-align: bottom;
}
.no_mobi, .for_print {
	display: none;
}
.for_mobi {
	display: block !important;
}
/* =========================================================================================== */
/* FONT STYLES  */
/* =========================================================================================== */
.bold {
	font-weight: bold !important;
}
.normal {
	font-weight: normal !important;
}
.italic {
	font-style: italic !important;
}
.text_uppercase {
	text-transform: uppercase;
}
.text_right {
	text-align: right;
}
.text_center {
	text-align: center;
}
.text_justify {
	text-align: justify;
}
.fs12 {
	font-size: 12px;
	line-height: 15px;
}
.yellow {
	color: #f39900;
}
.grey {
	color: #555;
}
/* =========================================================================================== */
/* FRAME SITE */
/* =========================================================================================== */
.wrapper {
	width: 92%;
	padding: 0 4%;
}
.width_10p {
	width: 9.99%;
	float: left;
}
.width_20p {
	width: 19.99%;
	float: left;
}
.width_25p {
	width: 24.99%;
	float: left;
}
.width_33p {
	width: 33.33%;
	float: left;
}
.width_50p, .width_66p, .width_75p, .width_90p, .width_100p {
	width: 100%;
	float: none;
}
.maxWidth_100p img, .maxWidth_100p iframe {
	max-width: 100%;
	height: auto;
}
.maxWidth_96p {
	max-width: 96%;
	height: auto;
}
.floatL {
	float: none;
	clear: both;
}
.floatR {
	float: right;
}
.no_float {
	float: none !important;
}
.margB_0 {
	margin-bottom: 0;
}
.margB_3 {
	margin-bottom: 3px;
}
.margB_8 {
	margin-bottom: 8px;
}
.margB_30 {
	margin-bottom: 30px;
}
.margB_45 {
	margin-bottom: 45px;
}
.margR_0 {
	margin-right: 0px !important;
}
.grey_box {
	background: #201c1c;
	color: #fff;
}
.img_float {
	width: 50%;
	height: auto;
	display: block;
	float: none;
	margin-bottom: 12px;
}
/* =========================================================================================== */
/* HEADER */
/* =========================================================================================== */
#head_yellow {
	background: #f39900;
	text-align: center;
	border-bottom: solid 5px #666;
	padding: 8px 0 6px 0;
}
#head_yellow a {
	font: normal 18px/20px 'colaborate-regularregular', Arial, sans-serif;
	color: #fff;
}
.head_white {
	background: #fff;
	text-align: center;
	padding-top: 12px;
}
#scrollTop {
	display: block;
	width: 60%;
	margin: 0 20%;
	padding: 8px 0;
	background: #e78c0b;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	position: fixed;
	top: 10px;
	left: 0;
	display: none;
	opacity: 0.8;
	filter: alpha(opacity=87);
	z-index: 99;
}
#btn_trouvez_pro {
	font: normal 18px/19px 'colaborate-regularregular', Arial, sans-serif !important;
}
/* =========================================================================================== */
/* MENU */
/* =========================================================================================== */
#main_menu {
	display: block;
	list-style: none;
	margin: 0 0 25px 0;
	padding: 0;
	background-color: #030302;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #030302 /*{a-bup-background-start}*/), to( #3d3a39 /*{a-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #030302 /*{a-bup-background-start}*/, #3d3a39 /*{a-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #030302 /*{a-bup-background-start}*/, #3d3a39 /*{a-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #030302 /*{a-bup-background-start}*/, #3d3a39 /*{a-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #030302 /*{a-bup-background-start}*/, #3d3a39 /*{a-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #030302 /*{a-bup-background-start}*/, #3d3a39 /*{a-bup-background-end}*/);
	border-bottom: solid 1px #999;
}
#main_menu li {
	display: block;
	margin: 0;
}
#main_menu li a {
	display: block;
	font: normal 24px/24px 'colaborate-regularregular', Arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
	padding: 16px 0 12px 0;
	text-decoration: none;
	text-align: center;
	border-top: solid 1px #999;
}
/* =========================================================================================== */
/* CONTENT */
/* =========================================================================================== */
.text_bigger {
	font: bold 22px/25px 'colaborate-regularregular', Arial, sans-serif;
}
.yellow_btn, .yellow_btn:hover {
	font: bold 19px/20px 'colaborate-regularregular', Arial, sans-serif;
	color: #fff;
	display: inline-block;
	padding: 19px 48px 14px 15px;
	text-transform: uppercase;
	background: #b77300 url(../images/bg_yellow_btn.png) right top no-repeat;
}
.yellow_btn_reverse, .yellow_btn_reverse:hover {
	font: bold 19px/20px 'colaborate-regularregular', Arial, sans-serif;
	color: #fff;
	display: inline-block;
	height: 36px;
	padding: 19px 15px 0 48px;
	text-transform: uppercase;
	background: url(../images/bg_yellow_btn_reverse.png) left top no-repeat;
}
.img_gallery {
	margin-bottom: 35px;
}
.img_gallery img {
	border: solid 2px #999;
	margin-bottom: 10px;
}
/* =========================================================================================== */
/* GOOGLE MAPS */
/* =========================================================================================== */
.map_wrapper {
	width: 100%;
	height: 340px;
	border: solid 1px #666;
	z-index: 10;
}
#map_wrapper {
	width: 100%;
	height: 250px;
}
#map_mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #999;
	/* IE 8 */-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.2)";
	/* IE 5-7 */ filter: alpha(opacity=0.2);
	/* Netscape */ -moz-opacity: 0.2;
	/* Safari 1.x */ -khtml-opacity: 0.2;
	/* Good browsers */ opacity: 0.2;
	z-index: 40;
}
.lock_on, .lock_off {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/lock_on.png) 0 0 no-repeat;
	-moz-background-size: 50px 50px;
	-o-background-size: 50px 50px;
	-webkit-background-size: 50px 50px;
	background-size: 50px 50px;
	z-index: 68;
}
.lock_off {
	background: url(../images/lock_off.png) 0 0 no-repeat;
	-moz-background-size: 50px 50px;
	-o-background-size: 50px 50px;
	-webkit-background-size: 50px 50px;
	background-size: 50px 50px;
}


/* =========================================================================================== */
/* FOOTER */
/* =========================================================================================== */
.footer {
	padding-top: 16px;	
}
.footer a {
	color: #555;
}
.logo_spacer {
	padding: 0 10px;
}
#btn_gus_grey {
	display: block;
	background: #666666;
	font: normal 18px/20px 'colaborate-regularregular', Arial, sans-serif;
	text-align: center;
	padding: 12px 0 10px 0;
	color: #fff;
}
#foot_yellow {
	background: #f39900;
	text-align: center;
	color: #fff;
	padding: 8px 4% 6px 4%;
	font: normal 14px/26px 'colaborate-regularregular', Arial, sans-serif;
	border-bottom: solid 88px #201c1c;
}
#foot_yellow a {
	color: #fff;
}
#foot_grey {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #bdbec1;
	text-align: center;
	padding: 12px 0 6px 0;
	z-index: 562;
}
