@charset utf-8;
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTfzy0yu4vcvNhe7QLuoE8rU.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTc9-ZSaZ3mOOsU9E1f6DGWc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTYZI5FoslwusAsZHK_V0XCI.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTRUOjZSKWg4xBWp_C_qQx0o.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
 @font-face{
  font-family:'shandora';
  src:url('fonts/shandora-icon.eot');
  src:url('fonts/shandora-icon.eot') format('embedded-opentype'),
  url('fonts/shandora-icon.woff') format('woff'),
  url('fonts/shandora-icon.ttf') format('truetype'),
  url('fonts/shandora-icon.svg') format('svg');
  font-weight:normal;
  font-style:normal}


@font-face {
  font-family: 'raleway';
  src: url('fonts/raleway-bold-webfont.eot');
  src: url('fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/raleway-bold-webfont.woff') format('woff'), url('fonts/raleway-bold-webfont.ttf') format('truetype'), url('fonts/raleway-bold-webfont.svg#raleway') format('svg');
  font-weight: 700;
  font-style: normal;
}
html {
  margin:0;
  padding:0;
  border:0;
}

a,
abbr,
acronym,
address,
article,
aside,
blockquote,
body,
caption,
code,
dd,
del,
dfn,
dialog,
div,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
iframe,
img,
label,
legend,
li,
nav,
object,
ol,
p,
pre,
q,
section,
span,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul {
  margin:0;
  padding:0;
  border:0;
  font:inherit;
  vertical-align:baseline;
}

article,
aside,
details,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display:block;
}

body {
  line-height:1.5;
}

table {
  border-collapse:separate;
  border-spacing:0;
}

caption,
td,
th {
  text-align:left;
  font-weight:400;
  float:none !important;
}

table,
td,
th {
  vertical-align:middle;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content:'';
}

blockquote,
q {
  quotes:"" "";
}

a img {
  border:0;
}

:focus {
  outline:0;
}

html {
  font-size:100.01%;
}

body {
  font-size:75%;
  color:#222;
  font-family: 'Open Sans';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight:400;
  color:#111;
}

h1 {
  font-size:3em;
  line-height:1;
  margin-bottom:.5em;
}

h2 {
  font-size:2em;
  margin-bottom:.75em;
}

h3 {
  font-size:1.5em;
  line-height:1;
  margin-bottom:1em;
}

h4 {
  font-size:1.2em;
  line-height:1.25;
  margin-bottom:1.25em;
}

h5 {
  font-size:1em;
  font-weight:700;
  margin-bottom:1.5em;
}

h6 {
  font-size:1em;
  font-weight:700;
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  margin:0;
}

p {
  margin:0 0 1.5em;
}

.left {
  float:left !important;
}

p .left {
  margin:1.5em 1.5em 1.5em 0;
  padding:0;
}

.right {
  float:right !important;
}

p .right {
  margin:1.5em 0 1.5em 1.5em;
  padding:0;
}

a:focus,
a:hover {
  color:#09f;
}

a {
  color:#06c;
  text-decoration:underline;
}

blockquote {
  margin:1.5em;
  color:#666;
  font-style:italic;
}

dfn,
strong {
  font-weight:700;
}

dfn,
em {
  font-style:italic;
}

sub,
sup {
  line-height:0;
}

abbr,
acronym {
  border-bottom:1px dotted #666;
}

address {
  margin:0 0 1.5em;
  font-style:italic;
}

del {
  color:#666;
}

pre {
  margin:1.5em 0;
  white-space:pre;
}

code,
pre,
tt {
  font:1em 'andale mono','lucida console',monospace;
  line-height:1.5;
}

li ol,
li ul {
  margin:0;
}

ol,
ul {
  margin:0 1.5em 1.5em 0;
  padding-left:1.5em;
}

ul {
  list-style-type:disc;
}

ol {
  list-style-type:decimal;
}

dl {
  margin:0 0 1.5em;
}

dl dt {
  font-weight:700;
}

dd {
  margin-left:1.5em;
}

table {
  margin-bottom:1.4em;
  width:100%;
}

th {
  font-weight:700;
}

thead th {
  background:#c3d9ff;
}

caption,
td,
th {
  padding:4px 10px 4px 5px;
}

tfoot {
  font-style:italic;
}

caption {
  background:#eee;
}

.small {
  font-size:.8em;
  margin-bottom:1.875em;
  line-height:1.875em;
}

.large {
  font-size:1.2em;
  line-height:2.5em;
  margin-bottom:1.25em;
}

.hide {
  display:none;
}

.quiet {
  color:#666;
}

.loud {
  color:#000;
}

.highlight {
  background:#ff0;
}

.added {
  background:#060;
  color:#fff;
}

.removed {
  background:#900;
  color:#fff;
}

.first {
  margin-left:0;
  padding-left:0;
}

.last {
  padding-right:0;
}

.top {
  margin-top:0;
  padding-top:0;
}

.bottom {
  margin-bottom:0;
  padding-bottom:0;
}

label {
  font-weight:700;
}

fieldset {
  padding:0 1.4em 1.4em;
  margin:0 0 1.5em;
  border:1px solid #ccc;
}

legend {
  font-weight:700;
  font-size:1.2em;
}

#IE8#HACK,
fieldset {
  padding-top:1.4em;
}

#IE8#HACK,
legend {
  margin-top:0;
  margin-bottom:0;
}

input.text,
input.title,
input[type=email],
input[type=password],
input[type=text],
input[type=url],
textarea {
  background-color:#fff;
  border:1px solid #bbb;
  color:#000;
}

input.text:focus,
input.title:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
  border-color:#666;
}

select {
  background-color:#fff;
  border-width:1px;
  border-style:solid;
}

input.text,
input.title,
input[type=email],
input[type=password],
input[type=text],
input[type=url],
select,
textarea {
  margin:.5em 0;
}

input.text,
input.title {
  width:300px;
  padding:5px;
}

input.title {
  font-size:1.5em;
}

textarea {
  width:390px;
  height:250px;
  padding:5px;
}

form.inline {
  line-height:3;
}

form.inline p {
  margin-bottom:0;
}

.alert,
.error,
.info,
.notice,
.success {
  padding:.8em;
  margin-bottom:1em;
  border:2px solid #ddd;
}

.alert,
.error {
  background:#fbe3e4;
  color:#8a1f11;
  border-color:#fbc2c4;
}

.notice {
  background:#fff6bf;
  color:#514721;
  border-color:#ffd324;
}

.success {
  background:#e6efc2;
  color:#264409;
  border-color:#c6d880;
}

.info {
  background:#d5edf8;
  color:#205791;
  border-color:#92cae4;
}

.alert a,
.error a {
  color:#8a1f11;
}

.notice a {
  color:#514721;
}

.success a {
  color:#264409;
}

.info a {
  color:#205791;
}

.container {
  width:980px;
  margin:0 auto;
}

.showgrid {
  background:url(src/grid.png);
}

.column,
.span-1,
.span-10,
.span-11,
.span-12,
.span-13,
.span-14,
.span-15,
.span-16,
.span-17,
.span-18,
.span-19,
.span-2,
.span-20,
.span-21,
.span-22,
.span-23,
.span-24,
.span-3,
.span-4,
.span-5,
.span-6,
.span-7,
.span-8,
.span-9 {
  float:left;
  margin-right:10px;
}

.last {
  margin-right:0;
}

.span-1 {
  width:30px;
}

.span-2 {
  width:70px;
}

.span-3 {
  width:110px;
}

.span-4 {
  width:150px;
}

.span-5 {
  width:190px;
}

.span-6 {
  width:220px;
}

.span-7 {
  width:270px;
}

.span-8 {
  width:310px;
}

.span-9 {
  width:350px;
}

.span-10 {
  width:390px;
}

.span-11 {
  width:430px;
}

.span-12 {
  width:470px;
}

.span-13 {
  width:510px;
}

.span-14 {
  width:550px;
}

.span-15 {
  width:590px;
}

.span-16 {
  width:630px;
}

.span-17 {
  width:670px;
}

.span-18 {
  width:710px;
}

.span-19 {
  width:740px;
}

.span-20 {
  width:790px;
}

.span-21 {
  width:830px;
}

.span-22 {
  width:870px;
}

.span-23 {
  width:910px;
}

.span-24 {
  width:980px;
  margin-right:0;
}

input.span-1,
input.span-10,
input.span-11,
input.span-12,
input.span-13,
input.span-14,
input.span-15,
input.span-16,
input.span-17,
input.span-18,
input.span-19,
input.span-2,
input.span-20,
input.span-21,
input.span-22,
input.span-23,
input.span-24,
input.span-3,
input.span-4,
input.span-5,
input.span-6,
input.span-7,
input.span-8,
input.span-9,
textarea.span-1,
textarea.span-10,
textarea.span-11,
textarea.span-12,
textarea.span-13,
textarea.span-14,
textarea.span-15,
textarea.span-16,
textarea.span-17,
textarea.span-18,
textarea.span-19,
textarea.span-2,
textarea.span-20,
textarea.span-21,
textarea.span-22,
textarea.span-23,
textarea.span-24,
textarea.span-3,
textarea.span-4,
textarea.span-5,
textarea.span-6,
textarea.span-7,
textarea.span-8,
textarea.span-9 {
  border-left-width:1px;
  border-right-width:1px;
  padding-left:5px;
  padding-right:5px;
}

