@charset "UTF-8";
/*
	SITE
	This is the main stylesheet, which imports everything
*/
/* Compass and additional extensions */
/* Base */
/*
    CONFIGURATION
    Variables and global parameters
*/
/* Sprites */
.icons-sprite, .header-lnk-home:before, .headLogin:after, .headLogin-lnk:before, .is-connected .headLogin-lnk:before, .headLogin-lnk:after, .is-open .headLogin-lnk:after, .fancybox-close, .fancybox-close:hover, .flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
  background-image: url('../img/icons-see87c8ec76.png');
  background-repeat: no-repeat; }

/*
	BASE
	Reset browser default styles, 
	fix common browser bugs and inconsistencies
	and give useful tools for common needs

	SUMMARY
	Reset
	Tools
	Typography
	Medias
	Tables
	Forms

	SOURCES
	http://html5boilerplate.com
	http://www.knacss.com
	http://rocssti.nicolas-hoffmann.net/
	http://necolas.github.com/normalize.css
*/
/*-----------------------------------------------------------------------
  == RESET
----------------------------------------------------------------------- */
/* Reset margin and padding */
html, body, blockquote, ul, ol, p, form, figure, label {
  margin: 0;
  padding: 0; }

/* HTML5 tags */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

/* Adds support for the [hidden] attribute in legacy browsers */
[hidden] {
  display: none; }

/* Corrects `inline-block` display not defined in IE 8/9 and Firefox 3 */
audio, canvas, video {
  display: inline-block; }

/* Max values */
img, table, td, blockquote, code, pre, textarea, input, iframe, embed, video {
  max-width: 100%;
  height: auto;
  width: auto;
  /* Fix a bug on IE8 */ }

/* 
	(1) Corrects an IE6/7 bug where text is resized to much greater sizes than normal
	(2) Prevents iOS text size adjust after orientation change without disabling user zoom 
*/
html {
  font-size: 100%;
  /* (1) */
  -webkit-text-size-adjust: 100%;
  /* (2) */
  -ms-text-size-adjust: 100%;
  /* (2) */ }

/* Switching box model for all elements */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*-----------------------------------------------------------------------
  == TYPOGRAPHY
----------------------------------------------------------------------- */
/* Avoid collapsing margins */
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child {
    margin-top: 0; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child {
    margin-bottom: 0; }

/* Cross-browser kerning-pairs & ligatures (cf. http://www.aestheticallyloyal.com/public/optimize-legibility) */
h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility; }