input.span-1,
textarea.span-1 {
  width:18px;
}

input.span-2,
textarea.span-2 {
  width:58px;
}

input.span-3,
textarea.span-3 {
  width:98px;
}

input.span-4,
textarea.span-4 {
  width:138px;
}

input.span-5,
textarea.span-5 {
  width:178px;
}

input.span-6,
textarea.span-6 {
  width:218px;
}

input.span-7,
textarea.span-7 {
  width:258px;
}

input.span-8,
textarea.span-8 {
  width:298px;
}

input.span-9,
textarea.span-9 {
  width:338px;
}

input.span-10,
textarea.span-10 {
  width:378px;
}

input.span-11,
textarea.span-11 {
  width:418px;
}

input.span-12,
textarea.span-12 {
  width:458px;
}

input.span-13,
textarea.span-13 {
  width:498px;
}

input.span-14,
textarea.span-14 {
  width:538px;
}

input.span-15,
textarea.span-15 {
  width:578px;
}

input.span-16,
textarea.span-16 {
  width:618px;
}

input.span-17,
textarea.span-17 {
  width:658px;
}

input.span-18,
textarea.span-18 {
  width:698px;
}

input.span-19,
textarea.span-19 {
  width:738px;
}

input.span-20,
textarea.span-20 {
  width:778px;
}

input.span-21,
textarea.span-21 {
  width:818px;
}

input.span-22,
textarea.span-22 {
  width:858px;
}

input.span-23,
textarea.span-23 {
  width:898px;
}

input.span-24,
textarea.span-24 {
  width:938px;
}

.append-1 {
  padding-right:40px;
}

.append-2 {
  padding-right:80px;
}

.append-3 {
  padding-right:120px;
}

.append-4 {
  padding-right:160px;
}

.append-5 {
  padding-right:200px;
}

.append-6 {
  padding-right:240px;
}

.append-7 {
  padding-right:280px;
}

.append-8 {
  padding-right:320px;
}

.append-9 {
  padding-right:360px;
}

.append-10 {
  padding-right:400px;
}

.append-11 {
  padding-right:440px;
}

.append-12 {
  padding-right:480px;
}

.append-13 {
  padding-right:520px;
}

.append-14 {
  padding-right:560px;
}

.append-15 {
  padding-right:600px;
}

.append-16 {
  padding-right:640px;
}

.append-17 {
  padding-right:680px;
}

.append-18 {
  padding-right:720px;
}

.append-19 {
  padding-right:760px;
}

.append-20 {
  padding-right:800px;
}

.append-21 {
  padding-right:840px;
}

.append-22 {
  padding-right:880px;
}

.append-23 {
  padding-right:920px;
}

.prepend-1 {
  padding-left:40px;
}

.prepend-2 {
  padding-left:80px;
}

.prepend-3 {
  padding-left:120px;
}

.prepend-4 {
  padding-left:160px;
}

.prepend-5 {
  padding-left:200px;
}

.prepend-6 {
  padding-left:240px;
}

.prepend-7 {
  padding-left:280px;
}

.prepend-8 {
  padding-left:320px;
}

.prepend-9 {
  padding-left:360px;
}

.prepend-10 {
  padding-left:400px;
}

.prepend-11 {
  padding-left:440px;
}

.prepend-12 {
  padding-left:480px;
}

.prepend-13 {
  padding-left:520px;
}

.prepend-14 {
  padding-left:560px;
}

.prepend-15 {
  padding-left:600px;
}

.prepend-16 {
  padding-left:640px;
}

.prepend-17 {
  padding-left:680px;
}

.prepend-18 {
  padding-left:720px;
}

.prepend-19 {
  padding-left:760px;
}

.prepend-20 {
  padding-left:800px;
}

.prepend-21 {
  padding-left:840px;
}

.prepend-22 {
  padding-left:880px;
}

.prepend-23 {
  padding-left:920px;
}

.border {
  padding-right:4px;
  margin-right:5px;
  border-right:1px solid #ddd;
}

.colborder {
  padding-right:24px;
  margin-right:25px;
  border-right:1px solid #ddd;
}

.pull-1 {
  margin-left:-40px;
}

.pull-2 {
  margin-left:-80px;
}

.pull-3 {
  margin-left:-120px;
}

.pull-4 {
  margin-left:-160px;
}

.pull-5 {
  margin-left:-200px;
}

.pull-6 {
  margin-left:-240px;
}

.pull-7 {
  margin-left:-280px;
}

.pull-8 {
  margin-left:-320px;
}

.pull-9 {
  margin-left:-360px;
}

.pull-10 {
  margin-left:-400px;
}

.pull-11 {
  margin-left:-440px;
}

.pull-12 {
  margin-left:-480px;
}

.pull-13 {
  margin-left:-520px;
}

.pull-14 {
  margin-left:-560px;
}

.pull-15 {
  margin-left:-600px;
}

.pull-16 {
  margin-left:-640px;
}

.pull-17 {
  margin-left:-680px;
}

.pull-18 {
  margin-left:-720px;
}

.pull-19 {
  margin-left:-760px;
}

.pull-20 {
  margin-left:-800px;
}

.pull-21 {
  margin-left:-840px;
}

.pull-22 {
  margin-left:-880px;
}

.pull-23 {
  margin-left:-920px;
}

.pull-24 {
  margin-left:-960px;
}

.pull-1,
.pull-10,
.pull-11,
.pull-12,
.pull-13,
.pull-14,
.pull-15,
.pull-16,
.pull-17,
.pull-18,
.pull-19,
.pull-2,
.pull-20,
.pull-21,
.pull-22,
.pull-23,
.pull-24,
.pull-3,
.pull-4,
.pull-5,
.pull-6,
.pull-7,
.pull-8,
.pull-9 {
  float:left;
  position:relative;
}

.push-1 {
  margin:0 -40px 1.5em 40px;
}

.push-2 {
  margin:0 -80px 1.5em 80px;
}

.push-3 {
  margin:0 -120px 1.5em 120px;
}

.push-4 {
  margin:0 -160px 1.5em 160px;
}

.push-5 {
  margin:0 -200px 1.5em 200px;
}

.push-6 {
  margin:0 -240px 1.5em 240px;
}

.push-7 {
  margin:0 -280px 1.5em 280px;
}

.push-8 {
  margin:0 -320px 1.5em 320px;
}

.push-9 {
  margin:0 -360px 1.5em 360px;
}

.push-10 {
  margin:0 -400px 1.5em 400px;
}

.push-11 {
  margin:0 -440px 1.5em 440px;
}

.push-12 {
  margin:0 -480px 1.5em 480px;
}

.push-13 {
  margin:0 -520px 1.5em 520px;
}

.push-14 {
  margin:0 -560px 1.5em 560px;
}

.push-15 {
  margin:0 -600px 1.5em 600px;
}

.push-16 {
  margin:0 -640px 1.5em 640px;
}

.push-17 {
  margin:0 -680px 1.5em 680px;
}

.push-18 {
  margin:0 -720px 1.5em 720px;
}

.push-19 {
  margin:0 -760px 1.5em 760px;
}

.push-20 {
  margin:0 -800px 1.5em 800px;
}

.push-21 {
  margin:0 -840px 1.5em 840px;
}

.push-22 {
  margin:0 -880px 1.5em 880px;
}

.push-23 {
  margin:0 -920px 1.5em 920px;
}

.push-24 {
  margin:0 -960px 1.5em 960px;
}

.push-1,
.push-10,
.push-11,
.push-12,
.push-13,
.push-14,
.push-15,
.push-16,
.push-17,
.push-18,
.push-19,
.push-2,
.push-20,
.push-21,
.push-22,
.push-23,
.push-24,
.push-3,
.push-4,
.push-5,
.push-6,
.push-7,
.push-8,
.push-9 {
  float:left;
  position:relative;
}

.prepend-top,
div.prepend-top {
  margin-top:1.5em;
}

.append-bottom,
div.append-bottom {
  margin-bottom:1.5em;
}

hr {
  background:#ddd;
  color:#ddd;
  clear:both;
  float:none;
  width:100%;
  height:1px;
  margin:0 0 17px;
  border:0;
}

hr.space {
  background:#fff;
  color:#fff;
  visibility:hidden;
}

.clearfix:after,
.container:after {
  content:"\0020";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  overflow:hidden;
}

.clearfix,
.container {
  display:block;
}

.clear {
  clear:both;
}

body {
  line-height:1.5;
  color:#000;
  background:0 0;
  font-size:10pt;
}
body, input, textarea{ font-family: "Open Sans"; }

.container {
  background:0 0;
}

hr {
  background:#575757;
  color:#575757;
  width:96%;
  float: left;
  height:2px;
  margin:30px 0 30px 20px;
  padding:0;
  border:0;
}

hr.space {
  background:#fff;
  color:#fff;
  visibility:hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans';
}

code {
  font:.9em "Courier New",Monaco,Courier,monospace;
}

a img {
  border:0;
}

p img.top {
  margin-top:0;
}

blockquote {
  margin:1.5em;
  padding:1em;
  font-style:italic;
  font-size:.9em;
}

.small {
  font-size:.9em;
}

.large {
  font-size:1.1em;
}

.quiet {
  color:#999;
}

.hide {
  display:none;
}

a:link,
a:visited {
  background:0 0;
}

body {
  z-index:0;
  background:#ececec ;
}
#wraper {
  z-index:1;
  position:relative;
  background-color: #ececec;
  box-shadow:0 0 10px rgba(0,0,0,.3);
}
.top_header {
  float:left;
  height:160px;
  width:980px;
  position:relative;
}
.tel-last{
  float:right;
  margin-right: 0;
  margin-top: 30px;
  width:400px;
}
.tel-last img{
  text-align: right
}

.wrapper_container {
  background:#034c9d;
  width:100%;
}

#banner_top {
  float:left;
  position:relative;
}

#logo {
  padding-left:10px;
  margin-top:20px;
}
#content {
  padding-top:5px;
}
.home #content {
  padding-top:15px;
}
#content h1 {
  font-size:22px;
  margin-top:20px;
  margin-left:35px;
  color:#575757;
}
#content h2 {
  font-size:18px;
  margin-top:20px;
  margin-left:25px;
  color:#575757;
}
.home #content h2 {
  margin-left:0;
  text-align:center;
}
#content .wisiwig h1 {
  margin-left:0;
}
img#background {
  bottom:0;
  height:130%;
  left:0;
  position:fixed;
  width:100%;
  z-index:-1;
}
#menu_reseau_social {
  margin-top:2px;
}
#menu_reseau_social img {
  margin-left:4px;
}
#menu_reseau_social a {
  margin-right:4px;
}
#bloc_left {
  margin-top:15px;
}

#bloc_pages p {
  width:95%;
  margin-left:10px;
  text-align:justify;
}

.reseaux {
  position:absolute;
  right:10px;
  top:5px;
  display:none;
}

#bloc_description {
  padding-top:10px;
}

#bloc_description h1,
#bloc_description h2 {
  color:#FFF;
  font-size:14px;
}

#menu_header {
  position:relative;
  background:#034c9d;
  border-bottom:4px solid #474747;
  margin-top:0;
}

.menu_header {
  list-style:none outside none;
  padding-left:0;
  padding-top:0;
  margin:0;
  float: left;
}

.menu_header li {
  float:left;
  height:60px;
  margin-bottom:0;
  margin-left:20px;
  position:relative;
}
.menu_header li.first_li{
  margin-left: 60px;
}
.menu_header li:hover {
   background:#474747;
}
.menu_header li:hover > .ul-no-visible{
  display: block;
}
.ul-no-visible{
  position: absolute;
  top: 60px;
  left:0;
  display: none;
  width:200px;
  z-index: 999;
  background:#474747;
}

.menu_header li span {
  background:url(../images/icone.png) no-repeat scroll 0 0 transparent;
  display:block;
  width:24px;
  height:24px;
  position:absolute;
  left:5px;
  top:24px;
}
.menu_header li ul {
  padding-left:0;
}
.menu_header li ul li {
  display:block;
  width:200px;
  border:0;
  margin:0;
  padding:10px 0;
  height:auto;
}

.menu_header li div li a {
  padding-left:10px;
  padding-right:0;
  padding-top:10px;
}

.menu_header li div li a span {
  font-weight:700;
  color:#fff;
}
.menu_header li a {
  color:#fff;
  cursor:pointer;
  display:block;
  font-size:13px;
  font-weight: bold;
  line-height:68px;
  margin:0;
  padding:0 13px 0 35px;
  text-align:center;
  text-decoration:none;
  height:60px;
  font-family: 'Open Sans';
  text-transform: uppercase;
}
.menu_header li .ul-no-visible a{
  line-height: 14px;
  height:auto;
  text-align: left;
  font-size: 12px;
  padding: 2px 10px;
}


.content_box.qui_sommes {
  font-family: 'Open Sans';
}

.wisiwig li,
.wisiwig p {
  text-align:justify;
  width:80%;
  font-size:14px;
}

.wisiwig .spec {
  color:#E9417F;
}

.first_li {
  border-left:0 none;
  padding-left:0;
}
.menu_header li a:hover {
  color:#62cdff !important;
}

.blok_facebook_left {
  background:url(../images/fd_acces_direct.png) no-repeat;
  height:353px;
  margin-top:10px;
  padding:0 14px;
}

.fb-like-box {
  margin-top:10px;
}

.blok_menu_left {
  /*background:url(../images/fd_acces_direct.png) no-repeat;*/
  margin-bottom:5px;
  padding:5px 10px 0;
  position:relative;
}

.blok_menu_left.estimation,
.blok_menu_left.top {
  margin-top:0;
  margin-bottom:20px;
}

.blok_menu_left.top {
  height:255px;
}

.blok_menu_left img {
  width:200px;
  height:248px;
  margin:5px 0 10px;
}

.blok_menu_left.agence img {
  height:160px;
  margin-bottom:10px;
}

.blok_menu_left.baraka img {
  height:auto;
  width:100%;
  margin-left:2px;
}

.estimation img,
.top img {
  width:200px;
  height:150px;
}

.blok_menu_left span {
  color:#FFF;
  font-size:16px;
  margin-left:35px;
  text-decoration:none;
  display:block;
  margin-bottom:5px;
}

.blok_menu_recherche {
  background:#fff;
  width:220px;
  margin-bottom:15px;
  padding-top:2px;
  position:relative;
}
.home .blok_menu_recherche {
  width:300px;
  margin-bottom: 0;
  min-height: 200px;
}
.blok_menu_left h3,
.blok_menu_recherche h3 {
  position:absolute;
  top:0;
  font-size:9px;
  color:#16569D;
}

.blok_menu_recherche ul {
  margin-bottom:0;
}

.blok_menu_recherche li,
.blok_menu_recherche ul {
  list-style:none;
}

.blok_menu_recherche li a {
  color:#ee2125;
  cursor:pointer;
  display:block;
  font-size:14px;
  padding:6px 0;
  font-weight: bold;
}

.blok_menu_recherche li a:hover {
  color:#000;
}

.blok_menu_recherche li.subitem1 a {
  font-size:12px;
  color:#034c9d;
  padding:3px 0;
}

.blok_menu_recherche li.subitem1 a:hover {
  color:#000;
}

.no-visible {
  display:none;
}

.blok_menu_left h4 {
  background:url(../images/fleche_mini1.gif) no-repeat;
  border-bottom:1px solid #9EBCC6;
  font-size:12px;
  line-height:17px;
  text-decoration:none;
  width:89%;
  margin:0 0 10px;
  padding:0 5px 3px 11px;
}

#recherche_r {
  width:100%;
  background:url(../images/rech.jpg) no-repeat;
  height:20px;
}

.bloc_left {
  text-decoration:none;
  color:#FFF;
  font-size:16px;
  margin-left:35px;
}

.bloc_left_menu {
  text-decoration:none;
  color:#FFF;
  font-size:16px;
  display:block;
  background:url(../images/fd_acces_rech.jpg) no-repeat;
  padding-left:45px;
}

#retour {
  font-size:12px;
  padding-left:10px;
  margin:0;
}

#retour a {
  color:#036683;
}

.titre_annonce h1,
.video_annonce h2 {
  color:#575757;
  font-size:20px;
  line-height:1.3em;
  padding-left:10px;
  float:left;
  margin:5px 0 0;
}

.titre_annonce h1 {
  width:54%;
}

.vendu_louer {
  color:red;
  float:right;
  font-size:34px;
}

#reseau_partage {
  width:40%;
  margin-left:200px;
  float:left;
  padding-top:5px;
}

.video_annonce h2 {
  width:41%;
  text-align:right;
}

#bloc_location .titre,
#bloc_pages .titre,
#bloc_vente .titre,
#la_lune .titre,
#lien_annonces h2,
.titre_ann {
  color:#575757;
  font-size:20px;
  line-height:1.3em;
  padding-left:10px;
  margin:5px 0 0;
}

.banner {
  position:relative;
  margin:0 auto;
}
.container.banner {
  width:100%;
  background:url(../images/bg_top_menu.jpg) repeat-x;
}

.content_box {
  padding-left:20px;
  float:left;
}

.home .content_box {
  padding-left:10px;
}

.content_box2 {
  float:left;
  margin-bottom:15px;
}

#content h2.h2_h,
.home #content .content_box h2 {
  float:left;
  display:block;
  width:705px;
  margin:0 0 0 15px;
  background:#5A96B8;
  color:#FFF;
}