/* Avoid last element bottom margin */
p:last-child, ul:last-child, ol:last-child, dl:last-child, blockquote:last-child, pre:last-child, table:last-child {
  margin-bottom: 0; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

del {
  text-decoration: line-through; }

/* Adresses styling not present in Safari 5 & Chrome */
dfn {
  font-style: italic; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* Addresses styling not present in IE */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* Normalize monospace sizing (cf. http://en.wikipedia.org/wiki/User:Davidgothberg/Test59) */
pre, code, kbd, samp {
  font-family: monospace, serif;
  font-size: 1em; }

/* Improve readibility of quoted code */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/* Prevents sub and sup affecting line-height in all browsers (cf. http://gist.github.com/413930) */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Remove active outline (cf. http://people.opera.com/patrickl/experiments/keyboard/test) */
a:hover, a:active {
  outline: 0; }

/* Addresses `outline` inconsistency between Chrome and other browsers */
a:focus {
  outline: thin dotted; }

abbr[title] {
  border-bottom: 1px dotted;
  cursor: help; }

dfn {
  font-style: italic; }

/*-----------------------------------------------------------------------
  == MEDIAS
----------------------------------------------------------------------- */
img, a img {
  border: 0; }

figure {
  margin: 0; }

/*-----------------------------------------------------------------------
  == TABLES
----------------------------------------------------------------------- */
table {
  table-layout: fixed;
  border-spacing: 2px;
  max-width: 100%;
  vertical-align: top; }

th {
  font-weight: normal;
  text-align: left; }

td {
  vertical-align: top; }

/*-----------------------------------------------------------------------
  == LAYOUT
----------------------------------------------------------------------- */
.row {
  display: table;
  width: 100%; }

.col {
  display: table-cell;
  vertical-align: top; }

.inbl {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-right: -.25em; }

/*-----------------------------------------------------------------------
  == FORMS
----------------------------------------------------------------------- */
form, fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

/* Corrects color not being inherited in IE 8/9 */
legend {
  border: 0;
  padding: 0; }

/* 
	(1) Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5 and Chrome
	(2) Addresses `font-family` inconsistency between `textarea` and other form elements
	(3) Corrects font size not being inherited in all browsers
	(4) Improves appearance and consistency in all browsers
*/
input, button, select, textarea {
  margin: 0;
  /* (1) */
  font-family: sans-serif;
  /* (2) */
  font-size: 100%;
  /* (3) */
  vertical-align: baseline;
  /* (4) */ }

/* Addresses Firefox 3+ setting `line-height` on `input` using `!important` in the UA stylesheet */
button, input {
  line-height: normal; }

/* Removes inner padding and border in Firefox 3+ */
input::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Makes labels clickable */
label {
  cursor: pointer; }

/* 
	(1) Improves usability and consistency of cursor style
	(2) Corrects inability to style clickable `input` types in iOS
*/
button, input[type=submit], input[type=reset], input[type=button] {
  cursor: pointer;
  /* (1) */
  -webkit-appearance: button;
  /* (2) */ }

/* Align inputs with their label (cf. http://tjkdesign.com/ez-css/css/base.css) */
input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

/*
	(1) Addresses box sizing set to content-box in IE 8/9.
	(2) Removes excess padding in IE 8/9.
*/
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* (1) */
  padding: 0;
  /* 2 */ }

/* Avoid dimensioning and a different display on IE */
input[type="radio"], input[type="checkbox"], input[type="image"] {
  background-color: none;
  border: 0;
  width: auto; }

/* Re-set default cursor for disabled elements */
button[disabled], input[disabled] {
  cursor: default; }

/* 
	(1) Remove default scrollbars on IE
	(2) Adjust alignement in all browsers
	(3) Allow vertical resizing only 
*/
textarea {
  overflow: auto;
  /* (1) */
  vertical-align: top;
  /* (2) */
  resize: vertical;
  /* (3) */
  min-height: 5em; }

/*
	(1) Addresses `appearance` set to `searchfield` in Safari 5 and Chrome
	(2) Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof).
*/
input[type="search"] {
  -webkit-appearance: textfield;
  /* (1) */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* (2) */ }

/* Removes inner padding and search cancel button in Safari 5 and Chrome on OS X */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* Removes inner padding and border in FF3+ */
button::-moz-focus-inner, input[type='button']::-moz-focus-inner, input[type='reset']::-moz-focus-inner, input[type='submit']::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*-----------------------------------------------------------------------
  == TOOLS
----------------------------------------------------------------------- */
/* Clearfix (cf. http://nicolasgallagher.com/micro-clearfix-hack) */
.cf {
  zoom: 1; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

/* Reset margin/padding/border */
.no-mg {
  margin: 0; }

.no-pd {
  padding: 0; }

.no-bd {
  border: 0; }

/* Float */
.f-left {
  float: left; }

.f-right {
  float: right; }

.clear {
  clear: both; }

/* Alignement */
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

.align-top {
  vertical-align: top; }

.align-btm {
  vertical-align: bottom; }

/* Images */
.img-left {
  float: left;
  margin: 0 1em 1em 0; }

.img-right {
  float: right;
  margin: 0 0 1em 1em; }

.img-center {
  margin: 1em auto;
  display: block; }

/* Hide content */
.is-hidden {
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  border: 0; }

/* Image replacement */
.ir, .btn-more-small > span, .btn-more > span {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent; }

/*-----------------------------------------------------------------------
  == RWD
----------------------------------------------------------------------- */
/* Viewport fixing for RWD  */
@-webkit-viewport {
  width: device-width;
  zoom: 1.0; }
@-moz-viewport {
  width: device-width;
  zoom: 1.0; }
@-ms-viewport {
  width: device-width;
  zoom: 1.0; }
@-o-viewport {
  width: device-width;
  zoom: 1.0; }
@viewport {
  width: device-width;
  zoom: 1.0; }
/*-----------------------------------------------------------------------
  == PRINT
----------------------------------------------------------------------- */
@media print {
  p, blockquote {
    orphans: 2;
    widows: 2; }

  blockquote, ul, ol {
    page-break-inside: avoid; }

  h1, h2, h3, caption {
    page-break-after: avoid; } }
/*
	GLOBAL
	Styles for the whole project

	SUMMARY
	Typography
	Forms
	Tables
	Layout
*/
/*-----------------------------------------------------------------------
  == TYPOGRAPHY
----------------------------------------------------------------------- */
body {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Open Sans Condensed', Arial, sans-serif;
  font-weight: 700;
  color: #000; }

/* Links
------------------------- */
a {
  text-decoration: none; }
  a:focus {
    outline: none; }

/* Buttons
------------------------- */
.btn-more-small {
  display: inline-block;
  width: 80px;
  height: 26px;
  background: url(../img/btn-more-small.png); }
  .btn-more-small:hover, .btn-more-small:focus {
    background-position: 0 -26px; }

.btn-more {
  display: inline-block;
  width: 87px;
  height: 27px;
  background: url(../img/btn-more.png); }
  .btn-more:hover, .btn-more:focus {
    background-position: 0 -27px; }

.btn-blue {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 8px;
  color: #fff;
  background: #1ea5df;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 16px; }

/*-----------------------------------------------------------------------
  == LAYOUT
----------------------------------------------------------------------- */
.global {
  position: relative;
  min-height: 963px;
  background: url(../img/bg-global.jpg) no-repeat top center; }

.wrap {
  position: relative;
  width: 1000px;
  margin: 0 auto; }

.lead-wrap {
  position: relative;
  right: -4px;
  padding-left: 218px;
  padding-top: 409px; }

.lead {
  border-top: 1px solid transparent;
  position: relative;
  width: 782px;
  margin-bottom: 10px;
  padding: 0 4px 0 4px;
  background: url(../img/bg-lead.png) repeat-y 0 0;
  color: #263579; }

.lead:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 5px;
  background: url(../img/bg-lead-btm.png) no-repeat top center; }

.lead-inner {
  min-height: 300px;
  position: relative;
  margin-top: -73px;
  padding: 0 42px 20px 62px; }
  .lead-inner.larger {
    padding: 0 20px 20px 20px; }

/* Display */
.row {
  display: table;
  width: 100%; }

.col {
  display: table-cell;
  vertical-align: top; }

/* Alignements */
.align-center {
  text-align: center; }

/* Layout */
/*
    HEADER
*/
.logo, .slogan {
  z-index: 2;
  position: absolute;
  top: 15px;
  right: 30px; }

.header-lnk-home {
  position: absolute;
  top: 157px;
  left: 500px;
  z-index: 1000;
  font-size: 24px;
  color: #fff;
  font-weight: 700; }
  .header-lnk-home:before {
    background-position: 0 -18px;
    height: 22px;
    width: 12px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    position: relative;
    top: -1px; }

.slogan {
  top: 60px;
  right: 30px; }

.nav-main {
  position: absolute;
  top: 180px;
  z-index: 1000;
  left: -32px;
  width: 316px;
  padding-top: 9px;
  padding-bottom: 11px;
  font-size: 18px;
  text-align: left; }
  .home .nav-main {
    width: 315px;
    top: 281px;
    padding-top: 9px;
    padding-bottom: 9px;
    left: 201px; }
  .nav-main li {
    list-style: none; }
  .nav-main a {
    position: relative;
    z-index: 4;
    display: block;
    height: 49px;
    line-height: 49px;
    color: #fff;
    padding-left: 35px; }
    .nav-main a:hover, .nav-main a:focus {
      color: #0080c8; }
  .nav-main .current_page_item a {
    color: #0080c8; }

.nav-main:after {
  content: '';
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

#menu-item-17 a {
  width: 304px; }

#menu-item-10 a {
  height: 48px;
  line-height: 48px;
  width: 258px; }

#menu-item-25 a {
  width: 316px; }

#menu-item-363 a {
  width: 275px; }

.is-hover-17, .is-current-17:after {
  background: url(../img/bg-navmain-17.png) no-repeat 0 0; }

.is-hover-7110, .is-current-10:after {
  background: url(../img/bg-navmain-26.png) no-repeat 0 54px; }

.is-hover-25, .is-current-25:after {
  background: url(../img/bg-navmain-25.png) no-repeat 0 107px; }

.is-hover-63, .is-current-63:after {
  background: url(../img/bg-navmain-363.png) no-repeat 0 156px; }

.home .is-hover-17 {
  background: url(../img/bg-navmain-home-17.png) no-repeat 0 0; }
.home .is-hover-10 {
  background: url(../img/bg-navmain-home-26.png) no-repeat 0 53px; }
.home .is-hover-25 {
  background: url(../img/bg-navmain-home-25.png) no-repeat 0 106px; }
.home .is-hover-63 {
  background: url(../img/bg-navmain-home-363.png) no-repeat 0 155px; }

.lnk-contact {
  -moz-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  position: absolute;
  top: 461px;
  left: 90px;
  z-index: 2;
  width: 78px;
  padding-top: 72px;
  text-align: center;
  color: #fff;
  font-size: 20px; }
  .home .lnk-contact {
    top: 350px;
    left: 98px;
    width: auto; }
  .lnk-contact:hover, .lnk-contact:focus {
    opacity: .7; }

.headLogin {
  position: absolute;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 326px;
  background: #fff url(../img/bg-headlogin.png) no-repeat center -30px;
  background-size: 100%;
  border-radius: 0 0 0 12px;
  border: 1px solid #cacbc6;
  border-width: 0 0 1px 1px; }
  .headLogin:after {
    background-position: 0 -88px;
    height: 17px;
    width: 287px;
    content: '';
    position: absolute;
    bottom: -17px;
    right: 0; }

.headLogin-content {
  display: none; }

.headLogin-top {
  padding: 10px 12px 8px;
  text-align: left; }
  .headLogin-top.is-connected {
    padding-bottom: 6px; }

.headLogin-lnk {
  display: block;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  color: #1ea5df;
  font-size: 16px; }
  .headLogin-lnk:before {
    background-position: 0 -207px;
    height: 28px;
    width: 26px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px; }
    .is-connected .headLogin-lnk:before {
      background-position: 0 -177px;
      height: 30px;
      width: 33px; }
  .headLogin-lnk:after {
    background-position: 0 0;
    height: 9px;
    width: 13px;
    content: '';
    display: inline-block;
    margin-left: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px; }
    .is-open .headLogin-lnk:after {
      background-position: 0 -9px; }
    .is-connected .headLogin-lnk:after {
      margin-top: -7px; }
  .is-connected .headLogin-lnk {
    color: #7a211b; }

#headLogin-form {
  display: table;
  margin: 0 15px; }
  #headLogin-form > p {
    display: table-cell;
    vertical-align: bottom; }
  #headLogin-form .login-username {
    width: 125px; }
  #headLogin-form .login-password {
    width: 115px; }
  #headLogin-form input[type=text], #headLogin-form input[type=password] {
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 2px inset;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 2px inset;
    box-shadow: rgba(0, 0, 0, 0.15) 0 1px 2px inset;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(221, 221, 221, 0.5) 0%, rgba(255, 255, 255, 0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(221, 221, 221, 0.5)), color-stop(100%, rgba(255, 255, 255, 0.7)));
    background: -webkit-linear-gradient(top, rgba(221, 221, 221, 0.5) 0%, rgba(255, 255, 255, 0.7) 100%);
    background: -o-linear-gradient(top, rgba(221, 221, 221, 0.5) 0%, rgba(255, 255, 255, 0.7) 100%);
    background: -ms-linear-gradient(top, rgba(221, 221, 221, 0.5) 0%, rgba(255, 255, 255, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(221, 221, 221, 0.5) 0%, rgba(255, 255, 255, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80dddddd', endColorstr='#b3ffffff',GradientType=0 );
    width: 105px;
    padding: 4px 5px 3px;
    border-radius: 4px;
    border: 1px solid #ddd;
    font-family: 'Verdana';
    color: #2d2d2d;
    font-size: 11px;
    line-height: 1em; }
    #headLogin-form input[type=text]:focus, #headLogin-form input[type=password]:focus {
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
      background: -moz-linear-gradient(top, rgba(221, 221, 221, 0.2) 0%, rgba(255, 255, 255, 0.7) 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(221, 221, 221, 0.2)), color-stop(100%, rgba(255, 255, 255, 0.7)));
      background: -webkit-linear-gradient(top, rgba(221, 221, 221, 0.2) 0%, rgba(255, 255, 255, 0.7) 100%);
      background: -o-linear-gradient(top, rgba(221, 221, 221, 0.2) 0%, rgba(255, 255, 255, 0.7) 100%);
      background: -ms-linear-gradient(top, rgba(221, 221, 221, 0.2) 0%, rgba(255, 255, 255, 0.7) 100%);
      background: linear-gradient(to bottom, rgba(221, 221, 221, 0.2) 0%, rgba(255, 255, 255, 0.7) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33dddddd', endColorstr='#b3ffffff',GradientType=0 ); }
  #headLogin-form label {
    color: #1ea5df;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Open Sans'; }
  #headLogin-form .login-submit input {
    margin-bottom: 3px;
    padding: 0;
    font-size: 14px;
    line-height: 14px;
    color: #263579;
    font-weight: bold;
    font-family: 'Open Sans';
    border: 0;
    text-transform: uppercase;
    background: transparent; }

.headLogin-forget {
  margin: 15px 0;
  background: #9bc6e4;
  text-align: center;
  font-size: 12px;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300; }
  .headLogin-forget a {
    color: #fff; }
    .headLogin-forget a:hover, .headLogin-forget a:focus {
      text-decoration: underline; }

.headLogin-create {
  padding: 10px 0;
  border-radius: 0 0 0 12px;
  text-align: center;
  background: #263579;
  color: #fff;
  text-align: center; }
  .headLogin-create a {
    color: #fff; }
  .headLogin-create p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 16px; }

.headLogin-lnkdata {
  margin-bottom: 10px;
  font-size: 17px; }
  .headLogin-lnkdata a {
    text-decoration: underline; }

/*
    SIDEBAR
*/
/*
    FOOTER
*/
.footer {
  text-align: center; }

.footer-address {
  padding: 5px 0;
  font-style: normal;
  font-size: 14px;
  line-height: 1em;
  background: #fff;
  color: #075c8e; }

.footer-hours {
  background: #beb7af url(../img/bg-footer-hours.png) no-repeat top center; }
  .footer-hours > .wrap {
    height: 91px;
    padding-top: 10px; }
  .footer-hours p {
    font-size: 20px;
    line-height: 1em;
    color: #fff; }

.nav-btm {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 11px; }
  .nav-btm li {
    display: inline-block;
    list-style: none;
    color: #938e89; }
  .nav-btm li + li:before {
    content: '-';
    display: inline-block;
    margin-right: 4px; }
  .nav-btm a {
    color: #938e89; }
    .nav-btm a:hover, .nav-btm a:focus {
      text-decoration: underline; }

/* Modules */
/*
    PAGINATION
    Styles for WP-PageNavi plugin
*/
.wp-pagenavi {
  padding-top: 5px;
  padding-right: 25px;
  text-align: right;
  color: #263579; }
  .wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
    text-decoration: none;
    margin-right: 5px;
    color: #263579; }
  .wp-pagenavi a:last-child, .wp-pagenavi span:last-child {
    margin-right: 0; }
  .wp-pagenavi a:hover, .wp-pagenavi a:focus {
    color: #00a1d6; }
  .wp-pagenavi span.current {
    color: #00a1d6; }
  .wp-pagenavi .pages {
    background: #fff;
    margin-right: 10px; }

.pagination-top .wp-pagenavi {
  padding-top: 0;
  position: relative;
  top: -5px; }

/*
    EDITOR
*/
.editor p, .editor ul, .editor ol {
  margin-bottom: 15px;
  font-family: 'Oswald', sans-serif;
  font-weight: 100; }
.editor ul li {
  position: relative;
  margin-bottom: 5px;
  margin-left: 25px;
  padding: 0;
  list-style: none;
  list-style-position: outside; }
  .editor ul li:before {
    content: '•';
    position: relative;
    left: -3px; }
.editor ul ul {
  margin: 5px 0 0 10px; }
  .editor ul ul li {
    list-style: circle; }
.editor a {
  text-decoration: underline;
  color: #263579; }
  .editor a:hover, .editor a:focus {
    text-decoration: none; }
.editor strong {
  font-weight: 700;
  color: #263579; }
.editor iframe {
  display: block;
  margin: 0 auto 20px; }
.editor h2 {
  position: relative;
  margin: 30px 0 20px;
  padding-left: 32px;
  font-size: 30px;
  line-height: 34px;
  color: #1ea5df; }
  .editor h2:first-child {
    margin-top: 0; }
  .editor h2:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 25px;
    height: 25px;
    background: #1ea5df; }
.editor h3 {
  margin: 20px 0;
  padding-left: 12px;
  font-size: 21px;
  font-family: 'Oswald';
  font-weight: 400; }
  .editor h3:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #263579;
    margin-right: 7px; }
.editor .alignleft {
  margin: 0 20px 20px 0;
  float: left; }
.editor .alignright {
  margin: 0 0 20px 20px;
  float: right; }
.editor .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }
.editor .wp-caption {
  max-width: 100%;
  /* Keep wide captions from overflowing their container. */
  margin-bottom: 20px; }
.editor .wp-caption .wp-caption-text, .editor .gallery-caption, .editor .entry-caption {
  font-style: italic;
  font-size: 12px;
  line-height: 1.5em;
  color: #888;
  text-align: center; }
.editor table {
  color: #fff; }
  .editor table th {
    text-transform: uppercase;
    font-size: 14px; }
  .editor table strong {
    color: #fff; }

/*
    FORMS
    Styles for Gravity Forms
*/
.btn-submit, .page-template-profile .gform_button, .lead .gform_button, #login-form #wp-submit {
  -moz-transition: background 0.1s ease;
  -o-transition: background 0.1s ease;
  -webkit-transition: background 0.1s ease;
  transition: background 0.1s ease;
  padding: 6px 20px;
  background: #263579;
  color: #fff;
  border: 0;
  font-family: 'Open Sans';
  line-height: 22px;
  font-weight: bold; }
  .btn-submit:hover, .page-template-profile .gform_button:hover, .lead .gform_button:hover, #login-form #wp-submit:hover, .btn-submit:focus, .page-template-profile .gform_button:focus, .lead .gform_button:focus, #login-form #wp-submit:focus {
    background: #1a2452; }

.page-template-profile .gform_wrapper, .lead .gform_wrapper {
  margin: 0; }
.page-template-profile .gform_footer, .lead .gform_footer {
  text-align: right; }
.page-template-profile .gfield_label, .lead .gfield_label {
  font-family: 'Open Sans Condensed';
  color: #263579 !important; }
.page-template-profile .gform_wrapper div.validation_error, .lead .gform_wrapper div.validation_error {
  font-family: 'Oswald';
  font-weight: 400;
  font-size: 16px; }

ul li.gfield {
  list-style: none; }
  ul li.gfield::before {
    display: none !important; }
  ul li.gfield .gfield_required {
    color: #263579; }
  ul li.gfield.gfield_html.gfield_no_follows_desc {
    margin-top: 16px;
    font-weight: normal;
    font-family: 'Open Sans';
    font-size: 15px !important; }
  ul li.gfield .ginput_container input, ul li.gfield .ginput_container textarea, ul li.gfield .ginput_container select {
    font-family: 'Open Sans', Arial, sans-serif !important;
    font-weight: 400;
    font-size: 15px !important; }
  ul li.gfield .ginput_container select {
    color: #000;
    border: 1px solid #B7B7B7; }
  ul li.gfield .ginput_container input[type=text], ul li.gfield .ginput_container input[type=email], ul li.gfield .ginput_container textarea {
    padding: 4px 8px !important;
    color: #7a211b;
    border: 1px solid #ccc; }
  ul li.gfield.gf_readonly .ginput_container input[type=text], ul li.gfield.gf_readonly .ginput_container input[type=email], ul li.gfield.gf_readonly .ginput_container textarea {
    background: #ccc; }

/*
    GRID
*/
.fullGrid {
  display: block;
  margin: 0;
  font-size: 0; }

*[class*="grid"] {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font-size: 18px; }

.grid10 {
  width: 10%; }

.grid16 {
  width: 16.66666%; }

.grid20 {
  width: 20%; }

.grid25 {
  width: 25%; }

.grid33 {
  width: 33.33333%; }

.grid40 {
  width: 40%; }

.grid50 {
  width: 50%; }

.grid60 {
  width: 60%; }

.grid67 {
  width: 66.66666%; }

.grid75 {
  width: 75%; }

.grid100 {
  width: 100%; }

/* Plugins */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #263579;
  text-shadow: none; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("../img/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
/* Custom */
.fancybox-close {
  background-position: 0 -64px;
  height: 24px;
  width: 25px;
  top: 10px;
  right: 10px; }
  .fancybox-close:hover, .fancybox-close.close-hover {
    background-position: 0 -40px; }
  .fancybox-close:hover {
    background-position: 0 -40px; }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  display: block;
  margin: -14px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  width: 27px;
  height: 28px;
  text-indent: -9999px; }

.flex-direction-nav .flex-prev {
  background-position: 0 -133px;
  left: -33px; }

.flex-direction-nav .flex-next {
  background-position: 0 -105px;
  right: -33px; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
/* Templates */
/*
    PAGE
*/
.page-title {
  position: absolute;
  top: 215px;
  right: 192px;
  text-align: right; }

.page-title-top {
  display: block;
  font-size: 48px;
  line-height: 40px;
  text-transform: uppercase;
  color: #1ea5df; }

.page-title-bottom {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 36px;
  line-height: 1em;
  color: #263579; }

.page-illus {
  position: absolute;
  top: 112px;
  right: 1px;
  width: 202px;
  height: 200px; }
  .page-illus > img {
    position: absolute;
    bottom: 0;
    right: 0; }

/* Victoria */
.victoria {
  margin: 60px 0 30px; }
  .victoria img {
    display: block;
    margin-bottom: 30px; }
  .victoria p {
    margin-bottom: 20px; }
  .victoria a {
    color: #263579;
    text-decoration: underline; }

/* Réméré */
p.remere-code {
  width: 260px;
  float: right;
  margin: 55px -42px 30px 20px;
  padding: 20px;
  background: #f15d2d;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px; }
  p.remere-code strong {
    display: block;
    margin-bottom: 15px;
    font-weight: 400;
    color: #fff; }

.remere-code-title {
  margin-bottom: 5px; }

.remere-lnk {
  display: block;
  padding: 12px 0;
  background: #1ea5df;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff; }

/* Investir */
.invest {
  padding: 25px 15px;
  background: #1ea5df;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  text-align: center; }
  .invest a {
    color: #fff;
    text-decoration: underline; }

.invest-title {
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 1.1;
  color: #fff;
  font-weight: bold; }

.invest-btn {
  display: inline-block;
  margin: 10px 0;
  height: 37px;
  line-height: 37px;
  padding: 0 10px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  background: url(../img/bg-btn-invest.png) repeat-x 0 0; }

/*
    FRONT PAGE
*/
.home .global {
  position: relative;
  height: 1031px;
  background: url(../img/bg-home.jpg) no-repeat top center; }

.home-contact {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff; }
  .home-contact > .wrap {
    height: 165px; }

.mission {
  float: left;
  width: 400px;
  padding: 20px 0 0 15px; }

.mission-text {
  font-size: 20px; }

.contact-us {
  width: 340px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 75px;
  padding: 25px 0 0 0; }

.contact-us-title {
  margin-bottom: 3px;
  font-size: 22px;
  color: #fff; }

.contact-us-text {
  font-size: 11px;
  line-height: 12px;
  color: #a4d5ff; }

.contact-us-tel {
  position: absolute;
  top: 102px;
  left: 65px;
  font-size: 21px;
  font-family: 'Trebuchet MS', Arial, sans-serif; }

.lnk-write {
  position: absolute;
  bottom: 20px;
  right: 40px;
  color: #fff; }
  .lnk-write:hover, .lnk-write:focus {
    text-decoration: underline; }

.home-intro {
  position: absolute;
  width: 300px;
  top: 230px;
  right: 170px;
  font-size: 24px;
  line-height: 35px;
  color: #0080c8;
  text-align: right; }
  .home-intro strong {
    font-size: 30px;
    color: #263579; }

.homeAds {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk5YmVjYyIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, rgba(248, 248, 248, 0.9) 0%, rgba(153, 190, 204, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(248, 248, 248, 0.9)), color-stop(100%, rgba(153, 190, 204, 0.9)));
  background: -webkit-linear-gradient(top, rgba(248, 248, 248, 0.9) 0%, rgba(153, 190, 204, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(248, 248, 248, 0.9) 0%, rgba(153, 190, 204, 0.9) 100%);
  background: -ms-linear-gradient(top, rgba(248, 248, 248, 0.9) 0%, rgba(153, 190, 204, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(248, 248, 248, 0.9) 0%, rgba(153, 190, 204, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f8f8f8', endColorstr='#e699becc',GradientType=0 );
  position: absolute;
  top: 540px;
  left: 30px;
  width: 414px;
  z-index: 1000;
  padding: 8px 0 10px; }
  .ie9 .homeAds {
    filter: none; }
  .homeAds:before {
    content: '';
    position: absolute;
    top: -7px;
    left: -7px;
    bottom: -7px;
    right: -7px;
    border: 7px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px; }

.homeAds-title {
  height: 39px;
  line-height: 39px;
  padding-left: 10px;
  font-size: 21px;
  background: url(../img/bg-homeads-title.png) no-repeat;
  color: #fff; }

.homeAds-all {
  position: relative;
  z-index: 10;
  display: block;
  margin-top: 7px;
  line-height: 1em;
  padding-right: 42px;
  text-align: right;
  background: rgba(0, 80, 131, 0.4); }
  .homeAds-all a {
    display: inline-block;
    padding: 3px 0;
    font-size: 14px;
    line-height: 1em;
    color: #263579; }
    .homeAds-all a:hover, .homeAds-all a:focus {
      text-decoration: underline; }

.homeAds-slideshow {
  margin: 0 auto;
  width: 336px; }

.homeAds-no-results {
  padding: 10px; }

.homeAd-wrapper {
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -moz-box-sizing: padding-box;
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  padding: 10px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 18px; }

.homeAd-item {
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -moz-box-sizing: padding-box;
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  border-radius: 10px;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden; }

.homeAd-title {
  font-size: 16px;
  line-height: 1.05em;
  padding: 6px 10px;
  min-height: 44px;
  background: #263579;
  color: #fff; }

.homeAd-left {
  width: 150px;
  float: left; }

.homeAd-right {
  float: right;
  width: 166px;
  padding: 10px;
  font-size: 14px; }

.homeAd-pic {
  height: 80px; }

.homeAd-price {
  padding: 5px 9px;
  text-align: right;
  background: #94cae6;
  color: #263579;
  font-size: 14px; }
  .homeAd-price strong {
    display: block;
    margin-top: 1px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1em; }

.homeAd-type {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1em;
  color: #0565a9;
  text-transform: uppercase; }

.homeAd-features {
  color: #263579; }
  .homeAd-features li {
    list-style: none; }
  .homeAd-features .surface {
    color: #0565a9; }
    .homeAd-features .surface.last {
      margin-bottom: 5px; }

.homeAd-more {
  position: absolute;
  bottom: 0;
  right: 1px; }

.home-video {
  position: absolute;
  top: 167px;
  right: -70px; }

/*
    ADS
*/
.lead-inner-ads {
  padding-left: 0;
  padding-right: 0; }

.ads-no-results {
  padding: 40px; }

.ads-row {
  background: #edeeeb;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWVlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhN2JmYzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #edeeeb 0%, #a7bfc9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #edeeeb), color-stop(100%, #a7bfc9));
  background: -webkit-linear-gradient(top, #edeeeb 0%, #a7bfc9 100%);
  background: -o-linear-gradient(top, #edeeeb 0%, #a7bfc9 100%);
  background: -ms-linear-gradient(top, #edeeeb 0%, #a7bfc9 100%);
  background: linear-gradient(to bottom, #edeeeb 0%, #a7bfc9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edeeeb', endColorstr='#a7bfc9',GradientType=0 );
  padding: 20px 15px; }

.property {
  position: relative;
  width: 360px;
  float: left; }
  .property + .property {
    float: right; }
  .property:before, .property:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 14px; }
  .property:before {
    top: -14px;
    background: url(../img/bg-property-top.png) no-repeat bottom center; }
  .property:after {
    bottom: -14px;
    background: url(../img/bg-property-btm.png) no-repeat top center; }

.property-left {
  float: left;
  width: 160px; }

.property-right {
  float: right;
  width: 180px;
  padding: 12px;
  color: #0565a9;
  font-size: 14px; }

.property-wrapper {
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  padding: 10px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 18px; }

.property-item {
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -moz-box-sizing: padding-box;
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  border-radius: 10px;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden; }

.property-title {
  min-height: 50px;
  padding: 6px 10px;
  background: #263579;
  color: #fff;
  line-height: 1.05em; }

.property-thumb {
  display: block; }

.property-price {
  display: block;
  padding: 4px 12px;
  text-align: right;
  background: #94cae6;
  color: #263579;
  font-size: 16px; }
  .property-price strong {
    display: block;
    margin-top: 1px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1em; }

.property-type {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1em;
  text-transform: uppercase; }

.property-lnk {
  position: absolute;
  bottom: 1px;
  right: 1px; }

.popin-access {
  display: none;
  background: #fff;
  width: 800px;
  padding: 70px;
  text-align: center;
  font-size: 21px;
  color: #1ea5df; }
  .popin-access p + p {
    margin-top: 30px; }
  .popin-access p strong, .popin-access p a {
    color: #065c8d; }

.popin-access-lnk {
  margin-top: 30px;
  display: inline-block;
  color: #065c8d;
  text-transform: uppercase; }
  .popin-access-lnk:hover, .popin-access-lnk:focus {
    text-decoration: underline; }

/*
    LOGIN
*/
.form-error {
  margin-bottom: 20px;
  padding: 10px;
  background: #f5d6d4;
  color: #790000; }

.lost-pwd {
  font-size: 14px; }

#login-form {
  margin-bottom: 20px; }
  #login-form input[type=text], #login-form input[type=password] {
    display: block;
    padding: 2px 3px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px; }
  #login-form #wp-submit {
    padding: 4px 8px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px; }
  #login-form > p {
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom; }
  #login-form label {
    display: inline-block;
    margin-bottom: 2px; }

.nav-perso {
  margin-bottom: 30px;
  margin-left: 30px;
  border-bottom: 1px solid #aaa;
  text-align: center;
  font-size: 17px; }
  .nav-perso li {
    display: inline-block;
    list-style: none; }
  .nav-perso a {
    position: relative;
    display: inline-block;
    border: 1px solid #aaa;
    border-width: 1px 1px 0;
    margin-right: 7px;
    padding: 7px 12px;
    color: #263579;
    border-radius: 3px 3px 0 0; }
    .nav-perso a::before {
      display: inline-block;
      vertical-align: middle;
      font: normal normal normal 14px/1 FontAwesome !important;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-right: 8px;
      font-weight: normal !important; }
  .nav-perso .current_page_item a {
    color: #1ea5df; }
    .nav-perso .current_page_item a::after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      height: 1px;
      background: #fff; }
  .nav-perso .page-item-377 a::before {
    content: "\f07c"; }
  .nav-perso .page-item-356 a::before {
    content: "\f007"; }
  .nav-perso .page-item-375 a::before {
    content: "\f15c"; }

/*
	DOSSIERS
*/
.dossiers-table-title {
  font-size: 22px;
  margin: 30px 0 15px;
  color: #1ea5df; }
  .dossiers-table-title a {
    color: #1ea5df;
    text-decoration: underline; }
  .dossiers-table-title::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background: #1ea5df;
    margin-right: 5px; }

.dossiers-table {
  margin-bottom: 20px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  .dossiers-table td, .dossiers-table th {
    padding: 5px;
    border: 1px solid #263579; }
  .dossiers-table tr th {
    font-weight: 700;
    font-size: 15px;
    background: #263579;
    color: #fff;
    line-height: 1.4; }
  .dossiers-table tr td {
    font-weight: normal;
    font-size: 14px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4; }
  .dossiers-table img {
    display: block; }

.dossiers-footnote {
  font-size: 12px;
  line-height: 1.4;
  font-family: 'Open Sans', sans-serif;
  font-style: italic; }

.dossier-btn {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  background: #1ea5df;
  border-radius: 50px;
  font-size: 14px; }

.dossier-table {
  margin-bottom: 20px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed; }
  .dossier-table td {
    padding: 15px 0;
    border-top: 1px solid #263579; }
  .dossier-table tr td:first-child {
    font-weight: 700;
    font-size: 16px;
    color: #263579;
    line-height: 1.2;
    width: 30%;
    text-align: right; }
  .dossier-table tr td:last-child {
    font-weight: normal;
    font-size: 14px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
    padding-left: 30px; }
  .dossier-table img {
    display: block; }
  .dossier-table a {
    color: #333;
    text-decoration: underline;
    font-weight: 700; }
    .dossier-table a:hover {
      text-decoration: none; }

.dossier-file + .dossier-file {
  margin-top: 8px; }
.dossier-file i {
  margin-right: 6px;
  font-size: 20px;
  color: #666; }

.dossier-gallery {
  margin: 0 -10px; }
  .dossier-gallery .grid25 {
    padding: 0 10px; }
  .dossier-gallery img {
    display: block;
    margin: 0 auto 20px; }

/* Documents comptables */
.docs-table td {
  vertical-align: middle; }

/*
	PROFIL UTILISATEUR
*/
.profile-field {
  margin-bottom: 15px;
  margin-right: 15px; }
  .profile-field strong {
    display: block;
    margin-bottom: 3px; }
  .profile-field div {
    padding: 4px 8px;
    color: #7a211b;
    border: 1px solid #ccc;
    min-height: 34px;
    font-weight: normal;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif; }

.profile-change {
  margin-top: 30px;
  text-align: center; }
  .profile-change p {
    margin-bottom: 15px;
    font-size: 16px; }
    .profile-change p i {
      font-size: 20px; }
  .profile-change a {
    padding: 10px 20px;
    font-size: 16px; }

#profile-form {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
  background: #fff; }