.home #content h2.h2_h {
  text-align:left;
  background:#16569D;
  position:absolute;
  left:-200%;
}

.home #content h2.h2_h span {
  background:#fff;
  margin-left:7px;
  padding:1px 15px;
  display:inline;
  color:#00459C;
  font-size:20px;
  font-weight:400;
  text-transform:uppercase;
}

#content h2.h2_h {
  margin-left:25px;
}

.box {
  width:140px;
  float:left;
  margin:19px 10px;
  min-height:225px;
  position:relative;
  box-shadow:3px 3px 6px #b4b4b4;
  background:#FFF;
  padding:0 7px;
}

.home .box {
  margin:15px 9px 0;
  padding:7px;
  box-shadow:none;
  border:1px solid #ddd;
  width:206px;
  transform:scale(1,1);
  transition-duration:250ms;
  transition-timing-function:ease-out;
  -moz-transform:scale(1,1);
  -moz-transition-timing-function:ease-out;
  -moz-transition-duration:250ms;
  -ms-transform:scale(1,1);
  -ms-transition-timing-function:ease-out;
  -ms-transition-duration:250ms;
  -o-transform:scale(1,1);
  -o-transition-timing-function:ease-out;
  -o-transition-duration:250ms;
  -webkit-transform:scale(1,1);
  -webkit-transition-timing-function:ease-out;
  -webkit-transition-duration:250ms;
  height:250px;
}

.home .box:hover {
 
}

.box_bg {
  float:left;
}
.home .box_bg a {
  position: relative;
  display: block;
}
#panel_vl .etat,
.box .etat,
.panel_vl .etat {
  position:absolute;
  color:#FFF;
  top:-6px;
  left:-3px;
  padding: 0;
}

.box .etat img {
  background:0 0;
  padding:0;
}

.ref {
  position:absolute;
  top:-15px;
  font-weight:700;
  left:5px;
  color:#000;
}

#panel_vl .etat img {
  margin:0;
}

#panel_vl .etat span,
.box .etat span {
  padding:3px;
  line-height:12px;
  text-align:center;
  display:block;
}

.etat-nouveau {
  position:absolute;
  background:url(../images/nv_new.gif) no-repeat scroll 0 0 transparent;
  color:#FFF;
  top:10px;
  left:10px;
  text-indent:-9999px;
  width:64px;
  height:17px;
}

.home .etat-nouveau {
  left:7px;
}

#blocBigImage .etat-nouveau {
  top:0;
  left:0;
}

#panel_vl .etat-nouveau {
  top:8px;
}

.box.last {
  margin:15px 0;
}

.box img {
  padding:10px 0;
}

.home .box img {
  display:block;
  margin:0 auto;
  padding:5px 0;
}

.box h3,
.box span {
  display:block;
  font-size:14px;
  line-height:12px;
  padding:0 7px;
}

.home .box h3 {
  line-height:15px;
  min-height:26px;
  font-size:15px;
  text-align:center;
  font-style:italic;
  text-transform: uppercase;
  font-weight: bold;
}

.box span {
  font-size:12px;
}

.box h3 {
  margin-bottom:13px;
}

.box .price {
  color:#E9417F;
  float:left;
  font-size:14px;
  font-weight:700;
  display:block;
  width:100%;
  text-align:center;
  padding:0;
}

.home .box .price {
  background:none repeat scroll 0 0 #16b1e1;
  color:#fff;
  font-size:22px;
  padding:10px 0;
  text-align:center;
  font-family: 'raleway',sans-serif;
}

.content_box_home {
  float:left;
  min-height:40px;
  width:100%;
}

a.blue_button {
  background:url(../images/bt_blue_on.png) repeat-x scroll 0 0 #24ACC2;
  border-radius:3px;
  color:#FFF;
  text-decoration:none;
  float:right;
  font-size:13px;
  margin:5px 15px 0 0;
  padding:3px 10px;
}

.panel {
  background:#f4f8fb;
  display:block;
  float:left;
  height:170px;
  margin-left:5px;
  margin-top:5px;
  position:relative;
  width:162px;
  border:1px solid #000;
}

.panel p {
  font-size:11px;
  color:#27414E;
  text-decoration:none;
  padding-left:10px;
}

.panel img {
  margin-left:2px;
  margin-top:5px;
}

.btn_detail {
  background:#133e52;
  border:1px solid #336D8A;
  color:#FFF;
  cursor:pointer;
  float:right;
  font-size:11px;
  font-weight:700;
  height:16px;
  left:85px;
  line-height:16px;
  position:absolute;
  text-decoration:none;
  text-shadow:-1px 1px 1px #000111;
  bottom:5px;
  margin:0;
  padding:0 5px;
}

#texte-menu {
  color:#0C739D;
   font-size:14px;
  margin-left:5px;
  padding-left:5px;
  text-align:left;
  text-decoration:none;
}

#recherche .input {
  background-color:#F4F9FF;
  font-size:11px;
}

.btn_offres {
  background:none repeat scroll 0 0 #ffe65d;
  border:1px solid #ffe65d;
  cursor:pointer;
  float:left;
  font-size:14px;
  font-weight:700;
  height:16px;
  margin-left:95px;
  margin-top:5px;
  margin-bottom:5px;
  line-height:16px;
  text-decoration:none;
  padding:0 5px;
}

.btn_offres a {
  color:#99071f;
}

#lien_annonces ul li {
  padding-top:5px;
}

#lien_site a {
  color:#fff;
  text-decoration:none;
  padding-left:5px;
}

#footer {
  color:#FFF;
  text-align:center;
  font-size:11px;
  float:left;
}

#panel_vl,
.panel_vl {
  background:#fff;
  display:block;
  float:left;
  height:185px;
  margin-top:2px;
  margin-bottom:10px;
  position:relative;
  border:1px solid #034c9d;
  width:700px;
}
.panel_vl > a{
  position: relative;
  width:180px;
  display: block;
}
.ref_ann {
  font-size:12px;
  position:absolute;
  right:5px;
  text-align:right;
  top:10px;
  width:150px;
}

#panel_vl img,
.panel_vl img {
  margin-top:8px;
  margin-left:10px;
}

.adress {
  position:absolute;
  width:250px;
  top:10px;
  left:220px;
  color:#000;
}

.title_ann {
  position:absolute;
  width:420px;
  text-align:left;
  color:#333;
  top:35px;
  left:220px;
}

.descript {
  position:absolute;
  width:400px;
  text-align:left;
  color:#333;
  top:35px;
  left:220px;
}

.descript a {
  font-size:14px;
  color:#1882A4;
  font-weight:700;
}

.prix {
  position:absolute;
  text-align:right;
  right:0;
  bottom:0;
  font-size:17px;
  color:#fff;
  background:#034c9d;
  padding: 5px 10px;
}

#contact_detail,
#details {
  background-color:#F6F5F5;
  padding-left:5px;
  margin-top:10px;
  margin-left:10px;
  margin-bottom:10px;
  font-size:14px;
  border-color:#034c9d;
  border-style:solid;
  border-width:2px;
}

#details {
  min-height:584px;
  padding-top: 10px;
}

#contact_detail {
  background-color:#F6F5F5;
  padding-left:5px;
  margin-top:10px;
  margin-left:0;
  margin-bottom:10px;
  padding-top: 10px;
  size:11px;
  width:304px;
  float:left;
  border-color:#034c9d;
  border-style:solid;
  border-width:2px;
}

#ligne {
  background-image:url(kaskes_div/ligne.gif);
  background-position:center bottom;
  background-repeat:no-repeat;
  color:#3E3E39;
  font-size:14px;
  line-height:24px;
  margin-bottom:9px;
  padding-left:5px;
}

#galerie_detail #informations {
  float:left;
  width:320px;
}

#galerie_detail #galerie {
  float:left;
  margin-top:10px;
  width:475px;
  background-color:#B4B4B4;
  margin-left:10px;
  padding:3px;
  margin-bottom: 20px;
}

#galerie_detail .principale {
  min-height:300px;
  float:left;
  background-color:#B4B4B4;
  padding:3px;
}

#galerie_detail .vignettes {
  clear:left;
  padding:3px;
}

#galerie_detail .vignettes ul {
  list-style-type:none;
  list-style-image:none;
}

#galerie_detail .vignettes li {
  display:inline;
  padding:0;
}

#galerie_detail .nouveau {
  margin-left:-6px;
}

#galerie_detail #map_offices {
  box-shadow:0 0 4px #B4B4B4;
  width:450px;
  height:426px;
  background-color:#B4B4B4;
  margin-right:10px;
  margin-top:10px;
  float:right;
  padding:3px;
  margin-bottom: 20px;
}

#la_lune #map_offices {
  box-shadow:0 0 4px #B4B4B4;
  width:600px;
  height:300px;
  background-color:#B4B4B4;
  float:left;
  margin-left:150px;
  margin-top:10px;
  margin-bottom:10px;
  padding:3px;
}

#galerie_detail form.standardform label {
  width:120px;
}

#galerie_detail #mini-contact {
  border:1px solid #CCC;
  background-color:#E7E5E6;
  margin-top:12px;
  margin-bottom:12px;
  font-size:85%;
  padding:0 6px 6px;
}

#galerie_detail #mini-contact .formligne {
  margin:0;
  padding:0;
}

#caracteristiques {
  background-color:#EFF3F8;
  border:1px solid #CCC;
  margin-top:10px;
  font-size:85%;
  padding:0 6px 6px;
}

#caracteristiques td {
  border-bottom-width:1px;
  border-bottom-style:dashed;
  border-bottom-color:#CCC;
  padding:2px 6px 1px;
}

#caracteristiques td.separateur {
  width:12px;
  border-style:none;
  border-width:0;
}

#caracteristiques td.nmbre {
  text-align:center;
}

#print,
#retour {
  margin-top:10px;
  margin-bottom:8px;
}

#print a,
#retour a {
  height:15px;
  text-decoration:none;
  padding:3px 0;
}

.scrollable {
  overflow:hidden;
  width:333px;
  height:66px;
  position:relative;
  float:left;
  margin-left:25px;
}

.scrollable .items {
  position:absolute;
  width:20000em;
  clear:both;
  float:left;
  top:0;
}

.scrollable .items img {
  float:left;
  background-color:#fff;
  border:1px none;
  cursor:pointer;
  margin:0 3px;
}

.scrollable .items .active {
  border:1px solid #fff;
  background-color:#fff;
}

a.browse {
  display:block;
  width:20px;
  height:60px;
  float:left;
  cursor:pointer;
  font-size:1px;
  background-image:url(../images/hori_large.png);
  background-repeat:no-repeat;
  margin:0 10px;
}

a.left {
  margin-left:0;
}

a.left:hover {
  background-position:-20px 0;
}

a.left:active {
  background-position:-40px 0;
}

a.right {
  background-position:0 -60px;
  margin-right:0;
  clear:right;
}

a.right:hover {
  background-position:-20px -60px;
}

a.right:active {
  background-position:-40px -60px;
}

a.disabled {
  visibility:hidden !important;
}

#inputform1 {
  font-size:10px;
  height:32px;
  width:132px;
}

.submit_ann {
  background:#ee2125;
  border-radius:3px;
  color:#FFF;
  text-decoration:none;
  float:left;
  font-size:13px;
  margin:5px 15px 0 0;
  padding:3px 10px;
  border:0;
}

.pagination {
  text-align:center;
  margin:1px 0 10px;
}

.pagination a {
  background:#fff;
  border:1px solid #575757;
  color:#000;
  text-decoration:none;
  margin:2px;
  padding:.2em .4em;
}

.pagination a:hover {
  background:#fff;
  border:1px solid #575757;
  color:#000;
}

.pagination span.inactive {
  background:#fff;
  border:1px solid #f0f0ff;
  color:#f0f0ff;
  margin:2px;
  padding:.2em .4em;
}

.pagination span.active {
  background:#f4ebff;
  border:1px solid #bd88fe;
  color:#bd88fe;
  font-weight:700;
  margin:2px;
  padding:.2em .4em;
}

.tab_rech {
  width:400px;
  margin-left:150px;
}

form .LV_invalid {
  color:#F80E27;
}

#mainimage {
  position:relative;
}

#zoom_img {
  position:absolute;
  top:0;
  right:0;
  width:73px;
  height:29px;
  background:url(../images/zoom.gif) no-repeat;
}

.block {
  margin-top:1px;
  overflow:auto;
  position:relative;
  padding:16px 20px 5px;
  width:400px;
  float:left;
}

.block.demande_depo {
  width:470px;
}

.block_map {
  float:right;
  width:400px;
  margin-right:20px;
  padding:16px 20px 5px;
}

.block_map iframe {
  margin-bottom:20px;
}

.alert_box h3,
.block h3,
.block_map h3 {
  color:#16b1e1;
  font-size:20px;
}

.alert_box h3 {
  margin-top:20px;
}

.block label {
  clear:both;
  color:#333;
  display:block;
  float:left;
  font-size:1em;
  font-weight:700;
  margin-bottom:5px;
  width:150px;
}

.sSelect {
  background-color:#fff;
  border:1px solid #B5B8BB;
  border-radius:2px;
  display:block;
  float:left;
  height:1.8em;
  line-height:16px;
  margin-bottom:15px;
  text-indent:2px;
  margin-top:0;
  width:188px;
  padding:2px;
}

.block input.large {
  width:70%;
}

.block input {
  background-color:#fff;
  border:1px solid #B5B8BB;
  border-radius:2px;
  display:block;
  float:left;
  height:1.8em;
  margin-bottom:15px;
  text-indent:5px;
  margin-top:0;
}

.block textarea {
  background-color:#fff;
  border:1px solid #B5B8BB;
  border-radius:2px;
  display:block;
  float:left;
  height:100px;
  margin-bottom:15px;
  text-indent:5px;
  width:235px;
  margin-top:0;
  padding:5px 0;
}

.demande_depo textarea {
  width:300px;
}

.block input.medium {
  float:left;
  width:235px;
  margin-top:0;
}

.block.demande_depo input.medium {
  width:300px;
}

.sSelectcat {
  background-color:#fff;
  border:1px solid #B5B8BB;
  border-radius:2px;
  display:block;
  float:left;
  height:1.8em;
  line-height:16px;
  margin-bottom:15px;
  text-indent:2px;
  width:250px;
  margin-top:0;
  padding:2px;
}

.demande_depo .sSelect,
.demande_depo .sSelectcat {
  width:302px;
}

.button {
  background:#575757;
  border-radius:0;
  color:#FFF;
  text-decoration:none;
  float:right;
  font-size:16px;
  margin:5px 12px 0 0;
  padding:5px 15px;
  border:0;
  cursor:pointer;
}

.button:hover {
  background:#62cdff;
}

body .round_all {
  border-radius:3px;
}

.button img {
  display:inline-block;
  width:24px;
  margin:-8px 0;
}

.button span {
  display:inline-block;
  text-transform:capitalize;
  margin:-2px 5px 0;
}

.mail_detail {
  color:red;
  font-size:11px;
}

#bilel_div {
  background:none repeat scroll left center transparent;
  font-size:11px;
  font-weight:700;
  padding-top:0;
  text-align:center;
  text-decoration:none;
  width:200px;
  margin:0 auto;
}

#result_ok a {
  background:#0FC;
  padding:2px 15px;
}

#result_no a {
  background:red;
  color:#FFF;
  padding:5px 15px;
}

#youtube_video {
  display:block;
  float:left;
  width:420px;
  padding-left:5px;
  margin-top:10px;
  height:381px;
}

form .LV_validation_message {
  display:block;
  float:left;
  font-size:11px;
  width:30px;
  margin:0 0 0 5px;
}

.block form .LV_validation_message {
  margin:0 0 10px 150px;
}

.componentheading,
.contentheading,
h1,
h2,
h3,
h4,
h5 {
  font-weight:700;
  line-height:1.2;
}

.inputbox {
  background:none repeat scroll 0 0 #FFF;
  border:1px solid #CCC;
}

.componentheading {
  border-bottom:1px solid #CCC;
  font-size:180%;
}

.componentheading,
h1.componentheading {
  margin:0;
  padding:0 0 7px;
}

.cat_nvv,
.cat_nvv2 {
  font-size:11px;
}

.fb_share_button {
  display:inline-block;
  width:25px;
  height:23px;
  border:0 solid #d8dfea;
  background:url(../images/icone_fb.gif) no-repeat top right;
  padding:0;
}

.fb_share_button:hover {
  color:#fff;
  background:#FFF url(../images/icone_fb.gif) no-repeat top right;
  text-decoration:none;
  border-color:#295582;
}

.etat_annonce {
  z-index:8;
  position:absolute;
  left:0;
  top:0;
}

#google_translate_element {
  position:fixed;
  top:0;
  right:0;
  color:#FFF;
}

.skiptranslate {
  color:#FFF;
}

.goog-te-banner-frame {
  left:0;
  bottom:0;
  display:none;
  height:39px;
  width:100%;
  z-index:-100;
  position:fixed;
  border:0;
  border-bottom:1px solid #6b90da;
  -moz-box-shadow:0 0 8px 1px #999;
  -webkit-box-shadow:0 0 8px 1px #999;
  box-shadow:0 0 8px 1px #999;
  _position:absolute;
  margin:0;
}

.goog-logo-link,
.goog-logo-link:active,
.goog-logo-link:hover,
.goog-logo-link:link,
.goog-logo-link:visited {
  display:none;
  font-size:12px;
  font-weight:700;
  color:#444;
  text-decoration:none;
}

.goog-te-menu-frame {
  z-index:10000002;
  position:fixed;
  border:0;
  -moz-box-shadow:0 3px 8px 2px #999;
  -webkit-box-shadow:0 3px 8px 2px #999;
  box-shadow:0 3px 8px 2px #999;
  _position:absolute;
}

.goog-te-ftab-frame {
  z-index:10000000;
  border:0;
  margin:0;
}

.goog-te-gadget {
  font-size:11px;
  color:#06324D;
  white-space:nowrap;
}

.goog-te-gadget img {
  vertical-align:middle;
  border:0;
}

.goog-te-gadget-simple {
  background-color:#fff;
  border-left:1px solid #d5d5d5;
  border-top:1px solid #9b9b9b;
  border-bottom:1px solid #e8e8e8;
  border-right:1px solid #d5d5d5;
  font-size:10pt;
  padding-top:1px;
  padding-bottom:2px;
  cursor:pointer;
  zoom:1;
  display:inline;
}

.goog-te-combo {
  margin-left:4px;
  margin-right:4px;
  vertical-align:middle;
}

.goog-te-gadget .goog-te-combo {
  margin:4px 0;
}

.goog-close-link,
.goog-te-banner .goog-logo-link {
  display:block;
  margin:0 10px;
}

.goog-te-banner .goog-logo-link {
  padding-top:6px;
}

.goog-te-balloon *,
.goog-te-banner *,
.goog-te-combo,
.goog-te-ftab *,
.goog-te-menu *,
.goog-te-menu2 * {
  font-size:10pt;
}

.goog-te-banner {
  background-color:#e4effb;
  overflow:hidden;
  margin:0;
}

.goog-te-banner-info {
  color:#666;
  vertical-align:top;
  margin-top:0;
  font-size:7pt;
}

.goog-te-banner-margin {
  width:8px;
}

.goog-te-button {
  border-color:#e7e7e7;
  border-style:none solid solid none;
  border-width:0 1px 1px 0;
}

.goog-te-button div {
  border-right:1px solid #999;
  height:20px;
  border-color:#ccc #999 #999 #ccc;
  border-style:solid;
  border-width:1px;
}

.goog-te-button button {
  background:0 0;
  border:0;
  cursor:pointer;
  height:20px;
  overflow:hidden;
  vertical-align:top;
  white-space:nowrap;
  margin:0;
}

.goog-te-button button:active {
  background:none repeat scroll 0 0 #ccc;
}

.goog-te-ftab {
  background-color:#fff;
  white-space:nowrap;
  margin:0;
}

.goog-te-ftab-link {
  text-decoration:none;
  font-weight:700;
  font-size:10pt;
  border:1px outset #888;
  white-space:nowrap;
  position:absolute;
  left:0;
  top:0;
  padding:6px 10px;
}

.goog-te-ftab-link span {
  text-decoration:underline;
  margin-left:2px;
  margin-right:2px;
  vertical-align:middle;
}

.goog-float-top .goog-te-ftab-link {
  border-top-width:0;
  padding:2px;
}

.goog-float-bottom .goog-te-ftab-link {
  border-bottom-width:0;
  padding:2px;
}

.goog-te-menu-value {
  text-decoration:none;
  color:#00c;
  white-space:nowrap;
  margin-left:4px;
  margin-right:4px;
}

.goog-te-menu-value span {
  text-decoration:underline;
}

.goog-te-menu-value img {
  margin-left:2px;
  margin-right:2px;
}

.goog-te-menu {
  background-color:#fff;
  text-decoration:none;
  border:2px solid #c3d9ff;
  overflow-y:scroll;
  overflow-x:hidden;
  position:absolute;
  left:0;
  top:0;
}

.goog-te-menu-item {
  text-decoration:none;
  padding:3px;
}

.goog-te-menu-item:visited {
  color:#551a8b;
}

.goog-te-menu-item:hover {
  background:#c3d9ff;
}

.goog-te-menu-item:active {
  color:#00c;
}

.goog-te-menu2 {
  background-color:#fff;
  text-decoration:none;
  border:1px solid #6b90da;
  overflow:hidden;
  padding:4px;
}

.goog-te-menu2-colpad {
  width:16px;
}

.goog-te-menu2-separator {
  height:1px;
  background-color:#aaa;
  overflow:hidden;
  margin:6px 0;
}

.goog-te-menu2-item div,
.goog-te-menu2-item-selected div {
  padding:4px;
}

.goog-te-menu2-item-selected .indicator {
  display:auto;
}

.goog-te-menu2-item-selected .text {
  padding-left:4px;
  padding-right:4px;
}

.goog-te-menu2-item:hover div {
  color:#fff;
  background:#36c;
}

.goog-te-menu2-item-selected div,
.goog-te-menu2-item-selected:active div,
.goog-te-menu2-item-selected:hover div,
.goog-te-menu2-item-selected:link div,
.goog-te-menu2-item-selected:visited div {
  color:#000;
  font-weight:700;
}

.goog-te-balloon {
  background-color:#fff;
  overflow:hidden;
  border:0;
  -moz-border-radius:10px;
  border-radius:10px;
  padding:8px;
}

.goog-te-balloon-frame {
  background-color:#fff;
  border:1px solid #6b90da;
  -moz-box-shadow:0 3px 8px 2px #999;
  -webkit-box-shadow:0 3px 8px 2px #999;
  box-shadow:0 3px 8px 2px #999;
  -moz-border-radius:8px;
  border-radius:8px;
}

.goog-te-balloon-text {
  margin-top:6px;
}

.goog-te-balloon-zippy {
  margin-top:6px;
  white-space:nowrap;
}

.goog-te-balloon-zippy .minus {
  background-image:url(//www.google.com/images/zippy_minus_sm.gif);
}

.goog-te-balloon-zippy .plus {
  background-image:url(//www.google.com/images/zippy_plus_sm.gif);
}

.goog-te-balloon-zippy span {
  color:#00c;
  text-decoration:underline;
  cursor:pointer;
  margin:0 4px;
}

.goog-te-balloon-form {
  margin:6px 0 0;
}

.goog-te-balloon-form form {
  margin:0;
}

.goog-te-balloon-form form textarea {
  margin-bottom:4px;
  width:100%;
}

.goog-te-balloon-footer {
  margin:6px 0 4px;
}

#goog-gt-tt div,
#goog-gt-tt form,
#goog-gt-tt img,
#goog-gt-tt span,
#goog-gt-tt tbody,
#goog-gt-tt td,
#goog-gt-tt tr {
  border:0;
  font:inherit;
  vertical-align:baseline;
  margin:0;
  padding:0;
}

#goog-gt-tt table {
  border-collapse:collapse;
  border-spacing:0;
}

#goog-gt-tt {
  height:0;
  display:none;
  font-size:0;
  width:0;
  position:absolute;
  z-index:-10000;
  padding:0;
}

#goog-gt-tt .original-text,
.gt-hl-layer {
  clear:both;
  font-size:0;
  position:relative;
  text-align:justify;
  width:0;
}

#goog-gt-tt .title {
  font-weight:bolder;
  margin-bottom:2px;
}

#goog-gt-tt .close-button {
  display:none;
  float:right;
}

#goog-gt-tt .logo {
  position:absolute;
  bottom:-3px;
  right:0;
  display:none;
}

#goog-gt-tt .started-activity-container {
  display:none;
  width:100%;
}

#goog-gt-tt .activity-root {
  margin-top:10px;
}

#goog-gt-tt .bottom {
  min-height:15px;
  position:relative;
  height:1%;
}

#goog-gt-tt .status-message {
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#29910d',endColorstr='#20af0e',GradientType=0);
  background:#29910d;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  box-shadow:inset 0 2px 2px #1e6609;
  -mox-box-shadow:inset 0 2px 2px #1e6609;
  -webkit-box-shadow:inset 0 2px 2px #1e6609;
  color:#FFF;
  font-size:9pt;
  font-weight:bolder;
  margin-top:12px;
  text-shadow:1px 1px 1px #1e6609;
  padding:6px;
}

#goog-gt-tt .activity-link {
  color:#36c;
  cursor:pointer;
  font-size:9pt;
  margin-right:15px;
  text-decoration:none;
}

#goog-gt-tt textarea {
  border:2px solid #6d99f3;
  font-size:10pt;
  resize:vertical;
  width:100%;
  margin-bottom:5px;
  padding:3px;
}

#goog-gt-tt textarea:disabled {
  border:0;
  background-color:inherit;
  font-size:10pt;
  min-width:100%;
  resize:none;
  margin-bottom:3px;
  padding:3px 3px 3px 0;
}

#goog-gt-tt .activity-cancel {
  margin-right:10px;
}

#goog-gt-tt .translate-form {
  min-height:25px;
  vertical-align:middle;
}

#goog-gt-tt .alt-helper-text {
  color:#080;
  font-size:9pt;
  margin:15px 0 5px;
}

#goog-gt-tt .alt-error-text {
  color:#800;
  display:none;
  font-size:9pt;
}

#goog-gt-tt .alt-menu.goog-menu {
  background:#fff;
  border:1px solid #ddd;
  -webkit-box-shadow:0 3px 3px #888;
  -moz-box-shadow:0 2px 20px #888;
  box-shadow:0 2px 4px #99a;
  min-width:0;
  outline:0;
  position:absolute;
  z-index:2000;
  padding:0;
}

#goog-gt-tt .alt-menu .goog-menuitem {
  cursor:pointer;
  margin-right:0;
  border-style:none;
  padding:2px 5px 5px;
}

#goog-gt-tt .alt-menu div.goog-menuitem:hover {
  background:#ddd;
}

#goog-gt-tt .alt-menu .goog-menuitem h1 {
  font-size:100%;
  font-weight:700;
  margin:4px 0;
}

#goog-gt-tt .alt-menu .goog-menuitem strong {
  color:#345aad;
}

#goog-gt-tt .goog-submenu-arrow {
  text-align:right;
  position:absolute;
  right:0;
  left:auto;
}

#goog-gt-tt .goog-menuitem-rtl .goog-submenu-arrow {
  text-align:left;
  position:absolute;
  left:0;
  right:auto;
}

#goog-gt-tt .gt-hl-text,
#goog-gt-tt .trans-target-highlight {
  background-color:#f1ea00;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -moz-box-shadow:rgba(0,0,0,.5) 3px 3px 4px;
  -webkit-box-shadow:rgba(0,0,0,.5) 3px 3px 4px;
  box-shadow:rgba(0,0,0,.5) 3px 3px 4px;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  color:#f1ea00;
  cursor:pointer;
  position:relative;
  margin:-2px -2px -2px -3px;
  padding:2px 2px 2px 3px;
}

#goog-gt-tt .gt-hl-layer {
  color:#FFF;
  position:absolute !important;
}

#goog-gt-tt .gt-trans-draggable,
#goog-gt-tt .trans-target .gt-trans-draggable {
  cursor:move;
}

#goog-gt-tt .trans-target,
#goog-gt-tt .trans-target .trans-target-highlight {
  background-color:#c9d7f1;
  border-radius:4px 4px 0 0;
  -webkit-border-radius:4px 4px 0 0;
  -moz-border-radius:4px 4px 0 0;
  -moz-box-shadow:rgba(0,0,0,.5) 3px 3px 4px;
  -webkit-box-shadow:rgba(0,0,0,.5) 3px 3px 4px;
  box-shadow:rgba(0,0,0,.5) 3px 3px 4px;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  cursor:pointer;
  position:relative;
  margin:-2px -2px -2px -3px;
  padding:2px 2px 3px 3px;
}

.trans-target-dragger {
  color:#000;
  background-color:transparent;
  font-size:10pt;
  opacity:.6;
  z-index:20000;
  padding:1px 0;
}

#goog-gt-tt .trans-target-currdragitem {
  color:#ccc;
  background-color:transparent;
}

#goog-gt-tt .gt-trans-highlight-l {
  border-left:2px solid red;
  margin-left:-2px;
}

#goog-gt-tt .gt-trans-highlight-r {
  border-right:2px solid red;
  margin-right:-2px;
}

#goog-gt-tt #alt-input {
  padding:2px;
}

#goog-gt-tt #alt-input-text {
  font-size:11px;
  background-color:#fff;
  color:#333;
  border:1px solid #d9d9d9;
  border-top:1px solid silver;
  display:inline-block;
  vertical-align:top;
  height:21px;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-border-radius:1px;
  margin:0;
  padding:2px 2px 3px;
}

#goog-gt-tt #alt-input-text:hover {
  border:1px solid #b9b9b9;
  border-top:1px solid #a0a0a0;
  -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
  -moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
  box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
}

#goog-gt-tt #alt-input-text:focus {
  -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);
  -moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3);
  box-shadow:inset 0 1px 2px rgba(0,0,0,.3);
  outline:0;
  border:1px solid #4d90fe;
}

#goog-gt-tt #alt-input-submit {
  font-size:11px;
  height:21px;
  margin:0 0 0 2px;
  padding:2px 6px 3px;
}

.goog-te-gadget-simple .goog-te-menu-value span,
.goog-te-menu2-item,
.goog-te-menu2-item-selected,
a {
  text-decoration:none;
}

#bloc_location,
#bloc_pages,
#bloc_vente {
  padding-top:25px;
}

#lien_annonces ul li a,
.blok_menu_left a:hover,
.blok_menu_left a:link,
.blok_menu_left a:visited {
  color:#27414E;
  text-decoration:none;
}

.goog-te-balloon-zippy *,
.goog-te-banner-content img,
.video_annonce h2 a img {
  vertical-align:middle;
}

#goog-gt-tt .left,
.titre_ann {
  float:left;
}

#la_lune,
#lien_annonces {
  background:url(../images/fond.png) repeat;
  margin-top:5px;
}

#lien_site {
  text-align:center;
  padding:7px 0;
}

#goog-gt-tt li,
#goog-gt-tt ol,
#goog-gt-tt ul,
#lien_annonces ul {
  list-style:none;
}

#goog-gt-tt .right,
#print {
  float:right;
}

.goog-te-ftab-link img,
.goog-te-gadget-icon {
  margin-left:2px;
  margin-right:2px;
  width:19px;
  height:19px;
  border:0;
  vertical-align:middle;
}

.goog-te-balloon img,
.goog-te-banner img {
  border:0;
}

#goog-gt-tt .trans-target-highlight,
.goog-te-banner-content,
.goog-te-gadget-simple .goog-te-menu-value {
  color:#000;
}

.goog-te-menu-item,
.goog-te-menu-item:link,
.goog-te-menu2-item div,
.goog-te-menu2-item:active div,
.goog-te-menu2-item:link div,
.goog-te-menu2-item:visited div {
  color:#00c;
  background:#fff;
}

#goog-gt-tt .activity-links,
.goog-te-menu2-item .indicator {
  display:none;
}

#goog-gt-tt .middle,
#goog-gt-tt .top {
  margin-bottom:6px;
}

#goog-gt-tt .translate-form .activity-form,
#goog-gt-tt .translate-form .activity-form input {
  margin-bottom:0;
}

.back_vignette {
  float:left;
  height:102px;
  margin-bottom:0;
  margin-right:0;
  width:114px;
}

#photo {
  width:475px;
  height:320px;
}

#top_ann2 {
  height:98px;
  padding-bottom:3px;
  width:475px;
  background-color:#51AFC8;
}

#blocBigImage {
  width:475px;
  float:left;
  position:relative;
}

#blocBigImage ul {
  list-style:none;
}

.petiteimage {
  width:80px;
  height:80px;
  margin-right:5px;
  margin-top:10px;
}

#featured {
  width:980px;
}
.banner_recherche{
  position: relative;
}

.block_rech_top {
/*  position:absolute;
  width:300px;
  height:400px;*/
  background:#034c9d;
  width:100%;
  float: left;
  position: relative;  
  /*z-index:998;
  right:0;
  top: 24px;*/
}

.block_rech_top .top_rech {
  font-size:16px;
  color:#f1f5f8;
  margin-top:10px;
  margin-bottom:15px;
  margin-left:10px;
  display:block;
  font-weight:400;
  font-size: 18px;
  font-weight: bold;

}

.block_rech_top input,
.block_rech_top select {
  background:#f1f5f8;
  border:1px solid #f1f5f8;
}

.top_b {
  margin:0 10px 0 0;
  width:auto;
  padding:4px;
  border-radius:0 !important;
}

.wisiwig_content {
  float:left;
  width:690px;
}

.wisiwig_left {
  float:left;
  width:260px;
}

.wisiwig_right {
  float:right;
  width:410px;
}

#content .content_box .wisiwig_right h2 {
  margin-left:0;
}

.form_r {
  float:left;
  width:200px;
  margin-bottom:15px;
}
.form_r.big{
  width:250px;
}
.form_r label {
  float:left;
  display:block;
  margin:0;
  color:#f1f5f8;
  font-size:16px;
  padding-left:10px;
  padding-right:0;
  padding-top:3px;
  text-align:left;
  text-decoration:none;
  width:55px;
  font-weight:bold;
}
.form_r.big label{
  width:90px;
}

.titre_elite {
  color:#E9417F;
  font-size:14px;
  line-height:15px;
  margin-bottom:5px;
}

.ref_elite {
  font-size:11px;
  font-weight:700;
  position:absolute;
  bottom:30px;
  left:0;
}

.prix_elite {
  font-size:11px;
  font-weight:700;
  position:absolute;
  bottom:30px;
  right:0;
}

.desc_elite {
  font-size:11px;
}

#details #ligne {
  float:left;
  width:620px;
}

#ligne b {
  display:block;
  float:left;
}

#bloc_vente ul {
  float:left;
  margin:0;
}

#bloc_vente #ligne ul li {
  background:url(../images/tick.png) no-repeat 0 8px;
  list-style:none;
  padding-left:15px;
}

.box span.inligne {
  display:inline;
}

.box .inligne.red {
  color:#E9417F;
}

span.bold {
  font-size:14px;
}

.select_bg {
  width:130px;
  height:25px;
  position:relative;
  overflow:hidden;
  background:#4d4d4d url(../images/arrow-bottom-black.png) no-repeat 110px 10px;
}

.select_bg.min {
  width:58px;
  float:left;
  margin-right:14px;
  background:#4d4d4d url(../images/arrow-bottom-black.png) no-repeat 42px 10px;
}

.select_bg select {
  width:150px !important;
  border:0;
  height:25px;
  margin:0;
  background:0 0;
  padding-top:3px;
  padding-left:5px;
  color:#fff;
}
.select_bg option{
  color:#000;
}
.select_bg.min select {
  width:75px !important;
}

.right-no {
  margin-right:0 !important;
}

.footer {
  padding:25px 0;
}
.footer.wrapper_container{
  background:#034c9d;
}


.footer p.title {
  border-bottom:1px solid #fff;
  color:#fff;
  font-size:14px;
  font-weight:700;
  margin:10px 0;
  padding-bottom:3px;
  text-transform:uppercase;
}

.footer ul {
  margin:0;
}

.footermod_links ul.links {
  list-style:none outside none;
  width:100%;
  padding:0;
}

.footermod_links ul.links li:first-child {
  padding-top:0;
}

.footermod_links ul.links li {
  border-bottom:1px solid #5F6366;
  padding:5px 0;
}

.footermod_links ul.links li a {
  color:#FFF;
  text-decoration:none;
}

.contactinfos {
  color:#fff;
}

.icones-fixed .icone a {
  width:50px;
  height:50px;
  display:block;
}

.icones-fixed .icone {
  position:fixed;
  right:0;
}

.icone-face {
  background:url(../images/icone-face.jpg) no-repeat;
  top:350px;
}

.icone-twitter {
  background:url(../images/icone-twiter.jpg) no-repeat;
  top:400px;
}

.icone-youtube {
  background:url(../images/icone-youtube.jpg) no-repeat;
  top:450px;
}

header h1 {
  font-size:8px;
  color:#034c9d;
  margin-bottom:0;
}

#lightboxOverlay {
  position:absolute;
  top:0;
  left:0;
  z-index:9999;
  background-color:#000;
  filter:alpha(Opacity=85);
  opacity:.85;
  display:none;
}

#lightbox {
  position:absolute;
  left:0;
  width:100%;
  z-index:10000;
  text-align:center;
  line-height:0;
  font-weight:400;
  top:100px !important;
}

#lightbox img {
  width:auto;
  height:auto;
}

#lightbox a img {
  border:0;
}

.lb-outerContainer {
  position:relative;
  background-color:#fff;
  *zoom:1;
  width:250px;
  height:250px;
  margin:0 auto;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -ms-border-radius:4px;
  -o-border-radius:4px;
  border-radius:4px;
}

.lb-outerContainer:after {
  content:"";
  display:table;
  clear:both;
}

.lb-container {
  padding:10px;
}

.lb-loader {
  position:absolute;
  top:40%;
  left:0;
  height:25%;
  width:100%;
  text-align:center;
  line-height:0;
}

.lb-nav {
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  z-index:10;
}

.lb-container>.nav {
  left:0;
}

.lb-nav a {
  outline:0;
}

.lb-next,
.lb-prev {
  width:49%;
  height:100%;
  background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  display:block;
}

.lb-prev {
  left:0;
  float:left;
}

.lb-next {
  right:0;
  float:right;
}

.lb-prev:hover {
  background:url(../images/prev.png) left 48% no-repeat;
}

.lb-next:hover {
  background:url(../images/next.png) right 48% no-repeat;
}

.lb-dataContainer {
  margin:0 auto;
  padding-top:5px;
  *zoom:1;
  width:100%;
  -moz-border-radius-bottomleft:4px;
  -webkit-border-bottom-left-radius:4px;
  -ms-border-bottom-left-radius:4px;
  -o-border-bottom-left-radius:4px;
  border-bottom-left-radius:4px;
  -moz-border-radius-bottomright:4px;
  -webkit-border-bottom-right-radius:4px;
  -ms-border-bottom-right-radius:4px;
  -o-border-bottom-right-radius:4px;
  border-bottom-right-radius:4px;
}

.lb-dataContainer:after {
  content:"";
  display:table;
  clear:both;
}

.lb-data {
  padding:0 10px;
  color:#bbb;
}

.lb-data .lb-details {
  width:85%;
  float:left;
  text-align:left;
  line-height:1.1em;
}

.lb-data .lb-caption {
  font-size:13px;
  font-weight:700;
  line-height:1em;
}

.lb-data .lb-number {
  display:block;
  clear:left;
  padding-bottom:1em;
  font-size:11px;
}

.lb-data .lb-close {
  width:35px;
  float:right;
  padding-bottom:.7em;
  outline:0;
}

.lb-data .lb-close:hover {
  cursor:pointer;
}

a {
  text-decoration:none;
}

.home .box .price em {
  font-size:16px;
}

.content_box_type {
  text-align:center;
  color:#fff;
  background:#16569D;
}

.location .content_box_type {
  background:#009698;
}

.home .box .location .price {
  background:url("../images/prix-fond2.png") no-repeat scroll 0 0 rgba(0,0,0,0);
  color:#fff;
}

.meuble .content_box_type {
  background:#40A1C4;
}

.home .box .meuble .price {
  background:url("../images/prix-fond3.png") no-repeat scroll 0 0 rgba(0,0,0,0);
  color:#fff;
}

.content_box_home {
  background:#fff;
  padding:10px 0 0 0;
}
.home .content_box_type {
  background:#575757;
  color:#fff;
  position: absolute;
  bottom:5px;
  left:0;
  padding:10px;
}

.text-center {
  color:#fff;
  font-size:12px;
}

.text-center a {
  font-weight:bold;
  color:#fff;
}

/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-controls{
  position: absolute;
  bottom:10px;
  left:10px;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span {
  background:#fff;
  filter: Alpha(Opacity=100);
  opacity: 1;
} 
.owl-buttons{
  display: none;
}
.owl-carousel .owl-item{
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

#featured .owl-item img{
    display: block;
    width: 100%;
    height: 400px;
}
.top-social-wrapper{
  float: left;
  padding-top: 28px;
  margin: 0px 20px;
}
.top-social-wrapper .social-icon {
  float: left;
  margin-left: 14px;
  max-width: 16px;
}
.top-social-wrapper img{
  max-width: 100%;
  height: auto;
  width: auto;
}
.top-navigation-wrapper {
  position: relative;
  z-index: 98;
  font-size: 12px;
  font-weight: bold;
  padding-top: 10px;
  color:#fff;
}
.top-navigation-wrapper a {
  margin-right: 8px;
  margin-left: 8px;
  color:#fff;
}
.top-navigation-wrapper a:last-child {
  margin-right: 0px;
}
.top-navigation-right{
  float:right;
  width:620px;
}
.first-ml20{
  margin-left: 20px;
}
.services h2{
  color:#575757;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.3em;
  font-size: 1.86667em;
}
.service-content {
  overflow: hidden;
}

.icon-wrapper {
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 10px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.icon-wrapper i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 2.13333em;
  color: #fff;
  line-height: 70px;
}
.bi-briefcase:before {
  content: "\f0b1";
}
.hexagon-icon:before{-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;
  font-family:"shandora";content:"\e0f5";color:#575757;position:absolute;top:0;font-size:70px;left:0px;display:block;line-height:70px}
.hexagon-icon:hover{background:none}.hexagon-icon:hover:before{color:#00c3d2}
.hexagon-icon i{z-index:999;position:relative}
.round-icon {
  -webkit-border-radius: 1000px;
  -o-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  background: #575757;
}
.square-icon {
  background: #575757;
}

.icon-wrapper, .bon-builder-element-calltoaction .panel.callaction .panel-content {
    -webkit-backface-visibility: hidden;
}
.bon-builder-element-calltoaction .panel.callaction {
    overflow: hidden;
    -webkit-backface-visibility: visible;
}
.icon-wrapper {
    margin-top: 1px;
}
.bann{
  margin: 30px 0;
}
.bann img{
  margin-left: 20px;
}
.textwidget p{
  color:#fff;
}

.home .map{
  margin-left: 20px;
}
.home .map-video{
  margin-bottom: 20px;
}
.home .services{
  margin-bottom: 30px;
}

.icon-text-bg {
  background: none repeat scroll 0 0 #575757;
  color: #fff;
  display: block;
  padding: 14px;
  top: 0;
  font-size: 14px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
.icon-text-bg  img{
  width:30px;
  height:30px;
}

.contact_map{
  float: left;
  width:100%;
  margin-bottom: 20px;
}
.contact_map iframe{
  margin-left: 45px;
}
.contact_map_bottom{
  float: left;
  width:100%;
  margin-bottom: 20px;
}
.check{
  float: left;
}
.check label{
  width:80px;
  clear:none;
}