/* Échec de l'agrandissement. Renvoi du contenu non agrandi.
(7176,15): run-time error CSS1036: Expected expression, found ';'
(7229,15): run-time error CSS1036: Expected expression, found ';'
(18023,10): run-time error CSS1038: Expected hex color, found '#3333'
 */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
    outline: none;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset{border:1px solid #d6d6d6;padding:0.35em 0.625em 0.75em;margin:0 2px}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
    font-size:1.2em;
    font-weight:bold
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

textarea{min-height:75px}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `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; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove 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;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */

.cc-cookies {width: 90%; left: 0; top: 0; padding: 0.5em 5%; background: #565656; background: rgba(86,86,86,0.7); color: #fff; font-size: 10px; font-weight: 700; text-shadow: 0 -1px 0 rgba(0,0,0,0.35); z-index: 99999; text-align: center; color: #fff;}
.cc-cookies a{ color: #fff; text-decoration: underline; }
.cc-overlay { height: 100%; padding-top: 25%; }
.cc-cookies-error { float: left; width: 90%; text-align: center; margin: 1em 0 2em 0; background: #fff; padding: 2em 5%; border: 1px solid #ccc; font-size: 18px; color: #333; }
.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset{ display: inline-block; color: #fff; text-decoration: none; background: #7DAF3B; padding: 0.5em 0.75em; border-radius: 3px; box-shadow: 0 0 2px rgba(0,0,0,0.25); text-shadow: 0 -1px 0 rgba(0,0,0,0.35); -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; }
.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline { background: #af3b3b; margin-left: 0.5em; }
.cc-cookies a.cc-cookie-reset { background: #f15b00; }
.cc-cookies a.cc-cookie-accept { text-transform: uppercase; }

.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline { display: block; margin-top: 1em; }

a.cc-cookie-whatarecookies, a.cc-cookie-whatarecookies:hover{display: none}

@media screen and (max-width: 768px) {
.cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { display: block; margin: 1em 0; }
}

@media screen and (max-width: 480px) {
.cc-cookies { position: relative; float: left; }
}

#smartbanner { position:absolute; left:0; top:-82px; border-bottom:1px solid #e8e8e8; width:100%; height:78px; font-family:'Helvetica Neue',sans-serif; background:-webkit-linear-gradient(top, #f4f4f4 0%,#cdcdcd 100%); background-image: -ms-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%); background-image: -moz-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%); box-shadow:0 1px 2px rgba(0,0,0,0.5); z-index:9998; -webkit-font-smoothing:antialiased; overflow:hidden; -webkit-text-size-adjust:none; }
#smartbanner .sb-container { margin: 0 auto; }
#smartbanner .sb-close { position:absolute; left:5px; top:5px; display:block; border:2px solid #fff; width:14px; height:14px; font-family:'ArialRoundedMTBold',Arial; font-size:15px; line-height:15px; text-align:center; color:#fff; background:#070707; text-decoration:none; text-shadow:none; border-radius:14px; box-shadow:0 2px 3px rgba(0,0,0,0.4); -webkit-font-smoothing:subpixel-antialiased; }
#smartbanner .sb-close:active { font-size:13px; color:#aaa; }
#smartbanner .sb-icon { position:absolute; left:30px; top:10px; display:block; width:57px; height:57px; background:rgba(0,0,0,0.6); background-size:cover; border-radius:10px; box-shadow:0 1px 3px rgba(0,0,0,0.3); }
#smartbanner.no-icon .sb-icon { display:none; }
#smartbanner .sb-info { position:absolute; left:98px; top:18px; width:44%; font-size:11px; line-height:1.2em; font-weight:bold; color:#6a6a6a; text-shadow:0 1px 0 rgba(255,255,255,0.8); }
#smartbanner #smartbanner.no-icon .sb-info { left:34px; }
#smartbanner .sb-info strong { display:block; font-size:13px; color:#4d4d4d; line-height: 18px; }
#smartbanner .sb-info > span { display:block; }
#smartbanner .sb-info em { font-style:normal; text-transform:uppercase; }
#smartbanner .sb-button { position:absolute; right:20px; top:24px; border:1px solid #bfbfbf; padding: 0 10px; min-width: 10%; height:24px; font-size:14px; line-height:24px; text-align:center; font-weight:bold; color:#6a6a6a; background:-webkit-linear-gradient(top, #efefef 0%,#dcdcdc 100%); text-transform:uppercase; text-decoration:none; text-shadow:0 1px 0 rgba(255,255,255,0.8); border-radius:3px; box-shadow:0 1px 0 rgba(255,255,255,0.6),0 1px 0 rgba(255,255,255,0.7) inset; }
#smartbanner .sb-button:active, #smartbanner .sb-button:hover { background:-webkit-linear-gradient(top, #dcdcdc 0%,#efefef 100%); }

#smartbanner .sb-icon.gloss:after { content:''; position:absolute; left:0; top:-1px; border-top:1px solid rgba(255,255,255,0.8); width:100%; height:50%; background:-webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.2) 100%); border-radius:10px 10px 12px 12px; }

#smartbanner.android { border-color:#212228; background: #3d3d3d url('dark_background_stripes.gif'); border-top: 5px solid #88B131; box-shadow: none; }
#smartbanner.android .sb-close { border:0; width:17px; height:17px; line-height:17px; color:#b1b1b3; background:#1c1e21; text-shadow:0 1px 1px #000; box-shadow:0 1px 2px rgba(0,0,0,0.8) inset,0 1px 1px rgba(255,255,255,0.3); }
#smartbanner.android .sb-close:active { color:#eee; }
#smartbanner.android .sb-info { color:#ccc; text-shadow:0 1px 2px #000; }
#smartbanner.android .sb-info strong { color:#fff; }
#smartbanner.android .sb-button { min-width: 12%; border:1px solid #DDDCDC; padding:1px; color:#d1d1d1; background: none; border-radius: 0; box-shadow: none; }
#smartbanner.android .sb-button span { text-align: center; display: block; padding: 0 10px; background-color: #42B6C9; background-image: -webkit-gradient(linear,0 0,0 100%,from(#42B6C9),to(#39A9BB)); background-image: -moz-linear-gradient(top,#42B6C9,#39A9BB); text-transform:none; text-shadow:none; box-shadow:none; }
#smartbanner.android .sb-button:active, #smartbanner.android .sb-button:hover { background: none; }
#smartbanner.android .sb-button:active span, #smartbanner.android .sb-button:hover span { background:#2AC7E1; }

#smartbanner.windows .sb-icon { border-radius: 0px; }

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
	border-radius: 5px; 
	border: 2px solid #000;
	background: #4c4c4c;
	color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}








/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0; 
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-right: 9px solid;
	margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/

}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/************** conf **************/
/************** chemins **************/
/************** colors ***************/
/****** poi type colors ******/
/************** misc ***************/
/********** ressources ***********/
/********* More mixins ************/
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/************** helpers **************/
.clear {
  clear: both !important;
}
.clearline {
  clear: both !important;
  width: 100%;
  height: 1px;
  visibility: hidden;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.ml10 {
  margin-left: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.invisible {
  display: none;
}
.col50 {
  display: inline;
  float: left;
  width: 480px;
  margin: 0 0px;
}
.col25 {
  display: inline;
  float: left;
  width: 240px;
  margin: 0 0px;
}
.col75 {
  display: inline;
  float: left;
  width: 720px;
  margin: 0 0px;
}
/************* fonts *************/
.font-open {
  font-family: 'Open Sans', Arial, sans-serif;
}
/************** global **************/
a,
span.link {
  color: #0054a6;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
span.link:hover {
  color: #a41f72;
}
a img,
span.link img {
  outline: none;
}
img {
  border: 0;
}
html {
  -webkit-font-smoothing: antialiased;
}
body {
  background-color: #f5f5f5;
  margin: 0;
  min-width: 960px;
  font-family: 'Open Sans', Arial, sans-serif;
}
body.home {
  background-color: #e0dcd1;
}
.cpointer {
  cursor: pointer;
}
.bold600 {
  font-weight: 600;
}
.wrapper {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
span.back-to-top {
  cursor: pointer;
  position: fixed;
  display: none;
  left: 50%;
  margin-left: 500px;
  width: 80px;
  height: 80px;
  bottom: 40px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -540px -59px no-repeat;
}
span.back-to-top.visible {
  display: block;
}
/************** carousels **************/
/* clearfix */
.owl-carousel .owlCtnr: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 .owlCtnr {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-perspective: 1000;
}
.owl-carousel .owlCtnr-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owlCtnr-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-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("/Content/Default/Images/grabbing.png") 8 8, move;
}
/* fix */
.owl-carousel .owlCtnr,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
/************** Popins **************/
.popin {
  display: none;
  position: fixed;
  background-color: #fff;
  color: #333;
  border: 1px solid #c7c7cc;
  padding: 20px 15px;
  font-family: 'Open Sans', Arial, sans-serif;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.popin .popin-title {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.563em;
  line-height: 30px;
  color: #898989;
  font-weight: 300;
  margin: 0 0 15px 0;
  text-shadow: 1px 1px 3px #ffffff;
  -moz-text-shadow: 1px 1px 3px #ffffff;
  -ms-text-shadow: 1px 1px 3px #ffffff;
  -o-text-shadow: 1px 1px 3px #ffffff;
}
.popin .alert-email-checkbox-label {
  font-weight: 600;
  display: inline-block;
  color: #333;
  margin-left: 3px;
}
.popin .close {
  display: block;
  height: 15px;
  width: 15px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -363px -144px no-repeat;
  position: absolute;
  top: 15px;
  right: 15px;
  text-indent: -50000px;
  cursor: pointer;
}
.popin .close:hover {
  background-position: -382px -144px;
}
.popin p {
  font-size: 0.813em;
}
.popin.popin-test .popin-content {
  width: 500px;
}
.popin.popin-alert .popin-content {
  width: 450px;
  height: 220px;
  margin-top: 10px;
}
.popin.popin-alert .popin-content p {
  font-size: 0.813em;
  font-weight: 600;
  color: #8c8c8c;
  margin-top: 0;
  line-height: 1.8em;
}
.popin.popin-alert .popin-content .confirm-msg {
  margin-bottom: 15px;
}
.popin.popin-alert .popin-content .confier {
  margin-bottom: 40px;
}
.popin.popin-alert .popin-content .confier div {
  float: left;
}
.popin.popin-alert .popin-content .confier span {
  font-size: 0.813em;
  font-weight: 600;
  color: #333333;
}
.popin.popin-alert .popin-content .popin-title {
  color: #333333;
  font-weight: 400;
  font-size: 20px;
}
.popin.popin-alert .popin-content .icon {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -814px -44px no-repeat;
  width: 28px;
  height: 26px;
  margin: 3px 20px 0 0;
}
.popin.popin-alert .popin-content .icon-recherche {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -819px -89px no-repeat;
  width: 15px;
  height: 16px;
  margin: 5px 5px 0 0;
}
.popin.popin-alert .popin-content .icon-vente {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -820px -72px no-repeat;
  width: 16px;
  height: 14px;
  margin: 4px 5px 0 35px;
}
.popin.popin-dpe .popin-content {
  width: 637px;
}
.popin.popin-dpe .popin-content .dpeCtnr,
.popin.popin-dpe .popin-content .gesCtnr {
  margin-top: 30px;
  float: left;
  width: 315px;
  padding-bottom: 15px;
}
.popin.popin-dpe .popin-content .dpeCtnr .head,
.popin.popin-dpe .popin-content .gesCtnr .head {
  border-bottom: 1px solid #bbb;
  padding: 5px;
  text-align: center;
  font-size: 0.813em;
}
.popin.popin-dpe .popin-content .dpeCtnr .content strong,
.popin.popin-dpe .popin-content .gesCtnr .content strong {
  text-align: center;
  margin: 5px 0;
  font-size: 0.688em;
  display: block;
}
.popin.popin-dpe .popin-content .dpeCtnr .content .subtitle-top,
.popin.popin-dpe .popin-content .gesCtnr .content .subtitle-top {
  padding-left: 15px;
  font-size: 0.750em;
  font-weight: 700;
  padding-bottom: 15px;
}
.popin.popin-dpe .popin-content .dpeCtnr .content .subtitle-top span,
.popin.popin-dpe .popin-content .gesCtnr .content .subtitle-top span {
  float: right;
  padding-right: 15px;
}
.popin.popin-dpe .popin-content .dpeCtnr .content .subtitle-bottom,
.popin.popin-dpe .popin-content .gesCtnr .content .subtitle-bottom {
  padding-left: 15px;
  font-size: 0.750em;
  font-weight: 700;
}
.popin.popin-dpe .popin-content .dpeCtnr .content .graphCtnr,
.popin.popin-dpe .popin-content .gesCtnr .content .graphCtnr {
  padding-left: 15px;
  margin-bottom: 5px;
  position: relative;
}
.popin.popin-dpe .popin-content .dpeCtnr .content .graphCtnr .separator,
.popin.popin-dpe .popin-content .gesCtnr .content .graphCtnr .separator {
  border-right: 1px solid #000;
  height: 265px;
  position: absolute;
  left: 230px;
  top: -30px;
}
.popin.popin-dpe .popin-content .dpeCtnr .content .graphCtnr .graph,
.popin.popin-dpe .popin-content .gesCtnr .content .graphCtnr .graph {
  width: 210px;
  height: 207px;
  background: url("/Content/Default/Images/dpe.png") 0 0 no-repeat;
}
.popin.popin-dpe .popin-content .dpeCtnr .content .graphCtnr .graph.dpe,
.popin.popin-dpe .popin-content .gesCtnr .content .graphCtnr .graph.dpe {
  background-position: 0px -26px;
}
.popin.popin-dpe .popin-content .dpeCtnr .content .graphCtnr .graph.ges,
.popin.popin-dpe .popin-content .gesCtnr .content .graphCtnr .graph.ges {
  width: 199px;
  background-position: -210px 0px;
}
.popin.popin-dpe .popin-content .dpeCtnr .content .graphCtnr .value,
.popin.popin-dpe .popin-content .gesCtnr .content .graphCtnr .value {
  position: absolute;
  right: 15px;
}
.popin.popin-dpe .popin-content .dpeCtnr .content .graphCtnr .value .line,
.popin.popin-dpe .popin-content .gesCtnr .content .graphCtnr .value .line {
  border-bottom: 1px dashed #000;
  display: block;
  margin-top: 12px;
  position: absolute;
  right: 55px;
}
.popin.popin-dpe .popin-content .dpeCtnr .content .graphCtnr .value .pointer,
.popin.popin-dpe .popin-content .gesCtnr .content .graphCtnr .value .pointer {
  background: url("/Content/Default/Images/dpe.png") 0 0 no-repeat;
  float: left;
  font-size: 1.125em;
  font-weight: 700;
  color: #fff;
  padding-left: 15px;
}
.popin.popin-dpe .popin-content .dpeCtnr .content .graphCtnr .value .pointer div,
.popin.popin-dpe .popin-content .gesCtnr .content .graphCtnr .value .pointer div {
  background: #000;
  padding: 0 5px 0 0;
}
.popin.popin-dpe .popin-content .dpeCtnr .content .graphCtnr .value .indice,
.popin.popin-dpe .popin-content .gesCtnr .content .graphCtnr .value .indice {
  font-size: 0.625em;
  float: right;
  clear: both;
}
.popin.popin-dpe .popin-content .dpeCtnr .content .graphCtnr .value.class-A,
.popin.popin-dpe .popin-content .gesCtnr .content .graphCtnr .value.class-A {
  top: 0px;
}
.popin.popin-dpe .popin-content .dpeCtnr .content .graphCtnr .value.class-A .line,
.popin.popin-dpe .popin-content .gesCtnr .content .graphCtnr .value.class-A .line {
  width: 160px;
}
.popin.popin-dpe .popin-content .dpeCtnr .content .graphCtnr .value.class-B,
.popin.popin-dpe .popin-content .gesCtnr .content .graphCtnr .value.class-B {
  top: 30px;
}
.popin.popin-dpe .popin-content .dpeCtnr .content .graphCtnr .value.class-B .line,
.popin.popin-dpe .popin-content .gesCtnr .content .graphCtnr .value.class-B .line {
  width: 140px;
}
.popin.popin-dpe .popin-content .dpeCtnr .content .graphCtnr .value.class-C,
.popin.popin-dpe .popin-content .gesCtnr .content .graphCtnr .value.class-C {
  top: 60px;
}
.popin.popin-dpe .popin-content .dpeCtnr .content .graphCtnr .value.class-C .line,
.popin.popin-dpe .popin-content .gesCtnr .content .graphCtnr .value.class-C .line {
  width: 120px;
}
.popin.popin-dpe .popin-content .dpeCtnr .content .graphCtnr .value.class-D,
.popin.popin-dpe .popin-content .gesCtnr .content .graphCtnr .value.class-D {
  top: 90px;
}
.popin.popin-dpe .popin-content .dpeCtnr .content .graphCtnr .value.class-D .line,
.popin.popin-dpe .popin-content .gesCtnr .content .graphCtnr .value.class-D .line {
  width: 90px;
}
.popin.popin-dpe .popin-content .dpeCtnr .content .graphCtnr .value.class-E,
.popin.popin-dpe .popin-content .gesCtnr .content .graphCtnr .value.class-E {
  top: 120px;
}
.popin.popin-dpe .popin-content .dpeCtnr .content .graphCtnr .value.class-E .line,
.popin.popin-dpe .popin-content .gesCtnr .content .graphCtnr .value.class-E .line {
  width: 70px;
}
.popin.popin-dpe .popin-content .dpeCtnr .content .graphCtnr .value.class-F,
.popin.popin-dpe .popin-content .gesCtnr .content .graphCtnr .value.class-F {
  top: 150px;
}
.popin.popin-dpe .popin-content .dpeCtnr .content .graphCtnr .value.class-F .line,
.popin.popin-dpe .popin-content .gesCtnr .content .graphCtnr .value.class-F .line {
  width: 40px;
}
.popin.popin-dpe .popin-content .dpeCtnr .content .graphCtnr .value.class-G,
.popin.popin-dpe .popin-content .gesCtnr .content .graphCtnr .value.class-G {
  top: 182px;
}
.popin.popin-dpe .popin-content .dpeCtnr .content .graphCtnr .value.class-G .line,
.popin.popin-dpe .popin-content .gesCtnr .content .graphCtnr .value.class-G .line {
  width: 15px;
}
.popin.popin-dpe .popin-content .dpeCtnr .content .graphCtnr .value.class-,
.popin.popin-dpe .popin-content .gesCtnr .content .graphCtnr .value.class- {
  display: none;
}
.popin.popin-dpe .popin-content .dpeCtnr {
  border: 1px solid #bbb;
}
.popin.popin-dpe .popin-content .gesCtnr {
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}
.popin.popin-confirm .popin-content {
  width: 517px;
}
.popin.popin-iframe1 {
  width: 608px;
}
.popin.popin-iframe1 .b-iframe {
  width: 608px;
  height: 600px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.popin.popin-iframe2 {
  width: 670px;
}
.popin.popin-iframe2 .b-iframe {
  width: 660px;
  height: 600px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.popin.popin-iframe3 {
  width: 330px;
}
.popin.popin-iframe3 .b-iframe {
  width: 360px;
  height: 610px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.popin.popin-iframe6 {
  width: 610px;
}
.popin.popin-iframe6 .b-iframe {
  width: 600px;
  height: 795px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.popin.popin-iframe6 .close {
  right: 5px;
}
.popin.popin-iframe7 {
  width: 620px;
}
.popin.popin-iframe7 .b-iframe {
  width: 600px;
  height: 795px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.popin.popin-connexion {
  padding: 0px;
  border: 0px;
}
.popin.popin-connexion .popin-content {
  width: 370px;
  *zoom: 1;
}
.popin.popin-connexion .popin-content .bloc-connect {
  padding-right: 15px;
  text-align: center;
}
.popin.popin-connexion .popin-content .bloc-connect .popin-title {
  text-align: left;
  margin: 15px;
  margin-bottom: 0px;
}
.popin.popin-connexion .popin-content .bloc-inscription {
  margin-top: 10px;
  background-color: #333333;
  background: #333333 url("/Content/Default/Images/white-triangle.png") 15px 0px no-repeat;
  color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.popin.popin-connexion .popin-content .bloc-inscription .popin-title {
  text-align: left;
  margin: 15px;
  margin-bottom: 0px;
  color: #fff;
  padding-top: 20px;
  text-shadow: none;
}
.popin.popin-connexion .popin-content .bloc-inscription .txt {
  text-align: left;
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 13px;
}
.popin.popin-connexion .popin-content .bloc-inscription .sous-titre {
  font-size: .813em;
  font-weight: 500;
  padding-bottom: 10px;
}
.popin.popin-connexion .popin-content .bloc-inscription .intro-bt {
  font-weight: 600;
  font-size: .938em;
  width: 100%;
  padding-bottom: 8px;
}
.popin.popin-connexion .popin-content .bloc-inscription .txt-pratique {
  padding-top: 10px;
  font-size: .813em;
  font-weight: 500;
}
.popin.popin-connexion .popin-content .bloc-inscription .validBtn {
  background-color: #fccd43;
  color: #333;
  display: inline-block;
  text-align: center;
  padding: 0px;
}
.popin.popin-connexion .popin-content:before,
.popin.popin-connexion .popin-content:after {
  content: "";
  display: table;
}
.popin.popin-connexion .popin-content:after {
  clear: both;
}
.popin.popin-connexion .popin-content:before,
.popin.popin-connexion .popin-content:after {
  content: "";
  display: table;
}
.popin.popin-connexion .popin-content:after {
  clear: both;
}
.popin.popin-connexion .popin-content .mail {
  background: #ffffff url("/Content/Default/Images/ico-mail.png") 8px 11px no-repeat;
  padding-left: 30px;
  width: 310px;
  margin-bottom: 10px;
  margin-left: 15px;
}
.popin.popin-connexion .popin-content .mdp {
  background: #ffffff url("/Content/Default/Images/ico-mdp.png") 11px 7px no-repeat;
  padding-left: 30px;
  width: 310px;
  margin-bottom: 10px;
  margin-left: 15px;
}
.popin.popin-connexion .popin-content .fgt-pwd {
  font-size: 13px;
  display: block;
  width: 370px;
  margin-left: 15px;
}
.popin.popin-connexion .popin-content a.validBtn {
  font-weight: 600;
}
.popin.popin-connexion .popin-content .validBtn {
  float: none;
  width: 348px;
  margin: 15px;
}
.popin.popin-connexion .popin-content .validBtn.margin-zero {
  margin-top: 0;
}
.popin.popin-connexion .popin-content .validBtn.margin-valid-no {
  margin-right: 20px;
  background-color: #f4f4f4;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  color: #333;
  border: 1px solid #d9d9d9;
  height: 32px;
}
.popin.popin-connexion .popin-content .validBtn.margin-valid-no:hover {
  color: #ee7115;
}
.popin.popin-connexion .popin-content .mandatory {
  clear: both;
  font-size: 0.625em;
  margin-top: 20px;
  color: #999;
  text-align: left;
  margin-left: 15px;
  margin-bottom: 0px;
}
.popin.popin-connexion .popin-connect {
  width: 380px;
}
.popin.popin-contact {
  padding-bottom: 0;
}
.popin.popin-contact .popin-title {
  margin: 0;
}
.popin.popin-contact h1 {
  color: #333333;
  font-weight: 700;
  font-size: 0.938em;
  margin-bottom: 15px;
}
.popin.popin-contact .popin-content {
  width: 490px;
  padding-bottom: 20px;
  *zoom: 1;
}
.popin.popin-contact .popin-content:before,
.popin.popin-contact .popin-content:after {
  content: "";
  display: table;
}
.popin.popin-contact .popin-content:after {
  clear: both;
}
.popin.popin-contact .popin-content:before,
.popin.popin-contact .popin-content:after {
  content: "";
  display: table;
}
.popin.popin-contact .popin-content:after {
  clear: both;
}
.popin.popin-contact .popin-content .rs,
.popin.popin-contact .popin-content .nom,
.popin.popin-contact .popin-content .mail {
  width: 478px;
  margin-bottom: 10px;
}
.popin.popin-contact .popin-content .tel,
.popin.popin-contact .popin-content .cp {
  width: 225px;
  margin-bottom: 10px;
}
.popin.popin-contact .popin-content .cp {
  margin-left: 10px;
  width: 226px;
}
.popin.popin-contact .popin-content .message {
  width: 478px;
  height: 100px;
  padding-top: 3px;
  line-height: 20px;
}
.popin.popin-contact .popin-content a.validBtn {
  font-weight: 600;
  margin-top: 10px;
}
.popin.popin-contact .popin-content .validBtn.no-account {
  clear: both;
}
.popin.popin-contact .popin-content .action-btn {
  font-size: 0.813em;
  font-weight: 600;
  float: right;
  height: 34px;
  line-height: 32px;
  text-align: center;
  background-color: #f4f4f4;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  color: #333;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  padding: 0 10px;
  margin-top: 10px;
  margin-right: 10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.popin.popin-contact .popin-content .action-btn:hover {
  color: #a41f72;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.popin.popin-contact .popin-content .action-btn.overview {
  clear: left;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.popin.popin-contact .popin-content .action-btn.more-details {
  background-color: #a41f72;
  border: 1px solid #a41f72;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}
.popin.popin-contact .popin-content .action-btn.more-details:hover {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #751956;
  border: 1px solid #751956;
}
.popin.popin-contact .popin-content .mandatory {
  clear: both;
  font-size: 0.625em;
  float: left;
  margin-top: 40px;
  color: #999;
}
.popin.popin-partner-csf {
  width: 880px;
}
.popin.popin-partner-csf .close {
  top: 8px;
  right: 8px;
}
.popin.popin-partner-csf iframe {
  width: 850px;
  height: 600px;
}
.popin.popin-fretbay .close {
  top: 8px;
  right: 8px;
}
.popin.popin-fretbay iframe {
  width: 700px;
  height: 530px;
}
.popin.popin-calculTravaux {
  width: 880px;
}
.popin.popin-calculTravaux .b-iframe {
  width: 860px;
  height: 610px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.popin.popin-calculTravaux .close {
  top: 8px;
  right: 8px;
}
.popin.popin-rsi-container {
  padding: 0;
  border: 0;
  border-radius: 0;
}
.popin.popin-rsi-container .popin-rsi {
  width: 430px;
}
.popin.popin-rsi-container .popin-rsi .close {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -775px -132px no-repeat;
  width: 20px;
  height: 20px;
  margin-top: 10px;
}
.popin.popin-rsi-container .popin-rsi .popin-title {
  padding: 20px 20px 10px 20px;
}
.popin.popin-rsi-container .popin-rsi .popin-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.popin.popin-rsi-container .popin-rsi .popin-content ul li {
  border-top: solid 1px #898989;
  height: 130px;
}
.popin.popin-rsi-container .popin-rsi .popin-content ul li:hover {
  cursor: pointer;
}
.popin.popin-rsi-container .popin-rsi .popin-content ul div {
  float: left;
}
.popin.popin-rsi-container .popin-rsi .popin-content ul div:first-child {
  width: 166px;
  height: 130px;
  clear: both;
}
.popin.popin-rsi-container .popin-rsi .popin-content ul div.alerte {
  background: url("/Content/Default/Images/rsi-creer-alerte.jpg") 0 0 no-repeat;
}
.popin.popin-rsi-container .popin-rsi .popin-content ul div.recherche {
  background: url("/Content/Default/Images/rsi-confier-recherche.jpg") 0 0 no-repeat;
}
.popin.popin-rsi-container .popin-rsi .popin-content ul div.confier-bien {
  background: url("/Content/Default/Images/rsi-confier-bien.jpg") 0 0 no-repeat;
}
.popin.popin-rsi-container .popin-rsi .popin-content ul div.content {
  width: 230px;
  margin-top: 45px;
  margin: 45px 0 0 20px;
}
.popin.popin-rsi-container .popin-rsi .popin-content ul div.content span {
  display: list-item;
  color: #898989;
  font-size: 13px;
}
.popin.popin-rsi-container .popin-rsi .popin-content ul div.content span.title {
  color: #a41f72;
  font-weight: 700;
  font-size: 16px;
}
.popin.popin-rsi-container .popin-rsi .popin-content ul div.content div {
  display: inline-flex;
}
.popin.popin-rsi-container .popin-rsi .popin-content ul div.content .picto {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -820px -118px no-repeat;
  width: 6px;
  height: 10px;
  margin: 5px 0 0 5px;
}
.popin.popin-back-lr-container {
  padding: 0;
  border: 0;
  border-radius: 0;
}
.popin.popin-back-lr-container .popin-back-lr .close {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -748px -132px no-repeat;
  width: 20px;
  height: 20px;
}
.popin.popin-back-lr-container .popin-back-lr .popin-title {
  background: url("/Content/Default/Images/popin-back-lr.jpg") 0 0 no-repeat;
  width: 397px;
  height: 130px;
  margin: 0;
}
.popin.popin-back-lr-container .popin-back-lr .popin-content {
  padding: 30px 20px 30px 20px;
}
.popin.popin-back-lr-container .popin-back-lr .popin-content span {
  display: list-item;
  list-style: none;
  color: #898989;
  font-size: 16px;
}
.popin.popin-back-lr-container .popin-back-lr .popin-content span:first-child {
  color: #a41f72;
  font-weight: 700;
  font-size: 23px;
}
.popin.popin-back-lr-container .popin-back-lr .popin-buttons {
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 20px 20px;
  height: 33px;
  color: #FFF;
}
.popin.popin-back-lr-container .popin-back-lr .popin-buttons div {
  float: left;
  height: 100%;
  border-radius: 3px;
  line-height: 33px;
  text-align: center;
  cursor: pointer;
}
.popin.popin-back-lr-container .popin-back-lr .popin-buttons div.no {
  background-color: #8c8c8c;
  width: 110px;
  margin-right: 15px;
}
.popin.popin-back-lr-container .popin-back-lr .popin-buttons div.yes {
  background-color: #a41f72;
  width: 230px;
}
/************** forms **************/
input[type=text] {
  padding: 0 5px;
}
.input-classic {
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  font-size: 0.813em;
  color: #333333;
  font-weight: 600;
  border: 1px solid #cecece;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.input-classic::-webkit-input-placeholder {
  color: #333333;
}
.input-classic:-moz-placeholder {
  color: #333333;
}
.input-classic::-moz-placeholder {
  color: #333333;
}
.input-classic:-ms-input-placeholder {
  color: #333333;
}
.input-classic-grad {
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  font-size: 0.813em;
  color: #333333;
  font-weight: 600;
  border: 1px solid #cecece;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.input-classic-grad::-webkit-input-placeholder {
  color: #333333;
}
.input-classic-grad:-moz-placeholder {
  color: #333333;
}
.input-classic-grad::-moz-placeholder {
  color: #333333;
}
.input-classic-grad:-ms-input-placeholder {
  color: #333333;
}
/* input group */
.input-group {
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group .input-group-addon {
  padding: 6px 5px;
  height: 18px;
  line-height: 18px;
  font-weight: normal;
  text-align: center;
  background-color: #878787;
  border: 1px solid #ccc;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: 0;
  white-space: nowrap;
  vertical-align: middle;
  color: #fff;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  width: 15px;
}
.input-group .mail {
  border-right: 0px;
}
.input-group .input-group-addon-delete {
  background: #ffffff url("/Content/Default/Images/croix-fermeture.png") center center no-repeat;
  margin-top: 10px;
  padding: 6px 5px;
  height: 18px;
  line-height: 18px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: 0;
  white-space: nowrap;
  vertical-align: middle;
  color: #fff;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  width: 15px;
}
.input-group .input-group-addon-empty {
  background: #ffffff;
  margin-top: 10px;
  padding: 6px 5px;
  height: 18px;
  line-height: 18px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: 0;
  white-space: nowrap;
  vertical-align: middle;
  color: #fff;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  width: 15px;
}
.input-group input {
  height: 30px;
  width: 86px;
  padding: 0 5px;
  font-size: 14px;
  line-height: 30px;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  display: inline-block;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.input-group input::-webkit-input-placeholder {
  color: #333;
}
.input-group input:-moz-placeholder {
  color: #333;
}
.input-group input:-ms-input-placeholder {
  color: #333;
}
input.error::-moz-placeholder,
textarea.error::-moz-placeholder {
  opacity: 1.0 !important;
}
/* custom checkbox */
.custom-check:not(:checked),
.custom-check:checked {
  position: absolute;
  left: -9999px;
}
.custom-check:not(:checked) + label,
.custom-check:checked + label {
  position: relative;
  padding-left: 25px;
  margin-right: 10px;
  cursor: pointer;
}
.custom-check:not(:checked) + label:before {
  content: '';
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -301px -33px no-repeat;
  height: 17px;
  width: 17px;
  position: absolute;
  top: 6px;
  left: 0;
}
.custom-check:checked + label:before {
  content: '';
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -301px -55px no-repeat;
  height: 17px;
  width: 17px;
  position: absolute;
  top: 6px;
  left: 0;
}
/* error on inputs text, buttons */
input[type=text].error,
input[type=password].error,
button.error,
.search-input.error,
.search-input.error > input {
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: #bc0316 !important;
  background-origin: padding-box !important;
  background-size: auto auto !important;
  border: 1px solid #bc0316 !important;
  color: #fff!important;
}
input[type=text].error::-webkit-input-placeholder,
input[type=password].error::-webkit-input-placeholder,
button.error::-webkit-input-placeholder,
.search-input.error::-webkit-input-placeholder,
.search-input.error > input::-webkit-input-placeholder {
  color: #fff !important;
}
input[type=text].error::-moz-placeholder,
input[type=password].error::-moz-placeholder,
button.error::-moz-placeholder,
.search-input.error::-moz-placeholder,
.search-input.error > input::-moz-placeholder {
  color: #fff !important;
}
input[type=text].error:-ms-input-placeholder,
input[type=password].error:-ms-input-placeholder,
button.error:-ms-input-placeholder,
.search-input.error:-ms-input-placeholder,
.search-input.error > input:-ms-input-placeholder {
  color: #fff !important;
}
/* error on checkboxes */
input[type=checkbox].error {
  outline: 2px solid #bc0316;
}
/************** multiselect **************/
.ui-multiselect {
  padding: 0 5px;
  text-align: left;
  float: left;
  height: 32px;
  line-height: 30px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  border-radius: 3px;
  border: 1px solid #ccc;
  overflow: hidden;
  background-color: #fff;
  font-weight: 600;
  position: relative;
  color: #333333;
}
.ui-multiselect span.ui-icon {
  position: absolute;
  display: block;
  width: 10px;
  height: 7px !important;
  top: 16px;
  right: 8px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -339px -32px no-repeat;
}
.ui-multiselect-single .ui-multiselect-checkboxes input {
  position: absolute !important;
  top: auto !important;
  left: -9999px;
}
.ui-multiselect-single .ui-multiselect-checkboxes label {
  padding: 5px !important;
}
.ui-multiselect-header {
  margin-bottom: 3px;
  padding: 3px 0 3px 4px;
}
.ui-multiselect-header ul {
  font-size: 0.9em;
}
.ui-multiselect-header ul li {
  float: left;
  padding: 0 10px 0 0;
}
.ui-multiselect-header a {
  text-decoration: none;
}
.ui-multiselect-header a:hover {
  text-decoration: underline;
}
.ui-multiselect-header span.ui-icon {
  float: left;
}
.ui-multiselect-header li.ui-multiselect-close {
  float: right;
  text-align: right;
  padding-right: 0;
}
.ui-multiselect-menu {
  display: none;
  padding: 3px 0;
  position: absolute;
  z-index: 500;
  text-align: left;
  background-color: white;
  border: solid 1px #cdcdcd;
  border-radius: 6px;
  background-color: #f2f2f2;
  /*&:before {
        position: absolute;
        top: -6px;
        left: 9px;
        content: '';
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #fff;
        border-bottom-color: #cdcdcd;
        display: inline-block;
    }*/
  /*&:after {
        position: absolute;
        top: -5px;
        left: 10px;
        content: '';
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #f2f2f2;
        display: inline-block;
    }*/
}
.ui-multiselect-checkboxes {
  position: relative /* fixes bug in IE6/7 */;
  overflow-y: auto;
  padding-left: 0;
  margin: 0;
}
.ui-multiselect-checkboxes label {
  cursor: pointer;
  display: block;
  border: 1px solid transparent;
  padding: 6px 0px 6px 5px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  background-color: #fff;
  font-weight: 600;
}
.ui-multiselect-checkboxes label input {
  position: relative;
  top: 1px;
}
.ui-multiselect-checkboxes label input:checked + span {
  font-weight: 600;
  color: #a41f72;
}
.ui-multiselect-checkboxes label span {
  padding-left: 7px;
}
.ui-multiselect-checkboxes li {
  clear: both;
  /*padding-right:3px; */
  list-style-type: none;
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid;
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
  display: block;
  padding: 3px;
  margin: 1px 0;
  text-decoration: none;
}
/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label {
  border: none;
}
.ui-multiselect-all,
.ui-multiselect-none {
  display: none;
}
.ui-multiselect-menu.aval-sober-dropdown {
  border-radius: 0;
  border: 1px solid #dce0df;
  border-top: none;
}
/* specific */
.ui-multiselect-menu.hp-form-buy-type {
  width: 244px !important;
  margin-top: 7px;
}
.ui-multiselect.hp-form-buy-type {
  width: 244px !important;
  margin-left: 15px;
}
.ui-multiselect-menu.hp-form-transac-type {
  width: 330px !important;
  margin-top: 7px;
}
.ui-multiselect.hp-form-transac-type {
  width: 330px !important;
}
.ui-multiselect-menu.hp-form-pro-type {
  width: 143px !important;
  margin-top: 7px;
}
.ui-multiselect.hp-form-pro-type {
  width: 143px !important;
  margin-left: 15px;
}
.ui-multiselect-menu.hp-form-pro-type-transac {
  width: 143px !important;
  margin-top: 7px;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border: none;
  padding: 0px;
}
.ui-multiselect.hp-form-pro-type-transac {
  width: 107px !important;
  color: black !important;
}
.ui-multiselect-menu.calc-small {
  width: 132px !important;
  margin-top: 7px;
  padding: 5px 0;
}
.ui-multiselect-menu.calc-small .ui-multiselect-checkboxes {
  border-bottom: 1px solid #cdcdcd;
}
.ui-multiselect.calc-small {
  width: 132px !important;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%);
  margin-top: 10px;
}
.ui-multiselect.calc-small span {
  font-weight: 500;
}
.ui-multiselect-menu.carousel-form {
  width: 280px !important;
  margin-top: 7px;
}
.ui-multiselect.carousel-form {
  width: 280px !important;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%);
  margin-top: 10px;
  margin-right: 8px;
}
.ui-multiselect-menu.agency-form {
  width: 280px !important;
  margin-top: 7px;
}
.ui-multiselect.agency-form {
  width: 280px !important;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%);
}
.ui-multiselect.adv-search-form {
  width: 233px !important;
  float: left;
  clear: both;
  margin-top: 6px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%);
}
.ui-multiselect-menu.adv-search-form {
  width: 233px !important;
  margin-top: 7px;
}
.ui-multiselect.adv-search-form-type {
  width: 233px !important;
  float: left;
  clear: both;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%);
}
.ui-multiselect-menu.adv-search-form-type {
  width: 233px !important;
  margin-top: 7px;
}
.ui-multiselect.fa-filter-small {
  width: 134px !important;
  float: left;
  margin-right: 10px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%);
}
.ui-multiselect-menu.fa-filter-small {
  width: 134px !important;
  float: left;
}
.ui-multiselect.fa-filter {
  width: 184px !important;
  float: left;
  margin-right: 10px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%);
}
.ui-multiselect-menu.fa-filter {
  width: 184px !important;
  float: left;
}
.ui-multiselect-menu.fa-agency-form {
  width: 270px !important;
  margin-top: 6px;
}
.ui-multiselect.fa-agency-form {
  width: 270px !important;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%);
}
.ui-multiselect-menu.agency-form-fa-lr {
  width: 260px !important;
  margin-top: 6px;
}
.ui-multiselect.agency-form-fa-lr {
  width: 260px !important;
  float: right;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%);
}
.ui-multiselect-menu.col-form {
  width: 175px !important;
  margin-top: 6px;
}
.ui-multiselect.col-form {
  width: 175px !important;
  float: left;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%);
}
.ui-multiselect.col-form.right {
  margin-left: 25px !important;
}
.ui-multiselect-menu.col-form-large {
  width: 378px !important;
  margin-top: 6px;
}
.ui-multiselect.col-form-large {
  width: 378px !important;
  margin-top: 10px;
  float: left;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%);
}
.ui-multiselect-menu.alert-mail-medium {
  width: 200px !important;
  margin-top: 6px;
  z-index: 10000;
}
.ui-multiselect-menu.ep-select {
  width: 315px !important;
  margin-top: 6px;
  z-index: 10000;
}
.ui-multiselect.ep-select {
  width: 315px !important;
  float: left;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%);
}
.ui-multiselect.ep-select.mt20 {
  margin-top: 20px;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  background-color: #fff;
  list-style-type: none;
  padding: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  border: 1px solid #cdcdcd;
  max-height: 200px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  z-index: 1600;
}
.ui-autocomplete li > a {
  cursor: pointer;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  color: #333;
  display: block;
  padding: 2px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ui-autocomplete li > a:hover,
.ui-autocomplete li > a.ui-state-focus {
  background-color: #f2f1f2;
}
.ui-autocomplete li > span {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  color: #999;
  display: block;
  padding: 2px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ui-helper-hidden-accessible {
  display: none;
}
.right-column-sprite {
  background-image: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05");
  background-color: transparent;
  background-repeat: no-repeat;
}
.col-side {
  display: inline;
  float: left;
  width: 300px;
  margin: 0 0px;
  margin-left: 30px;
  color: #333;
  font-family: 'Open Sans', Arial, sans-serif;
}
.col-side.highlighted {
  margin-top: -406px;
}
.col-side.highlighted.zero {
  margin-top: 0;
}
.col-side.fd {
  margin-left: 28px;
}
.col-side .side-block {
  background: #fff;
  border: 1px solid #dce0df;
  margin-bottom: 20px;
  padding: 10px;
  *zoom: 1;
}
.col-side .side-block:before,
.col-side .side-block:after {
  content: "";
  display: table;
}
.col-side .side-block:after {
  clear: both;
}
.col-side .side-block:before,
.col-side .side-block:after {
  content: "";
  display: table;
}
.col-side .side-block:after {
  clear: both;
}
.col-side .side-block .service,
.col-side .side-block .service-last {
  background-color: #e6e7e9;
  font-size: .800em;
  padding: 8px 5px 8px 5px;
  margin-bottom: 10px;
}
.col-side .side-block .service .right-column-sprite,
.col-side .side-block .service-last .right-column-sprite {
  margin: auto;
}
.col-side .side-block .service .bank-guarantee,
.col-side .side-block .service-last .bank-guarantee {
  width: 16px;
  height: 16px;
  background-position: -221px 0px;
}
.col-side .side-block .service .credit,
.col-side .side-block .service-last .credit {
  width: 16px;
  height: 16px;
  background-position: -237px 0px;
}
.col-side .side-block .service .insurer-borrower,
.col-side .side-block .service-last .insurer-borrower {
  width: 16px;
  height: 16px;
  background-position: -241px -74px;
}
.col-side .side-block .service .moving-equipment,
.col-side .side-block .service-last .moving-equipment {
  width: 16px;
  height: 16px;
  background-position: -241px -58px;
}
.col-side .side-block .service .finance,
.col-side .side-block .service-last .finance {
  width: 16px;
  height: 17px;
  background-position: -474px -143px;
}
.col-side .side-block .service .moving-company,
.col-side .side-block .service-last .moving-company {
  width: 16px;
  height: 16px;
  background-position: -241px -26px;
}
.col-side .side-block .service .car-rental,
.col-side .side-block .service-last .car-rental {
  width: 16px;
  height: 10px;
  background-position: -241px -16px;
}
.col-side .side-block .service .bank-guarantee,
.col-side .side-block .service-last .bank-guarantee,
.col-side .side-block .service .credit,
.col-side .side-block .service-last .credit,
.col-side .side-block .service .insurer-borrower,
.col-side .side-block .service-last .insurer-borrower,
.col-side .side-block .service .moving-equipment,
.col-side .side-block .service-last .moving-equipment,
.col-side .side-block .service .finance,
.col-side .side-block .service-last .finance,
.col-side .side-block .service .moving-company,
.col-side .side-block .service-last .moving-company,
.col-side .side-block .service .car-rental,
.col-side .side-block .service-last .car-rental,
.col-side .side-block .service .moving-company,
.col-side .side-block .service-last .moving-company {
  float: left;
  margin: 2px 5px 2px 2px;
}
.col-side .side-block .service .link,
.col-side .side-block .service-last .link {
  cursor: pointer;
  color: #333333;
}
.col-side .side-block .service-last {
  margin-bottom: 0;
}
.col-side .side-block #serviceDiagnosticsLink,
.col-side .side-block #serviceDemenagement {
  color: black;
  display: inline-block;
}
.col-side .side-block #serviceDiagnosticsLink .diagCtnr,
.col-side .side-block #serviceDemenagement .diagCtnr {
  font-size: 13px;
  margin-top: 10px;
}
.col-side .side-block #serviceDiagnosticsLink .diagCtnr div:first-child,
.col-side .side-block #serviceDemenagement .diagCtnr div:first-child {
  float: left;
  width: 70px;
}
.col-side .side-block #serviceDiagnosticsLink .diagCtnr div:first-child img,
.col-side .side-block #serviceDemenagement .diagCtnr div:first-child img {
  width: 50px;
  margin-left: 10px;
  margin-top: 10px;
}
.col-side .side-block #serviceDiagnosticsLink .diagCtnr div:last-child,
.col-side .side-block #serviceDemenagement .diagCtnr div:last-child {
  float: left;
  width: 190px;
}
.col-side .side-block #serviceDiagnosticsLink .diagCtnr p,
.col-side .side-block #serviceDemenagement .diagCtnr p {
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 0;
  color: #8c8c8c;
}
.col-side .sideTitle {
  font-size: 1.188em;
  color: #333333;
  font-weight: 500;
  text-shadow: 1px 1px 0 #ffffff;
  -moz-text-shadow: 1px 1px 0 #ffffff;
  -ms-text-shadow: 1px 1px 0 #ffffff;
  -o-text-shadow: 1px 1px 0 #ffffff;
  padding: 5px 0;
}
.col-side .ad-block {
  padding: 0;
  border: none;
  background: #f5f5f5;
}
.col-side .ad-block img {
  float: left;
}
.col-side .nearby-block .line {
  clear: both;
}
.col-side .nearby-block .line .nb {
  font-size: 2.500em;
  text-shadow: 1px 1px 0 #ffffff;
  -moz-text-shadow: 1px 1px 0 #ffffff;
  -ms-text-shadow: 1px 1px 0 #ffffff;
  -o-text-shadow: 1px 1px 0 #ffffff;
  font-weight: 500;
  float: left;
  display: block;
}
.col-side .nearby-block .line .label {
  font-size: 0.750em;
  line-height: 1em;
  float: left;
  display: block;
  width: 200px;
  margin-top: 15px;
}
.col-side .nearby-block .line .label a {
  font-weight: 600;
  cursor: pointer;
}
.col-side .nearby-block .line .label.wide {
  width: 220px;
}
.col-side .entrust-sale-block {
  background-color: #e6e7e9;
  line-height: 1.3em;
  padding: 10px;
  margin-bottom: 0px;
  padding-bottom: 20px;
}
.col-side .entrust-sale-block .title {
  font-size: 1.3em;
  margin-top: 10px;
}
.col-side .entrust-sale-block .text {
  font-size: .800em;
  margin-top: 10px;
}
.col-side .entrust-sale-block .list {
  font-size: .800em;
  background-color: white;
  margin-top: 10px;
  padding: 5px;
  cursor: pointer;
  height: 20px;
}
.col-side .entrust-sale-block .list .arrow-bottom-black {
  width: 24px;
  height: 16px;
  background-position: -149px 0;
}
.col-side .entrust-sale-block .list .label {
  float: left;
}
.col-side .entrust-sale-block .list .arrow {
  float: right;
  padding: 3px;
}
.col-side .entrust-search-block {
  line-height: 1.3em;
  padding: 10px;
}
.col-side .entrust-search-block .title {
  font-size: 1.3em;
  margin-top: 10px;
}
.col-side .entrust-search-block .text {
  font-size: .800em;
  margin-top: 10px;
}
.col-side .entrust-search-block .link {
  font-size: .800em;
  background-color: #333333;
  margin-top: 10px;
  padding: 5px;
  color: white;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
}
.col-side .tools-block {
  padding: 10px 10px 20px 10px;
}
.desc-locale {
  padding-top: 0 !important;
}
.col-main {
  float: left;
  margin: 0;
  width: 630px;
}
.col-main.fd {
  background-color: white;
  border: 1px solid #dce0df;
  border-bottom: 0;
}
.col-main.s-commands {
  margin: 0 0 30px;
  height: 64px;
  line-height: 64px;
  border-top: 0;
}
.col-main.s-commands .link-button {
  display: block;
  width: 170px;
  margin: 0 auto 0 auto;
  height: 35px;
  line-height: 35px;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 600;
  color: #a41f72;
}
.col-main.s-commands .link-button a {
  color: #333333;
}
.col-main.s-commands .link-button span {
  display: inline-block;
}
.col-main.s-commands .link-button.back span {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -336px -76px;
  width: 14px;
  height: 13px;
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.col-main .main-title {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.563em;
  line-height: 30px;
  color: #898989;
  font-weight: 300;
  margin: 0 0 15px 0;
  text-shadow: 1px 1px 3px #ffffff;
  -moz-text-shadow: 1px 1px 3px #ffffff;
  -ms-text-shadow: 1px 1px 3px #ffffff;
  -o-text-shadow: 1px 1px 3px #ffffff;
}
.col-main .main-title.locale-title,
.col-main .main-title.finance,
.col-main .main-title.contact,
.col-main .main-title.annonces,
.col-main .main-title.mtop {
  margin-top: 40px;
}
.col-main .prodDesc {
  *zoom: 1;
  margin-bottom: 35px;
  background-color: #fff;
  position: relative;
}
.col-main .prodDesc:before,
.col-main .prodDesc:after {
  content: "";
  display: table;
}
.col-main .prodDesc:after {
  clear: both;
}
.col-main .prodDesc:before,
.col-main .prodDesc:after {
  content: "";
  display: table;
}
.col-main .prodDesc:after {
  clear: both;
}
.col-main .prodDesc #propertyDesc {
  font-size: 0.813em;
  margin: 0 10px;
  color: #8c8c8c;
  line-height: 25px;
}
.col-main .prodDesc #propertyDesc span.morelink {
  color: #A41F72;
  cursor: pointer;
}
.col-main .prodDesc .calc-trav {
  cursor: pointer;
  color: #a41f72;
  font-size: 13px;
  font-weight: 600;
}
.col-main .prodDesc p {
  font-size: 0.813em;
  margin: 0 10px;
  color: #8c8c8c;
  line-height: 25px;
}
.col-main .prodDesc .subtitle-underlined {
  margin-top: 30px;
}
.col-main .prodDesc .descCtnr {
  margin: 20px 0px 0px 10px;
  overflow: hidden;
}
.col-main .prodDesc .descCtnr div {
  float: left;
  width: 180px;
}
.col-main .prodDesc .descCtnr div .subTitle {
  margin: 0;
}
.col-main .prodDesc .descCtnr div.further {
  margin: 5px 0 0 20px;
}
.col-main .prodDesc .descCtnr ul {
  margin: 5px 0px 0px 0px;
  padding-left: 20px;
  list-style: none;
  /*float: left;*/
  /*padding: 0;*/
}
.col-main .prodDesc .descCtnr ul.hidden {
  display: none;
  margin: 0;
}
.col-main .prodDesc .descCtnr ul li {
  height: 22px;
  width: 350px;
  margin-right: 55px;
  position: relative;
}
.col-main .prodDesc .descCtnr ul li.ges-list.enlarge-value {
  width: 250px !important;
}
.col-main .prodDesc .descCtnr ul li.ges-list.enlarge-value-no-Symbol {
  width: 250px !important;
}
.col-main .prodDesc .descCtnr ul li.energy-list.enlarge-value {
  width: 250px !important;
}
.col-main .prodDesc .descCtnr ul li.energy-list.enlarge-value-no-Symbol {
  width: 250px !important;
}
.col-main .prodDesc .descCtnr ul li::before {
  content: "\2022";
  padding-right: 3px;
  vertical-align: middle;
}
.col-main .prodDesc .descCtnr ul li.no-margin {
  margin-right: 0;
}
.col-main .prodDesc .descCtnr ul li.clear {
  clear: both;
}
.col-main .prodDesc .descCtnr ul li span {
  font-size: 0.813em;
  color: #333333;
  font-weight: 600;
}
.col-main .prodDesc .descCtnr ul li a {
  color: #a41f72;
  text-decoration: underline;
  font-size: small;
}
.col-main .prodDesc .descCtnr ul li a:hover {
  color: #750c4e;
}
.col-main .prodDesc .descCtnr ul li .energie,
.col-main .prodDesc .descCtnr ul li .dpe {
  width: 17px;
  height: 17px;
  display: inline-block;
  cursor: pointer;
}
.col-main .prodDesc .descCtnr ul li .energie {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -553px -141px no-repeat;
}
.col-main .prodDesc .descCtnr ul li .dpe {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -553px -141px no-repeat;
}
.col-main .prodDesc .descCtnr ul li .link {
  color: #a41f72;
}
.col-main .prodDesc .descCtnr ul li .link:hover {
  color: #a41f72;
}
.col-main .prodDesc .descCtnr ul li .score {
  width: 80px;
  height: 20px;
  position: absolute;
  left: 130px;
  top: 0;
  display: inline-block;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}
.col-main .prodDesc .descCtnr ul li .score .num {
  width: 40px;
  text-align: center;
  display: inline-block;
}
.col-main .prodDesc .descCtnr ul li .score .rank {
  color: #fff;
  width: 30px;
  text-align: center;
  display: inline-block;
}
.col-main .prodDesc .housing-access {
  clear: both;
  margin: 30px 0 0 10px;
  overflow: hidden;
  /*a{
                color: @purple;
                font-weight: 600;
            }*/
}
.col-main .prodDesc .housing-access div {
  float: left;
}
.col-main .prodDesc .housing-access div.title {
  margin: 10px 0 0 0;
  width: 180px;
}
.col-main .prodDesc .housing-access .intermark {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -774px -1px;
  width: 19px;
  height: 19px;
  display: inline-block;
  position: relative;
  top: 5px;
  left: 7px;
}
.col-main .prodDesc .housing-access .subTitle {
  margin: 0;
}
.col-main .prodDesc .housing-access .monthly {
  margin-left: 23px;
  color: #a41f72;
  font-weight: 600;
}
.col-main .prodDesc .housing-access ul {
  list-style-type: none;
  margin: 15px 0px 0px 0px;
  padding-left: 20px;
  width: 400px;
}
.col-main .prodDesc .housing-access ul li {
  line-height: 20px;
}
.col-main .prodDesc .housing-access ul li::before {
  content: "\2022";
  padding-right: 3px;
  vertical-align: middle;
}
.col-main .prodDesc .housing-access ul li span {
  font-size: 0.813em;
  font-weight: 600;
}
.col-main .prodDesc .account-infos-ctnr {
  margin: 30px 0 10px 10px;
  overflow: hidden;
}
.col-main .prodDesc .account-infos-ctnr .account-name {
  font-size: 0.813em;
  font-weight: 600;
  color: #8c8c8c;
}
.col-main .prodDesc .account-infos-ctnr .subTitle {
  margin: 0;
}
.col-main .prodDesc .account-infos-ctnr div {
  float: left;
}
.col-main .prodDesc .account-infos-ctnr div.account-infos-title {
  width: 180px;
}
.col-main .prodDesc .account-infos-ctnr div.account-infos {
  margin: 4px 0 0 25px;
}
.col-main .prodDesc .account-infos-ctnr ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.col-main .prodDesc .account-infos-ctnr ul li {
  width: 300px;
  overflow: hidden;
}
.col-main .prodDesc .account-infos-ctnr ul span {
  font-size: 0.813em;
  font-weight: 600;
}
.col-main .prodDesc .account-infos-ctnr ul span.link,
.col-main .prodDesc .account-infos-ctnr ul span a {
  color: #333333;
  cursor: pointer;
}
.col-main .prodDesc .account-infos-ctnr ul span.link:hover,
.col-main .prodDesc .account-infos-ctnr ul spana:hover {
  text-decoration: underline;
}
.col-main .prodDesc .account-infos-ctnr ul .picto {
  float: left;
  vertical-align: middle;
}
.col-main .prodDesc .account-infos-ctnr ul .picto.mail {
  margin: 6px 5px 0 0;
  width: 16px;
  height: 13px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -260px -112px;
}
.col-main .prodDesc .account-infos-ctnr ul .picto.tel {
  margin: 3px 5px 0 0;
  width: 13px;
  height: 22px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -271px -125px;
}
.col-main .prodDesc .account-infos-ctnr ul .picto.infos {
  margin: 3px 5px 0 0;
  width: 16px;
  height: 17px;
  vertical-align: middle;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -554px -142px;
}
.col-main .prodDesc .partner-infos {
  margin: 30px 0 30px 10px;
  overflow: hidden;
}
.col-main .prodDesc .partner-infos .logo.sale {
  width: 175px;
  height: 33px;
  margin: 5px 25px 0 0;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat 0 -231px;
}
.col-main .prodDesc .partner-infos .logo.rent {
  width: 111px;
  height: 55px;
  margin: 10px 70px 0 25px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -32px -54px no-repeat;
}
.col-main .prodDesc .partner-infos .logo.office {
  height: 54px;
  width: 181px;
  margin-top: 5px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -289px -225px;
}
.col-main .prodDesc .partner-infos div {
  float: left;
}
.col-main .prodDesc .partner-infos span {
  font-size: 0.813em;
  color: #8c8c8c;
}
.col-main .prodDesc .partner-infos .financer {
  font-size: 0.813em;
  color: #f80000;
}
.col-main .prodDesc .partner-infos .financer:hover {
  text-decoration: underline;
}
.col-main .simulator {
  background-color: #fff;
  position: relative;
  border: none;
  box-shadow: none;
  *zoom: 1;
  padding: 20px 0;
}
.col-main .simulator:before,
.col-main .simulator:after {
  content: "";
  display: table;
}
.col-main .simulator:after {
  clear: both;
}
.col-main .simulator:before,
.col-main .simulator:after {
  content: "";
  display: table;
}
.col-main .simulator:after {
  clear: both;
}
.col-main .simulator p {
  margin: 10px;
  font-size: 0.813em;
  float: left;
}
.col-main .simulator .col {
  float: left;
  width: 289px;
}
.col-main .simulator .light {
  width: 480px;
}
.col-main .simulator .calculate {
  clear: none;
  margin: 25px 37px 0 0;
}
.col-main .simulator .confirm {
  padding: 10px;
}
.col-main .simulator .confirm .sim-title {
  float: left;
  width: 300px;
}
.col-main .simulator .confirm .result-box {
  float: right;
  margin-right: 20px;
}
.col-main .simulator .confirm .avantages {
  clear: both;
}
.col-main .simulator .confirm > p {
  margin: 0;
}
.col-main .simulator .confirm > p.red {
  margin-top: 15px;
  clear: none;
  float: left;
  width: 420px;
  padding-left: 20px;
}
.col-main .simulator .confirm > p.result {
  float: left;
  clear: left;
}
.col-main .simulator .confirm .btns-simul {
  clear: both;
  padding-left: 20px;
}
.col-main .tab-block {
  *zoom: 1;
  position: relative;
  /*.border-radius(3px);
        .box-shadow(0px 0px 3px 2px #c8c8cc);*/
}
.col-main .tab-block:before,
.col-main .tab-block:after {
  content: "";
  display: table;
}
.col-main .tab-block:after {
  clear: both;
}
.col-main .tab-block:before,
.col-main .tab-block:after {
  content: "";
  display: table;
}
.col-main .tab-block:after {
  clear: both;
}
.col-main .tab-block .menu-tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  padding-left: 15px;
  border-bottom: 1px solid #c7c7cc;
  width: 615px;
}
.col-main .tab-block .menu-tabs li {
  float: left;
  margin-bottom: -2px;
  padding-bottom: 1px;
}
.col-main .tab-block .menu-tabs li a {
  font-size: 0.938em;
  display: block;
  height: 42px;
  line-height: 40px;
  padding: 0 10px;
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  -webkit-border-radius: 3px 3px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
}
.col-main .tab-block .menu-tabs li.ui-tabs-active a {
  background-color: #fff;
  border-top: 1px solid #c7c7cc;
  border-left: 1px solid #c7c7cc;
  border-right: 1px solid #c7c7cc;
  color: #333333;
}
.col-main .tab-block .subtitle-underlined {
  margin-top: 20px;
  width: 600px;
  clear: both;
}
.col-main .tab-block .subtitle-underlined.mtop170 {
  margin-top: 170px;
}
.col-main .tab-block .subtitle-underlined.mtop345 {
  margin-top: 345px;
}
.col-main .tab-block .subtitle-underlined.mtop240 {
  margin-top: 240px;
}
.col-main .tab-block .subTitle {
  margin-top: 20px;
  width: 600px;
  clear: both;
}
.col-main .tab-block .subTitle.mtop170 {
  margin-top: 170px;
}
.col-main .tab-block .subTitle.mtop345 {
  margin-top: 345px;
}
.col-main .tab-block .subTitle.mtop240 {
  margin-top: 240px;
}
.col-main .tab-block .content {
  background-color: #fff;
  *zoom: 1;
  -webkit-border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  float: left;
  clear: both;
  width: 610px;
  padding: 20px 10px;
}
.col-main .tab-block .content:before,
.col-main .tab-block .content:after {
  content: "";
  display: table;
}
.col-main .tab-block .content:after {
  clear: both;
}
.col-main .tab-block .content:before,
.col-main .tab-block .content:after {
  content: "";
  display: table;
}
.col-main .tab-block .content:after {
  clear: both;
}
.col-main .tab-block .content .cofidis-bloc .illu.cofidis {
  background: url("/Content/Default/Images/partner-cofidis.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat;
  width: 175px;
  height: 70px;
  margin-left: 0px;
  margin-right: 15px;
}
.col-main .tab-block .content .partner-bloc {
  border: 1px solid #dce0df;
  padding: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.col-main .tab-block .content .partner-bloc.hidden-block {
  border: 0px;
  height: 283px;
  width: 270px;
}
.col-main .tab-block .content .partner-bloc .illu {
  width: 190px;
  float: left;
  height: 100px;
  background: url("/Content/Default/Images/partners.jpg?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") 0 0 no-repeat;
  margin: 10px;
}
.col-main .tab-block .content .partner-bloc .illu.ca-logo {
  width: 176px;
  height: 32px;
  float: left;
  margin: 20px 20px 8px 20px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") 0 -232px no-repeat;
}
.col-main .tab-block .content .partner-bloc .illu.diagorim {
  background-position: -254px -239px;
  height: 55px;
  width: 115px;
  margin: 0 35px 0 20px;
}
.col-main .tab-block .content .partner-bloc .illu.ca-icons {
  background: url("/Content/Default/Images/partners2.jpg?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") 0px 0px no-repeat;
  height: 180px;
}
.col-main .tab-block .content .partner-bloc .description {
  margin: 20px 0 30px 0;
}
.col-main .tab-block .content .partner-bloc .description a,
.col-main .tab-block .content .partner-bloc .description span.link {
  font-size: 13px;
  font-weight: 600;
  color: #000;
}
.col-main .tab-block .content .partner-bloc .description p {
  line-height: 2em;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 0 10px;
  color: #8c8c8c;
}
.col-main .tab-block .content .partner-bloc .description .block {
  color: #333333;
  font-size: 13px;
  font-weight: 600;
  padding-left: 90px;
  min-height: 75px;
  position: relative;
  margin-left: 50px;
}
.col-main .tab-block .content .partner-bloc .description .block div {
  background: url("/Content/Default/Images/info-icons.png") left top no-repeat;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.col-main .tab-block .content .partner-bloc .description .block p {
  margin: 0 0 0 32px;
  line-height: 2em;
}
.col-main .tab-block .content .partner-bloc .description .block.agenda div {
  background-position: -13px -10px;
}
.col-main .tab-block .content .partner-bloc .description .block.signal div {
  background-position: -13px -75px;
}
.col-main .tab-block .content .partner-bloc .description .block.list div {
  background-position: -16px -138px;
}
.col-main .tab-block .content .partner-bloc .description .block.mail,
.col-main .tab-block .content .partner-bloc .description .block.star {
  margin-bottom: 20px;
}
.col-main .tab-block .content .partner-bloc .description .block.mail div {
  width: 66px;
  top: -4px;
  background-position: -13px -209px;
}
.col-main .tab-block .content .partner-bloc .description .block.star div {
  width: 66px;
  top: -4px;
  background-position: -8px -282px;
}
.col-main .tab-block .content .partner-bloc .description .block.paper div {
  width: 66px;
  top: -4px;
  background-position: -8px -362px;
}
.col-main .tab-block .content .partner-bloc .description .block.link {
  margin: 15px 0px 10px 82px;
  min-height: 0;
}
.col-main .tab-block .content .partner-bloc .description .mobile {
  width: 255px;
  height: 154px;
  float: left;
  background: url("/Content/Default/Images/mobiles-app.png") left top no-repeat;
  margin: 0 25px 0 10px;
}
.col-main .tab-block .content .partner-bloc.clu-bloc .illu {
  margin: 20px 0 20px 10px;
  background: url("/Content/Default/Images/partner_francecars_238x150.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat;
  width: 260px;
  height: 75px;
  margin-left: 0px;
  margin-right: 15px;
}
.col-main .tab-block .content .partner-bloc.sfr-bloc .illu {
  margin: 20px 109px 20px 77px;
  background: url("/Content/Default/Images/emmenager-decoupe.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat;
  width: 95px;
  height: 95px;
}
.col-main .tab-block .content .partner-bloc.fretbay-bloc .illu {
  margin: 20px 0 20px 10px;
  background: url("/Content/Default/Images/shared/fretbay_logo.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat;
  background-size: contain;
  background-position: center;
  width: 260px;
  height: 120px;
  margin-left: 0;
  margin-right: 15px;
}
.col-main .tab-block .content .partner-bloc.small {
  display: inline;
  float: left;
  width: 270px;
  margin: 0 0px;
  margin-bottom: 30px;
}
.col-main .tab-block .content .partner-bloc.small.first {
  margin-right: 26px;
}
.col-main .tab-block .content .partner-bloc.small .subTitle {
  height: 60px;
}
.col-main .tab-block .content .partner-bloc.small .subTitle.low {
  height: 30px;
}
.col-main .tab-block .content .partner-bloc.small .illu {
  margin: 20px 0 20px 10px;
}
.col-main .tab-block .content .partner-bloc.small .illu.cafpi {
  width: 150px;
  height: 65px;
  background: url("/Content/Default/Images/partners2.jpg?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -23px -212px no-repeat;
}
.col-main .tab-block .content .partner-bloc.small .illu.cafpi2 {
  background: url("/Content/Default/Images/partners2.jpg?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") 55px -980px no-repeat;
}
.col-main .tab-block .content .partner-bloc.small .illu.csf {
  background: url("/Content/Default/Images/partners2.jpg?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -36px -339px no-repeat;
  height: 91px;
  width: 61px;
  margin-top: 15px;
}
.col-main .tab-block .content .partner-bloc.small .illu.cl {
  background: url("/Content/Default/Images/partners2.jpg?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -18px -706px no-repeat;
  height: 58px;
  width: 141px;
  margin: 25px 0 38px 0;
}
.col-main .tab-block .content .partner-bloc.small .illu.sim1 {
  background: url("/Content/Default/Images/partners2.jpg?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -52px -771px no-repeat;
  height: 109px;
  width: 101px;
  margin-top: 5px;
  margin-bottom: 12px;
}
.col-main .tab-block .content .partner-bloc.small .illu.sim2 {
  background: url("/Content/Default/Images/partners2.jpg?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -53px -882px no-repeat;
  height: 97px;
  width: 101px;
  margin-top: 10px;
}
.col-main .tab-block .content .partner-bloc.small .illu.dem-bretons {
  background-position: 0 -131px;
  width: 131px;
  height: 65px;
  margin: 30px 0 47px 10px;
}
.col-main .tab-block .content .partner-bloc.small .illu.dem-seul {
  background-position: 0px -237px;
  width: 106px;
  height: 112px;
  margin-top: 10px;
}
.col-main .tab-block .content .partner-bloc.small .illu.dem-seul2 {
  background-position: 0px -735px;
  width: 230px;
  height: 51px;
  margin: 25px 0 26px 10px;
}
.col-main .tab-block .content .partner-bloc.small .illu.dem-pool {
  background-position: 0px -494px;
  width: 112px;
  height: 93px;
}
.col-main .tab-block .content .partner-bloc.small .illu.calcul-travaux {
  width: 140px;
  height: 78px;
  background: url("/Content/Default/Images/partners2.jpg?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -20px -652px no-repeat;
}
.col-main .tab-block .content .partner-bloc.small .description {
  padding-left: 10px;
  margin-bottom: 20px;
}
.col-main .tab-block .content .partner-bloc.small .description p {
  margin: 0;
}
.col-main .tab-block .content .partner-bloc.small .description a {
  line-height: 2em;
}
.simulator .sim-title {
  font-family: 'Open Sans', Arial, sans-serif;
  margin-bottom: 10px;
  font-size: 20px;
  color: #333333;
  font-weight: 500;
  margin-left: 10px;
}
.simulator form {
  margin-left: 10px;
}
.simulator p {
  font-size: 0.813em;
  color: #333333;
}
.simulator p.light {
  color: #a6a6a6;
  clear: both;
  padding-top: 20px;
  margin-left: 0px;
}
.simulator p.result {
  font-style: italic;
}
.simulator p.red {
  color: #bc0316;
  clear: both;
  margin-bottom: 5px;
  margin-top: 0;
}
.simulator p.grey {
  color: #a6a6a6;
}
.simulator .ui-tabs-vertical {
  width: 280px;
  border: 1px solid #d1d1d1;
  height: 255px;
  *zoom: 1;
}
.simulator .ui-tabs-vertical:before,
.simulator .ui-tabs-vertical:after {
  content: "";
  display: table;
}
.simulator .ui-tabs-vertical:after {
  clear: both;
}
.simulator .ui-tabs-vertical:before,
.simulator .ui-tabs-vertical:after {
  content: "";
  display: table;
}
.simulator .ui-tabs-vertical:after {
  clear: both;
}
.simulator .ui-tabs-vertical .ui-tabs-nav {
  padding: 0;
  float: left;
  width: 110px;
  list-style-type: none;
  margin: 0;
  background-color: #d1d1d1;
  height: 255px;
}
.simulator .ui-tabs-vertical .ui-tabs-nav li {
  clear: left;
  width: 110px;
}
.simulator .ui-tabs-vertical .ui-tabs-nav li a {
  display: block;
  font-size: 0.813em;
  color: #333333;
  text-decoration: none;
  background-color: #d1d1d1;
  height: 30px;
  line-height: 30px;
  padding-left: 5px;
}
.simulator .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a {
  background-color: #fff;
}
.simulator .ui-tabs-vertical .ui-tabs-panel {
  float: left;
  width: 170px;
  height: 255px;
  background-color: white;
}
.simulator .ui-tabs-vertical .ui-tabs-panel div {
  float: left;
  width: 170px;
  clear: left;
}
.simulator .ui-tabs-vertical .ui-tabs-panel div a.more,
.simulator .ui-tabs-vertical .ui-tabs-panel div a.less {
  float: left;
  color: white;
  font-size: 0.813em;
  font-weight: 600;
  display: block;
  background-color: #ed413d;
  width: 11px;
  height: 11px;
  margin: 10px 5px 0 5px;
  cursor: pointer;
  padding: 0;
  line-height: 11px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.simulator .ui-tabs-vertical .ui-tabs-panel div a.more:hover,
.simulator .ui-tabs-vertical .ui-tabs-panel div a.less:hover {
  background-color: #a41f72;
}
.simulator .ui-tabs-vertical .ui-tabs-panel div a.less {
  line-height: 9px;
}
.simulator .ui-tabs-vertical .ui-tabs-panel div input.amount {
  width: 30px;
  height: 17px;
  line-height: 17px;
  font-size: 0.813em;
  color: #333333;
  float: left;
  padding: 0;
  margin-top: 5px;
  border-radius: 4px;
  border: 1px solid #cdcdcd;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%);
}
.simulator .ui-tabs-vertical .ui-tabs-panel div label {
  float: left;
  font-size: 0.813em;
  color: #333333;
  height: 29px;
  line-height: 30px;
  clear: none;
  width: 85px;
  margin: 0 0 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.simulator .avantages {
  height: 30px;
  line-height: 30px;
  font-weight: 600;
  float: left;
  margin: 18px 0 10px -10px;
}
.simulator .avantages span {
  font-size: 0.813em;
  text-transform: uppercase;
  padding-right: 10px;
  float: left;
  color: #fff;
  line-height: 29px;
  height: 29px;
  background-color: #ed413d;
  padding: 0 7px 0 20px;
}
.simulator .avantages div {
  height: 29px;
  width: 15px;
  float: right;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -513px -46px no-repeat;
}
.simulator .result-box {
  text-align: center;
}
.simulator .result-box span {
  font-size: 0.813em;
}
.simulator .result-box span:last-child {
  margin-left: 308px;
}
.simulator .result-box div {
  font-size: 2.500em;
  line-height: 0.9em;
  text-shadow: 1px 1px 0 #ffffff;
  -moz-text-shadow: 1px 1px 0 #ffffff;
  -ms-text-shadow: 1px 1px 0 #ffffff;
  -o-text-shadow: 1px 1px 0 #ffffff;
}
.simulator .form-simulator label {
  float: left;
  font-size: 0.813em;
  color: #333333;
  clear: left;
  width: 132px;
  margin-right: 10px;
  margin-top: 10px;
  height: 32px;
  line-height: 32px;
}
.simulator .form-simulator > span,
.simulator .form-simulator .col > span {
  float: left;
  font-size: 0.813em;
  color: #333333;
  width: 15px;
  margin-left: 6px;
  margin-top: 10px;
  height: 32px;
  line-height: 32px;
}
.simulator .form-simulator input::-webkit-input-placeholder {
  color: #000;
}
.simulator .form-simulator .input-t1-small {
  border: 1px solid #cdcdcd;
  height: 30px;
  line-height: 30px;
  float: left;
  margin-top: 10px;
  border-radius: 4px;
  width: 120px;
  color: #333;
  font-size: 0.813em;
  padding: 0 5px;
  font-family: 'Open Sans', Arial, sans-serif;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%);
}
.simulator .form-simulator .input-t1-small.xsmall {
  width: 90px;
}
.simulator .form-simulator .input-t1-small.error {
  background-image: none !important;
}
.simulator .form-simulator .input-t1 {
  border: 1px solid #cdcdcd;
  margin-top: 10px;
  border-radius: 4px;
  width: 265px;
  color: #333;
  font-size: 0.813em;
  font-family: 'Open Sans', Arial, sans-serif;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%);
}
.simulator .form-simulator .input-t2 {
  width: 265px;
  border: 1px solid #cdcdcd;
  margin-top: 10px;
  border-radius: 4px;
  margin-bottom: 30px;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #999;
  font-size: 0.813em;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%);
}
.simulator .form-simulator .input-t1::-webkit-input-placeholder {
  color: #333;
  font-size: 0.875em;
  font-family: 'Open Sans', Arial, sans-serif;
  font-style: italic;
}
.simulator .form-simulator .input-t1:-moz-placeholder {
  color: #333;
}
.simulator .form-simulator .input-t1:-ms-input-placeholder {
  color: #333;
}
.simulator .form-simulator .input-t2::-webkit-input-placeholder {
  color: #999;
  font-size: 0.813em;
  font-family: 'Open Sans', Arial, sans-serif;
}
.simulator .form-simulator .input-t2:-moz-placeholder {
  color: #999;
}
.simulator .form-simulator .input-t2:-ms-input-placeholder {
  color: #999;
}
.simulator .form-simulator .calculate {
  clear: both;
  color: #000;
  float: right;
  font-size: 0.813em;
  background-color: #f4f4f4;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  padding: 0 10px;
  border: 1px solid #d9d9d9;
  font-weight: 600;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 1px #aaaaaa;
  -moz-box-shadow: 1px 1px 1px #aaaaaa;
  box-shadow: 1px 1px 1px #aaaaaa;
  margin-right: 10px;
  margin-top: 10px;
  height: 30px;
  line-height: 30px;
}
.simulator .form-simulator .calculate:hover {
  color: #a41f72;
}
.simulator .btns-simul {
  *zoom: 1;
}
.simulator .btns-simul:before,
.simulator .btns-simul:after {
  content: "";
  display: table;
}
.simulator .btns-simul:after {
  clear: both;
}
.simulator .btns-simul:before,
.simulator .btns-simul:after {
  content: "";
  display: table;
}
.simulator .btns-simul:after {
  clear: both;
}
.breadcrumb {
  font-size: 0.813em;
  float: left;
  height: 50px;
  line-height: 50px;
  width: 100%;
  color: #333;
}
.breadcrumb .pre {
  float: left;
  margin-right: 10px;
}
.breadcrumb div {
  display: inline-block;
  float: left;
}
.breadcrumb div a {
  text-decoration: none;
  font-weight: 600;
  color: #333;
}
.breadcrumb div a span {
  color: #333;
}
.breadcrumb div a:hover {
  color: #a41f72;
}
.breadcrumb div a:hover span {
  color: #a41f72;
}
.subtitle-underlined {
  margin: 0 10px;
  border-bottom: 1px solid #414141;
  height: 20px;
  /*float: left;*/
  position: relative;
  width: 605px;
}
.subtitle-underlined span {
  color: #333333;
  background-color: #fff;
  font-weight: 600;
  font-size: 0.938em;
  position: absolute;
  bottom: -4px;
  left: 0;
  display: block;
  padding-right: 5px;
}
.subtitle-underlined span b {
  color: #0054a6;
  font-weight: 600;
}
.search-engine {
  width: 100%;
  position: relative;
  height: 50px;
}
.search-engine .search-header {
  height: 50px;
  float: left;
  width: 100%;
}
.search-engine .search-header .wrapper {
  position: relative;
}
.search-engine .search-header h1 {
  font-weight: 600;
  font-size: 1.250em;
  margin: 0;
  line-height: 47px;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 550px;
  float: left;
}
.search-engine .search-header .nb {
  color: #000;
  font-family: 'Open Sans', Arial, sans-serif;
  float: right;
  line-height: 47px;
  font-size: 1.250em;
  font-weight: 500;
  margin-right: 5px;
}
.search-engine.type-fa {
  height: 110px;
}
.search-engine.type-fa h1 {
  max-width: 620px;
}
.search-engine.type-fa .nb {
  margin-right: 30px;
}
.search-engine.type-fa form {
  float: left;
  margin: 0;
  background: #e6e7e9;
}
.local-sliderCtnr .bxslider-local {
  margin: 0;
}
.local-sliderCtnr .bxslider-local li .imgCtnr {
  height: 170px;
  overflow: hidden;
  position: relative;
  display: table;
}
.local-sliderCtnr .bxslider-local li .imgCtnr .mask {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  height: 120px;
  background-color: rgba(51, 51, 51, 0.4);
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 10;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.local-sliderCtnr .bxslider-local li .imgCtnr .mask .more-details {
  display: block;
  background-color: #a41f72;
  color: #fff;
  width: 140px;
  height: 38px;
  line-height: 38px;
  text-transform: uppercase;
  font-size: 0.750em;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  position: absolute;
  left: 50%;
  margin-left: -70px;
  top: 49px;
  text-align: center;
  text-shadow: 0 1px 0 #7d020f;
  -moz-text-shadow: 0 1px 0 #7d020f;
  -ms-text-shadow: 0 1px 0 #7d020f;
  -o-text-shadow: 0 1px 0 #7d020f;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.local-sliderCtnr .bxslider-local li .imgCtnr .mask .more-details:hover {
  background-color: #751956;
}
.local-sliderCtnr .bxslider-local li .imgCtnr .overlay {
  position: absolute;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  width: 278px;
  height: 50px;
  bottom: 0;
  right: 0;
  z-index: 20;
}
.local-sliderCtnr .bxslider-local li .imgCtnr .overlay .price {
  color: #0054a6;
  font-weight: 700;
  font-size: 1.375em;
  padding-left: 10px;
}
.local-sliderCtnr .bxslider-local li .imgCtnr .overlay .price sup {
  font-size: 60%;
}
.local-sliderCtnr .bxslider-local li .imgCtnr .overlay .monthly {
  color: #bc0104;
  font-size: 0.813em;
  cursor: pointer;
  float: right;
  padding: 8px 0 0 0;
  margin: 0 5px 0 0;
}
.local-sliderCtnr .bxslider-local li .imgCtnr .overlay .monthly:hover {
  color: #751956;
}
.local-sliderCtnr .bxslider-local li .imgCtnr .overlay .desc {
  float: left;
  clear: both;
  color: #333333;
  font-size: 0.813em;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 260px;
}
.local-sliderCtnr .bxslider-local li .imgCtnr.hover .mask {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
table.infoTable {
  border-collapse: separate;
  border-spacing: 7px;
  float: left;
  clear: both;
}
table.infoTable tr.even {
  background-color: #f4f4f4;
}
table.infoTable tr.odd {
  background-color: #fff;
}
table.infoTable tr td {
  width: 180px;
  margin: 0;
  font-size: 0.625em;
  color: #333333;
  padding: 7px 5px;
}
table.infoTable tr td a {
  color: #333333;
  text-decoration: none;
  display: block;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 170px;
}
table.infoTable tr td a:hover {
  color: #a41f72;
}
/* ancien style encore utilis� sur LR ACCOUNT */
#account-result-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#account-result-list > li {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #dce0df;
  padding: 10px 8px;
  overflow: hidden;
}
#account-result-list > li.intercart {
  padding: 0;
  display: none;
}
#account-result-list > li.intercart div div {
  width: 440px;
  padding: 20px 95px;
  background: #fff;
}
#account-result-list > li .product-mediaCtnr {
  float: left;
  display: table;
  position: relative;
}
#account-result-list > li .details {
  float: left;
  margin-left: 10px;
  width: 335px;
  position: relative;
}
#account-result-list > li .details .buc-title {
  color: #0054a6;
  font-size: 1.375em;
  font-weight: 600;
  float: left;
  width: 330px;
  max-width: 330px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#account-result-list > li .details .wrapper-agency {
  font-size: 0.813em;
  clear: both;
  color: #333;
  float: left;
  width: 340px;
  padding: 5px 0 25px 0;
  margin-top: 0;
}
#account-result-list > li .details .wrapper-agency .col {
  float: left;
  width: 110px;
}
#account-result-list > li .details .wrapper-agency .col-large {
  float: left;
  width: 150px;
}
#account-result-list > li .details .wrapper-agency .col-wide {
  float: left;
  width: 240px;
}
#account-result-list > li .details .wrapper-agency .col-small {
  float: left;
  width: 90px;
}
#account-result-list > li .details .wrapper-agency .col-xsmall {
  float: left;
  width: 70px;
}
#account-result-list > li .details .wrapper-agency .col-full {
  float: left;
  width: 330px;
}
#account-result-list > li .details .wrapper-agency .col-full b {
  color: #0054a6;
}
#account-result-list > li .details .wrapper-agency strong {
  font-weight: 600;
}
#account-result-list > li .details .pro-infos {
  float: left;
  clear: both;
  height: 80px;
  width: 335px;
  *zoom: 1;
}
#account-result-list > li .details .pro-infos:before,
#account-result-list > li .details .pro-infos:after {
  content: "";
  display: table;
}
#account-result-list > li .details .pro-infos:after {
  clear: both;
}
#account-result-list > li .details .pro-infos:before,
#account-result-list > li .details .pro-infos:after {
  content: "";
  display: table;
}
#account-result-list > li .details .pro-infos:after {
  clear: both;
}
#account-result-list > li .details .pro-infos .pro-img {
  clear: both;
  float: left;
  height: 70px;
  width: 70px;
}
#account-result-list > li .details .pro-infos .pro-details {
  float: left;
  margin-left: 5px;
  width: 260px;
  height: 70px;
}
#account-result-list > li .details .pro-infos .pro-details span {
  font-size: 0.625em;
  line-height: 11px;
  float: left;
  display: inline-block;
  width: 255px;
  max-width: 255px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#account-result-list > li .details .pro-infos .pro-details .btnCtnr {
  clear: both;
  float: left;
  width: 260px;
  height: 70px;
}
#account-result-list > li .details .pro-infos .pro-details .btnCtnr .action-btn {
  font-size: 0.688em;
  height: 28px;
  line-height: 28px;
  text-align: center;
  width: 122px;
  background-color: #f4f4f4;
  float: left;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  color: #333;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  padding: 0;
  margin-top: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
#account-result-list > li .details .pro-infos .pro-details .btnCtnr .action-btn:hover {
  color: #a41f72;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
#account-result-list > li .details .pro-infos .pro-details .btnCtnr .action-btn.agency-website {
  clear: left;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
#account-result-list > li .details .pro-infos .pro-details .btnCtnr .action-btn.more-details {
  background-color: #a41f72;
  border: 1px solid #a41f72;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}
#account-result-list > li .details .pro-infos .pro-details .btnCtnr .action-btn.more-details:hover {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #751956;
  border: 1px solid #751956;
}
#account-result-list > li.agency .wrapper {
  margin-top: 20px;
}
#account-result-list > li.agency .pro-infos {
  margin-top: 10px;
  height: 68px;
}
#account-result-list > li.agency .pro-infos .pro-details {
  float: right;
}
#account-result-list > li:hover {
  -webkit-box-shadow: 0px 0px 3px 2px #c8c8cc;
  -moz-box-shadow: 0px 0px 3px 2px #c8c8cc;
  box-shadow: 0px 0px 3px 2px #c8c8cc;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#account-result-list > li:hover .details .pro-infos .pro-details .btnCtnr .overview,
#account-result-list > li:hover .details .pro-infos .pro-details .btnCtnr .agency-website,
#account-result-list > li:hover .details .pro-infos .pro-details .btnCtnr .more-details {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
  filter: alpha(opacity=100);
}
/************** advanced search **************/
.container-search {
  width: 960px;
  margin: 10px auto 0 auto;
}
.container-search .main-title {
  font-size: 1.813em;
  font-weight: 300;
  color: #333333;
  margin-top: 50px;
  text-shadow: 1px 1px 3px #ffffff;
  -moz-text-shadow: 1px 1px 3px #ffffff;
  -ms-text-shadow: 1px 1px 3px #ffffff;
  -o-text-shadow: 1px 1px 3px #ffffff;
}
.container-search > p {
  color: #333333;
  font-weight: 600;
  font-size: 0.813em;
}
.container-search .search-tab {
  background-color: #fff;
  *zoom: 1;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 3px 2px #c8c8cc;
  -moz-box-shadow: 0px 0px 3px 2px #c8c8cc;
  box-shadow: 0px 0px 3px 2px #c8c8cc;
  margin-top: 25px;
  padding: 30px 0;
  z-index: 10;
  position: relative;
}
.container-search .search-tab:before,
.container-search .search-tab:after {
  content: "";
  display: table;
}
.container-search .search-tab:after {
  clear: both;
}
.container-search .search-tab:before,
.container-search .search-tab:after {
  content: "";
  display: table;
}
.container-search .search-tab:after {
  clear: both;
}
.container-search .search-tab.global label {
  font-size: 0.813em;
  float: left;
  font-weight: 600;
}
.container-search .search-tab.global .col {
  float: left;
  *zoom: 1;
}
.container-search .search-tab.global .col:before,
.container-search .search-tab.global .col:after {
  content: "";
  display: table;
}
.container-search .search-tab.global .col:after {
  clear: both;
}
.container-search .search-tab.global .col:before,
.container-search .search-tab.global .col:after {
  content: "";
  display: table;
}
.container-search .search-tab.global .col:after {
  clear: both;
}
.container-search .search-tab.global .col.col-l {
  width: 375px;
  margin-left: 10px;
}
.container-search .search-tab.global .col.col-l .input-classic-grad {
  clear: both;
  float: left;
  width: 362px;
  margin-top: 6px;
}
.container-search .search-tab.global .col.col-l .examples {
  font-size: 0.813em;
  clear: both;
  margin-top: 8px;
  float: left;
  width: 373px;
}
.container-search .search-tab.global .col.col-l .examples span {
  color: #ccc;
}
.container-search .search-tab.global .col.col-l .examples a {
  margin: 0 12px 0 3px;
  font-weight: 600;
}
.container-search .search-tab.global .col.col-c {
  width: 265px;
  margin-left: 20px;
}
.container-search .search-tab.global .col.col-c .input-group {
  margin-top: 10px;
  float: left;
}
.container-search .search-tab.global .col.col-c .input-group input {
  width: 74px;
}
.container-search .search-tab.global .col.col-r {
  width: 280px;
  padding-top: 23px;
}
.container-search .search-tab.global .col.col-r > span {
  float: left;
  line-height: 30px;
  height: 30px;
  display: block;
  padding: 0 13px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  font-size: 0.813em;
}
.container-search .search-tab.global .col.col-r input {
  float: left;
  margin-top: 0;
}
.container-search .search-tab.buy {
  padding-top: 0;
}
.container-search .search-tab.buy .block-form {
  *zoom: 1;
  border-bottom: 1px solid #333333;
  margin: 0 10px;
  padding: 30px 0;
}
.container-search .search-tab.buy .block-form .col50 {
  width: 470px;
}
.container-search .search-tab.buy .block-form .col25 {
  width: 235px;
}
.container-search .search-tab.buy .block-form .col25.col-check label {
  float: left;
}
.container-search .search-tab.buy .block-form .col25.col-check .check {
  float: left;
  clear: both;
  margin: 9px 6px 0 0;
  display: inline-block;
}
.container-search .search-tab.buy .block-form .col25.col-check .row {
  float: left;
  clear: both;
  height: 30px;
  width: 205px;
}
.container-search .search-tab.buy .block-form:before,
.container-search .search-tab.buy .block-form:after {
  content: "";
  display: table;
}
.container-search .search-tab.buy .block-form:after {
  clear: both;
}
.container-search .search-tab.buy .block-form:before,
.container-search .search-tab.buy .block-form:after {
  content: "";
  display: table;
}
.container-search .search-tab.buy .block-form:after {
  clear: both;
}
.container-search .search-tab.buy .block-form label {
  font-size: 0.938em;
  display: inline-block;
  line-height: 30px;
  color: #333333;
}
.container-search .search-tab.buy .block-form label b {
  font-weight: 600;
}
.container-search .search-tab.buy .block-form label.locale {
  margin-top: 23px;
}
.container-search .search-tab.buy .block-form .form-title {
  font-size: 0.938em;
  color: #333333;
  line-height: 30px;
  clear: both;
}
.container-search .search-tab.buy .block-form .form-title b {
  font-weight: 600;
}
.container-search .search-tab.buy .block-form .form-title.small {
  width: 470px;
  float: left;
  clear: none;
}
.container-search .search-tab.buy .block-form.adv-form-global .place {
  clear: both;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIxMDAlIiB4Mj0iMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(bottom, #f2f2f2 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(bottom, #f2f2f2 0%, #ffffff 100%);
  background-image: -o-linear-gradient(bottom, #f2f2f2 0%, #ffffff 100%);
  background-image: linear-gradient(to top, #f2f2f2 0%, #ffffff 100%);
  width: 360px;
  margin-top: 20px;
}
.container-search .search-tab.buy .block-form.adv-form-global .add {
  font-size: 0.813em;
  margin-left: 10px;
  font-weight: 600;
}
.container-search .search-tab.buy .block-form.adv-form-global .locCtnr {
  float: left;
  clear: both;
  margin-top: 10px;
}
.container-search .search-tab.buy .block-form.adv-form-budget .line {
  height: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}
.container-search .search-tab.buy .block-form.adv-form-budget .line.last {
  margin-bottom: 0;
}
.container-search .search-tab.buy .block-form.adv-form-budget label {
  float: left;
  clear: both;
  width: 200px;
}
.container-search .search-tab.buy .block-form.adv-form-budget span {
  float: left;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
}
.container-search .search-tab.buy .block-form.adv-form-budget .input-classic-grad {
  float: left;
  width: 110px;
}
.container-search .search-tab.buy .block-form.adv-form-type,
.container-search .search-tab.buy .block-form.adv-form-sup {
  padding-top: 20px;
}
.container-search .search-tab.buy .block-form.adv-form-nb .checkboxes {
  clear: both;
}
.container-search .search-tab.buy .block-form.adv-form-nb .checkboxes .check-label {
  min-width: 40px;
}
.container-search .search-tab.buy .block-form.adv-form-ref .input-classic-grad {
  width: 285px;
  margin-left: 50px;
}
.container-search .search-tab.buy .block-form.adv-form-adv .surface {
  float: left;
  width: 110px;
}
.container-search .search-tab.buy .block-form.adv-form-adv .line {
  height: 30px;
  line-height: 30px;
  margin: 10px 0 20px 0;
}
.container-search .search-tab.buy .block-form.adv-form-adv .line label {
  float: left;
  clear: both;
  width: 200px;
}
.container-search .search-tab.buy .block-form.adv-form-adv .line span {
  float: left;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
}
.container-search .search-tab.buy .block-form.adv-form-adv .form-title.small {
  margin-top: 20px;
}
.container-search .search-tab.buy .block-form.adv-form-adv .others {
  padding-top: 20px;
}
.container-search .search-tab.buy .block-form.adv-form-type .checkboxes {
  display: flex;
  height: 185px;
  flex-direction: column;
  flex-wrap: wrap;
}
.container-search .search-tab.buy .block-form.adv-form-type .checkboxes label {
  width: 25%;
}
.container-search .search-tab.buy .block-valid {
  margin: 0 10px;
  padding: 30px 0;
}
.container-search .search-tab.buy .block-valid .validBtn {
  font-weight: 600;
  margin-top: 0;
}
.container-search .nav-adv-search {
  width: 100%;
  background-color: #fff;
  height: 60px;
  *zoom: 1;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 3px 2px #c8c8cc;
  -moz-box-shadow: 0px 0px 3px 2px #c8c8cc;
  box-shadow: 0px 0px 3px 2px #c8c8cc;
  overflow: hidden;
  margin-top: 35px;
}
.container-search .nav-adv-search:before,
.container-search .nav-adv-search:after {
  content: "";
  display: table;
}
.container-search .nav-adv-search:after {
  clear: both;
}
.container-search .nav-adv-search:before,
.container-search .nav-adv-search:after {
  content: "";
  display: table;
}
.container-search .nav-adv-search:after {
  clear: both;
}
.container-search .nav-adv-search ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.container-search .nav-adv-search ul li {
  float: left;
}
.container-search .nav-adv-search ul li a {
  height: 60px;
  line-height: 60px;
  display: block;
  padding: 0 10px;
}
.container-search .nav-adv-search ul li a .check {
  display: block;
  float: left;
  height: 17px;
  width: 17px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -301px -33px no-repeat;
  margin: 22px 6px 0 0px;
}
.container-search .nav-adv-search ul li a .label {
  color: #333333;
  font-weight: 600;
  font-size: 0.938em;
}
.container-search .nav-adv-search ul li a:hover {
  background-color: #a41f72;
}
.container-search .nav-adv-search ul li a:hover .label {
  color: #fff;
}
.container-search .nav-adv-search ul li.ui-state-active a {
  background-color: #a41f72;
  color: #fff;
}
.container-search .nav-adv-search ul li.ui-state-active a .check {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -301px -55px no-repeat;
}
.container-search .nav-adv-search ul li.ui-state-active a .label {
  color: #fff;
}
.container-search .adv-search-links {
  *zoom: 1;
  background-color: #e6e7e9;
  padding-bottom: 30px;
}
.container-search .adv-search-links:before,
.container-search .adv-search-links:after {
  content: "";
  display: table;
}
.container-search .adv-search-links:after {
  clear: both;
}
.container-search .adv-search-links:before,
.container-search .adv-search-links:after {
  content: "";
  display: table;
}
.container-search .adv-search-links:after {
  clear: both;
}
.container-search .adv-search-links .col50 .col-title {
  font-size: 0.813em;
  font-weight: 600;
  margin: 25px 0 0 10px;
}
.container-search .adv-search-links .col50 ul {
  list-style-type: none;
  margin: 20px 30px 0 10px;
  padding: 0;
  float: left;
}
.container-search .adv-search-links .col50 ul li a {
  font-size: 0.813em;
  display: inline-block;
  max-width: 195px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container-search .adv-search-other-links {
  background-color: #fff;
  *zoom: 1;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 3px 2px #c8c8cc;
  -moz-box-shadow: 0px 0px 3px 2px #c8c8cc;
  box-shadow: 0px 0px 3px 2px #c8c8cc;
  margin: 45px 0 100px 0;
  padding: 0 10px 30px 10px;
  z-index: 10;
}
.container-search .adv-search-other-links:before,
.container-search .adv-search-other-links:after {
  content: "";
  display: table;
}
.container-search .adv-search-other-links:after {
  clear: both;
}
.container-search .adv-search-other-links:before,
.container-search .adv-search-other-links:after {
  content: "";
  display: table;
}
.container-search .adv-search-other-links:after {
  clear: both;
}
.container-search .adv-search-other-links .subtitle-underlined {
  width: 935px;
  margin: 25px 10px 20px 0;
}
.container-search .adv-search-other-links > p {
  clear: both;
  font-size: 0.813em;
  display: block;
  margin: 0;
}
.container-search .adv-search-other-links > a {
  font-size: 0.813em;
}
/************** homepage specific **************/
header.hp-header {
  position: relative;
  width: 100%;
  min-width: 100%;
  *zoom: 1;
  clear: both;
  overflow: visible;
  margin-bottom: 85px;
}
header.hp-header:before,
header.hp-header:after {
  content: "";
  display: table;
}
header.hp-header:after {
  clear: both;
}
header.hp-header:before,
header.hp-header:after {
  content: "";
  display: table;
}
header.hp-header:after {
  clear: both;
}
header.hp-header .fd-header {
  background: url('/Content/Default/Images/Home/homeBackground.jpg') center no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 325px;
  z-index: 1;
}
header.hp-header .search {
  position: relative;
  z-index: 5;
}
header.hp-header .logo {
  display: block;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") left top no-repeat;
  width: 275px;
  height: 178px;
  text-indent: -5000px;
  margin-left: auto;
  margin-right: auto;
}
header.hp-header .search {
  width: 760px;
  background: url("/Content/Default/Images/home/bkg-hp-form.png") left top no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-top: 158px;
}
header.hp-header .search h1 {
  color: #fff;
  margin: 0;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
}
header.hp-header .search span.ui-icon {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -894px -107px no-repeat;
}
header.hp-header .search ul.type-select {
  padding-left: 20px;
  margin: 16px 0 0 0;
}
header.hp-header .search ul.type-select li {
  list-style-type: none;
  float: left;
}
header.hp-header .search ul.type-select li a {
  color: #fff;
  background-color: #898989;
  text-decoration: none;
  padding: 5px 0;
  margin-right: 10px;
  border-radius: 5px;
  display: block;
  height: 19px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 0.813em;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
header.hp-header .search ul.type-select li a .check {
  display: none;
  float: left;
  height: 17px;
  width: 17px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -301px -33px no-repeat;
  margin: 1px 6px 0 12px;
}
header.hp-header .search ul.type-select li a .label {
  /*display: block;
						float: left;*/
  position: absolute;
  color: #fff;
  top: 0px;
  left: 15px;
}
header.hp-header .search ul.type-select li a.buy {
  width: 90px;
}
header.hp-header .search ul.type-select li a.rent {
  width: 107px;
}
header.hp-header .search ul.type-select li a.new {
  width: 85px;
}
header.hp-header .search ul.type-select li a.construct {
  width: 100px;
}
header.hp-header .search ul.type-select li a.pro {
  width: 198px;
}
header.hp-header .search ul.type-select li a.other {
  width: 90px;
}
header.hp-header .search ul.type-select li a.other .check {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -311px -74px no-repeat;
}
header.hp-header .search ul.type-select li a.other.selected .check {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -336px -74px no-repeat;
}
header.hp-header .search ul.type-select li a.selected {
  background-color: #fff;
  color: #a41f72;
}
header.hp-header .search ul.type-select li a.selected .check {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -301px -55px no-repeat;
}
header.hp-header .search ul.type-select li a.selected .arrow {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -337px -16px no-repeat;
  position: absolute;
  display: block;
  left: 50%;
  bottom: -7px;
  width: 15px;
  height: 7px;
  margin-left: -7px;
}
header.hp-header .search ul.type-select li a.selected .label {
  color: #a41f72 !important;
  font-weight: 700;
}
header.hp-header .hp-formCtnr {
  clear: both;
  margin: 15px 20px 0 0px;
}
header.hp-header .hp-formCtnr form {
  display: none;
}
header.hp-header .hp-formCtnr form.visible {
  display: block;
  clear: both;
  zoom: 1;
}
header.hp-header .hp-formCtnr .place {
  border-radius: 3px;
  border: 1px solid #ccc;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  font-size: 0.813em;
  width: 320px;
  float: left;
  line-height: 30px;
  height: 30px;
  padding: 0 5px;
}
header.hp-header .hp-formCtnr .place::-webkit-input-placeholder {
  color: #333333;
}
header.hp-header .hp-formCtnr .place:-moz-placeholder {
  color: #333333;
}
header.hp-header .hp-formCtnr .place:-ms-input-placeholder {
  color: #333333;
}
header.hp-header .hp-formCtnr .place.mini {
  margin-left: 15px;
  width: 263px;
}
header.hp-header .hp-formCtnr .hp-form-submit {
  background-color: #a41f72;
  color: #fff;
  border: 0 none;
  font-size: 16px;
  font-weight: 600;
  text-shadow: 0 1px 0 #7d020f;
  -moz-text-shadow: 0 1px 0 #7d020f;
  -ms-text-shadow: 0 1px 0 #7d020f;
  -o-text-shadow: 0 1px 0 #7d020f;
  padding: 0;
  height: 37px;
  width: 112px;
  line-height: 37px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  float: left;
  font-family: 'Open Sans', Arial, sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
header.hp-header .hp-formCtnr .hp-form-submit:hover {
  background-color: #751956;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
header.hp-header .hp-formCtnr .input-group {
  margin-right: 15px;
  margin-top: 10px;
  float: left;
}
header.hp-header .hp-formCtnr .input-group input {
  width: 106px;
  height: 25px;
  line-height: 1.5em;
}
header.hp-header .hp-formCtnr .input-group .input-group-addon {
  height: 13px;
  line-height: 15px;
}
header.hp-header .hp-formCtnr .advanced-search {
  float: right;
  color: #fff;
  text-decoration: none;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: normal;
  font-size: 0.813em;
  margin-top: 13px;
  cursor: pointer;
}
header.hp-header .hp-formCtnr .advanced-search:hover {
  color: #fccd43;
}
header.hp-header .hp-formCtnr .advanced-search-ctnr {
  margin-top: 13px;
  float: right;
  margin-right: 40px;
  position: relative;
  height: 35px;
  z-index: 500;
  cursor: pointer;
  width: 156px;
  background: rgba(69, 68, 63, 0) !important;
}
header.hp-header .hp-formCtnr .advanced-search-ctnr .label {
  color: #8c8c8c;
}
header.hp-header .hp-formCtnr .advanced-search-ctnr .advanced-srch {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
header.hp-header .hp-formCtnr .advanced-search-ctnr .advanced-srch .icon {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -311px -97px no-repeat;
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  float: left;
}
header.hp-header .hp-formCtnr .advanced-search-ctnr .advanced-srch .label {
  color: #fff;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: normal;
  font-size: 0.813em;
  float: left;
}
header.hp-header .hp-formCtnr .advanced-search-ctnr .advanced-srch:hover {
  color: #fccd43;
}
header.hp-header .hp-formCtnr .advanced-search-ctnr .advanced-srch:hover .label {
  color: #fccd43;
}
header.hp-header .hp-formCtnr .advanced-search-ctnr .advanced-srch:hover .icon {
  background-position: -335px -97px;
}
header.hp-header .hp-formCtnr .select-others {
  background-color: #fff;
  height: 82px;
  width: 740px;
  overflow: hidden;
  margin-left: -10px;
}
header.hp-header .hp-formCtnr .select-others ul {
  float: left;
  margin: 10px 0 0 20px;
  padding-left: 30px;
}
header.hp-header .hp-formCtnr .select-others ul li a {
  color: #333333;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 0.813em;
  text-decoration: none;
}
header.hp-header .hp-formCtnr .select-others ul li a:hover {
  color: #a41f72;
}
header.hp-header .hp-formCtnr .select-others .btns {
  float: right;
  margin-right: 10px;
}
header.hp-header .hp-formCtnr .select-others .btns a {
  display: block;
  height: 30px;
  line-height: 30px;
  border: 1px solid #d9d9d9;
  width: 155px;
  text-align: center;
  text-decoration: none;
  font-size: 0.813em;
  font-family: 'Open Sans', Arial, sans-serif;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  margin-top: 5px;
}
header.hp-header .hp-formCtnr .avalneuf {
  color: #fff;
  line-height: 30px;
  font-family: 'Open Sans', Arial, sans-serif;
  padding-left: 10px;
  font-size: 13px;
  color: #a41f72;
  font-weight: 600;
}
header.hp-header .hp-formCtnr .hp-form-new .place {
  width: 350px;
}
.hp-container {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.hp-container .colCtnr {
  *zoom: 1;
}
.hp-container .colCtnr:before,
.hp-container .colCtnr:after {
  content: "";
  display: table;
}
.hp-container .colCtnr:after {
  clear: both;
}
.hp-container .colCtnr:before,
.hp-container .colCtnr:after {
  content: "";
  display: table;
}
.hp-container .colCtnr:after {
  clear: both;
}
.hp-container h2 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  font-weight: 700;
  margin: 30px 0 20px 0;
}
.hp-container .col {
  display: inline;
  float: left;
  width: 300px;
  margin: 0 0px;
  min-height: 1px;
}
.hp-container .col.col-center {
  margin: 0 30px;
}
.hp-container .col .col-sep {
  width: 298px;
  height: 3px;
  float: left;
  clear: both;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -423px -11px no-repeat;
}
.hp-container .col .hp-thumb {
  display: block;
  text-decoration: none;
  position: relative;
  width: 300px;
  height: 240px;
  background: url("/Content/Default/Images/home/hp-thumbs.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") 0px 0px no-repeat;
  margin-bottom: 30px;
}
.hp-container .col .hp-thumb .btn-in {
  background-color: #a41f72;
  display: block;
  padding: 5px 10px;
  position: absolute;
  color: white;
  top: 160px;
  left: 25px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 500;
  text-shadow: 0px 1px 2px #777;
  font-size: 0.813em;
}
.hp-container .col .hp-thumb .btn-out {
  color: #0054a6;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 0.813em;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.hp-container .col .hp-thumb:hover .btn-in {
  background-color: #751956;
}
.hp-container .col .hp-thumb:hover .btn-out {
  color: #a41f72;
}
.hp-container .col .hp-thumb.tb-new {
  background-position: -319px 0;
}
.hp-container .col .hp-thumb.tb-vac {
  background-position: -637px 0;
}
.hp-container .col .hp-thumb.tb-pro {
  background-position: -955px 0;
}
.hp-container .col .hp-thumb.tb-inter {
  background-position: -1289px 0;
}
.hp-container .col .hp-thumb.tb-exp {
  background-position: -1590px 0;
}
.hp-container .col .hp-thumb.tb-annu {
  background-position: -1898px 0;
}
.hp-inter-title {
  text-indent: -50000px;
  display: block;
  height: 30px;
  width: 834px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -14px -245px no-repeat;
  clear: both;
  margin: 70px auto 30px auto;
}
/************** pages confier, creation compte **************/
.popin-content .container-entrust {
  width: 424px !important;
}
.popin-content .container-entrust .colCtnr {
  padding: 0;
}
.popin-content .container-entrust .colCtnr .col-form .bloc-form {
  box-shadow: none;
  width: 430px;
}
.popin-content .container-entrust .colCtnr .col-form .bloc-form:before {
  background: none;
}
.container-entrust {
  *zoom: 1;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  clear: both !important;
}
.container-entrust:before,
.container-entrust:after {
  content: "";
  display: table;
}
.container-entrust:after {
  clear: both;
}
.container-entrust:before,
.container-entrust:after {
  content: "";
  display: table;
}
.container-entrust:after {
  clear: both;
}
.container-entrust .valid-box {
  border: 1px solid #a41f72;
  float: left;
  height: 34px;
  margin: 15px 0 0 20px;
}
.container-entrust .valid-box .email-sub {
  float: left;
  padding: 0 6px;
}
.container-entrust .valid-box .email-sub label {
  line-height: 34px;
}
.container-entrust .valid-box .email-sub .custom-check + label:before {
  top: 1px;
}
.container-entrust .colCtnr {
  padding-top: 60px;
}
.container-entrust .colCtnr .col-infos {
  display: inline;
  float: left;
  width: 540px;
  margin: 0 0px;
}
.container-entrust .colCtnr .col-infos .main-title {
  font-weight: 300;
  font-size: 1.875em;
  color: #333333;
  text-shadow: 1px 1px 0 #ffffff;
  -moz-text-shadow: 1px 1px 0 #ffffff;
  -ms-text-shadow: 1px 1px 0 #ffffff;
  -o-text-shadow: 1px 1px 0 #ffffff;
}
.container-entrust .colCtnr .col-infos .infos {
  margin-top: 90px;
  padding-left: 20px;
}
.container-entrust .colCtnr .col-infos .infos.account {
  margin-top: 40px;
}
.container-entrust .colCtnr .col-infos .infos .block {
  color: #333333;
  font-size: 0.938em;
  padding-left: 115px;
  margin-bottom: 50px;
  min-height: 75px;
  position: relative;
}
.container-entrust .colCtnr .col-infos .infos .block div {
  background: url("/Content/Default/Images/info-icons.png") left top no-repeat;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.container-entrust .colCtnr .col-infos .infos .block.agenda div {
  background-position: -13px -10px;
}
.container-entrust .colCtnr .col-infos .infos .block.signal div {
  background-position: -13px -75px;
}
.container-entrust .colCtnr .col-infos .infos .block.list div {
  background-position: -16px -138px;
}
.container-entrust .colCtnr .col-infos .infos .block.mail div {
  width: 66px;
  top: 12px;
  background-position: -13px -209px;
}
.container-entrust .colCtnr .col-infos .infos .block.star div {
  width: 66px;
  top: 12px;
  background-position: -8px -282px;
}
.container-entrust .colCtnr .col-infos .infos .block.paper div {
  width: 66px;
  top: 12px;
  background-position: -8px -362px;
}
.container-entrust .colCtnr .col-infos .infos .block.mobile div {
  width: 66px;
  top: 12px;
  background-position: -8px -432px;
}
.container-entrust .colCtnr .col-infos .validBtn {
  margin-top: -20px;
  margin-left: 110px;
  float: left;
}
.container-entrust .colCtnr .col-form {
  display: inline;
  float: left;
  width: 420px;
  margin: 0 0px;
}
.container-entrust .colCtnr .col-form .bloc-form {
  position: relative;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 3px 2px #c8c8cc;
  -moz-box-shadow: 0px 0px 3px 2px #c8c8cc;
  box-shadow: 0px 0px 3px 2px #c8c8cc;
  *zoom: 1;
  background-color: #fff;
  min-height: 450px;
  padding: 20px;
}
.container-entrust .colCtnr .col-form .bloc-form:before,
.container-entrust .colCtnr .col-form .bloc-form:after {
  content: "";
  display: table;
}
.container-entrust .colCtnr .col-form .bloc-form:after {
  clear: both;
}
.container-entrust .colCtnr .col-form .bloc-form:before,
.container-entrust .colCtnr .col-form .bloc-form:after {
  content: "";
  display: table;
}
.container-entrust .colCtnr .col-form .bloc-form:after {
  clear: both;
}
.container-entrust .colCtnr .col-form .bloc-form.request-done {
  padding: 0;
  height: 480px;
}
.container-entrust .colCtnr .col-form .bloc-form.request-done:before {
  width: 18px;
  height: 29px;
  background: url("/Content/Default/Images/arrow-left-grey.png") left top no-repeat;
  position: absolute;
  left: -18px;
  top: 32px;
}
.container-entrust .colCtnr .col-form .bloc-form h3 {
  color: #999;
  font-weight: 700;
  font-size: .938em;
  font-family: 'Open Sans', Arial, sans-serif;
  margin: 10px 0;
}
.container-entrust .colCtnr .col-form .bloc-form .subcol-form {
  float: left;
  width: 180px;
  margin: 0;
}
.container-entrust .colCtnr .col-form .bloc-form .subcol-form.right {
  margin-left: 20px;
}
.container-entrust .colCtnr .col-form .bloc-form .subcol-form .medium {
  margin-top: auto;
}
.container-entrust .colCtnr .col-form .bloc-form .subcol-form .mt10 {
  margin-top: 10px;
}
.container-entrust .colCtnr .col-form .bloc-form .main-title {
  font-size: 1.875em;
  font-weight: 300;
  text-shadow: 1px 1px 0 #ffffff;
  -moz-text-shadow: 1px 1px 0 #ffffff;
  -ms-text-shadow: 1px 1px 0 #ffffff;
  -o-text-shadow: 1px 1px 0 #ffffff;
  color: #333333;
  line-height: 1.2em;
}
.container-entrust .colCtnr .col-form .bloc-form p {
  font-size: 0.813em;
  color: #333333;
}
.container-entrust .colCtnr .col-form .bloc-form:before {
  width: 18px;
  height: 29px;
  background: url("/Content/Default/Images/arrow-left.png") left top no-repeat;
  position: absolute;
  left: -18px;
  top: 32px;
}
.container-entrust .colCtnr .col-form .bloc-form .subtitle-underlined {
  width: 375px;
  margin: 0 0 5px 0;
}
.container-entrust .colCtnr .col-form .bloc-form .subtitle-underlined.mtop {
  margin-top: 20px;
}
.container-entrust .colCtnr .col-form .bloc-form .subtitle-underlined.mtop40 {
  margin-top: 40px;
}
.container-entrust .colCtnr .col-form .bloc-form .subtitle-underlined.mdp-oubli-title {
  float: none;
}
.container-entrust .colCtnr .col-form .bloc-form .pb-renvoi-mail {
  float: left;
}
.container-entrust .colCtnr .col-form .bloc-form .locCtnr {
  margin-top: 15px;
  margin-bottom: 10px;
  *zoom: 1;
}
.container-entrust .colCtnr .col-form .bloc-form .locCtnr:before,
.container-entrust .colCtnr .col-form .bloc-form .locCtnr:after {
  content: "";
  display: table;
}
.container-entrust .colCtnr .col-form .bloc-form .locCtnr:after {
  clear: both;
}
.container-entrust .colCtnr .col-form .bloc-form .locCtnr:before,
.container-entrust .colCtnr .col-form .bloc-form .locCtnr:after {
  content: "";
  display: table;
}
.container-entrust .colCtnr .col-form .bloc-form .locCtnr:after {
  clear: both;
}
.container-entrust .colCtnr .col-form .bloc-form .place {
  width: 285px;
  margin-top: 20px;
}
.container-entrust .colCtnr .col-form .bloc-form .add {
  line-height: 30px;
  font-size: 0.813em;
  margin-left: 10px;
}
.container-entrust .colCtnr .col-form .bloc-form .medium {
  width: 165px;
  float: left;
  margin-top: 10px;
}
.container-entrust .colCtnr .col-form .bloc-form .medium.right {
  margin-left: 25px;
}
.container-entrust .colCtnr .col-form .bloc-form .large {
  width: 367px;
  float: left;
  margin-top: 10px;
}
.container-entrust .colCtnr .col-form .bloc-form .large.mail {
  background: #ffffff url("/Content/Default/Images/ico-mail.png") 8px 11px no-repeat;
  padding-left: 30px;
  width: 337px;
}
.container-entrust .colCtnr .col-form .bloc-form .large.mdp {
  background: #ffffff url("/Content/Default/Images/ico-mdp.png") 11px 7px no-repeat;
  padding-left: 30px;
  width: 342px;
}
.container-entrust .colCtnr .col-form .bloc-form .large.mdp.error {
  background-color: white !important;
  color: black !important;
}
.container-entrust .colCtnr .col-form .bloc-form .checkboxes {
  margin-top: 15px;
  float: left;
}
.container-entrust .colCtnr .col-form .bloc-form .checkboxes input[type=checkbox] {
  float: left;
  clear: both;
  margin: 6px 10px 0 0;
}
.container-entrust .colCtnr .col-form .bloc-form .checkboxes label {
  float: left;
  margin-top: 3px;
}
.container-entrust .colCtnr .col-form .bloc-form .checkboxes sup {
  font-weight: 600;
  font-size: 70%;
}
.container-entrust .colCtnr .col-form .bloc-form label {
  font-size: 0.813em;
}
.container-entrust .colCtnr .col-form .bloc-form .validBtn.center {
  float: left;
  margin: 30px 0 30px 150px;
}
.container-entrust .colCtnr .col-form .bloc-form .mandatory {
  float: left;
  clear: both;
  font-size: 0.625em;
  color: #999;
}
.container-entrust .colCtnr .col-form .bloc-form .error-field {
  color: #a41f72;
  text-align: center;
  font-size: .813em;
  margin-top: 15px;
  float: left;
  width: 100%;
}
.container-entrust .colCtnr .col-form .bloc-form .red-btns {
  margin-top: 10px;
  float: left;
  width: 100%;
}
.container-entrust .colCtnr .col-form .bloc-form .red-btns .validBtn {
  min-width: 170px;
  float: left;
  margin: 0 10px;
}
.container-entrust .colCtnr .col-form .bloc-form .red-btns .validBtn.link {
  text-align: center;
  min-width: 150px;
}
.container-entrust .colCtnr .col-form .bloc-form .search-form-response {
  margin-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
}
.container-entrust .colCtnr .col-form .bloc-form .search-form-response .title {
  font-size: 1.4em;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.container-entrust .colCtnr .col-form .bloc-form .search-form-response p {
  margin-top: 40px;
  line-height: 2em;
}
.container-entrust .colCtnr .col-form .bloc-form .search-form-response .button {
  margin-top: 80px;
  text-align: center;
}
.container-entrust .colCtnr .col-form .bloc-form .sale-form-response .desc {
  padding: 20px;
  height: 100px;
  background-color: #f5f5f5;
}
.container-entrust .colCtnr .col-form .bloc-form .sale-form-response .desc .title {
  font-size: 0.873em;
  font-weight: 600;
  color: #8c8c8c;
}
.container-entrust .colCtnr .col-form .bloc-form .sale-form-response .desc .new-search {
  text-align: right;
  line-height: 6px;
}
.container-entrust .colCtnr .col-form .bloc-form .sale-form-response .desc .new-search a {
  color: #000;
  font-size: 0.813em;
  font-weight: 600;
}
.container-entrust .colCtnr .col-form .bloc-form .sale-form-response .desc .new-search div {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -820px -107px no-repeat;
  width: 6px;
  height: 10px;
  float: right;
  margin-left: 5px;
}
.container-entrust .colCtnr .col-form .bloc-form .sale-form-response .allo-diag {
  height: 340px;
  padding-top: 40px;
  text-align: center;
}
.container-entrust .colCtnr .col-form .bloc-form .sale-form-response .allo-diag .picto {
  width: 210px;
  height: 79px;
  display: inline-block;
  margin-bottom: 30px;
  background: url("/Content/Default/Images/partners.jpg?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -197px -731px no-repeat;
}
.container-entrust .colCtnr .col-form .bloc-form .sale-form-response .allo-diag .content span {
  display: block;
}
.container-entrust .colCtnr .col-form .bloc-form .sale-form-response .allo-diag .content span:first-child {
  color: #a41f72;
  font-weight: 600;
  padding-bottom: 10px;
}
.container-entrust .colCtnr .col-form .bloc-form .sale-form-response .allo-diag .content a {
  margin-top: 30px;
}
.container-entrust .colCtnr .col-form .bloc-form .sale-form-response .allo-diag .content a:hover {
  color: #FFF;
}
.container-entrust .colCtnr .col-form .bloc-form .pwderror {
  font-size: .813em;
  color: #bc0316;
}
.container-entrust .colCtnr .col-form .bloc-form.details {
  min-height: 207px;
  padding: 0;
  /*.btn-container{
                        margin-bottom:20px;
                    }*/
}
.container-entrust .colCtnr .col-form .bloc-form.details h3 {
  color: #000;
  font-size: .838em;
}
.container-entrust .colCtnr .col-form .bloc-form ul {
  list-style: none;
}
.container-entrust .colCtnr .col-form .bloc-form ul li {
  font-size: .838em;
  font-weight: 600;
}
.container-entrust .colCtnr .col-form .bloc-form #modify-btn {
  color: #a41f72;
  font-size: .813em;
  float: right;
  cursor: pointer;
  margin: 17px 20px 0 0;
}
.container-entrust .colCtnr button.col-form {
  margin-top: 10px;
}
.container-entrust .colCtnr form#entrust-sell-form #titleCtnr button:last-of-type,
.container-entrust .colCtnr form#entrust-search-form #titleCtnr button:last-of-type {
  margin-right: 27px;
}
.container-entrust .colCtnr .userconnected .valid-box {
  margin-left: 0px;
}
.entrust-page {
  height: 900px;
  padding-top: 40px;
}
.entrust-page.entrust-sale-page {
  background: url('/Content/Default/Images/Backgrounds/bg-entrust-sale_1400x850.jpg?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05') no-repeat center center;
  background-size: cover;
}
.entrust-page.entrust-search-page {
  background: url('/Content/Default/Images/Backgrounds/bg-entrust-search_1562x955.jpg?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05') no-repeat center center;
  background-size: cover;
}
.entrust-page h1 {
  font-size: 29px;
  margin: 0;
}
.entrust-page h2 {
  font-size: 24px;
  text-align: center;
}
.entrust-page .valid-box {
  height: 34px;
  width: 100%;
  margin: 15px 0;
  display: inline-block;
  float: none;
  border: none;
}
.entrust-page .valid-box input {
  display: block;
  margin: 0 auto;
  border-radius: 2px;
}
.entrust-page .colCtnr {
  width: 1100px;
  margin: 0 auto;
}
.entrust-page .colCtnr .col-infos {
  display: inline-block;
  vertical-align: top;
  width: 560px;
}
.entrust-page .colCtnr .col-infos .validBtn {
  margin-top: -20px;
  margin-left: 110px;
  float: left;
}
.entrust-page .colCtnr .col-form {
  display: inline-block;
  width: 420px;
  margin: 0 0 0 100px;
}
.entrust-page .colCtnr .col-form.entrust-sent-success {
  background-color: white;
}
.entrust-page .colCtnr .col-form.entrust-sale-success {
  background-color: white;
}
.entrust-page .colCtnr .col-form.entrust-sale-success .bloc-form {
  padding: 0;
}
.entrust-page .colCtnr .col-form .bloc-form {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 20px 20px 0 20px;
}
.entrust-page .colCtnr .col-form .bloc-form.request-done {
  padding: 0;
  height: 480px;
}
.entrust-page .colCtnr .col-form .bloc-form.request-done:before {
  width: 18px;
  height: 29px;
  background: url("/Content/Default/Images/arrow-left-grey.png") left top no-repeat;
  position: absolute;
  left: -18px;
  top: 32px;
}
.entrust-page .colCtnr .col-form .bloc-form h3 {
  color: #999;
  font-weight: 700;
  font-size: .938em;
  font-family: 'Open Sans', Arial, sans-serif;
  margin: 10px 0;
}
.entrust-page .colCtnr .col-form .bloc-form .subcol-form {
  float: left;
  width: 180px;
  margin: 0;
}
.entrust-page .colCtnr .col-form .bloc-form .subcol-form.right {
  margin-left: 20px;
}
.entrust-page .colCtnr .col-form .bloc-form .subcol-form .medium {
  margin-top: auto;
}
.entrust-page .colCtnr .col-form .bloc-form .subcol-form .mt10 {
  margin-top: 10px;
}
.entrust-page .colCtnr .col-form .bloc-form .main-title {
  font-size: 1.875em;
  font-weight: 300;
  color: #333333;
  line-height: 1.2em;
}
.entrust-page .colCtnr .col-form .bloc-form .normal-size {
  width: 350px!important;
}
.entrust-page .colCtnr .col-form .bloc-form .normal-size.aval-switch {
  width: 360px!important;
}
.entrust-page .colCtnr .col-form .bloc-form .half-size {
  width: 162px!important;
  display: inline-block;
}
.entrust-page .colCtnr .col-form .bloc-form .type-groups {
  margin: 5px;
  display: inline-block;
}
.entrust-page .colCtnr .col-form .bloc-form .type-groups .input {
  width: 360px;
}
.entrust-page .colCtnr .col-form .bloc-form .type-groups .input .values {
  padding: 0 5px;
  margin-left: 0;
  width: 325px;
}
.entrust-page .colCtnr .col-form .bloc-form .type-groups .type-groups-edit fieldset legend {
  margin-bottom: 10px;
}
.entrust-page .colCtnr .col-form .bloc-form .newlocCtnr {
  margin: 0 5px;
}
.entrust-page .colCtnr .col-form .bloc-form .nbroomsCtnr > label:first-of-type {
  margin-left: 55px;
}
.entrust-page .colCtnr .col-form .bloc-form .nbroomsCtnr > label:last-of-type {
  margin-right: 0;
}
.entrust-page .colCtnr .col-form .bloc-form p {
  font-size: 0.813em;
  color: #333333;
}
.entrust-page .colCtnr .col-form .bloc-form .pb-renvoi-mail {
  float: left;
}
.entrust-page .colCtnr .col-form .bloc-form .locCtnr {
  margin-top: 15px;
  margin-bottom: 10px;
  *zoom: 1;
}
.entrust-page .colCtnr .col-form .bloc-form .locCtnr:before,
.entrust-page .colCtnr .col-form .bloc-form .locCtnr:after {
  content: "";
  display: table;
}
.entrust-page .colCtnr .col-form .bloc-form .locCtnr:after {
  clear: both;
}
.entrust-page .colCtnr .col-form .bloc-form .locCtnr:before,
.entrust-page .colCtnr .col-form .bloc-form .locCtnr:after {
  content: "";
  display: table;
}
.entrust-page .colCtnr .col-form .bloc-form .locCtnr:after {
  clear: both;
}
.entrust-page .colCtnr .col-form .bloc-form .place {
  width: 285px;
  margin-top: 20px;
}
.entrust-page .colCtnr .col-form .bloc-form .add {
  line-height: 30px;
  font-size: 0.813em;
  margin-left: 10px;
}
.entrust-page .colCtnr .col-form .bloc-form .medium {
  width: 165px;
  float: left;
  margin-top: 10px;
}
.entrust-page .colCtnr .col-form .bloc-form .medium.right {
  margin-left: 25px;
}
.entrust-page .colCtnr .col-form .bloc-form .large {
  width: 367px;
  float: left;
  margin-top: 10px;
}
.entrust-page .colCtnr .col-form .bloc-form .large.mail {
  background: #ffffff url("/Content/Default/Images/ico-mail.png") 8px 11px no-repeat;
  padding-left: 30px;
  width: 337px;
}
.entrust-page .colCtnr .col-form .bloc-form .large.mdp {
  background: #ffffff url("/Content/Default/Images/ico-mdp.png") 11px 7px no-repeat;
  padding-left: 30px;
  width: 342px;
}
.entrust-page .colCtnr .col-form .bloc-form .large.mdp.error {
  background-color: white !important;
  color: black !important;
}
.entrust-page .colCtnr .col-form .bloc-form .checkboxes {
  margin: 7px;
}
.entrust-page .colCtnr .col-form .bloc-form label {
  font-size: 13px;
}
.entrust-page .colCtnr .col-form .bloc-form .validBtn.center {
  float: left;
  margin: 30px 0 30px 150px;
}
.entrust-page .colCtnr .col-form .bloc-form .mandatory {
  float: left;
  clear: both;
  font-size: 0.625em;
  color: #999;
}
.entrust-page .colCtnr .col-form .bloc-form .error-field {
  color: #a41f72;
  text-align: center;
  font-size: .813em;
  margin-top: 15px;
  float: left;
  width: 100%;
}
.entrust-page .colCtnr .col-form .bloc-form .red-btns {
  margin-top: 10px;
  float: left;
  width: 100%;
}
.entrust-page .colCtnr .col-form .bloc-form .red-btns .validBtn {
  min-width: 170px;
  float: left;
  margin: 0 10px;
}
.entrust-page .colCtnr .col-form .bloc-form .red-btns .validBtn.link {
  text-align: center;
  min-width: 150px;
}
.entrust-page .colCtnr .col-form .bloc-form .search-form-response {
  margin: 100px 0;
  padding-left: 40px;
  padding-right: 40px;
}
.entrust-page .colCtnr .col-form .bloc-form .search-form-response .title {
  font-size: 1.4em;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.entrust-page .colCtnr .col-form .bloc-form .search-form-response p {
  margin-top: 40px;
  line-height: 2em;
}
.entrust-page .colCtnr .col-form .bloc-form .search-form-response .button {
  margin: 40px 0;
  text-align: center;
}
.entrust-page .colCtnr .col-form .bloc-form .sale-form-response .desc {
  padding: 20px;
  height: 100px;
  background: #f5f5f5;
}
.entrust-page .colCtnr .col-form .bloc-form .sale-form-response .desc .title {
  font-size: 0.873em;
  font-weight: 600;
  color: #8c8c8c;
}
.entrust-page .colCtnr .col-form .bloc-form .sale-form-response .desc .new-search {
  text-align: right;
  line-height: 6px;
}
.entrust-page .colCtnr .col-form .bloc-form .sale-form-response .desc .new-search a {
  color: #000;
  font-size: 0.813em;
  font-weight: 600;
}
.entrust-page .colCtnr .col-form .bloc-form .sale-form-response .desc .new-search div {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -820px -107px no-repeat;
  width: 6px;
  height: 10px;
  float: right;
  margin-left: 5px;
}
.entrust-page .colCtnr .col-form .bloc-form .sale-form-response .allo-diag {
  padding: 0px;
  text-align: center;
}
.entrust-page .colCtnr .col-form .bloc-form .sale-form-response .allo-diag .picto {
  width: 210px;
  height: 79px;
  display: inline-block;
  margin-bottom: 30px;
  background: url("/Content/Default/Images/partners.jpg?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -197px -731px no-repeat;
}
.entrust-page .colCtnr .col-form .bloc-form .sale-form-response .allo-diag .content span {
  display: block;
}
.entrust-page .colCtnr .col-form .bloc-form .sale-form-response .allo-diag .content span:first-child {
  color: #a41f72;
  font-weight: 600;
  padding-bottom: 10px;
}
.entrust-page .colCtnr .col-form .bloc-form .sale-form-response .allo-diag .content a {
  margin-top: 30px;
}
.entrust-page .colCtnr .col-form .bloc-form .sale-form-response .allo-diag .content a:hover {
  color: #FFF;
}
.entrust-page .colCtnr .col-form .bloc-form .pwderror {
  font-size: .813em;
  color: #bc0316;
}
.entrust-page .colCtnr .col-form .bloc-form.details {
  min-height: 207px;
  padding: 0;
}
.entrust-page .colCtnr .col-form .bloc-form.details h3 {
  color: #000;
  font-size: .838em;
}
.entrust-page .colCtnr .col-form .bloc-form ul {
  list-style: none;
}
.entrust-page .colCtnr .col-form .bloc-form ul li {
  font-size: .838em;
  font-weight: 600;
}
.entrust-page .colCtnr .col-form .bloc-form #modify-btn {
  color: #a41f72;
  font-size: .813em;
  float: right;
  cursor: pointer;
  margin: 17px 20px 0 0;
}
.entrust-page .colCtnr .col-form .pdata-container {
  margin: 0;
  color: #565a5d;
  text-align: center;
  background-color: #cccccc;
}
.entrust-page .colCtnr .col-form .pdata-container .expand-collapse {
  line-height: 25px;
}
.entrust-page .colCtnr .col-form .pdata-container .expand-content {
  padding: 10px;
}
.entrust-page .colCtnr .col-form .pdata-container .expand-content p {
  margin: 0;
}
.entrust-page .colCtnr button.col-form {
  margin-top: 10px;
  background: white;
}
.entrust-page .colCtnr form#entrust-sell-form #titleCtnr button:last-of-type,
.entrust-page .colCtnr form#entrust-search-form #titleCtnr button:last-of-type {
  margin-right: 27px;
}
.entrust-page .colCtnr .userconnected .valid-box {
  margin-left: 0px;
}
.entrust-page .search-input {
  background-color: white;
  display: inline-block;
  width: 360px;
  border: 1px solid #dce0df;
  margin: 5px;
}
.entrust-page .search-input.focused {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.entrust-page .search-input input {
  border: none;
  outline: none;
  box-shadow: none;
  width: 180px;
  height: 28px;
}
.entrust-page .search-input .newlocCtnr {
  float: left;
  margin: 0 5px;
  display: inline-block;
}
/************** applications **************/
.ctnrApps {
  position: relative;
  width: 970px;
  padding-top: 1190px;
  margin: 0 auto;
  background: url("/Content/Default/Images/bgapps.jpg") no-repeat center 0;
}
.ctnrApps a {
  background: #000;
  border-radius: 10px;
  display: block;
  padding: 6px 16px;
  position: absolute;
  top: 592px;
}
.ctnrApps a span {
  display: block;
  height: 50px;
  width: 172px;
  background: url("/Content/Default/Images/sprtapps.png") no-repeat 0 -50px;
}
.ctnrApps a.bt-iphone {
  left: 147px;
}
.ctnrApps a.bt-iphone span {
  background-position: 0 -100px;
}
.ctnrApps a.bt-android {
  right: 390px;
}
.ctnrApps a.bt-windowsphone {
  right: 161px;
}
.ctnrApps a.bt-windowsphone span {
  background-position: 1px -141px;
  background-size: 101%;
}
.ctnrApps .dispo {
  text-align: center;
  position: relative;
  height: 115px;
}
.ctnrApps .dispo a {
  top: 50px;
}
.z-index-top {
  z-index: 1003;
}
/************** offres **************/
.container-offre {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  margin-top: 140px;
  *zoom: 1;
}
.container-offre:before,
.container-offre:after {
  content: "";
  display: table;
}
.container-offre:after {
  clear: both;
}
.container-offre:before,
.container-offre:after {
  content: "";
  display: table;
}
.container-offre:after {
  clear: both;
}
.container-offre .nav-offres {
  font-size: .813em;
  margin-bottom: 30px;
}
.container-offre .nav-offres a {
  color: #000;
}
.container-offre .nav-offres a.active {
  color: #0054a6;
}
.container-offre .tab-offres {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 0px 3px 2px #c8c8cc;
  -moz-box-shadow: 0px 0px 3px 2px #c8c8cc;
  box-shadow: 0px 0px 3px 2px #c8c8cc;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  *zoom: 1;
  width: 960px;
  padding: 0;
  background-color: #e4e4e4;
}
.container-offre .tab-offres:before,
.container-offre .tab-offres:after {
  content: "";
  display: table;
}
.container-offre .tab-offres:after {
  clear: both;
}
.container-offre .tab-offres:before,
.container-offre .tab-offres:after {
  content: "";
  display: table;
}
.container-offre .tab-offres:after {
  clear: both;
}
.container-offre .tab-offres h1 {
  font-size: 1.875em;
  font-weight: 300;
  text-shadow: 1px 1px 0 #ffffff;
  -moz-text-shadow: 1px 1px 0 #ffffff;
  -ms-text-shadow: 1px 1px 0 #ffffff;
  -o-text-shadow: 1px 1px 0 #ffffff;
  color: #333333;
  margin-left: 25px;
}
.container-offre .tab-offres h2 {
  font-size: 1.563em;
  font-weight: 300;
  color: #333333;
  margin-left: 20px;
}
.container-offre .tab-offres h2 strong {
  font-weight: 600;
}
.container-offre .tab-offres .menu-tabs {
  list-style-type: none;
  margin: 0 auto;
  padding: 20px 0 0 0;
  width: 920px;
}
.container-offre .tab-offres .menu-tabs li {
  float: left;
  margin-left: 8px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.container-offre .tab-offres .menu-tabs li a {
  top: 1px;
  color: #333333;
  display: block;
  float: left;
  font-size: 1em;
  height: 40px;
  padding: 20px 0 0 50px;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 244px;
  z-index: 100;
  background: url("/Content/Default/Images/offres/sprite-menu-offres.png") left top no-repeat;
}
.container-offre .tab-offres .menu-tabs li a.tab-1 {
  background-position: 10px 15px;
}
.container-offre .tab-offres .menu-tabs li a.tab-2 {
  background-position: 10px -105px;
}
.container-offre .tab-offres .menu-tabs li a.tab-3 {
  background-position: 10px -225px;
}
.container-offre .tab-offres .menu-tabs li.ui-tabs-active {
  -webkit-border-radius: 3px 3px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
  border-top: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}
.container-offre .tab-offres .menu-tabs li.ui-tabs-active a {
  top: 1px;
  color: #0054a6;
  background-color: #fff;
}
.container-offre .tab-offres .menu-tabs li.ui-tabs-active a.tab-1 {
  background-position: 10px -45px;
}
.container-offre .tab-offres .menu-tabs li.ui-tabs-active a.tab-2 {
  background-position: 10px -165px;
}
.container-offre .tab-offres .menu-tabs li.ui-tabs-active a.tab-3 {
  background-position: 10px -285px;
}
.container-offre .tab-offres .app-tab {
  clear: both;
  background-color: #fff;
  *zoom: 1;
  border-top: 1px solid #d6d6d6;
}
.container-offre .tab-offres .app-tab:before,
.container-offre .tab-offres .app-tab:after {
  content: "";
  display: table;
}
.container-offre .tab-offres .app-tab:after {
  clear: both;
}
.container-offre .tab-offres .app-tab:before,
.container-offre .tab-offres .app-tab:after {
  content: "";
  display: table;
}
.container-offre .tab-offres .app-tab:after {
  clear: both;
}
.container-offre .tab-offres section {
  float: left;
  clear: both;
  color: #333333;
  height: 283px;
  width: 100%;
}
.container-offre .tab-offres section.tab1 {
  background: url("/Content/Default/Images/offres/offres-map.png") 310px 15px no-repeat, url("/Content/Default/Images/offres/offres-villes.png") 580px 40px no-repeat;
}
.container-offre .tab-offres section.tab2 {
  background: url("/Content/Default/Images/offres/slide2-bg.png") 200px 15px no-repeat;
}
.container-offre .tab-offres section.tab3 {
  background: url("/Content/Default/Images/offres/slide3-bg.png") 300px 25px no-repeat;
  background-size: 65%;
}
.container-offre .tab-offres section article {
  background-color: #eee;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 3px 2px #c8c8cc;
  -moz-box-shadow: 0px 0px 3px 2px #c8c8cc;
  box-shadow: 0px 0px 3px 2px #c8c8cc;
  float: left;
  font-size: 1.37em;
  height: 160px;
  width: 220px;
  margin: 42px 0 0 30px;
  padding: 20px 16px;
}
.container-offre .tab-offres section article .btnCtnr {
  float: left;
}
.container-offre .tab-offres section article .btnCtnr .validBtn {
  margin: 25px 0 0 10px;
  font-size: 0.615em;
  text-decoration: none;
  cursor: pointer;
  width: auto;
  text-align: center;
  color: #fff;
}
.container-offre .tab-offres section ul {
  float: left;
  list-style-type: none;
  margin: 50px 0 0 240px;
}
.container-offre .tab-offres section ul li {
  background: url("/Content/Default/Images/offres/bulletpoint.png") 9px 0 no-repeat;
  width: 295px;
  font-size: 1.20em;
  color: #333333;
  padding: 0 0 20px 30px;
}
.container-offre .tab-offres section ul li span {
  color: #5d97b4;
  font-weight: bold;
}
.container-offre .title-offre {
  font-size: 1.563em;
  color: #333;
}
.container-offre .title-offre.title-di {
  background: url("/Content/Default/Images/offres/di/logo-di.png") center top no-repeat;
  height: 130px;
  text-align: center;
}
.container-offre .title-offre.title-di p {
  padding-top: 100px;
}
.container-offre .title-offre.title-rs {
  background: url("/Content/Default/Images/offres/rs/bg-titre.png") 20px top no-repeat;
  height: 160px;
}
.container-offre .title-offre.title-rs p {
  padding: 100px 0 0 200px;
}
.container-offre .title-offre.title-app {
  background: url("/Content/Default/Images/offres/app/bg-titre.png") 20px top no-repeat;
  height: 160px;
}
.container-offre .title-offre.title-app p {
  padding: 80px 0 0 245px;
}
.container-offre .title-offre.title-pub {
  background: url("/Content/Default/Images/offres/pub/bg-title.png") 20px top no-repeat;
  height: 90px;
}
.container-offre .title-offre.title-pub p {
  padding: 25px 0 0 305px;
}
.container-offre .title-offre.title-neuf {
  background: url("/Content/Default/Images/offres/neuf/bg-title.png") 20px top no-repeat;
  height: 150px;
}
.container-offre .title-offre.title-neuf p {
  padding: 30px 0 0 260px;
}
.container-offre .colCtnr {
  margin-top: 30px;
  *zoom: 1;
}
.container-offre .colCtnr:before,
.container-offre .colCtnr:after {
  content: "";
  display: table;
}
.container-offre .colCtnr:after {
  clear: both;
}
.container-offre .colCtnr:before,
.container-offre .colCtnr:after {
  content: "";
  display: table;
}
.container-offre .colCtnr:after {
  clear: both;
}
.container-offre .colCtnr .col {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 0px 3px 2px #c8c8cc;
  -moz-box-shadow: 0px 0px 3px 2px #c8c8cc;
  box-shadow: 0px 0px 3px 2px #c8c8cc;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  display: inline;
  float: left;
  width: 300px;
  margin: 0 0px;
  min-height: 1px;
  height: 250px;
  font-size: 0.813em;
  text-align: center;
}
.container-offre .colCtnr .col.col-center {
  margin: 0 30px;
}
.container-offre .colCtnr .col .col1 {
  background: url("/Content/Default/Images/offres/slide-1.png") 12px 30px no-repeat;
}
.container-offre .colCtnr .col .col2 {
  background: url("/Content/Default/Images/offres/slide-2.png") 36px 30px no-repeat;
}
.container-offre .colCtnr .col .col3 {
  background: url("/Content/Default/Images/offres/slide-3.png") 20px 30px no-repeat;
}
.container-offre .colCtnr .col .col1,
.container-offre .colCtnr .col .col2,
.container-offre .colCtnr .col .col3 {
  padding: 170px 12px 0 12px;
  height: 80px;
  width: 276px;
  position: relative;
}
.container-offre .colCtnr .col .col1:after,
.container-offre .colCtnr .col .col2:after,
.container-offre .colCtnr .col .col3:after,
.container-offre .colCtnr .col .col1:before,
.container-offre .colCtnr .col .col2:before,
.container-offre .colCtnr .col .col3:before {
  content: "";
  position: absolute;
  display: block;
  width: 85%;
  height: 15px;
  bottom: 30px;
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3), 0px 10px 7px 14px rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.container-offre .colCtnr .col .col1:after,
.container-offre .colCtnr .col .col2:after,
.container-offre .colCtnr .col .col3:after {
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  right: 15px;
}
.container-offre .colCtnr .col .col1:before,
.container-offre .colCtnr .col .col2:before,
.container-offre .colCtnr .col .col3:before {
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  left: 15px;
}
.container-offre .mentions-legales {
  padding-top: 30px;
  font-size: 0.6em;
  color: #a6a6a6;
}
.container-offre .mentions-legales p {
  margin: 0;
}
.container-offre .wrapper-list-offres {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 0px 3px 2px #c8c8cc;
  -moz-box-shadow: 0px 0px 3px 2px #c8c8cc;
  box-shadow: 0px 0px 3px 2px #c8c8cc;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  *zoom: 1;
  width: 960px;
  padding: 0;
}
.container-offre .wrapper-list-offres:before,
.container-offre .wrapper-list-offres:after {
  content: "";
  display: table;
}
.container-offre .wrapper-list-offres:after {
  clear: both;
}
.container-offre .wrapper-list-offres:before,
.container-offre .wrapper-list-offres:after {
  content: "";
  display: table;
}
.container-offre .wrapper-list-offres:after {
  clear: both;
}
.container-offre .wrapper-list-offres ul {
  float: left;
  margin: 15px 0 20px 0;
  padding: 0;
  list-style-type: none;
}
.container-offre .wrapper-list-offres ul li {
  float: left;
  width: 150px;
  margin-left: 15px;
  font-size: .688em;
}
.container-offre .wrapper-list-offres ul li:first-child {
  width: 275px;
  margin-top: 10px;
  font-size: 0.813em;
}
.container-offre .wrapper-list-offres ul li a {
  font-size: 1.18em;
  line-height: 25px;
  color: #a41f72;
}
.container-offre .wrapper-list-offres ul li a:hover {
  text-decoration: underline;
  color: #751956;
}
.container-offre .colCtnr {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.container-offre .colCtnr:before,
.container-offre .colCtnr:after {
  content: "";
  display: table;
}
.container-offre .colCtnr:after {
  clear: both;
}
.container-offre .colCtnr:before,
.container-offre .colCtnr:after {
  content: "";
  display: table;
}
.container-offre .colCtnr:after {
  clear: both;
}
.container-offre .colCtnr h1 {
  font-size: 1.875em;
  font-weight: 300;
  text-shadow: 1px 1px 0 #ffffff;
  -moz-text-shadow: 1px 1px 0 #ffffff;
  -ms-text-shadow: 1px 1px 0 #ffffff;
  -o-text-shadow: 1px 1px 0 #ffffff;
  color: #333333;
  margin: 0 25px;
}
.container-offre .colCtnr h2 {
  font-size: 1.563em;
  font-weight: 300;
  color: #333333;
  margin: 20px 20px;
}
.container-offre .colCtnr h2 strong {
  font-weight: 600;
}
.container-offre .colCtnr.pratique {
  -webkit-box-shadow: 0px 0px 3px 2px #c8c8cc;
  -moz-box-shadow: 0px 0px 3px 2px #c8c8cc;
  box-shadow: 0px 0px 3px 2px #c8c8cc;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  *zoom: 1;
  width: 930px;
  font-size: 0.813em;
  margin: 30px 0 0 0;
  height: 75px;
  background: url("/Content/Default/Images/offres/app/bottom-topleft.png") left top no-repeat, url("/Content/Default/Images/offres/app/bottom-btright.png") right 40px no-repeat;
  background-color: #fff;
}
.container-offre .colCtnr.pratique:before,
.container-offre .colCtnr.pratique:after {
  content: "";
  display: table;
}
.container-offre .colCtnr.pratique:after {
  clear: both;
}
.container-offre .colCtnr.pratique:before,
.container-offre .colCtnr.pratique:after {
  content: "";
  display: table;
}
.container-offre .colCtnr.pratique:after {
  clear: both;
}
.container-offre .colCtnr.pratique p {
  padding: 8px 20px 0 190px;
}
.container-offre .wrapper-rs {
  display: inline;
  float: left;
  width: 630px;
  margin: 0 0px;
}
.container-offre .wrapper-rs div:last-child {
  margin-left: 30px;
}
.container-offre .wrapper-pub {
  display: inline;
  float: left;
  width: 630px;
  margin: 0 0px;
}
.container-offre .wrapper-neuf {
  display: inline;
  float: left;
  width: 630px;
  margin: 0 0px;
}
.container-offre .col-main {
  -webkit-box-shadow: 0px 0px 3px 2px #c8c8cc;
  -moz-box-shadow: 0px 0px 3px 2px #c8c8cc;
  box-shadow: 0px 0px 3px 2px #c8c8cc;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #fff;
  *zoom: 1;
  display: inline;
  float: left;
  width: 630px;
  margin: 0 0px;
}
.container-offre .col-main:before,
.container-offre .col-main:after {
  content: "";
  display: table;
}
.container-offre .col-main:after {
  clear: both;
}
.container-offre .col-main:before,
.container-offre .col-main:after {
  content: "";
  display: table;
}
.container-offre .col-main:after {
  clear: both;
}
.container-offre .col-main.main-di section {
  font-size: 0.813em;
  margin: 30px 20px;
}
.container-offre .col-main.main-di section span {
  font-size: 1.563em;
}
.container-offre .col-main.main-di section.arg1 {
  background: url("/Content/Default/Images/offres/di/img-logos.jpg") left 25px no-repeat;
}
.container-offre .col-main.main-di section.arg1 p {
  margin-left: 380px;
}
.container-offre .col-main.main-di section.arg2 {
  height: 150px;
  background: url("/Content/Default/Images/offres/di/img-graf.jpg") 330px top no-repeat;
}
.container-offre .col-main.main-di section.arg2 p {
  padding-top: 50px;
}
.container-offre .col-main.main-di section.arg3 {
  height: 270px;
  background: url("/Content/Default/Images/offres/di/img-mobile-logo.jpg") left 100px no-repeat;
  background-size: 99%;
}
.container-offre .col-main.main-rs {
  background: url("/Content/Default/Images/offres/rs/bg-rs.png") 20px 120px no-repeat #ffffff;
  height: 470px;
}
.container-offre .col-main.main-rs .arg1 {
  margin: 110px 20px 0 270px;
  font-size: 1em;
}
.container-offre .col-main.main-rs .arg1 p:first-child {
  font-size: 0.9em;
  font-style: normal;
}
.container-offre .col-main.main-rs .arg1 p {
  font-size: .688em;
  font-style: italic;
}
.container-offre .col-main.main-rs .arg2 {
  margin: 50px 20px 0 420px;
  color: #3c5998;
  font-size: 0.9em;
  font-weight: bold;
}
.container-offre .col-main.main-appli section {
  font-size: 0.813em;
  margin: 30px 20px;
  padding-top: 280px;
  background: url("/Content/Default/Images/offres/app/mobile-app.jpg") left 25px no-repeat;
  background-size: 98%;
}
.container-offre .col-main.main-appli section span {
  font-size: 1.563em;
}
.container-offre .col-main.main-appli section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.container-offre .col-main.main-appli div {
  margin-bottom: 30px;
}
.container-offre .col-main.main-pub section {
  font-size: 0.813em;
  margin: 30px 20px;
}
.container-offre .col-main.main-pub section span {
  font-size: 1.563em;
}
.container-offre .col-main.main-pub section.arg1 {
  background: url("/Content/Default/Images/offres/pub/img1.png") 300px top no-repeat;
}
.container-offre .col-main.main-pub section.arg1 p {
  padding: 10px 0 15px 0;
}
.container-offre .col-main.main-pub section.arg2 {
  background: url("/Content/Default/Images/offres/pub/logos.jpg") left top no-repeat;
  display: block;
  width: 610px;
  height: 260px;
}
.container-offre .col-main.main-pub div > a {
  margin-bottom: 20px;
}
.container-offre .col-main.main-pub2 {
  margin-top: 30px;
  background: url("/Content/Default/Images/offres/pub/img-mac.png") right 90px no-repeat #ffffff;
}
.container-offre .col-main.main-pub2 section {
  width: 300px;
  font-size: 0.813em;
  margin: 45px 20px;
}
.container-offre .col-main.main-pub2 section span {
  font-size: 1.563em;
}
.container-offre .col-main.main-pub2 div > a {
  margin-bottom: 20px;
}
.container-offre .col-main.main-neuf {
  background: url("/Content/Default/Images/offres/neuf/bg-part1.png") 25px 90px no-repeat #ffffff;
}
.container-offre .col-main.main-neuf section {
  *zoom: 1;
}
.container-offre .col-main.main-neuf section:before,
.container-offre .col-main.main-neuf section:after {
  content: "";
  display: table;
}
.container-offre .col-main.main-neuf section:after {
  clear: both;
}
.container-offre .col-main.main-neuf section:before,
.container-offre .col-main.main-neuf section:after {
  content: "";
  display: table;
}
.container-offre .col-main.main-neuf section:after {
  clear: both;
}
.container-offre .col-main.main-neuf section.arg1 p {
  margin-top: 118px;
  float: left;
}
.container-offre .col-main.main-neuf section.arg1 p.first {
  color: #367707;
  margin-left: 20px;
}
.container-offre .col-main.main-neuf section.arg1 p.second {
  color: #da7a15;
  margin-left: 38px;
}
.container-offre .col-main.main-neuf section.arg2 {
  margin-top: 120px;
  margin-bottom: 30px;
}
.container-offre .col-main.main-neuf section.arg2 ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.container-offre .col-main.main-neuf section.arg2 ul li {
  float: left;
  text-align: center;
  display: block;
  width: 33%;
}
.container-offre .col-main.main-neuf2 {
  margin-top: 30px;
}
.container-offre .col-main.main-neuf2 section {
  *zoom: 1;
  padding: 0 20px;
}
.container-offre .col-main.main-neuf2 section:before,
.container-offre .col-main.main-neuf2 section:after {
  content: "";
  display: table;
}
.container-offre .col-main.main-neuf2 section:after {
  clear: both;
}
.container-offre .col-main.main-neuf2 section:before,
.container-offre .col-main.main-neuf2 section:after {
  content: "";
  display: table;
}
.container-offre .col-main.main-neuf2 section:after {
  clear: both;
}
.container-offre .col-main.main-neuf2 section p {
  margin: 0;
}
.container-offre .col-main.main-neuf2 section.arg1 {
  background: url("/Content/Default/Images/offres/neuf/img-profil.jpg") 305px top no-repeat #ffffff;
  height: 69px;
}
.container-offre .col-main.main-neuf2 section.arg1 p {
  margin-top: 12px;
  width: 250px;
}
.container-offre .col-main.main-neuf2 section.arg2 {
  background: url("/Content/Default/Images/offres/neuf/img-mobile.jpg") 20px top no-repeat #ffffff;
  height: 212px;
  margin: 30px 0;
}
.container-offre .col-main.main-neuf2 section.arg2 p {
  margin: 80px 0 0 360px;
  width: 220px;
  text-align: right;
}
.container-offre .col-main.main-neuf2 section.arg3 {
  background: url("/Content/Default/Images/offres/neuf/img-specialiste.jpg") 305px top no-repeat #ffffff;
  height: 73px;
}
.container-offre .col-main.main-neuf2 section.arg3 p {
  margin-top: 12px;
  width: 250px;
}
.container-offre .col-main.main-neuf2 section.arg4 {
  background: url("/Content/Default/Images/offres/neuf/img-logo-part.jpg") 15px top no-repeat #ffffff;
  height: 138px;
  margin: 30px 0;
}
.container-offre .col-main div > a {
  display: block;
  margin: 0 auto;
  float: none;
}
.container-offre .col-main div > a.action-btn {
  font-size: 0.688em;
  height: 32px;
  width: 200px;
  line-height: 32px;
  text-align: center;
  background-color: #f4f4f4;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  color: #333;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  padding: 0 10px;
  margin-top: 9px;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.container-offre .col-main div > a.action-btn:hover {
  color: #a41f72;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.container-offre .col-main div > a.validBtn {
  width: 200px;
  text-align: center;
}
.container-offre .col-main-small {
  -webkit-box-shadow: 0px 0px 3px 2px #c8c8cc;
  -moz-box-shadow: 0px 0px 3px 2px #c8c8cc;
  box-shadow: 0px 0px 3px 2px #c8c8cc;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 0.9em;
  background-color: #fff;
  *zoom: 1;
  display: inline;
  float: left;
  width: 300px;
  margin: 0 0px;
  height: 110px;
  margin-top: 30px;
  padding-top: 230px;
}
.container-offre .col-main-small:before,
.container-offre .col-main-small:after {
  content: "";
  display: table;
}
.container-offre .col-main-small:after {
  clear: both;
}
.container-offre .col-main-small:before,
.container-offre .col-main-small:after {
  content: "";
  display: table;
}
.container-offre .col-main-small:after {
  clear: both;
}
.container-offre .col-main-small p {
  padding: 0 20px;
  text-align: center;
}
.container-offre .col-main-small.div1 {
  background: url("/Content/Default/Images/offres/rs/twitter.png") 33px 15px no-repeat #ffffff;
}
.container-offre .col-main-small.div2 {
  background: url("/Content/Default/Images/offres/rs/youtube.png") 40px 15px no-repeat #ffffff;
}
.container-offre .col-side {
  display: inline;
  float: left;
  width: 300px;
  margin: 0 0px;
}
.container-offre .col-side .bloc-side {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 3px 2px #c8c8cc;
  -moz-box-shadow: 0px 0px 3px 2px #c8c8cc;
  box-shadow: 0px 0px 3px 2px #c8c8cc;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  *zoom: 1;
  margin-left: 30px;
  color: #333;
  font-family: 'Open Sans', Arial, sans-serif;
}
.container-offre .col-side .bloc-side:before,
.container-offre .col-side .bloc-side:after {
  content: "";
  display: table;
}
.container-offre .col-side .bloc-side:after {
  clear: both;
}
.container-offre .col-side .bloc-side:before,
.container-offre .col-side .bloc-side:after {
  content: "";
  display: table;
}
.container-offre .col-side .bloc-side:after {
  clear: both;
}
.container-offre .col-side .bloc-side:last-child {
  margin-top: 30px;
}
.container-offre .col-side .bloc-side.bloc-contact {
  background-color: #eff9ff;
}
.container-offre .col-side .bloc-side.bloc-contact h3,
.container-offre .col-side .bloc-side.bloc-contact h4 {
  margin-left: 10px;
}
.container-offre .col-side .bloc-side.bloc-contact h4 {
  color: #117d93;
  font-size: .9em;
  font-style: italic;
  margin: 10px 0 0 10px;
}
.container-offre .col-side .bloc-side.bloc-contact p {
  font-size: .813em;
  margin: 0 10px;
}
.container-offre .col-side .bloc-side.bloc-contact p.tel-ct {
  font-size: 1.563em;
  color: #117d93;
}
.container-offre .col-side .bloc-side.bloc-contact p.tel-ct span {
  font-size: 0.3em;
}
.container-offre .col-side .bloc-side.bloc-contact .contact a {
  float: left;
  margin: 20px 35px;
}
.container-offre .col-side .bloc-side.di-chiffres {
  background: url("/Content/Default/Images/offres/di/img-di-bk.jpg") left top no-repeat #ffffff;
  padding-top: 150px;
}
.container-offre .col-side .bloc-side.di-chiffres ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 15px 0;
}
.container-offre .col-side .bloc-side.di-chiffres ul li {
  padding-left: 75px;
  margin: 5px 0;
  min-height: 61px;
}
.container-offre .col-side .bloc-side.di-chiffres ul li.di-pt1 {
  background: url("/Content/Default/Images/offres/di/visu1.jpg") 10px top no-repeat;
  padding-top: 5px;
}
.container-offre .col-side .bloc-side.di-chiffres ul li.di-pt2 {
  background: url("/Content/Default/Images/offres/di/visu2.jpg") 10px top no-repeat;
  padding-top: 7px;
}
.container-offre .col-side .bloc-side.di-chiffres ul li.di-pt3 {
  background: url("/Content/Default/Images/offres/di/visu3.jpg") 10px top no-repeat;
  padding-top: 7px;
}
.container-offre .col-side .bloc-side.di-chiffres ul li.di-pt4 {
  background: url("/Content/Default/Images/offres/di/visu4.jpg") 10px 13px no-repeat;
}
.container-offre .col-side .bloc-side.rs-fb {
  background: url("/Content/Default/Images/offres/rs/vid-fb.png") 15px 15px no-repeat #3c5a9a;
  background-size: 90%;
  height: 250px;
}
.container-offre .col-side .bloc-side.rs-fb a {
  display: block;
  margin: 0 auto;
  margin-top: ;
  float: none;
}
.container-offre .col-side .bloc-side.rs-fb a.action-btn {
  font-size: 0.813em;
  font-weight: bold;
  height: 32px;
  width: 140px;
  line-height: 32px;
  text-align: center;
  background-color: #f4f4f4;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  color: #333;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  padding: 0 10px;
  margin-top: 195px;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.container-offre .col-side .bloc-side.rs-fb a.action-btn:hover {
  color: #3c5a9a;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.container-offre .col-side .bloc-side.app-list .app-pt1 {
  background: url("/Content/Default/Images/offres/app/visu1.png") 10px top no-repeat;
  padding-top: 5px;
}
.container-offre .col-side .bloc-side.app-list .app-pt2 {
  background: url("/Content/Default/Images/offres/app/visu2.png") 10px 0px no-repeat;
  padding-top: 7px;
}
.container-offre .col-side .bloc-side.app-list .app-pt3 {
  background: url("/Content/Default/Images/offres/app/visu3.png") 10px 12px no-repeat;
  padding-top: 7px;
}
.container-offre .col-side .bloc-side.app {
  background: url("/Content/Default/Images/offres/app/img-vid.png") 6px 15px no-repeat #d23c35;
  background-size: 90%;
  height: 250px;
}
.container-offre .col-side .bloc-side.app a {
  display: block;
  margin: 0 auto;
  margin-top: ;
  float: none;
}
.container-offre .col-side .bloc-side.app a.action-btn {
  font-size: 0.813em;
  font-weight: bold;
  height: 32px;
  width: 140px;
  line-height: 32px;
  text-align: center;
  background-color: #f4f4f4;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  color: #333;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  padding: 0 10px;
  margin-top: 195px;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.container-offre .col-side .bloc-side.app a.action-btn:hover {
  color: #d23c35;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.container-offre .col-side .bloc-side.bloc-campagnes {
  background: url("/Content/Default/Images/offres/pub/logo-horyzon.jpg") 10px 240px no-repeat, url("/Content/Default/Images/offres/pub/logo-comonline.jpg") 10px 398px no-repeat #eff9ff;
  margin-bottom: 30px;
}
.container-offre .col-side .bloc-side.bloc-campagnes h3,
.container-offre .col-side .bloc-side.bloc-campagnes h4 {
  margin-left: 10px;
}
.container-offre .col-side .bloc-side.bloc-campagnes h4 {
  color: #117d93;
  font-size: .9em;
  font-style: italic;
  margin: 10px 0 0 10px;
}
.container-offre .col-side .bloc-side.bloc-campagnes p {
  font-size: .813em;
  margin: 0 10px;
}
.container-offre .col-side .bloc-side.bloc-campagnes p.contact-pub {
  margin: 80px 10px 10px 10px;
}
.container-offre .col-side .bloc-side.pub-chiffres p {
  margin: 10px;
  font-size: 0.813em;
  font-style: normal;
}
.container-offre .col-side .bloc-side.pub-chiffres p span {
  font-size: 1em;
  display: block;
  font-weight: bold;
  font-style: normal;
}
.container-offre .col-side .bloc-side.pub-chiffres ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 15px 0;
}
.container-offre .col-side .bloc-side.pub-chiffres ul li {
  padding-left: 75px;
  margin: 5px 0;
  min-height: 61px;
}
.container-offre .col-side .bloc-side.pub-chiffres ul li.di-pt1 {
  background: url("/Content/Default/Images/offres/pub/visu1.png") 10px top no-repeat;
  padding-top: 7px;
}
.container-offre .col-side .bloc-side.pub-chiffres ul li.di-pt2 {
  background: url("/Content/Default/Images/offres/pub/visu2.png") 10px 0px no-repeat;
  padding-top: 7px;
}
.container-offre .col-side .bloc-side.pub-chiffres ul li.di-pt3 {
  background: url("/Content/Default/Images/offres/pub/visu3.png") 10px 5px no-repeat;
}
.container-offre .col-side .bloc-side.neuf-chiffres p {
  background: url("/Content/Default/Images/offres/neuf/esp-dedie.jpg") 16px 30px no-repeat;
}
.container-offre .col-side .bloc-side.neuf-chiffres p span {
  margin: 10px 10px 100px 10px;
  font-size: 0.813em;
  display: block;
  font-weight: bold;
  font-style: normal;
}
.container-offre .col-side .bloc-side.neuf-chiffres ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 15px 0;
}
.container-offre .col-side .bloc-side.neuf-chiffres ul li {
  padding-left: 75px;
  margin: 5px 0;
  min-height: 61px;
}
.container-offre .col-side .bloc-side.neuf-chiffres ul li.di-pt1 {
  background: url("/Content/Default/Images/offres/neuf/visu1.png") 10px 4px no-repeat;
}
.container-offre .col-side .bloc-side.neuf-chiffres ul li.di-pt2 {
  background: url("/Content/Default/Images/offres/neuf/visu2.png") 10px 5px no-repeat;
}
.container-offre .col-side .bloc-side.neuf-chiffres ul li.di-pt3 {
  background: url("/Content/Default/Images/offres/neuf/visu3.png") 10px 5px no-repeat;
  padding-top: 10px;
}
/************** pages footer **************/
.other-menu .other-menu-header {
  background: url(@{img_path}/CGUbackground.png) 50% 0 no-repeat #f5f5f5;
  height: 365px;
  width: 1153px;
  width: 100%;
}
.other-menu .other-menu-container {
  width: 100%;
}
.other-menu .other-menu-container .other-top-container {
  width: 100%;
  background: url('/Content/Default/Images/Contact/border01.png') repeat-x #f5f5f5 bottom;
}
.other-menu .other-menu-container .other-top-container .other-menu-top {
  width: 831px;
  height: 75px;
  margin: 0 auto;
  display: table;
}
.other-menu .other-menu-container .other-top-container .other-menu-top div {
  width: 277px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.other-menu .other-menu-container .other-top-container .other-menu-top div a {
  color: #333333;
  font-size: 1.2em;
  font-weight: 600;
  position: relative;
}
.other-menu .other-menu-container .other-top-container .other-menu-top div.selected a {
  color: #888888;
}
.other-menu .other-menu-container .other-top-container .other-menu-top div.selected {
  color: #888888;
  background: url('/Content/Default/Images/Contact/selection.png') no-repeat bottom center;
}
.other-menu .other-menu-container .other-menu-bottom {
  width: 710px;
  height: 36px;
  margin: 20px auto;
  display: table;
  background-color: #FFFFFF;
}
.other-menu .other-menu-container .other-menu-bottom div {
  width: 25%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  border: #DCE0DF 1px solid;
}
.other-menu .other-menu-container .other-menu-bottom div.selected {
  background-color: #dce0df;
  color: #8c8c8c;
  border-top-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}
.other-menu .other-menu-container .other-menu-bottom div.selected a {
  color: #8c8c8c;
}
.other-menu .other-menu-container .other-menu-bottom a {
  color: #333333;
  font-size: 0.8em;
  font-weight: 600;
}
.container-contact {
  background: url('/Content/Default/Images/bg-contact.jpg') no-repeat #f5f5f5 center;
  height: 320px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  margin-top: 40px;
  *zoom: 1;
}
.container-contact ul {
  display: flex;
  padding-left: 0px;
}
.container-contact li {
  list-style-type: none;
}
.container-contact div {
  display: block;
}
.container-contact > ul {
  margin-left: auto;
  margin-right: auto;
  width: 830px;
}
.container-contact > ul > li {
  height: 254px;
  background-color: rgba(255, 255, 255, 0.75);
  margin: 10px 10px 10px 10px;
}
.container-contact > ul > li > div > h2 {
  padding-left: 50px;
  height: 35px;
  margin-right: auto;
  margin-left: auto;
  width: 130px;
  text-align: center;
}
.container-contact > ul > li.contact-perso {
  width: 280px;
}
.container-contact > ul > li.contact-perso > div > ul {
  margin-left: auto;
  margin-right: auto;
  width: 235px;
}
.container-contact > ul > li.contact-perso > div > h2 {
  background: url('/Content/Default/Images/Contact/picto_femme.png') no-repeat;
}
.container-contact > ul > li.contact-pro {
  width: 515px;
}
.container-contact > ul > li.contact-pro > div > ul {
  margin-left: auto;
  margin-right: auto;
  width: 470px;
}
.container-contact > ul > li.contact-pro > div > h2 {
  background: url('/Content/Default/Images/Contact/picto_homme.png') no-repeat;
}
.container-contact .actionPanel {
  width: 215px;
  height: 107px;
  background-color: #a41f72;
  margin: 10px;
  background-image: url('/Content/Default/Images/Contact/chevron.png');
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
.container-contact .actionPanel a {
  width: inherit;
  height: inherit;
}
.container-contact .actionPanel p {
  line-height: 20px;
  color: white;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px 0 10px;
}
.container-contact .actionPanel:hover {
  background-color: #750c4e;
}
.container-contact:before,
.container-contact:after {
  content: "";
  display: table;
}
.container-contact:after {
  clear: both;
}
.container-contact:before,
.container-contact:after {
  content: "";
  display: table;
}
.container-contact:after {
  clear: both;
}
div.contact-adverline {
  height: 75px;
  width: 650px;
  margin: 0 auto 0 auto;
  display: flex;
}
div.contact-adverline > p {
  margin-top: 30px;
}
div.contact-adverline > a {
  background: url('/Content/Default/Images/Contact/adverline_logo.png') no-repeat right center;
  width: 65px;
}
.container-contact-us-pro {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  background: #ffffff;
}
.container-contact-us-pro .contact-us-pro-header {
  padding: 20px;
}
.container-contact-us-pro .contact-us-pro-header h2 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 24pt;
  color: #888888;
  font-weight: 200;
  margin: 0 auto 10px auto;
  width: 380px;
}
.container-contact-us-pro .contact-us-pro-content {
  background: url('/Content/Default/Images/Contact/imagelatterale.png') no-repeat left;
  padding-left: 150px;
}
.container-contact-us-pro .contact-us-pro-content form {
  display: block;
  width: 500px;
}
.container-contact-us-pro .contact-us-pro-content form > select {
  display: block;
  width: 390px;
  padding: 0 5px;
  border: 1px solid #dce0df;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  margin: 10px;
  height: 40px;
}
.container-contact-us-pro .contact-us-pro-content form > textarea {
  display: block;
  width: 390px;
  padding: 0 5px;
  border: 1px solid #dce0df;
  resize: none;
  margin: 10px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
}
.container-contact-us-pro .contact-us-pro-content form > textarea[name="Description"] {
  height: 90px;
}
.container-contact-us-pro .contact-us-pro-content form > input {
  display: block;
  width: 390px;
  padding: 0 5px;
  border: 1px solid #dce0df;
  margin: 10px;
  height: 30px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
}
.container-contact-us-pro .contact-us-pro-content form > div.submitBtn {
  height: 60px;
}
.container-contact-us-pro .contact-us-pro-content form > div.submitBtn > button[type=submit] {
  width: 150px;
  height: 40px;
  text-transform: uppercase;
  margin: 10px auto 10px 135px;
  display: block;
  background-color: #a41f72;
  color: #f5f5f5;
  border: 1px solid #a41f72;
  border-radius: 2px;
}
.container-contact-us-pro .contact-us-pro-content form > div.submitBtn > button[type=submit]:hover {
  background-color: #750c4e;
}
.container-contact-us-pro .contact-us-pro-content form div.hAlign {
  display: flex;
}
.container-contact-us-pro .contact-us-pro-content form div.hAlign > input {
  width: 179px;
  display: block;
  padding: 0 5px;
  border: 1px solid #dce0df;
  margin: 0 10px 10px 10px;
  height: 30px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
}
.container-contact-us-pro .contact-us-pro-content form div.recaptchaContainer {
  width: 320px;
  margin: 5px 20px 15px 50px;
  float: none;
}
.container-contact-us-pro .contact-us-pro-content form .fieldError,
.container-contact-us-pro .contact-us-pro-content form .fieldError + button {
  background-color: #bc0316;
  color: white;
}
.container-contact-us-pro .contact-us-pro-content form > .avalDropDown {
  width: 400px!important;
  margin: 0 10px 10px 10px;
  height: 40px;
  border-radius: 0;
}
.container-contact-us-pro .contact-us-pro-content form > .avalDropDown > span.ui-icon {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -894px -107px no-repeat;
}
.container-contact-us-pro .contact-us-pro-content form > .avalDropDown.disabledElement {
  color: #888888;
  background-color: #e6e7e9;
}
.container-contact-us-pro .contact-us-pro-content form > .avalDropDown.disabledElement > span.ui-icon {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -904px -107px no-repeat;
}
.container-partners,
.container-ethical,
.container-who-are-we,
.container-intellectual-property,
.container-responsability {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.container-partners .col-content,
.container-ethical .col-content,
.container-who-are-we .col-content,
.container-intellectual-property .col-content,
.container-responsability .col-content {
  display: inline;
  float: left;
  width: 960px;
  margin: 0 0px;
  background-color: #fff;
  position: relative;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 3px 2px #c8c8cc;
  -moz-box-shadow: 0px 0px 3px 2px #c8c8cc;
  box-shadow: 0px 0px 3px 2px #c8c8cc;
  *zoom: 1;
  min-height: 250px;
}
.container-partners .col-content:before,
.container-ethical .col-content:before,
.container-who-are-we .col-content:before,
.container-intellectual-property .col-content:before,
.container-responsability .col-content:before,
.container-partners .col-content:after,
.container-ethical .col-content:after,
.container-who-are-we .col-content:after,
.container-intellectual-property .col-content:after,
.container-responsability .col-content:after {
  content: "";
  display: table;
}
.container-partners .col-content:after,
.container-ethical .col-content:after,
.container-who-are-we .col-content:after,
.container-intellectual-property .col-content:after,
.container-responsability .col-content:after {
  clear: both;
}
.container-partners .col-content:before,
.container-ethical .col-content:before,
.container-who-are-we .col-content:before,
.container-intellectual-property .col-content:before,
.container-responsability .col-content:before,
.container-partners .col-content:after,
.container-ethical .col-content:after,
.container-who-are-we .col-content:after,
.container-intellectual-property .col-content:after,
.container-responsability .col-content:after {
  content: "";
  display: table;
}
.container-partners .col-content:after,
.container-ethical .col-content:after,
.container-who-are-we .col-content:after,
.container-intellectual-property .col-content:after,
.container-responsability .col-content:after {
  clear: both;
}
.container-partners .col-content .content,
.container-ethical .col-content .content,
.container-who-are-we .col-content .content,
.container-intellectual-property .col-content .content,
.container-responsability .col-content .content {
  padding: 20px;
  *zoom: 1;
}
.container-partners .col-content .content:before,
.container-ethical .col-content .content:before,
.container-who-are-we .col-content .content:before,
.container-intellectual-property .col-content .content:before,
.container-responsability .col-content .content:before,
.container-partners .col-content .content:after,
.container-ethical .col-content .content:after,
.container-who-are-we .col-content .content:after,
.container-intellectual-property .col-content .content:after,
.container-responsability .col-content .content:after {
  content: "";
  display: table;
}
.container-partners .col-content .content:after,
.container-ethical .col-content .content:after,
.container-who-are-we .col-content .content:after,
.container-intellectual-property .col-content .content:after,
.container-responsability .col-content .content:after {
  clear: both;
}
.container-partners .col-content .content:before,
.container-ethical .col-content .content:before,
.container-who-are-we .col-content .content:before,
.container-intellectual-property .col-content .content:before,
.container-responsability .col-content .content:before,
.container-partners .col-content .content:after,
.container-ethical .col-content .content:after,
.container-who-are-we .col-content .content:after,
.container-intellectual-property .col-content .content:after,
.container-responsability .col-content .content:after {
  content: "";
  display: table;
}
.container-partners .col-content .content:after,
.container-ethical .col-content .content:after,
.container-who-are-we .col-content .content:after,
.container-intellectual-property .col-content .content:after,
.container-responsability .col-content .content:after {
  clear: both;
}
.container-partners .col-content .content .content-text,
.container-ethical .col-content .content .content-text,
.container-who-are-we .col-content .content .content-text,
.container-intellectual-property .col-content .content .content-text,
.container-responsability .col-content .content .content-text {
  padding-top: 20px;
  font-size: 0.813em;
  float: left;
  color: #333333;
  line-height: 1.6em;
}
.container-partners .col-content .content .content-text .contact-colt,
.container-ethical .col-content .content .content-text .contact-colt,
.container-who-are-we .col-content .content .content-text .contact-colt,
.container-intellectual-property .col-content .content .content-text .contact-colt,
.container-responsability .col-content .content .content-text .contact-colt {
  padding-left: 120px;
  background: url("/Content/Default/Images/colt.png") 0px 1px no-repeat;
}
.container-partners .col-content .content .ethic-ie,
.container-ethical .col-content .content .ethic-ie,
.container-who-are-we .col-content .content .ethic-ie,
.container-intellectual-property .col-content .content .ethic-ie,
.container-responsability .col-content .content .ethic-ie {
  padding-left: 100px;
  list-style-type: disc;
  background: url("/Content/Default/Images/logo-ie.png") 0px 1px no-repeat;
}
.container-partners .col-content .content .ethic-ie li,
.container-ethical .col-content .content .ethic-ie li,
.container-who-are-we .col-content .content .ethic-ie li,
.container-intellectual-property .col-content .content .ethic-ie li,
.container-responsability .col-content .content .ethic-ie li {
  float: none;
}
.container-partners .col-content .content .ethic-firefox,
.container-ethical .col-content .content .ethic-firefox,
.container-who-are-we .col-content .content .ethic-firefox,
.container-intellectual-property .col-content .content .ethic-firefox,
.container-responsability .col-content .content .ethic-firefox {
  padding-left: 100px;
  list-style-type: disc;
  background: url("/Content/Default/Images/logo-firefox.png") 0px 1px no-repeat;
}
.container-partners .col-content .content .ethic-firefox li,
.container-ethical .col-content .content .ethic-firefox li,
.container-who-are-we .col-content .content .ethic-firefox li,
.container-intellectual-property .col-content .content .ethic-firefox li,
.container-responsability .col-content .content .ethic-firefox li {
  float: none;
}
.container-partners .col-content .content .ethic-safari,
.container-ethical .col-content .content .ethic-safari,
.container-who-are-we .col-content .content .ethic-safari,
.container-intellectual-property .col-content .content .ethic-safari,
.container-responsability .col-content .content .ethic-safari {
  padding-left: 100px;
  list-style-type: disc;
  background: url("/Content/Default/Images/logo-safari.png") 0px 1px no-repeat;
}
.container-partners .col-content .content .ethic-safari li,
.container-ethical .col-content .content .ethic-safari li,
.container-who-are-we .col-content .content .ethic-safari li,
.container-intellectual-property .col-content .content .ethic-safari li,
.container-responsability .col-content .content .ethic-safari li {
  float: none;
}
.container-partners .col-content .content .ethic-chrome,
.container-ethical .col-content .content .ethic-chrome,
.container-who-are-we .col-content .content .ethic-chrome,
.container-intellectual-property .col-content .content .ethic-chrome,
.container-responsability .col-content .content .ethic-chrome {
  padding-left: 100px;
  list-style-type: disc;
  background: url("/Content/Default/Images/logo-chrome.png") 0px 1px no-repeat;
}
.container-partners .col-content .content .ethic-chrome li,
.container-ethical .col-content .content .ethic-chrome li,
.container-who-are-we .col-content .content .ethic-chrome li,
.container-intellectual-property .col-content .content .ethic-chrome li,
.container-responsability .col-content .content .ethic-chrome li {
  float: none;
}
.container-partners .col-content .content .contact-content p,
.container-ethical .col-content .content .contact-content p,
.container-who-are-we .col-content .content .contact-content p,
.container-intellectual-property .col-content .content .contact-content p,
.container-responsability .col-content .content .contact-content p {
  padding-left: 120px;
  width: auto;
}
.container-partners .col-content .content .contact-content p.title,
.container-ethical .col-content .content .contact-content p.title,
.container-who-are-we .col-content .content .contact-content p.title,
.container-intellectual-property .col-content .content .contact-content p.title,
.container-responsability .col-content .content .contact-content p.title {
  padding-left: 0;
}
.container-partners .col-content .content .contact-content span,
.container-ethical .col-content .content .contact-content span,
.container-who-are-we .col-content .content .contact-content span,
.container-intellectual-property .col-content .content .contact-content span,
.container-responsability .col-content .content .contact-content span {
  font-weight: 600;
}
.container-partners .col-content .content .contact-content .contact-aval,
.container-ethical .col-content .content .contact-content .contact-aval,
.container-who-are-we .col-content .content .contact-content .contact-aval,
.container-intellectual-property .col-content .content .contact-content .contact-aval,
.container-responsability .col-content .content .contact-content .contact-aval {
  background: url("/Content/Default/Images/AVALmentions.png") 0px 72px no-repeat;
}
.container-partners .col-content .content .contact-content .contact-horizon,
.container-ethical .col-content .content .contact-content .contact-horizon,
.container-who-are-we .col-content .content .contact-content .contact-horizon,
.container-intellectual-property .col-content .content .contact-content .contact-horizon,
.container-responsability .col-content .content .contact-content .contact-horizon {
  background: url("/Content/Default/Images/horizonMedia.png") 0px no-repeat;
  margin-top: 30px;
}
.container-partners .col-content .content .contact-content .contact-comonline,
.container-ethical .col-content .content .contact-content .contact-comonline,
.container-who-are-we .col-content .content .contact-content .contact-comonline,
.container-intellectual-property .col-content .content .contact-content .contact-comonline,
.container-responsability .col-content .content .contact-content .contact-comonline {
  background: url("/Content/Default/Images/comOline.png") 0px no-repeat;
}
.container-partners .col-content .content .subtitle-underlined,
.container-ethical .col-content .content .subtitle-underlined,
.container-who-are-we .col-content .content .subtitle-underlined,
.container-intellectual-property .col-content .content .subtitle-underlined,
.container-responsability .col-content .content .subtitle-underlined {
  margin-left: 0;
  width: 650px;
  border: none;
}
.container-partners .col-content .content .subtitle-underlined span,
.container-ethical .col-content .content .subtitle-underlined span,
.container-who-are-we .col-content .content .subtitle-underlined span,
.container-intellectual-property .col-content .content .subtitle-underlined span,
.container-responsability .col-content .content .subtitle-underlined span {
  font-size: 1.125em;
  font-weight: 500;
}
.container-partners .col-content .content .cookies-redirect div,
.container-ethical .col-content .content .cookies-redirect div,
.container-who-are-we .col-content .content .cookies-redirect div,
.container-intellectual-property .col-content .content .cookies-redirect div,
.container-responsability .col-content .content .cookies-redirect div {
  float: left;
  background-color: #f5f5f5;
  width: 450px;
  height: 100%;
  margin-right: 5px;
  margin-left: 5px;
}
.container-partners .col-content .content .cookies-redirect p,
.container-ethical .col-content .content .cookies-redirect p,
.container-who-are-we .col-content .content .cookies-redirect p,
.container-intellectual-property .col-content .content .cookies-redirect p,
.container-responsability .col-content .content .cookies-redirect p {
  margin-left: 10px;
}
.container-partners .col-content .content .cookies-redirect.aval,
.container-ethical .col-content .content .cookies-redirect.aval,
.container-who-are-we .col-content .content .cookies-redirect.aval,
.container-intellectual-property .col-content .content .cookies-redirect.aval,
.container-responsability .col-content .content .cookies-redirect.aval {
  height: 100px;
}
.container-partners .col-content .content .cookies-redirect.stats,
.container-ethical .col-content .content .cookies-redirect.stats,
.container-who-are-we .col-content .content .cookies-redirect.stats,
.container-intellectual-property .col-content .content .cookies-redirect.stats,
.container-responsability .col-content .content .cookies-redirect.stats {
  height: 180px;
}
.container-partners .col-content .content .cookies-redirect.pub,
.container-ethical .col-content .content .cookies-redirect.pub,
.container-who-are-we .col-content .content .cookies-redirect.pub,
.container-intellectual-property .col-content .content .cookies-redirect.pub,
.container-responsability .col-content .content .cookies-redirect.pub {
  height: 310px;
}
.container-partners .col-content .content .cookies-redirect.partner,
.container-ethical .col-content .content .cookies-redirect.partner,
.container-who-are-we .col-content .content .cookies-redirect.partner,
.container-intellectual-property .col-content .content .cookies-redirect.partner,
.container-responsability .col-content .content .cookies-redirect.partner {
  height: 340px;
}
.container-partners ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.container-partners ul li {
  display: inline-block;
}
.container-partners ul li a {
  display: inline-block;
  width: 200px;
  height: 26px;
  margin: 8px 13px 22px 14px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 3px 2px #c8c8cc;
  -moz-box-shadow: 0px 0px 3px 2px #c8c8cc;
  box-shadow: 0px 0px 3px 2px #c8c8cc;
  *zoom: 1;
  text-align: center;
  padding-top: 120px;
  background: url("/Content/Default/Images/partners.jpg?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat 0 0;
}
.container-partners ul li a:before,
.container-partners ul li a:after {
  content: "";
  display: table;
}
.container-partners ul li a:after {
  clear: both;
}
.container-partners ul li a:before,
.container-partners ul li a:after {
  content: "";
  display: table;
}
.container-partners ul li a:after {
  clear: both;
}
.container-partners ul li a:hover {
  -webkit-box-shadow: 0px 0px 3px 2px #acacb1;
  -moz-box-shadow: 0px 0px 3px 2px #acacb1;
  box-shadow: 0px 0px 3px 2px #acacb1;
  text-decoration: underline;
}
.container-partners ul li a.db {
  background-position: 33px -91px;
}
.container-partners ul li a.demepool {
  background-position: 46px -476px;
}
.container-partners ul li a.diagorim {
  background-position: 5px 20px;
}
.container-partners ul li a.cafpi {
  background-image: url("/Content/Default/Images/partners2.jpg?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05");
  background-position: 7px -180px;
}
.container-partners ul li a.csf {
  background-image: url("/Content/Default/Images/partners2.jpg?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05");
  background-position: 35px -320px;
}
.container-partners ul li a.fretbay {
  background-image: url("/Content/Default/Images/shared/fretbay_logo.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05");
  background-size: 50%;
  background-position: 50% 40%;
}
.container-partners ul li a.nexity {
  background-image: url("/Content/Default/Images/partners2.jpg?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05");
  background-position: 58px -490px;
}
.container-partners ul li a.bi {
  background-position: -208px -90px;
}
.container-partners ul li a.caei {
  background-position: 30px -348px;
}
.container-partners ul li a.clu {
  background-image: url("/Content/Default/Images/partner_francecars_200x146.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05");
  background-position: center;
}
.container-partners ul li a.cl {
  background-position: -208px 37px;
}
.container-partners ul li a.ds {
  background-position: -205px -350px;
}
.container-partners ul li a.lg {
  background-position: -200px -475px;
}
.container-partners ul li a.pichet {
  background-position: 20px -586px;
}
.container-partners ul li a.previsite {
  background-position: -196px -578px;
}
.container-partners ul li a.sfr {
  background-image: url("/Content/Default/Images/partenaires-logo.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05");
  background-position: center;
}
.container-partners ul li a.calcul-travaux {
  background-image: url("/Content/Default/Images/partners2.jpg?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05");
  background-position: 10px -625px;
}
.container-partners ul li a.cofidis {
  background-image: url("/Content/Default/Images/partners2.jpg?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05");
  background-position: 10px -1090px;
}
/************** espace perso **************/
.container-ep {
  padding-top: 30px;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.container-ep h1 {
  font-size: 1.875em;
  font-weight: 300;
  margin: 0 0 10px 0;
  text-shadow: 1px 1px 0 #ffffff;
  -moz-text-shadow: 1px 1px 0 #ffffff;
  -ms-text-shadow: 1px 1px 0 #ffffff;
  -o-text-shadow: 1px 1px 0 #ffffff;
  color: #333333;
}
.container-ep .colCtnr {
  margin-top: 45px;
  *zoom: 1;
}
.container-ep .colCtnr:before,
.container-ep .colCtnr:after {
  content: "";
  display: table;
}
.container-ep .colCtnr:after {
  clear: both;
}
.container-ep .colCtnr:before,
.container-ep .colCtnr:after {
  content: "";
  display: table;
}
.container-ep .colCtnr:after {
  clear: both;
}
.container-ep .col-menu {
  display: inline;
  float: left;
  width: 240px;
  margin: 0 0px;
  position: relative;
}
.container-ep .col-menu .block-account {
  background-color: #fff;
  border: 1px solid #c7c7cc;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 3px 1px #c8c8cc;
  -moz-box-shadow: 0px 0px 3px 1px #c8c8cc;
  box-shadow: 0px 0px 3px 1px #c8c8cc;
  margin-bottom: 20px;
  height: 150px;
}
.container-ep .col-menu .block-account .block-avatar {
  width: 90px;
  height: 90px;
  position: absolute;
  top: -20px;
  left: 10px;
  border: 6px solid #c7c7cc;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.container-ep .col-menu .block-account .block-avatar .avatarCtnr {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 90px;
  height: 65px;
}
.container-ep .col-menu .block-account .block-avatar a {
  position: absolute;
  bottom: 5px;
  left: 22px;
  font-size: 0.813em;
}
.container-ep .col-menu .block-account .block-name {
  float: right;
  font-size: 0.938em;
  width: 120px;
  padding-top: 15px;
  color: #333333;
  font-weight: 600;
  height: 65px;
}
.container-ep .col-menu .block-account .block-name .username {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 110px;
  display: inline-block;
}
.container-ep .col-menu .block-account .block-name .progress-bar {
  display: block;
  width: 110px;
  height: 11px;
  margin-top: 5px;
  float: left;
  background: url("/Content/Default/Images/ep.png") -6px -55px no-repeat;
}
.container-ep .col-menu .block-account p {
  color: #333333;
  font-size: 0.813em;
  clear: both;
  float: left;
  padding: 5px 10px 0 10px;
}
.container-ep .col-menu ul.menu-left {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 1px solid #c7c7cc;
  -webkit-box-shadow: 0px 0px 3px 1px #c8c8cc;
  -moz-box-shadow: 0px 0px 3px 1px #c8c8cc;
  box-shadow: 0px 0px 3px 1px #c8c8cc;
}
.container-ep .col-menu ul.menu-left li a.ep {
  color: #333333;
  display: block;
  font-size: 0.938em;
  padding-left: 20px;
  font-weight: 600;
  min-height: 60px;
  line-height: 60px;
  background-color: #fff;
  border-bottom: 1px solid #c7c7cc;
  position: relative;
}
.container-ep .col-menu ul.menu-left li a.ep.selected span {
  position: absolute;
  width: 12px;
  display: block;
  height: 17px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -910px -121px no-repeat;
  top: 24px;
  right: 15px;
}
.container-ep .col-menu ul.menu-left li a.red {
  background-color: #a41f72;
  color: #fff;
  display: block;
  font-size: 0.938em;
  padding-left: 20px;
  font-weight: 600;
  min-height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #c7c7cc;
  text-shadow: 1px 1px 1px #a72331;
  -moz-text-shadow: 1px 1px 1px #a72331;
  -ms-text-shadow: 1px 1px 1px #a72331;
  -o-text-shadow: 1px 1px 1px #a72331;
}
.container-ep .col-menu ul.menu-left li.app {
  background-color: #333333;
  height: 60px;
  line-height: 60px;
}
.container-ep .col-menu ul.menu-left li.app span {
  color: #fff;
  font-weight: 600;
  padding-left: 20px;
  text-shadow: 1px 1px 1px #131313;
  -moz-text-shadow: 1px 1px 1px #131313;
  -ms-text-shadow: 1px 1px 1px #131313;
  -o-text-shadow: 1px 1px 1px #131313;
  float: left;
}
.container-ep .col-menu ul.menu-left li.app a {
  display: block;
  float: right;
  height: 60px;
  width: 57px;
}
.container-ep .col-menu ul.menu-left li.app a.apple {
  background: url("/Content/Default/Images/ep.png") 7px 6px no-repeat;
}
.container-ep .col-menu ul.menu-left li.app a.android {
  border-left: 1px solid #fff;
  background: url("/Content/Default/Images/ep.png") -41px 6px no-repeat;
}
.container-ep .col-menu ul.menu-left li.app a.win {
  border-left: 1px solid #fff;
  background: url("/Content/Default/Images/ep.png") -97px 5px no-repeat;
}
.container-ep .col-content {
  display: inline;
  float: left;
  width: 690px;
  margin: 0 0px;
  margin-left: 30px;
}
.container-ep .col-content h2 {
  font-size: 1.563em;
  font-weight: 300;
  text-shadow: 1px 1px 0 #ffffff;
  -moz-text-shadow: 1px 1px 0 #ffffff;
  -ms-text-shadow: 1px 1px 0 #ffffff;
  -o-text-shadow: 1px 1px 0 #ffffff;
  color: #898989;
  margin-top: -25px;
}
.container-ep .col-content h2.unsubscribe {
  margin-top: 40px;
}
.container-ep .col-content section {
  background-color: #fff;
  padding: 25px 15px;
  border: 1px solid #c7c7cc;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 3px 1px #c8c8cc;
  -moz-box-shadow: 0px 0px 3px 1px #c8c8cc;
  box-shadow: 0px 0px 3px 1px #c8c8cc;
  margin-bottom: 20px;
  *zoom: 1;
}
.container-ep .col-content section:before,
.container-ep .col-content section:after {
  content: "";
  display: table;
}
.container-ep .col-content section:after {
  clear: both;
}
.container-ep .col-content section:before,
.container-ep .col-content section:after {
  content: "";
  display: table;
}
.container-ep .col-content section:after {
  clear: both;
}
.container-ep .col-content section h3 {
  margin-top: 0;
  color: #0054a6;
  font-size: 0.938em;
  font-weight: 600;
}
.container-ep .col-content section p {
  font-size: 0.813em;
  color: #333333;
  margin: 0;
  padding: 10px 0;
}
.container-ep .col-content section p.border {
  border-bottom: 1px solid #333333;
}
.container-ep .col-content section p.pre-checklist {
  padding: 0 0 15px 0;
}
.container-ep .col-content section ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.container-ep .col-content section ul li a {
  font-size: 0.813em;
}
.container-ep .col-content section ul li a.alert {
  font-weight: 600;
}
.container-ep .col-content section > a {
  font-size: 0.813em;
}
.container-ep .col-content section > a.bottom-link {
  margin-top: 15px;
  float: left;
}
.container-ep .col-content section .checklist li {
  margin: 0 -15px;
  padding: 15px;
}
.container-ep .col-content section .checklist li label {
  font-size: 0.813em;
  padding-left: 35px;
  display: block;
}
.container-ep .col-content section .checklist li label a {
  font-size: inherit;
}
.container-ep .col-content section .checklist li.selected {
  background-color: #e4e4e4;
  border-top: 1px solid #c7c7cc;
  border-bottom: 1px solid #c7c7cc;
}
.container-ep .col-content section .infos {
  width: 320px;
  margin-top: 40px;
  margin-bottom: 20px;
  float: left;
}
.container-ep .col-content section .infos h2 {
  margin-bottom: 0px;
  margin-top: -10px;
}
.container-ep .col-content section .how-to {
  float: left;
  margin-left: 10px;
  margin-bottom: 40px;
}
.container-ep .col-content section table {
  width: 100%;
  border-collapse: separate;
}
.container-ep .col-content section table th {
  color: #333333;
  font-weight: 600;
  font-size: 0.813em;
  text-align: left;
}
.container-ep .col-content section table td {
  padding: 5px 0;
}
.container-ep .col-content section table td span {
  font-size: 0.813em;
}
.container-ep .col-content section table td a {
  font-size: 0.813em;
}
.container-ep .col-content section table td a.delete {
  background: url("/Content/Default/Images/ep.png") -153px bottom no-repeat;
  height: 23px;
  width: 23px;
  display: block;
  margin: 0 auto;
}
.container-ep .col-content section .alert-mail {
  width: 250px;
  margin: 35px auto 0 auto;
  float: none;
  text-align: center;
  display: block;
}
.container-ep .col-content section.profil .profil-pic {
  height: 100px;
  width: 100px;
  float: left;
  margin-bottom: 20px;
}
.container-ep .col-content section.profil .profil-pic .picCtnr {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 100px;
  width: 100px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 3px 1px #c8c8cc;
  -moz-box-shadow: 0px 0px 3px 1px #c8c8cc;
  box-shadow: 0px 0px 3px 1px #c8c8cc;
}
.container-ep .col-content section.profil .profil-pic .picCtnr img {
  vertical-align: middle;
}
.container-ep .col-content section.profil .profil-links {
  float: left;
  margin-left: 20px;
  padding-top: 10px;
}
.container-ep .col-content section.profil .profil-links a {
  font-size: 0.813em;
  clear: both;
  float: left;
  padding: 6px 0;
}
.container-ep .col-content section.profil .profil-links a.delete div {
  background: url("/Content/Default/Images/ep.png") -175px bottom no-repeat;
  display: block;
  float: left;
  height: 24px;
  width: 25px;
}
.container-ep .col-content section.profil .profil-links a.delete span {
  float: left;
  height: 24px;
  line-height: 24px;
  padding-left: 6px;
}
.container-ep .col-content section.profil .profil-links a.upload div {
  background: url("/Content/Default/Images/ep.png") -175px -19px no-repeat;
  display: block;
  float: left;
  height: 26px;
  width: 25px;
}
.container-ep .col-content section.profil .profil-links a.upload span {
  float: left;
  height: 24px;
  line-height: 24px;
  padding-left: 6px;
}
.container-ep .col-content section.profil .col {
  width: 315px;
  float: left;
}
.container-ep .col-content section.profil .col.right {
  margin-left: 25px;
}
.container-ep .col-content section.profil .col input[readonly],
.container-ep .col-content section.profil .col input[readonly="readonly"] {
  background-color: #d0d0d0;
  border: 0 none;
  color: #333333;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 0.813em;
  width: 305px;
}
.container-ep .col-content section.profil .col .name {
  margin-top: 20px;
}
.container-ep .col-content section.profil .col .first-name {
  margin-top: 52px;
}
.container-ep .col-content section.profil .col .input-classic {
  width: 303px;
  margin-top: 20px;
}
.container-ep .col-content section.profil .col-large {
  float: left;
  clear: both;
}
.container-ep .col-content section.profil .col-large .num-path {
  width: 105px;
  margin-top: 20px;
}
.container-ep .col-content section.profil .col-large .name-path {
  width: 643px;
  margin-top: 20px;
}
.container-ep .col-content section.profil .validBtn {
  clear: both;
  margin-top: 60px;
}
/************** maintenance **************/
.container-404 {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  min-height: 400px;
  padding-top: 100px;
}
.container-404 .main-title {
  font-size: 1.875em;
  font-weight: 300;
  text-shadow: 1px 1px 0 #ffffff;
  -moz-text-shadow: 1px 1px 0 #ffffff;
  -ms-text-shadow: 1px 1px 0 #ffffff;
  -o-text-shadow: 1px 1px 0 #ffffff;
  color: #333333;
}
.container-404 .wrap {
  background: url("/Content/Default/Images/404.png") left top no-repeat;
  padding-left: 130px;
}
.container-404 .links {
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
}
.container-404 .links li a {
  font-size: 0.813em;
}
.container-404 .connect {
  float: none;
  display: block;
  width: 100px;
  text-align: center;
}
.maintenance {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  min-height: 400px;
}
.maintenance .logo {
  display: block;
  width: 135px;
  height: 80px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -632px -58px no-repeat;
  margin: 30px auto;
}
.maintenance .main-title {
  font-size: 30px;
  font-weight: 300;
  text-shadow: 1px 1px 0 #ffffff;
  -moz-text-shadow: 1px 1px 0 #ffffff;
  -ms-text-shadow: 1px 1px 0 #ffffff;
  -o-text-shadow: 1px 1px 0 #ffffff;
  color: #333333;
  text-align: center;
  padding: 0 90px;
}
.maintenance .wrap {
  background: url("/Content/Default/Images/maintenance.png") center top no-repeat;
  min-height: 300px;
}
.maintenance p {
  text-align: center;
  font-weight: 600;
  font-size: 0.875em;
  margin-top: 60px;
  color: #333333;
}
.maintenance .solocal {
  background: url("/Content/Default/Images/solocal.png") left top no-repeat;
  display: block;
  width: 91px;
  height: 35px;
  margin-right: 200px;
  float: right;
  margin-top: 30px;
}
/************** disconnect **************/
#loffCtnr {
  *zoom: 1;
  margin: 60px auto 40px auto;
  clear: both;
  width: 960px;
  background-color: #fff;
  position: relative;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 3px 2px #c8c8cc;
  -moz-box-shadow: 0px 0px 3px 2px #c8c8cc;
  box-shadow: 0px 0px 3px 2px #c8c8cc;
  padding: 25px 15px 50px 15px;
}
#loffCtnr:before,
#loffCtnr:after {
  content: "";
  display: table;
}
#loffCtnr:after {
  clear: both;
}
#loffCtnr:before,
#loffCtnr:after {
  content: "";
  display: table;
}
#loffCtnr:after {
  clear: both;
}
#loffCtnr .main-title {
  font-size: 1.875em;
  font-weight: 300;
  text-shadow: 1px 1px 0 #ffffff;
  -moz-text-shadow: 1px 1px 0 #ffffff;
  -ms-text-shadow: 1px 1px 0 #ffffff;
  -o-text-shadow: 1px 1px 0 #ffffff;
  color: #333333;
}
#loffCtnr .info-mobile {
  float: left;
  width: 460px;
  margin-top: 40px;
}
#loffCtnr .info-mobile a {
  text-align: center;
  display: block;
}
#loffCtnr .info-mobile p {
  font-size: 0.813em;
  color: #333333;
  text-align: center;
  margin-top: 5px;
}
#loffCtnr .info-mobile strong {
  font-size: 0.938em;
  display: block;
  color: #333333;
  text-align: center;
}
#loffCtnr .info-mobile .grey-btn {
  height: 35px;
  line-height: 35px;
  background-color: #c8c8c8;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  border: 1px solid #c6c6c6;
  text-align: left;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIxMDAlIiB4Mj0iMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QwZDBkMCIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTllOWU5IiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(bottom, #d0d0d0 0%, #e9e9e9 100%);
  background-image: -webkit-linear-gradient(bottom, #d0d0d0 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(bottom, #d0d0d0 0%, #e9e9e9 100%);
  background-image: linear-gradient(to top, #d0d0d0 0%, #e9e9e9 100%);
  padding-right: 15px;
  display: inline-block;
  margin-left: 90px;
}
#loffCtnr .info-mobile .grey-btn span {
  color: #666;
  font-weight: 600;
  font-size: 0.813em;
}
#loffCtnr .info-mobile .grey-btn .brands {
  float: left;
  background: url("/Content/Default/Images/brands.png") left top no-repeat;
  display: block;
  width: 54px;
  height: 29px;
  margin: 3px 5px 0 10px;
}
#loffCtnr .info-mobile .grey-btn .brands.all {
  width: 84px;
}
#loffCtnr .info-mobile .grey-btn:hover {
  background: none;
  background-color: #a41f72;
  border: 1px solid #a41f72;
}
#loffCtnr .info-mobile .grey-btn:hover span {
  color: #fff;
}
#loffCtnr .info-mobile .grey-btn.tab {
  margin-left: 110px;
}
/************** buttons **************/
.btn-simul {
  text-decoration: none;
  margin-top: 10px;
  width: 132px;
  height: 53px;
  border: 1px solid #e5e5e5;
  display: block;
  background-color: #e6e6e6;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTZlNmU2IiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  float: left;
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.btn-simul .label {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 0.813em;
  font-weight: 600;
  color: #999;
  display: block;
  float: right;
  padding-top: 10px;
  width: 93px;
}
.btn-simul.calc span {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 28px;
  height: 51px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -422px -87px no-repeat;
}
.btn-simul.calc:hover span {
  background-position: -480px -87px;
}
.btn-simul.calc:hover .label {
  color: #f39108;
}
.btn-simul.lawyer span {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 28px;
  height: 51px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -451px -87px no-repeat;
}
.btn-simul.lawyer:hover span {
  background-position: -509px -87px;
}
.btn-simul.lawyer:hover strong {
  color: #a41f72;
}
.btn-simul.lawyer .label {
  font-size: 10px;
  text-transform: uppercase;
}
.btn-simul.lawyer .label strong {
  font-size: 0.813em;
}
.btn-simul.large {
  width: 177px;
  margin: 0 auto;
  float: none;
  margin-top: 10px;
}
.btn-simul.large .label {
  width: 137px;
  padding-top: 18px;
}
.valid-grey {
  clear: both;
  color: #000;
  float: right;
  font-size: 0.813em;
  background-color: #f4f4f4;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  padding: 0 10px;
  border: 1px solid #d9d9d9;
  font-weight: 600;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 1px #aaaaaa;
  -moz-box-shadow: 1px 1px 1px #aaaaaa;
  box-shadow: 1px 1px 1px #aaaaaa;
}
.valid-grey:hover {
  color: #a41f72;
}
.validBtn {
  float: right;
  background-color: #a41f72;
  border: 0 none;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.813em;
  font-weight: 600;
  height: 34px;
  line-height: 32px;
  padding: 0 10px;
  margin-top: 9px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.validBtn:hover {
  background-color: #751956;
  color: #fff;
}
.loc {
  border: 1px solid #cdcdcd;
  float: left;
  margin: 0 10px 0 0;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIxMDAlIiB4Mj0iMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(bottom, #f2f2f2 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(bottom, #f2f2f2 0%, #ffffff 100%);
  background-image: -o-linear-gradient(bottom, #f2f2f2 0%, #ffffff 100%);
  background-image: linear-gradient(to top, #f2f2f2 0%, #ffffff 100%);
  height: 30px;
  line-height: 30px;
}
.loc .close {
  width: 20px;
  height: 30px;
  float: left;
  font-size: 1em;
  font-weight: 800;
  text-align: center;
  line-height: 30px;
}
.loc .detail {
  color: #333;
  font-size: 0.813em;
  font-weight: 600;
  padding: 0 10px 0 5px;
  border-left: 1px solid #cdcdcd;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 160px;
}
.monthly span {
  height: 16px;
  float: left;
  width: 12px;
  display: block;
  margin-right: 3px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -261px -10px no-repeat;
}
.monthly:hover span {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -261px -33px no-repeat;
}
.socials-signin div {
  cursor: pointer;
  width: 162px;
  height: 34px;
  display: inline-block;
  margin: 5px 8px 8px 8px;
}
.socials-signin span {
  display: block;
  color: #FFF;
  font-size: 13px;
  margin-top: 7px;
}
.facebook-signin {
  background: url("/Content/Default/Images/Users/facebook-signin.png") left top repeat;
}
.facebook-signin span {
  margin-left: 45px;
}
.google-signin:hover,
.facebook-signin:hover {
  opacity: 0.8;
}
.google-signin {
  background: url("/Content/Default/Images/Users/google-signin.png") left top repeat;
}
.google-signin span {
  margin-left: 53px;
}
/** Css Futura sciences **/
.header-futura {
  height: 120px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: transparent url('/Content/Default/Images/shared/fd-futura-sciences-header.png') 0 0 repeat-x;
}
.header-futura #logo-futura {
  height: 120px;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  background: transparent url('/Content/Default/Images/shared/sciences.png') center 0 no-repeat;
  background-size: 390px 60px;
  cursor: pointer;
}
#footer-futura-science {
  font-size: 11px;
  color: white;
  position: relative;
  min-width: 1003px;
  text-align: center;
}
#footer-futura-science.footer-zone2 {
  text-align: center;
  color: #949494;
  background: transparent url('http://fr.cdn.v5.futura-sciences.com/systeme/design/pageTemplates/commun/bg/footer-zone2.png') repeat top left;
  padding: 1px 0px;
}
#footer-futura-science .container {
  width: 1003px;
  margin: 0 auto;
  text-align: left;
  clear: both;
}
#footer-futura-science.footer-zone2 p {
  margin: 15px 0px;
  text-align: center;
}
#footer-futura-science.footer-zone2 a {
  color: #949494;
}
#footer-futura-science.footer-zone2 .color2 {
  color: white;
}
#footer-futura-science.footer-zone2 a {
  color: #949494;
}
/******** AD SENSE ***************/
#AdSenseContainer {
  width: 630px;
  margin: 40px auto 15px auto;
  float: left;
}
#AdSenseSmallContainer {
  width: 300px;
  margin: 0 auto;
}
#AdSenseContainer,
#AdSenseSmallContainer {
  background-color: #FFF;
  line-height: 110%;
}
.ad-sense-content {
  padding: 10px;
}
.ad_attribution {
  margin-left: 490px;
  font-weight: bold;
  font-size: 10pt;
  text-decoration: none;
  color: #000000;
}
.ad_attribution.small {
  margin-left: 160px;
}
.ad_text,
.ad_url {
  font-size: 12px;
  color: #A41F72;
}
.ad_url {
  text-decoration: none;
}
.ad_title {
  font-size: 20px;
  color: #333333;
}
/* New AdSense */
.adsbygoogle.bottom {
  margin-top: 20px;
}
.adsbygoogle.top {
  margin-top: 10px;
}
.afsBottom {
  margin-top: 30px;
}
/************ Habillage Horizon Media ***************/
body.habillage {
  background-position: center 0 !important;
}
body.habillage #hp-video {
  display: none;
  visibility: hidden;
}
body.habillage header.hp-header {
  margin-bottom: 0;
  height: 460px;
  min-height: 460px;
}
body.habillage #header .fd-header,
body.habillage header.hp-header {
  background-color: transparent;
  background-image: none;
}
body.habillage #fd-header {
  background-image: none;
}
body.habillage .hp-container {
  background-color: #f5f5f5;
  padding: 90px 0 60px 0;
  width: 1024px !important;
}
body.habillage .colCtnr {
  margin-left: 33px;
}
body.habillage .pre-footer {
  margin-top: 0;
  clear: both;
}
body.habillage .container-entrust .colCtnr {
  margin-left: 0;
}
#bgquizz,
#bgquizzfilter {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: 4;
  background-image: url("/Content/Default/Images/bg-quizz.jpg");
}
#bgquizzfilter {
  background: #000;
  opacity: .4;
  z-index: -1;
}
#bgquizz img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
  z-index: 6;
}
#pgQuizz {
  position: relative;
  height: 100%;
  z-index: 9;
  min-height: 900px;
}
#ctnQuizz {
  position: relative;
  z-index: 8;
  width: 960px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  padding: 200px 0 0 0;
}
#ctnQuizz span {
  color: #fff;
}
#ctnQuizz p {
  font-size: 26px;
}
#btnQuizz {
  display: none;
  background-color: #a41f72;
  border: 0 none;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  height: 46px;
  width: 288px;
  margin: 0 auto;
  text-align: center;
  text-shadow: 1px 1px 1px #333;
  border-radius: 4px;
  cursor: pointer;
  line-height: 44px;
}
#btnQuizz:hover {
  background: #751956;
}
#logoquizz {
  width: 284px;
  margin: 0 auto;
  cursor: pointer;
}
#logoquizz div {
  height: 83px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -522px -161px;
}
div#logoquizz-sep {
  height: 2px;
  background: #fff;
  margin: 14px auto 10px auto;
}
div#logoquizz-baseline {
  height: 30px;
  background-position: 2px -150px;
}
#quizzList {
  list-style: none;
  padding: 0;
  max-width: 550px;
  margin: 10px auto;
}
#quizzList li {
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  text-align: left;
}
#quizzList label {
  display: inline-block;
  position: relative;
  font-size: 25px;
  text-shadow: 1px 1px 1px #333;
  padding: 0 0 0 70px;
  vertical-align: top;
  cursor: pointer;
}
#quizzList input,
#quizzList label::before {
  width: 40px;
  height: 40px;
  top: 50%;
  left: 0;
  margin-top: -20px;
  position: absolute;
  cursor: pointer;
}
#quizzList input {
  display: none;
}
#quizzList label::before {
  content: '';
  border: 3px solid #fff;
  border-radius: 50%;
}
#quizzList input[type="radio"]:checked + label {
  color: #fff;
}
#quizzList svg {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 50%;
  margin-top: -16px;
  left: 4px;
  pointer-events: none;
}
#quizzList svg path {
  stroke: #fff;
  stroke-width: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
#quizzError {
  color: #ff0109;
  font-size: 30px;
}
#quizzError div,
#quizzSuccess div {
  height: 60px;
  width: 60px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -927px -1px;
  margin: 5px auto;
}
#quizzSuccess {
  color: #2dba30;
  font-size: 30px;
}
#quizzSuccess div {
  background-position: -927px -60px;
}
.header-new {
  background: none no-repeat center 0;
  background-size: 100% 100%;
  height: 433px;
  position: relative;
  float: left;
  width: 100%;
}
.header-new.homelocale {
  background-image: url('/Content/Default/Images/Locales/background_homepageslocales.jpg');
}
.header-new.homeagence {
  background-image: url('/Content/Default/Images/Accounts/background_annuaireagence.jpg');
}
.baseline-top-account {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  text-shadow: 1px 1px 3px #fff;
}
.baseline-top {
  color: #333;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  text-shadow: 1px 1px 3px #fff;
}
.baseline-bottom {
  font-size: 15px;
  text-shadow: 1px 1px 3px #fff;
}
.wrapper-header {
  position: absolute;
  margin: 0 auto;
  height: 400px;
  width: 960px;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -480px;
  text-align: center;
}
.wrapper-header h1 {
  color: #333;
  font-size: 50px;
  text-align: center;
  text-shadow: 1px 1px 3px #fff;
  margin: 10px 0;
  font-weight: 700;
}
.srchFormAccount,
.srchFormLocal {
  position: relative;
  width: 760px;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
  text-align: center;
  padding: 15px 0;
  margin: 25px auto;
}
.srchFormAccount input,
.srchFormLocal input {
  height: 38px;
}
.srchFormAccount input.input-classic-grad,
.srchFormLocal input.input-classic-grad {
  width: 260px;
  margin: 0 10px 0 0;
}
.srchFormAccount span,
.srchFormLocal span {
  margin-right: 10px;
  height: 38px;
  line-height: 38px;
  font-weight: 600;
  font-size: 14px;
}
.srchFormLocal input.input-classic-grad {
  width: 600px;
}
.wrapper-content {
  width: 900px;
  margin: 0 auto;
}
.content-new {
  float: left;
  width: 100%;
  background: #e6e7e9;
}
.content-new h2,
.homeagence .whyAgency h2 {
  font-size: 35px;
  color: #333;
  text-shadow: 1px 1px 3px #fff;
  font-weight: 600;
  margin: 45px auto 40px;
  float: left;
  width: 100%;
}
.fz-20 {
  font-size: 20px;
}
.txt-grey {
  color: #8c8c8c;
  font-weight: 600;
}
.homelocale h2 {
  text-align: center;
}
.homeagence h2 {
  font-size: 20px;
  margin: 30px 0 0 320px;
  float: none;
  clear: both;
  width: auto;
}
.whyAgency {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}
.whyAgency .pic-1,
.whyAgency .pic-2,
.whyAgency .pic-3 {
  width: 300px;
  margin: 0 10px;
  float: left;
  padding: 165px 0 30px 0;
  font-size: 13px;
  background: url('/Content/Default/Images/Accounts/faites_vous_accompagner.png') no-repeat center 0;
}
.whyAgency .pic-2 {
  background-image: url('/Content/Default/Images/Accounts/la_meilleure_agence.png');
}
.whyAgency .pic-3 {
  background-image: url('/Content/Default/Images/Accounts/une_expertise_locale.png');
}
.whyAgency p {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 5px 0;
}
#home2 {
  margin-top: 30px;
}
.homeagence .wrapper-content {
  float: left;
  width: 100%;
}
.wrapper-content ul {
  float: left;
  width: 320px;
  padding: 0;
  list-style: none;
  font-size: 13px;
}
.homelocale .wrapper-content ul {
  width: 275px;
  font-size: 14px;
  margin: 0 0 0 20px;
}
.homelocale .wrapper-content div a {
  display: none;
}
.homeagence .wrapper-content {
  float: left;
  width: 100%;
  background: #fff;
  background-image: linear-gradient(to top, #ffffff 96%, #d0d0d0 100%);
}
.homeagence .wrapper-content div {
  width: 960px;
  margin: 0 auto;
}
.loc-2-82,
.loc-2-11,
.loc-2-93,
.loc-2-42,
.loc-2-52,
.loc-101-5415,
.loc-101-14281,
.loc-101-15395,
.loc-101-33434,
.loc-101-36374 {
  cursor: pointer;
  float: left;
  height: 300px;
  width: 275px;
  margin: 0 0 20px 20px;
}
.loc-2-82 {
  width: 570px;
}
.loc-2-11 {
  background-position: -570px 0;
}
.loc-2-93 {
  background-position: 0 -302px;
}
.loc-2-42 {
  background-position: -295px -302px;
}
.loc-2-52 {
  background-position: -570px -302px;
}
.loc-101-5415 {
  background-position: 0 -604px;
}
.loc-101-14281 {
  background-position: -275px -604px;
  width: 570px;
}
.loc-101-15395 {
  background-position: 0 -906px;
}
.loc-101-33434 {
  background-position: -295px -906px;
}
.loc-101-36374 {
  background-position: -570px -906px;
}
.footer-new {
  clear: both;
  background: #e6e7e9;
  font-size: 14px;
  padding: 15px 0;
}
.footer-new div {
  width: 420px;
  height: 165px;
  margin: 0 auto;
}
.footer-new p {
  margin: 0;
  padding: 24px 0 0 145px;
  font-weight: 600;
}
.footer-new a {
  color: #a41f72;
  font-weight: normal;
}
/* home */
body.home {
  min-width: 1024px;
  background-color: white !important;
}
body.home .hp-container {
  width: 100%;
}
body.home .owl-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-perspective: 1000;
}
body.home input:focus {
  box-shadow: none;
  outline: none;
}
body.home .search input {
  color: #8c8c8c;
}
body.home .search input::-webkit-input-placeholder {
  color: #8c8c8c;
}
body.home .search input:-moz-placeholder {
  color: #8c8c8c;
}
body.home .search input:-ms-input-placeholder {
  color: #8c8c8c;
}
body.home .search-input {
  position: relative;
}
body.home .ui-multiselect-menu.hp-form-buy-type,
body.home .ui-multiselect-menu.hp-form-rent-type,
body.home .ui-multiselect-menu.hp-pro-type-transac,
body.home .ui-multiselect-menu.hp-form-pro-type {
  border-radius: 0px;
  padding: 10px;
  background-color: #FFF;
  line-height: 10px;
  width: 327px!important;
  float: left;
}
body.home .ui-multiselect-menu.hp-form-buy-type li,
body.home .ui-multiselect-menu.hp-form-rent-type li,
body.home .ui-multiselect-menu.hp-pro-type-transac li,
body.home .ui-multiselect-menu.hp-form-pro-type li {
  border: none;
  width: 50%;
  float: left !important;
}
body.home .ui-multiselect-menu.hp-form-buy-type:before,
body.home .ui-multiselect-menu.hp-form-rent-type:before,
body.home .ui-multiselect-menu.hp-pro-type-transac:before,
body.home .ui-multiselect-menu.hp-form-pro-type:before {
  background: none;
}
body.home .ui-multiselect-menu.hp-rooms {
  background: none;
  border: none;
}
body.home .ui-multiselect-menu.hp-rooms .ui-multiselect-checkboxes {
  width: 305px;
  height: 40px;
  display: block;
  padding: 10px;
  background-color: white;
  border: 1px solid #cdcdcd;
  margin-left: -165px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.4);
  margin-top: 5px;
}
body.home .ui-multiselect-menu.hp-rooms .ui-multiselect-checkboxes li {
  max-width: 100px;
  margin-left: 11px;
  margin-right: 5px;
  float: left;
}
body.home .ui-multiselect-checkboxes li {
  clear: none;
}
body.home nav.layout {
  background-color: transparent;
  top: 0px;
  left: 0;
  z-index: 100;
  width: 100%;
}
body.home nav.layout ul.bottom-menu > li {
  height: 40px;
  line-height: 40px;
}
body.home nav.layout ul.bottom-menu > li .subwrapper {
  top: 40px;
}
body.home nav.layout ul.top-menu.pro {
  background-color: rgba(164, 31, 114, 0.5);
  border-radius: 3px;
}
body.home nav.layout ul.top-menu.pro span.picto {
  margin: 12px 6px 0 0;
}
body.home nav.layout ul.top-menu > li.logo {
  display: block;
  top: 0px;
  padding-left: 0px;
}
body.home nav.layout ul.top-menu > li.logo a {
  display: block;
  text-indent: -5000px;
  margin: 0;
  width: 120px;
  height: 40px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") 0px -112px no-repeat;
  margin: 8px 0px 6px;
}
body.home nav.layout ul.top-menu > li.logo a:hover {
  background-color: none;
}
body.home .hp-header:not(.habillage) {
  margin-bottom: 0 !important;
  min-height: 325px;
}
body.home .hp-header:not(.habillage) .home-searchengine {
  min-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0px;
  z-index: 1;
}
body.home .hp-header:not(.habillage) .title-count {
  height: 55px;
}
body.home .hp-header:not(.habillage) .title-count h1 {
  font-size: 29px;
  text-transform: uppercase;
  color: white;
  text-align: center;
  font-weight: bold;
  margin-top: 1em;
}
body.home .hp-header:not(.habillage) .mobile-apps {
  color: #FFF;
  font-size: 13px;
  text-align: center;
  width: 100%;
}
body.home .hp-header:not(.habillage) .mobile-apps ul {
  width: 160px;
  height: 18px;
  list-style: none;
  padding: 0;
  margin: 5px auto 0 auto;
}
body.home .hp-header:not(.habillage) .mobile-apps ul li {
  float: left;
  margin-right: 5px;
}
body.home .hp-header:not(.habillage) .mobile-apps ul li.android {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -1052px -232px !important;
  width: 16px;
  height: 18px;
}
body.home .hp-header:not(.habillage) .mobile-apps ul li.apple {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -1052px -254px !important;
  width: 14px;
  height: 16px;
}
body.home .hp-header:not(.habillage) .mobile-apps ul li.windows {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -1052px -275px !important;
  width: 16px;
  height: 16px;
}
body.home .hp-header:not(.habillage) .hp-formCtnr {
  width: 100%;
  font-size: 14px!important;
  margin-top: -25px;
  margin-bottom: 5px;
  clear: both;
  font-size: 14px !important;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .upper-block {
  overflow: visible !important;
  z-index: 100;
  position: relative;
  min-height: 50px;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .down-block {
  height: 50px;
  width: 733px;
  position: relative;
  color: black;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .down-block .ui-multiselect {
  color: #333333 !important;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .down-block button.hp-rooms {
  width: 162px !important;
  vertical-align: top;
  margin-top: 10px;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .down-block button,
body.home .hp-header:not(.habillage) .hp-formCtnr .down-block .input-group,
body.home .hp-header:not(.habillage) .hp-formCtnr .down-block .advanced-search-ctnr {
  height: 38px;
  line-height: 38px;
  background-color: white !important;
  color: black;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .down-block .input-group,
body.home .hp-header:not(.habillage) .hp-formCtnr .down-block .advanced-search-ctnr {
  border-radius: 3px;
  margin-right: 5px;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .down-block .input-group span,
body.home .hp-header:not(.habillage) .hp-formCtnr .down-block .advanced-search-ctnr span,
body.home .hp-header:not(.habillage) .hp-formCtnr .down-block .input-group input,
body.home .hp-header:not(.habillage) .hp-formCtnr .down-block .advanced-search-ctnr input {
  background-color: white !important;
  color: black;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .down-block .input-group {
  vertical-align: top;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .down-block .input-group input {
  height: 38px;
  line-height: 38px;
  color: #000;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .down-block .input-group .place.formatnum {
  color: #888 !important;
  font-size: 14px;
  font-weight: normal;
  font-family: 'Open Sans', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .down-block .input-group .place.formatnum ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #888;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .down-block .input-group .place.formatnum :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #888;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .down-block .input-group .place.formatnum ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #888;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .down-block .input-group .place.formatnum :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #888;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .down-block .advanced-search-ctnr {
  vertical-align: top;
  margin-top: 10px;
  background: rgba(69, 68, 63, 0) !important;
  line-height: 38px;
  color: white;
  width: 135px;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .down-block .advanced-search-ctnr .label {
  background: rgba(69, 68, 63, 0) !important;
  color: white !important;
  line-height: 38px;
  font-size: 14px;
  font-weight: 500;
  margin-left: 27px;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .down-block .advanced-search-ctnr .ui-icon-more {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -1051px -297px !important;
  width: 18px !important;
  height: 18px !important;
  top: 10px;
  left: 9px;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .select-buy.visible .search-input,
body.home .hp-header:not(.habillage) .hp-formCtnr .select-rent.visible .search-input {
  margin-left: 160px;
  background-color: white;
  display: inline-block;
  width: 395px;
  border-radius: 5px;
  min-height: 45px;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .select-buy.visible .search-input .newlocCtnr,
body.home .hp-header:not(.habillage) .hp-formCtnr .select-rent.visible .search-input .newlocCtnr {
  float: left;
  line-height: 40px;
  margin: 0 5px;
  display: inline-block;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .select-buy.visible .search-input #hp-placeholer,
body.home .hp-header:not(.habillage) .hp-formCtnr .select-rent.visible .search-input #hp-placeholer {
  display: none;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .select-buy.visible .search-input #hp-placeholer.error,
body.home .hp-header:not(.habillage) .hp-formCtnr .select-rent.visible .search-input #hp-placeholer.error {
  color: white;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .select-buy.visible .search-input #hp-placeholer.error span:last-child,
body.home .hp-header:not(.habillage) .hp-formCtnr .select-rent.visible .search-input #hp-placeholer.error span:last-child {
  position: absolute;
  top: 13px;
  color: white;
  left: 35px;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .select-buy.visible .search-input #hp-placeholer span:first-child,
body.home .hp-header:not(.habillage) .hp-formCtnr .select-rent.visible .search-input #hp-placeholer span:first-child {
  position: absolute;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -816px -128px no-repeat;
  width: 17px;
  height: 18px;
  top: 13px;
  left: 8px;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .select-buy.visible .search-input #hp-placeholer span:last-child,
body.home .hp-header:not(.habillage) .hp-formCtnr .select-rent.visible .search-input #hp-placeholer span:last-child {
  position: absolute;
  top: 13px;
  color: #888888;
  left: 35px;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .select-new.visible .search-input {
  margin-left: 160px;
  background-color: white;
  display: inline-block;
  width: 395px;
  border-radius: 5px;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .select-new.visible .search-input .newlocCtnr {
  float: left;
  line-height: 45px ;
  margin: 0 5px;
  display: inline-block;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .select-pro.visible .search-input {
  margin-left: 3px;
  background-color: white;
  display: inline-block;
  width: 280px;
  border-radius: 5px;
  min-height: 45px;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .select-pro.visible .search-input .newlocCtnr {
  float: left;
  line-height: 45px;
  margin: 0 5px;
  display: inline-block;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .select-pro.visible .search-input #hp-placeholer {
  display: none;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .select-pro.visible .search-input #hp-placeholer span:first-child {
  position: absolute;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -816px -128px no-repeat;
  width: 17px;
  height: 18px;
  top: 13px;
  left: 8px;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .select-pro.visible .search-input #hp-placeholer span:last-child {
  position: absolute;
  top: 13px;
  left: 35px;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .avalneufCtnr {
  height: 35px;
  padding-right: 22px;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .avalneuf {
  display: inline-block;
  float: right;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .place {
  height: 45px;
  line-height: 45px;
  font-weight: 500;
  font-size: 15px;
  color: black;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .place.sale-rent {
  float: none;
  width: 220px !important;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .place.sale-rent.error {
  float: none;
  width: 387px !important;
}
body.home .hp-header:not(.habillage) .hp-formCtnr select {
  display: none;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .hp-form-submit {
  line-height: 45px;
  height: 45px;
  margin-top: 0px;
  width: 135px;
  float: right;
  margin-right: 22px;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Open Sans', Arial, sans-serif;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .select-others {
  background-color: #fff;
  height: 103px;
  overflow: hidden;
  margin-left: -10px;
  float: right;
  margin-right: 10px;
  width: 552px;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .select-others ul {
  list-style: none;
  margin-right: 20px;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .advanced-search-ctnr {
  width: 126px;
  height: 30px;
  line-height: 30px;
  margin-top: 0;
  background-color: #e6e7e9;
  color: black;
  padding-left: 8px;
  margin-right: 0px;
  margin-left: 12px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  background: rgba(69, 68, 63, 0) !important;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .advanced-search-ctnr .label {
  color: #8c8c8c;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .advanced-search-ctnr .label:hover {
  color: #7d020f;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .advanced-search-ctnr .icon {
  display: none;
}
body.home .hp-header:not(.habillage) .hp-formCtnr .advanced-search-ctnr .ui-icon {
  position: absolute;
  display: block;
  width: 10px;
  height: 7px !important;
  top: 12px;
  right: 8px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -339px -32px no-repeat;
}
body.home .hp-header:not(.habillage) .select-pro .hp-form-pro-type-transac {
  float: left !important;
  margin-left: 160px;
  line-height: 45px !important;
  height: 45px !important;
}
body.home .hp-header:not(.habillage) .select-pro .ui-autocomplete-input {
  width: 240px !important;
  margin-left: 3px !important;
  height: 45px !important;
  line-height: 45px;
}
body.home .hp-header:not(.habillage) .ui-autocomplete-input {
  width: 100px !important;
  margin: 0 !important;
}
body.home .hp-header:not(.habillage) .search {
  background: none;
  margin-top: 20px;
  background-color: rgba(69, 68, 63, 0.5);
  border-radius: 5px;
  width: 734px;
  border: none;
  box-sizing: border-box;
  padding-bottom: 10px;
}
body.home .hp-header:not(.habillage) .search input,
body.home .hp-header:not(.habillage) .search button {
  border: none;
}
body.home .hp-header:not(.habillage) .search .input-group {
  color: #8B8B8B;
  float: none;
  margin-right: 0;
  margin-bottom: 11px;
  padding-left: 5px;
  border-radius: 3px !important;
}
body.home .hp-header:not(.habillage) .search .input-group input {
  height: 30px;
  line-height: 30px;
  border-radius: 0px;
  background-color: #e6e7e9;
}
body.home .hp-header:not(.habillage) .search .input-group .input-group-addon {
  height: 30px;
  line-height: 30px;
  border: none;
  border-radius: 0;
  background-color: #E6E7E9;
  padding: 0 10px;
  color: #8C8C8C;
}
body.home .hp-header:not(.habillage) .search .ui-autocomplete-input {
  margin-left: 172px;
  width: 387px;
}
body.home .hp-header:not(.habillage) .search .ui-multiselect {
  padding: 0 10px;
  height: 30px;
  float: none;
  color: #8c8c8c;
  font-size: 14px;
  font-weight: 500;
  border-radius: 3px !important;
  margin-right: 5px;
}
body.home .hp-header:not(.habillage) .search .ui-multiselect-checkboxes li {
  border: none;
}
body.home .hp-header:not(.habillage) .search .hp-rooms ui-multiselect-checkboxes li label {
  border: none !important;
}
body.home .hp-header:not(.habillage) .search .hp-rooms ul li label {
  border: none !important;
}
body.home .hp-header:not(.habillage) .search .ui-multiselect.hp-form-buy-type,
body.home .hp-header:not(.habillage) .search .ui-multiselect.hp-form-pro-type {
  width: 200px!important;
  margin-left: 20px;
  margin-top: 10px;
  margin-right: 5px;
  border-radius: 0px;
  background-color: #E6E7E9;
}
body.home .hp-header:not(.habillage) .search .ui-multiselect.hp-form-pro-type {
  width: 174px !important;
}
body.home .hp-header:not(.habillage) .search .typeGroupCtnr {
  min-width: 220px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
body.home .hp-header:not(.habillage) .search .typeGroupCtnr button span + span {
  display: block;
  width: 165px;
  overflow: hidden;
  height: 40px;
}
body.home .hp-header:not(.habillage) .search .search-engine-list {
  display: block;
  width: 370px;
  padding: 0;
  position: absolute;
  left: 20px;
  top: 70px;
  background: #fff;
  z-index: 1500;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 0 0 2px 2px;
  text-align: left;
}
body.home .hp-header:not(.habillage) .search .search-engine-list .search-engine-list-bottom {
  clear: both;
  height: 50px;
  background-color: #F0F0F0;
  width: 366px;
  margin: 0 auto;
}
body.home .hp-header:not(.habillage) .search .search-engine-list .search-engine-list-bottom a {
  color: black;
}
body.home .hp-header:not(.habillage) .search .search-engine-list .search-engine-list-bottom .col1 {
  width: 50%;
  float: left;
}
body.home .hp-header:not(.habillage) .search .search-engine-list .search-engine-list-bottom .col1 .similar {
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  line-height: 50px;
  padding-left: 42px;
}
body.home .hp-header:not(.habillage) .search .search-engine-list .search-engine-list-bottom .col1 .similar div {
  position: absolute;
  top: 16px;
  left: 12px;
  width: 21px;
  height: 18px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -894px -88px no-repeat;
}
body.home .hp-header:not(.habillage) .search .search-engine-list .search-engine-list-bottom .col2 {
  width: 50%;
  float: left;
}
body.home .hp-header:not(.habillage) .search .search-engine-list .search-engine-list-bottom .col2 .entrust-search {
  line-height: 50px;
  font-size: 13px;
  font-weight: 600;
}
body.home .hp-header:not(.habillage) .search .search-engine-list .search-engine-list-bottom .col2 .entrust-search div {
  position: relative;
  top: 16px;
  left: 0;
  float: left;
  width: 21px;
  height: 18px;
  margin-right: 10px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -128px -23px no-repeat;
}
body.home .hp-header:not(.habillage) .search .select-search-engine {
  padding: 0 10px;
  text-align: left;
  height: 45px;
  line-height: 45px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 15px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
  font-weight: 500;
  position: relative;
  color: #333333;
  z-index: 1500;
  top: 20px;
  left: 20px;
  width: 132px !important;
  vertical-align: top;
}
body.home .hp-header:not(.habillage) .search .select-search-engine .ui-icon-triangle-2-n-s {
  top: 19px;
}
body.home .hp-header:not(.habillage) .search #Criteria_TransactionType {
  color: #a41f72;
  font-weight: 600;
  text-transform: uppercase;
}
body.home .hp-header:not(.habillage) .search ul.type-select {
  padding-left: 0px !important;
  margin-top: 2px !important;
}
body.home .hp-header:not(.habillage) .search ul.type-select .col1,
body.home .hp-header:not(.habillage) .search ul.type-select .col2 {
  width: 50%;
  float: left;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
}
body.home .hp-header:not(.habillage) .search ul.type-select li {
  border: none;
}
body.home .hp-header:not(.habillage) .search ul.type-select li a {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #FFF;
  color: black;
}
body.home .hp-header:not(.habillage) .search ul.type-select li a .label {
  color: black;
}
body.home .hp-container:not(.habillage) {
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  padding: 0;
}
body.home .hp-container:not(.habillage) a {
  color: #696969;
  font-weight: 600;
}
body.home .hp-container:not(.habillage) .links-container {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #e6e7e9;
}
body.home .hp-container:not(.habillage) .links-container ul {
  width: 750px;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  margin-top: 20px;
}
body.home .hp-container:not(.habillage) .links-container ul li {
  float: left;
  width: 250px;
  text-align: center;
  cursor: pointer;
}
body.home .hp-container:not(.habillage) .links-container ul li span {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333333;
}
body.home .hp-container:not(.habillage) .links-container ul li div {
  height: 30px;
  margin: auto auto;
}
body.home .hp-container:not(.habillage) .links-container ul li .alert {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -1010px -222px no-repeat;
  width: 29px;
}
body.home .hp-container:not(.habillage) .links-container ul li .confier-recherche {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -1011px -250px no-repeat;
  width: 25px;
}
body.home .hp-container:not(.habillage) .links-container ul li .agence {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -1010px -281px no-repeat;
  width: 28px;
}
body.home .hp-container:not(.habillage) .links-container ul li .logo-financer {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -545px -354px no-repeat;
  width: 21px;
}
body.home .hp-container:not(.habillage) .links-container ul li .logo-demenager {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -493px -355px no-repeat;
  width: 44px;
}
body.home .hp-container:not(.habillage) .links-container ul li:last-child {
  margin-right: 0;
}
body.home .hp-container:not(.habillage) .middle-content {
  width: 100%;
  height: 319px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e6e7e9;
}
body.home .hp-container:not(.habillage) .middle-content .pub-home {
  float: left;
}
body.home .hp-container:not(.habillage) .middle-content.open {
  height: 384px;
}
body.home .hp-container:not(.habillage) .middle-content .middle-wrapper {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  overflow: hidden;
}
body.home .hp-container:not(.habillage) .middle-content .middle-wrapper #near-properties > ul {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
body.home .hp-container:not(.habillage) .middle-content .middle-wrapper #near-properties > ul > li {
  float: left;
  width: 297px;
  height: 250px;
  border: 1px solid #e6e7e9;
  background-color: #FFF;
  margin-right: 31px;
}
body.home .hp-container:not(.habillage) .middle-content .middle-wrapper #near-properties > ul > li .title span {
  color: #FFF;
}
body.home .hp-container:not(.habillage) .middle-content .middle-wrapper #near-properties > ul > li .title span.big {
  font-size: 33px;
  font-weight: 700;
}
body.home .hp-container:not(.habillage) .middle-content .middle-wrapper #near-properties > ul > li .title span.small {
  font-size: 18px;
  font-weight: 600;
}
body.home .hp-container:not(.habillage) .middle-content .middle-wrapper #near-properties > ul > li ul {
  list-style: disc;
  margin-top: 7px;
  padding-left: 30px;
}
body.home .hp-container:not(.habillage) .middle-content .middle-wrapper #near-properties > ul > li ul li {
  float: none;
  width: 260px;
  color: #8c8c8c;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.home .hp-container:not(.habillage) .middle-content .middle-wrapper #near-properties > ul > li ul li.more {
  display: none;
}
body.home .hp-container:not(.habillage) .middle-content .middle-wrapper #near-properties > ul > li ul li:last-child {
  display: block;
  margin-top: 3px;
}
body.home .hp-container:not(.habillage) .middle-content .middle-wrapper #near-properties > ul > li ul li a,
body.home .hp-container:not(.habillage) .middle-content .middle-wrapper #near-properties > ul > li ul li span {
  font-size: 13px;
  font-weight: 600;
  color: #8c8c8c;
}
body.home .hp-container:not(.habillage) .middle-content .middle-wrapper #near-properties > ul > li ul li span {
  float: left;
  color: #a41f72;
  cursor: pointer;
}
body.home .hp-container:not(.habillage) .middle-content .middle-wrapper #near-properties > ul > li ul li .icon {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -820px -107px no-repeat;
  width: 6px;
  height: 10px;
  margin: 5px 0 0 5px;
}
body.home .hp-container:not(.habillage) .middle-content .middle-wrapper #near-properties > ul > li .picto {
  width: 297px;
  height: 169px;
  position: relative;
  text-align: center;
}
body.home .hp-container:not(.habillage) .middle-content .middle-wrapper #near-properties > ul > li .picto .title {
  position: absolute;
  width: 297px;
  top: 50px;
}
body.home .hp-container:not(.habillage) .middle-content .middle-wrapper #near-properties > ul > li.open {
  height: 315px;
}
body.home .hp-container:not(.habillage) .middle-content .middle-wrapper #near-properties > ul > li.open .more {
  display: list-item;
}
body.home .hp-container:not(.habillage) .middle-content .middle-wrapper #near-properties > ul .house .picto {
  background: url("/Content/Default/Images/Home/visu-house.png") 0 0 no-repeat;
}
body.home .hp-container:not(.habillage) .middle-content .middle-wrapper #near-properties > ul .appartment .picto {
  background: url("/Content/Default/Images/Home/visu-appartment.png") 0 0 no-repeat;
}
body.home .hp-container:not(.habillage) .colCtnr {
  background-color: #fff;
  width: 100%;
  color: #8c8c8c;
}
body.home .hp-container:not(.habillage) .colCtnr .districts-wrapper {
  width: 960px;
  height: 365px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
body.home .hp-container:not(.habillage) .colCtnr .districts-wrapper > div {
  float: left;
  border: 1px solid #e6e7e9;
}
body.home .hp-container:not(.habillage) .colCtnr .districts-wrapper > div.districts-infos {
  width: 627px;
  height: 250px;
  margin-right: 29px;
  background-color: #f5f5f5;
}
body.home .hp-container:not(.habillage) .colCtnr .districts-wrapper > div.districts-infos .image {
  width: 627px;
  height: 169px;
  background: url("/Content/Default/Images/Home/visu-districts.png") 0 0 no-repeat;
}
body.home .hp-container:not(.habillage) .colCtnr .districts-wrapper > div.districts-infos .search-bloc .desc {
  float: left;
  width: 240px;
  padding: 20px 0 0 20px;
}
body.home .hp-container:not(.habillage) .colCtnr .districts-wrapper > div.districts-infos .search-bloc .desc span {
  display: block;
  font-size: 13px;
  color: #333333;
  line-height: 20px;
}
body.home .hp-container:not(.habillage) .colCtnr .districts-wrapper > div.districts-infos .search-bloc .search {
  float: left;
  width: 367px;
}
body.home .hp-container:not(.habillage) .colCtnr .districts-wrapper > div.districts-infos .search-bloc .search .srchFormDistrictHome {
  position: relative;
  background: #f5f5f5;
  padding: 20px 0 0 10px;
}
body.home .hp-container:not(.habillage) .colCtnr .districts-wrapper > div.districts-infos .search-bloc .search .srchFormDistrictHome input.input-classic-grad {
  border-radius: 3px 0 0 3px;
  height: 40px;
  width: 240px;
  margin: 0 0 0 0;
  color: #000;
  background: url("/Content/Default/Images/Home/icon-search.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") 0 0 no-repeat #ffffff;
  background-position: 8px 12px;
  text-indent: 23px;
  /* firefox 19+ */
  /* firefox 19- */
  /* ie */
}
body.home .hp-container:not(.habillage) .colCtnr .districts-wrapper > div.districts-infos .search-bloc .search .srchFormDistrictHome input.input-classic-grad::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 500;
}
body.home .hp-container:not(.habillage) .colCtnr .districts-wrapper > div.districts-infos .search-bloc .search .srchFormDistrictHome input.input-classic-grad::-moz-placeholder {
  font-size: 14px;
  font-weight: 500;
}
body.home .hp-container:not(.habillage) .colCtnr .districts-wrapper > div.districts-infos .search-bloc .search .srchFormDistrictHome input.input-classic-grad:-moz-placeholder {
  font-size: 14px;
  font-weight: 500;
}
body.home .hp-container:not(.habillage) .colCtnr .districts-wrapper > div.districts-infos .search-bloc .search .srchFormDistrictHome input.input-classic-grad:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
}
body.home .hp-container:not(.habillage) .colCtnr .districts-wrapper > div.districts-infos .search-bloc .search .srchFormDistrictHome input.input-classic-grad:focus {
  background: none;
  background-color: #FFF;
  text-indent: 0;
}
body.home .hp-container:not(.habillage) .colCtnr .districts-wrapper > div.districts-infos .search-bloc .search .srchFormDistrictHome input.btnDefault {
  width: 94px;
  height: 42px;
  color: #FFF;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
body.home .hp-container:not(.habillage) .colCtnr .districts-wrapper > div.districts-infos .search-bloc .search .srchFormDistrictHome .newlocCtnr {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #000;
}
body.home .hp-container:not(.habillage) .colCtnr .districts-wrapper > div.districts-infos .search-bloc .search .srchFormDistrictHome .newlocCtnr div {
  max-width: 200px;
}
body.home .hp-container:not(.habillage) .colCtnr .districts-wrapper > div.aval-neuf {
  width: 300px;
  height: 250px;
}
body.home .hp-container:not(.habillage) .colCtnr .project-wrapper {
  width: 100%;
  height: 380px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e6e7e9;
  border-top: 1px solid #e6e7e9;
}
body.home .hp-container:not(.habillage) .colCtnr .project-wrapper .project-content {
  width: 960px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
}
body.home .hp-container:not(.habillage) .colCtnr .project-wrapper .project-content > ul {
  width: 100%;
  padding: 0;
  list-style: none;
}
body.home .hp-container:not(.habillage) .colCtnr .project-wrapper .project-content > ul > li {
  float: left;
  width: 297px;
  height: 265px;
  border: 1px solid #e6e7e9;
  margin-right: 31px;
  background-color: #FFF;
}
body.home .hp-container:not(.habillage) .colCtnr .project-wrapper .project-content > ul > li .picto {
  width: 297px;
  height: 169px;
  position: relative;
  text-align: center;
}
body.home .hp-container:not(.habillage) .colCtnr .project-wrapper .project-content > ul > li .picto .title {
  position: absolute;
  width: 297px;
  top: 60px;
}
body.home .hp-container:not(.habillage) .colCtnr .project-wrapper .project-content > ul > li .picto .title span {
  color: #FFF;
  font-size: 33px;
  font-weight: 700;
}
body.home .hp-container:not(.habillage) .colCtnr .project-wrapper .project-content > ul > li.finance .picto {
  background: url("/Content/Default/Images/Home/visu-finance.png") 0 0 no-repeat;
}
body.home .hp-container:not(.habillage) .colCtnr .project-wrapper .project-content > ul > li.move .picto {
  background: url("/Content/Default/Images/Home/visu-move.png") 0 0 no-repeat;
}
body.home .hp-container:not(.habillage) .colCtnr .project-wrapper .project-content > ul > li.sell .picto {
  background: url("/Content/Default/Images/Home/visu-sell.png") 0 0 no-repeat;
}
body.home .hp-container:not(.habillage) .colCtnr .project-wrapper .project-content > ul > li:last-child {
  margin-right: 0;
}
body.home .hp-container:not(.habillage) .colCtnr .project-wrapper .project-content > ul > li > ul {
  list-style: none;
  padding: 5px 0 0 20px;
}
body.home .hp-container:not(.habillage) .colCtnr .project-wrapper .project-content > ul > li > ul li {
  padding-top: 5px;
}
body.home .hp-container:not(.habillage) .colCtnr .project-wrapper .project-content > ul > li > ul li a {
  font-size: 13px;
  color: #333333;
  font-weight: 600;
}
body.home .hp-container:not(.habillage) .colCtnr .project-wrapper .project-content > ul > li > ul li a div {
  width: 250px;
  display: inline-block;
}
body.home .hp-container:not(.habillage) .colCtnr .project-wrapper .project-content > ul > li > ul li a > span {
  width: 6px;
  height: 10px;
  margin: 5px 0 0 5px;
  display: inline-block;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -820px -107px no-repeat;
}
body.home .hp-container:not(.habillage) .top-properties-wrapper {
  width: 100%;
}
body.home .hp-container:not(.habillage) .top-properties-wrapper .top-properties {
  margin: auto;
  width: 960px;
  overflow: hidden;
  padding-bottom: 20px;
}
body.home .hp-container:not(.habillage) .top-properties-wrapper .top-properties nav {
  float: left;
  margin-right: 20px;
  width: 306px;
  font-size: 20px;
  color: #333333;
}
body.home .hp-container:not(.habillage) .top-properties-wrapper .top-properties nav.last {
  margin-right: 0;
}
body.home .hp-container:not(.habillage) .top-properties-wrapper .top-properties nav ul {
  padding-left: 0;
  font-size: 13px;
}
body.home .hp-container:not(.habillage) .top-properties-wrapper .top-properties nav ul li {
  list-style-type: none;
  list-style-position: inherit;
  padding-bottom: 3px;
}
body.home .hp-container:not(.habillage) .top-properties-wrapper .top-properties nav ul li.more-region {
  display: none;
}
body.home .hp-container:not(.habillage) .top-properties-wrapper .top-properties nav ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
  color: #8c8c8c;
}
body.home .hp-container:not(.habillage) .top-properties-wrapper .top-properties nav ul li a.more-regions {
  color: #A41F72;
}
body.home .hp-bottom {
  position: relative;
  padding-top: 20px;
  min-height: 400px;
}
body.home .hp-bottom h2,
body.home .hp-bottom .col1,
body.home .hp-bottom .col2 {
  position: absolute;
}
body.home .hp-bottom h2 {
  font-size: 35px;
  font-weight: 400;
  color: #333;
  margin-top: 0;
}
body.home .hp-bottom h2,
body.home .hp-bottom .col1 {
  left: 70px;
}
body.home .hp-bottom h4 {
  font-size: 20px;
  font-weight: 400;
  color: #333;
  margin-top: 0;
}
body.home .hp-bottom .col1,
body.home .hp-bottom .col2 {
  width: 240px;
  top: 90px;
}
body.home .hp-bottom .col1 ul,
body.home .hp-bottom .col2 ul {
  list-style: none;
  padding-left: 0;
  font-weight: 600;
}
body.home .hp-bottom .col1 li,
body.home .hp-bottom .col2 li,
body.home .hp-bottom .col1 a,
body.home .hp-bottom .col2 a {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
}
body.home .hp-bottom .col1 p,
body.home .hp-bottom .col2 p {
  font-size: 13px;
  font-weight: 600;
  color: #8c8c8c;
  line-height: 24px;
}
body.home .hp-bottom .col2 {
  left: 340px;
}
body.home .hp-bottom .col3 {
  overflow: hidden;
  width: 300px;
  margin-left: 610px;
}
body.home .hp-bottom .col3 .SmartAd {
  height: 250px;
}
body.home .tab a {
  font-size: 14px;
  line-height: 2em;
  display: block;
  padding: 0 10px;
  outline: none;
}
body.home .tab a:hover {
  text-decoration: underline;
}
body.home .tab a.active {
  font-weight: bold;
}
body.home .pre-footer {
  padding: 0;
  background-color: #e6e7e9!important;
}
body.home .pre-footer .wrapper {
  box-sizing: border-box;
}
.hp-form-pro-type-transac.ui-multiselect span.ui-icon {
  top: 18px !important;
}
/*********************************************************************
*							 Page Local V3
*
***********************************************************************/
#mesh-localpage {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
}
#mesh-localpage table.infoTable {
  border-collapse: separate;
  border-spacing: 7px;
}
#mesh-localpage table.infoTable tr.even {
  background-color: #f4f4f4;
}
#mesh-localpage table.infoTable tr.odd {
  background-color: #fff;
}
#mesh-localpage table.infoTable tr td {
  width: 180px;
  margin: 0;
  font-size: 0.625em;
  color: #333333;
  padding: 7px 5px;
}
#mesh-localpage table.infoTable tr td a {
  color: #333333;
  text-decoration: none;
  display: block;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 170px;
}
#mesh-localpage table.infoTable tr td a:hover {
  color: #a41f72;
}
#mesh-localpage .tab-mesh {
  width: 299px;
  float: left;
}
#mesh-localpage .mesh-col {
  float: left;
  margin-left: 10px;
}
#mesh-localpage .main-tab {
  width: 299px;
  line-height: 48px;
  background-color: #e6e7e8;
  vertical-align: middle;
  text-align: left;
  border: 1px solid #dce0e0;
  padding-left: 3px;
}
#mesh-localpage .main-tab span {
  color: #333333;
  font-weight: 600;
  font-size: 13px;
}
#mesh-localpage .main-tab span b {
  color: #0054a6;
  font-weight: 600;
}
#mesh-localpage .row-mesh {
  font-weight: 600;
  width: 299px;
  line-height: 48px;
  font-size: 13px;
  padding-left: 3px;
  background-color: #ffffff;
  border: 1px solid #dce0e0;
  vertical-align: middle;
  text-align: left;
}
#mesh-localpage .row-mesh a {
  color: #333333;
}
.discover {
  cursor: pointer;
}
.mLead.old {
  background: none;
  clear: both;
  border-top: none;
  padding: 20px 0 30px 0;
  width: 1024px !important;
  margin: 0 auto !important;
  min-height: 100px;
  max-width: 600px !important;
  margin-left: 0px !important;
}
.mLead.old form {
  color: #888888;
  width: 600px;
  margin-left: 0;
  padding: 15px;
  background: none;
  border: 1px solid #dce0df;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.mLead.old form textarea {
  height: 185px;
  width: 552px;
  font-size: 0.813em;
  color: #333333;
  font-weight: 600;
  padding: 10px;
  box-sizing: border-box;
}
.mLead.old form .msgCtnr {
  display: block;
  width: 552px;
}
.mLead.old form .mltCtnr {
  width: 300px;
}
.mLead.old form .mltCtnr .input-classic-grad {
  width: 255px;
}
.mLead.old form .mlt-title,
.mLead.old form .mltCtnr,
.mLead.old form .msgCtnr,
.mLead.old form p {
  margin: 10px 0 10px 0;
}
.mLead.old form .mentions {
  clear: both;
  font-size: 12px;
  font-style: italic;
  position: relative;
  margin: 0;
  width: 262px;
}
.mLead.old b {
  font-weight: 600;
}
.mLead.old .mlt-title {
  color: #000;
  font-size: 25px;
  font-weight: 300;
}
.mLead.old p {
  font-size: 13px;
  font-weight: 500;
}
.mLead.old .mltCtnr {
  float: left;
  width: 490px;
}
.mLead.old .mltCtnr .input-classic-grad {
  width: 325px;
  height: 34px;
  margin-bottom: 10px;
  border-radius: 0;
  margin-right: 8px;
  display: block;
}
.mLead.old .submit-block {
  text-align: right;
  font-weight: 600;
  clear: both;
  width: 552px;
  margin-left: 27px;
}
.mLead.old .submit-block div {
  padding: 14px 0 15px 0;
  text-align: center;
  color: #a41f72;
  font-size: 13px;
  display: inline;
  margin-left: -24px;
  margin-right: 30px;
}
.mLead.old .submit-block div .custom-check + label:before {
  top: 0;
}
.mLead.old .submit-block div .custom-check + label {
  margin-right: 0;
}
.mLead.old .submit-block input {
  width: 288px;
}
.mLead.old #bt-multilead {
  width: 552px;
  margin-top: 17px;
}
.multilead-tooltip {
  padding: 7px 0 0 10px;
}
.multilead-tooltip span {
  color: #333;
}
.multilead-tooltip .tt-close {
  position: absolute;
  top: 2px;
  right: 8px;
}
.multilead-tooltip .tt-close:hover {
  cursor: pointer;
}
.container-ep .mandatory {
  margin-top: 5px;
  float: left;
  clear: both;
  font-size: 0.625em;
  color: #999;
}

/************** conf **************/
/************** chemins **************/
/************** colors ***************/
/****** poi type colors ******/
/************** misc ***************/
/********* More mixins ************/
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/************** helpers **************/
.clear {
  clear: both !important;
}
.clearline {
  clear: both !important;
  width: 100%;
  height: 1px;
  visibility: hidden;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.ml10 {
  margin-left: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.invisible {
  display: none;
}
.col50 {
  display: inline;
  float: left;
  width: 480px;
  margin: 0 0px;
}
.col25 {
  display: inline;
  float: left;
  width: 240px;
  margin: 0 0px;
}
.col75 {
  display: inline;
  float: left;
  width: 720px;
  margin: 0 0px;
}
.aval-switch {
  padding: 0;
  margin: 5px;
  box-sizing: content-box;
  border: 1px solid rgba(255, 255, 255, 0.1);
  float: none;
  display: inline-block;
}
.aval-switch label:first-of-type {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-right: none;
}
.aval-switch label:last-of-type {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.aval-switch [type="radio"] {
  display: none;
}
.aval-switch [type="radio"]:checked + label {
  background-color: #a41f72;
  color: white;
}
.aval-switch label {
  display: inline-block;
  text-align: center;
  border: 1px solid #a41f72;
  color: #a41f72;
  font-size: 14px;
  width: 50%;
  box-sizing: border-box;
  line-height: 30px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  background-color: white;
}
/* A slight more sober style */
.sober-box {
  padding: 0 5px;
  margin: 5px;
  box-sizing: content-box;
  border: 1px solid #dce0df;
  outline: none;
  float: none;
}
button.aval-sober-dropdown {
  padding: 0 5px;
  margin: 5px;
  box-sizing: content-box;
  border: 1px solid #dce0df;
  outline: none;
  float: none;
  height: 40px;
  border-radius: 0;
}
button.aval-sober-dropdown > span.ui-icon {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -894px -107px no-repeat;
}
input.aval-sober-input {
  padding: 0 5px;
  margin: 5px;
  box-sizing: content-box;
  border: 1px solid #dce0df;
  outline: none;
  float: none;
  height: 40px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
}
input.aval-sober-input ~ .addon {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  text-align: center;
  display: inline-block;
  line-height: 40px;
  border: 1px solid #dce0df;
  background-color: white;
  padding: 0 5px;
  margin: 5px;
  font-size: 13px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}
/* Inline AVAL checkbox, without float left/right */
.aval-checkbox-30 {
  display: block;
}
.aval-checkbox-30 input[type=checkbox],
.aval-checkbox-30 input[type=radio] {
  display: none;
}
.aval-checkbox-30 input[type=checkbox] + label,
.aval-checkbox-30 input[type=radio] + label,
.aval-checkbox-30 input[type=checkbox] + input[type=hidden] + label,
.aval-checkbox-30 input[type=radio] + input[type=hidden] + label {
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}
.aval-checkbox-30 input[type=checkbox] + label:before,
.aval-checkbox-30 input[type=radio] + label:before,
.aval-checkbox-30 input[type=checkbox] + input[type=hidden] + label:before,
.aval-checkbox-30 input[type=radio] + input[type=hidden] + label:before {
  content: '';
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
  height: 17px;
  width: 17px;
  margin-right: 10px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -628px -17px no-repeat;
}
.aval-checkbox-30 input[type=checkbox] + label .help,
.aval-checkbox-30 input[type=radio] + label .help,
.aval-checkbox-30 input[type=checkbox] + input[type=hidden] + label .help,
.aval-checkbox-30 input[type=radio] + input[type=hidden] + label .help {
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
}
.aval-checkbox-30 input[type=checkbox]:checked + label:before,
.aval-checkbox-30 input[type=radio]:checked + label:before,
.aval-checkbox-30 input[type=checkbox]:checked + input[type=hidden] + label:before,
.aval-checkbox-30 input[type=radio]:checked + input[type=hidden] + label:before {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -628px -39px no-repeat;
}
.aval-checkbox-20 {
  display: block;
}
.aval-checkbox-20 input[type=checkbox],
.aval-checkbox-20 input[type=radio] {
  display: none;
}
.aval-checkbox-20 input[type=checkbox] + label,
.aval-checkbox-20 input[type=radio] + label,
.aval-checkbox-20 input[type=checkbox] + input[type=hidden] + label,
.aval-checkbox-20 input[type=radio] + input[type=hidden] + label {
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}
.aval-checkbox-20 input[type=checkbox] + label:before,
.aval-checkbox-20 input[type=radio] + label:before,
.aval-checkbox-20 input[type=checkbox] + input[type=hidden] + label:before,
.aval-checkbox-20 input[type=radio] + input[type=hidden] + label:before {
  content: '';
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
  height: 17px;
  width: 17px;
  margin-right: 10px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -628px -17px no-repeat;
}
.aval-checkbox-20 input[type=checkbox] + label .help,
.aval-checkbox-20 input[type=radio] + label .help,
.aval-checkbox-20 input[type=checkbox] + input[type=hidden] + label .help,
.aval-checkbox-20 input[type=radio] + input[type=hidden] + label .help {
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
}
.aval-checkbox-20 input[type=checkbox]:checked + label:before,
.aval-checkbox-20 input[type=radio]:checked + label:before,
.aval-checkbox-20 input[type=checkbox]:checked + input[type=hidden] + label:before,
.aval-checkbox-20 input[type=radio]:checked + input[type=hidden] + label:before {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -628px -39px no-repeat;
}
/* "no-box": margin, padding & border => 0 */
.no-box-ib {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  display: inline-block;
}
.no-box-b {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}
/* Typegroup/typegroup category drop down list */
.type-groups .input {
  width: 350px;
  height: 40px;
  line-height: 40px;
  font-size: 0.813em;
  color: #333333;
  font-weight: 600;
  border: 1px solid #dce0df;
  background-color: white;
  position: relative;
}
.type-groups .input .values {
  margin-left: 10px;
  width: 300px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.type-groups .input .picto {
  position: absolute;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -894px -107px;
  display: inline-block;
  margin: 10px 0 0 20px;
  height: 7px;
  width: 10px;
  cursor: pointer;
  right: 10px;
  top: 8px;
  transition: transform 0.3s;
}
.type-groups.open .input .picto {
  transform: rotate(180deg);
}
.type-groups.open .type-groups-edit {
  display: block;
}
.type-groups .type-groups-edit {
  display: none;
  width: 330px;
  border: 1px solid #dce0df;
  background-color: white;
  padding: 10px 15px;
  font-size: 13px;
  margin-top: 5px;
  position: absolute;
  z-index: 1;
}
.type-groups .type-groups-edit .custom-check:not(:checked) + label,
.type-groups .type-groups-edit .custom-check:checked + label {
  display: inline-block;
  width: 125px;
}
.type-groups .type-groups-edit .custom-check:not(:checked) + label:nth-child(even),
.type-groups .type-groups-edit .custom-check:checked + label:nth-child(even) {
  margin-right: 10px;
}
.type-groups .type-groups-edit fieldset {
  border: none;
  padding: 0;
  margin-top: 10px;
}
.type-groups .type-groups-edit fieldset legend {
  display: block;
  color: #a41f72;
  font-size: 14px;
  font-weight: 600;
}
/* Number of rooms checkbox list */
.nbroomsCtnr label {
  margin: 0;
  padding: 0 5px;
  min-width: 24px;
  height: 34px;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  border: 1px solid #a41f72;
  color: #a41f72;
  font-size: 14px;
  margin-right: 8px;
  background-color: white;
}
.nbroomsCtnr input[type="checkbox"] {
  display: none;
}
.nbroomsCtnr input[type="checkbox"]:checked + label {
  background-color: #a41f72;
  color: white;
}
.nbroomsCtnr.error input[type="checkbox"] + label {
  background-color: #bc0316;
  color: white;
}
/* Margin side */
.m-s-5 {
  margin-left: 5px;
  margin-right: 5px;
}
.m-s-10 {
  margin-left: 10px;
  margin-right: 10px;
}
/* Margin all */
.m-a-5 {
  margin: 5px;
}
.m-a-10 {
  margin: 10px;
}
input::-ms-clear {
  display: none;
}
input[type=submit],
button {
  outline: none;
}
input[type=submit][type=submit][disabled],
button[type=submit][disabled] {
  background-image: url("/Content/Default/Images/progress.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05");
  background-repeat: repeat-x;
  -moz-animation: backgndPosX 2s infinite linear;
  -o-animation: backgndPosX 2s infinite linear;
  -webkit-animation: backgndPosX 2s infinite linear;
  animation: backgndPosX 2s infinite linear;
}
@keyframes backgndPosX {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 38px;
  }
}
.monthly,
.ca-monthly,
.cofidis-monthly {
  cursor: pointer;
  color: #f80000;
  font-size: 13px;
}
.monthly:hover,
.ca-monthly:hover,
.cofidis-monthly:hover {
  text-decoration: underline;
  color: #f80000;
}
.cBannerImg {
  clear: both;
  display: block;
  margin-bottom: 20px;
  cursor: pointer;
}
.loupe {
  height: 21px;
  width: 21px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -738px -55px;
}
h1.wrapper,
.mainTitle {
  font-size: 26px;
  font-weight: 700;
  margin: 25px auto 15px auto;
}
.mainTitle {
  margin: 15px 10px;
}
.subTitle {
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  position: relative;
  margin: 10px;
  font-weight: 500;
}
.btn-alert {
  cursor: pointer;
  color: #FFF;
  font-size: 13px;
  font-weight: 600;
  padding-left: 27px;
  position: relative;
  background-color: #a41f72;
  width: 150px;
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
}
.btn-alert div {
  position: absolute;
  top: 12px;
  left: 10px;
  width: 21px;
  height: 18px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -906px -29px;
}
.btn-alert span {
  margin-left: 15px;
}
.price {
  font-size: 25px;
  color: #000;
  font-weight: 700;
}
.price .display-price {
  margin-top: 0px;
}
.price .display-price p {
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  font-weight: 400;
  color: #979797;
  line-height: 3px;
}
.price.slump {
  color: #31cf30 !important;
}
.price.slump .display-price {
  margin-top: 0px;
}
.price .price-slump {
  margin: 6px 5px 6px 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -818px -18px no-repeat;
}
.price sup {
  font-size: 11px;
  top: -17px;
}
.sticky-wrapper {
  clear: both;
}
.sticky-wrapper .stuck {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1500;
}
.localityStatsText {
  margin-bottom: 40px;
  color: #888888;
  font-size: 0.815em;
}
.localityStatsText h2 {
  color: #a41f72;
  font-size: 15px;
  font-weight: 600;
}
.localityStatsText h2.grey {
  color: #8c8c8c !important;
}
.localityStatsText a {
  color: #a41f72;
}
.localityStatsText h3 {
  font-size: 14px;
  font-weight: 700;
}
.localityStatsText .readMore {
  padding-left: 5px;
}
.localityStatsText .readMore,
.localityStatsText .close {
  color: #a41f72;
  font-weight: 600;
  cursor: pointer;
}
.localityStatsText .desc,
.localityStatsText .close {
  display: none;
}
.localityStatsText ul {
  margin-top: 3px;
}
.s-engine {
  width: 960px;
  margin: 0px auto 0 auto;
  padding-bottom: 2px;
  /* specific fd */
  /* common */
}
.s-engine.s-new-engine {
  width: 994px;
}
.s-engine .srchLogo {
  display: none;
  height: 100%;
}
.s-engine .srchLogo a {
  display: inline-block;
  height: 40px;
  width: 40px;
  border: 6px solid #A41F72;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -790px -350px;
}
.s-engine .extra {
  height: 53px;
  position: relative;
  cursor: pointer;
  background: #f28179;
}
.s-engine .extra .similar .icon {
  width: 20px;
  height: 20px;
  margin: 16px 11px 0 13px;
  float: left;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -906px -28px;
  /*border: 16px solid @corail;*/
}
.s-engine .extra .similar span {
  float: left;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  margin-top: 16px;
  margin-right: 15px;
}
.s-engine .extra .back-to-top {
  position: absolute;
  margin: 0;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.6;
  top: 109px;
}
.s-engine .extra .back-to-top div {
  width: 20px;
  height: 18px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -906px -48px;
  margin: 17px auto 0 auto;
}
.s-engine .extra .back-to-top:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.s-engine .sticky-wrapper .stickThis.stuck .mainh1 {
  overflow: hidden;
  float: left;
  max-width: 602px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.s-engine .sticky-wrapper .stickThis.stuck .srchLogo,
.s-engine .sticky-wrapper .stickThis.stuck .extra {
  height: auto;
  display: inline-block;
}
.s-engine .sticky-wrapper .stickThis.stuck .srchLogo .similar .icon,
.s-engine .sticky-wrapper .stickThis.stuck .extra .similar .icon {
  margin: 0;
}
.s-engine .sticky-wrapper .stickThis.stuck .srchLogo .similar.variation .icon,
.s-engine .sticky-wrapper .stickThis.stuck .extra .similar.variation .icon {
  width: 30px;
  height: 24px;
  margin: 16px 13px;
  border: none;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -172px -340px;
}
.s-engine .sticky-wrapper .stickThis.stuck .srchTitle {
  color: #ffffff !important;
  font-weight: 400 !important;
}
.s-engine .sticky-wrapper .stickThis.stuck .search-prop {
  display: none;
}
.s-engine .categ.c-search {
  display: none;
}
.s-engine.fd .search-header {
  height: 40px;
}
.s-engine.fd .stickThis {
  display: none;
}
.s-engine.fd .sticky-wrapper .stickThis {
  background: #f5f5f5;
  color: #333333;
  width: 100%;
  height: 56px;
  border-bottom: 1px solid #dce0df;
}
.s-engine.fd .sticky-wrapper .stickThis.stuck {
  display: block;
}
.s-engine.fd .sticky-wrapper .stickThis.stuck h1 {
  display: none;
}
.s-engine.fd .sticky-wrapper .stickThis.stuck .search-prop {
  display: none;
}
.s-engine.fd .sticky-wrapper .stickThis.stuck .srchLogo a {
  border: 8px solid #f5f5f5;
}
.s-engine.fd .sticky-wrapper .stickThis.stuck .display-price {
  top: 20px;
  position: absolute;
  left: 59px;
  font-size: 14px;
  max-height: 56px;
  margin: 7px 0 0 0;
  max-width: 645px;
  line-height: 21px;
  font-weight: 600;
}
.s-engine.fd .sticky-wrapper .stickThis.stuck .display-price div {
  display: inline-block;
}
.s-engine.fd .sticky-wrapper .stickThis.stuck .display-price div .refPriceForDisplay {
  color: white;
}
.s-engine.fd .sticky-wrapper .stickThis.stuck .display-price a {
  display: none;
}
.s-engine.fd .sticky-wrapper .stickThis.stuck .display-price a.monthly {
  display: inline-block !important;
  margin-left: 10px;
  color: #A41F72;
  text-decoration: underline;
  font-weight: 400;
}
.s-engine.fd .sticky-wrapper .stickThis.stuck .display-price #mensualite-sticky-v3 a {
  color: #fff;
}
.s-engine.fd .sticky-wrapper .stickThis.stuck p {
  position: absolute;
  top: 0;
  left: 59px;
  font-size: 14px;
  max-height: 56px;
  margin: 7px 0 0 0;
  max-width: 645px;
  line-height: 21px;
  font-weight: 600;
}
.s-engine.fd .sticky-wrapper .stickThis.stuck p.display-price {
  top: 20px;
}
.s-engine.fd .sticky-wrapper .stickThis.stuck .district {
  overflow: hidden;
  max-height: 21px;
  display: block;
  max-width: 218px;
  float: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 5px;
}
.s-engine.fd .sticky-wrapper .stickThis.stuck .extra {
  position: absolute;
  top: 0;
  right: 0;
  background: #f5f5f5;
}
.s-engine.fd .sticky-wrapper .stickThis.stuck .extra .similar div {
  border: 15px solid #f5f5f5;
}
.s-engine.fd .sticky-wrapper .stickThis.stuck .extra .icon {
  width: 33px;
  height: 26px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -687px -355px no-repeat;
}
.s-engine.fd .sticky-wrapper .stickThis.stuck .extra .icon-sticky-v2 div {
  border: 15px solid #fff;
}
.s-engine.fd .sticky-wrapper .stickThis.stuck .extra .icon-sticky-v3 div {
  border: 15px solid #a41f72;
}
.s-engine.fd .sticky-wrapper .stickThis.stuck .extra .icon-sticky-v2 .icon {
  width: 34px;
  height: 26px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -623px -64px no-repeat;
  background-color: #fff;
}
.s-engine.fd .sticky-wrapper .stickThis.stuck .extra .icon-sticky-v3 .icon {
  width: 34px;
  height: 26px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -684px -26px no-repeat;
  background-color: #a41f72;
}
.s-engine.fd .sticky-wrapper .stickThis.stuck .logo-sticky-v2 a {
  border: 8px solid #fff;
}
.s-engine.fd .sticky-wrapper .stickThis.stuck .logo-sticky-v3 a {
  border: 8px solid #a41f72;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -1030px -350px;
}
.s-engine.fd .sticky-wrapper .wrapper {
  position: relative;
  height: 100%;
  width: 1072px;
}
.s-engine.fd .sticky-wrapper .contactCtnr {
  position: absolute;
  top: 0;
  right: 64px;
  height: 100%;
}
.s-engine.fd .sticky-wrapper .contactCtnr div {
  background: #f7827a;
  border-radius: 4px;
  height: 35px;
  line-height: 35px;
  float: left;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 600;
  width: 150px;
  text-align: center;
  vertical-align: middle;
  margin-top: 10px;
  color: #fff;
}
.s-engine.fd .sticky-wrapper .contactCtnr div:hover {
  text-decoration: underline;
  cursor: pointer;
}
.s-engine.fd .sticky-wrapper .contactCtnr div span {
  display: inline-block;
  height: 16px;
  width: 18px;
  margin: 0 5px -1px 0;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -999px -999px;
}
.s-engine.fd .sticky-wrapper .contactCtnr #display-phonenumber span {
  background-position: -261px -54px;
  width: 12px;
  margin: 0 4px -3px 0;
}
.s-engine.fd .sticky-wrapper .contactCtnr #btnSendMessage span {
  background-position: -286px -208px;
  height: 13px;
}
.s-engine.fd .engine {
  position: relative;
  margin: 25px 0 15px 0;
}
.s-engine.fd .engine .similar {
  float: right;
}
.s-engine.fd .engine form {
  position: relative;
  float: left;
  width: auto;
  max-width: 690px;
  background: #fff;
  height: 38px;
  border: 1px solid #dce0df;
}
.s-engine.fd .engine form input {
  height: 100%;
  min-width: 260px;
  line-height: 100%;
  font-weight: 600;
  font-size: 13px;
  border: none;
}
.s-engine.fd .engine form .loupe {
  position: absolute;
  right: 5px;
  top: 9px;
}
.s-engine.fd .engine .srchTags {
  float: left;
  margin: 0 0 0 5px;
}
.s-engine .search-header {
  margin: 15px 0;
}
.s-engine .search-header h1,
.s-engine .search-header .similar {
  font-size: 20px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
}
.s-engine .search-header h1 {
  margin: 0 15px 0 0;
  max-width: 945px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.s-engine .search-header .similar {
  cursor: pointer;
  color: #a41f72;
  font-size: 13px;
  font-weight: 600;
  padding-left: 27px;
  position: relative;
}
.s-engine .search-header .similar div {
  position: absolute;
  top: 12px;
  left: 0;
  width: 21px;
  height: 18px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -894px -88px;
}
.s-engine .search-header .type {
  float: right;
  border: 1px solid #dce0df;
}
.s-engine .search-header .type div {
  height: 38px;
  width: 34px;
  float: left;
  cursor: pointer;
  background: #fff;
  text-align: center;
}
.s-engine .search-header .type div.selected {
  cursor: default;
  background: #E7E7E9;
  border-right: 1px solid #dce0df;
}
.s-engine .search-header .type div span {
  display: inline-block;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -872px -66px;
}
.s-engine .search-header .type div.photo span {
  height: 20px;
  width: 24px;
  background-position: -890px -67px;
  margin-top: 8px;
}
.s-engine .search-header .type div.list span {
  height: 14px;
  width: 16px;
  margin-top: 12px;
}
.s-engine .search-prop {
  margin: 0 0 -12px 0;
  width: 630px;
}
.s-engine .search-prop .srchTags {
  width: 772px;
}
.s-engine .search-prop h1,
.s-engine .search-prop .similar {
  float: left;
  font-size: 20px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
}
.s-engine .search-prop h1 {
  margin: 0 15px 0 0;
  max-width: 725px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.s-engine .search-prop .type {
  float: right;
  border: 1px solid #dce0df;
}
.s-engine .search-prop .type div {
  height: 38px;
  width: 34px;
  float: left;
  cursor: pointer;
  background: #fff;
  text-align: center;
}
.s-engine .search-prop .type div.selected {
  cursor: default;
  background: #E7E7E9;
  border-right: 1px solid #dce0df;
}
.s-engine .search-prop .type div span {
  display: inline-block;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -872px -66px;
}
.s-engine .search-prop .type div.photo span {
  height: 20px;
  width: 24px;
  background-position: -890px -67px;
  margin-top: 8px;
}
.s-engine .search-prop .type div.list span {
  height: 14px;
  width: 16px;
  margin-top: 12px;
}
.s-engine .search-prop .srchTitle {
  line-height: 38px !important;
}
.s-engine .search-prop .sub-search {
  float: right;
  display: inline-block;
  margin: 10px 0 10px 0;
  min-height: 20px;
}
.s-engine .search-prop .sub-search .similar {
  display: none;
}
.s-engine .search-prop .sub-search .sortby {
  display: inline-block;
  clear: both;
  width: 70px;
  line-height: 22px;
  height: 22px;
  position: relative;
  padding-left: 5px;
  font-size: 13px;
  font-weight: 600;
  margin-right: 5px;
}
.s-engine .search-prop .sub-search .categ {
  margin-right: 5px;
}
.s-engine .search-prop .sub-search .categ .srchTitle {
  font-size: 13px;
}
.s-engine .search-prop .sub-search .categ.c-order,
.s-engine .search-prop .sub-search .categ.c-order-map {
  margin-right: 15px;
  background: #F5F5F5;
  border: none;
  max-width: 237px;
  max-height: 22px;
}
.s-engine .search-prop .sub-search .categ.c-order .srchTitle,
.s-engine .search-prop .sub-search .categ.c-order-map .srchTitle {
  padding: 0 0 0 0px;
  border: none;
  background: #F5F5F5;
  height: 22px;
  line-height: 22px !important;
  color: #a41f72;
}
.s-engine .search-prop .sub-search .categ.c-order .srchTitle label,
.s-engine .search-prop .sub-search .categ.c-order-map .srchTitle label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-flex;
  margin-right: 21px;
}
.s-engine .search-prop .sub-search .categ.c-order .srchTitle span,
.s-engine .search-prop .sub-search .categ.c-order-map .srchTitle span {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -894px -107px no-repeat;
  top: 8px;
  position: absolute;
  right: 2px;
  height: 8px;
  width: 10px;
}
.s-engine .search-prop .sub-search .categ.c-filter {
  max-height: 22px;
}
.s-engine .search-prop .sub-search .categ.c-filter .srchTitle {
  background: #F5F5F5;
  border: none;
  height: 22px;
  line-height: 22px !important;
  margin-right: -18px;
}
.s-engine .search-prop .sub-search .categ.c-filter .srchTitle label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-flex;
  width: 88px;
}
.s-engine .search-prop .sub-search .categ.c-filter .srchTitle span {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -894px -107px no-repeat;
  position: relative;
  top: 2px;
}
.s-engine .search-prop .sub-search .categ.c-filter.open .search-edit {
  left: 16px;
}
.s-engine .search-prop .sub-search .categ.c-order.open .search-edit,
.s-engine .search-prop .sub-search .categ.c-order-map.open .search-edit {
  left: 5px;
}
.s-engine .search-prop .sub-search .categ.c-order.open .srchTitle,
.s-engine .search-prop .sub-search .categ.c-order-map.open .srchTitle,
.s-engine .search-prop .sub-search .categ.c-filter.open .srchTitle {
  box-shadow: none !important;
}
.s-engine .search-prop .sub-search .categ.c-order.open .search-edit,
.s-engine .search-prop .sub-search .categ.c-order-map.open .search-edit,
.s-engine .search-prop .sub-search .categ.c-filter.open .search-edit {
  top: 23px;
}
.s-engine .search-prop .sub-search .similar {
  cursor: default;
  color: #888;
  margin-right: 10px;
  margin-left: 42px;
  visibility: hidden;
}
.s-engine .search-prop .sub-search .type {
  margin-left: 5px;
}
.s-engine .search-prop .btn-alert {
  display: inline-block;
}
.s-engine .search-prop .switch-lr-carto {
  display: inline-block;
  float: right;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  background-color: #e6e7e9;
  color: #888888;
  margin: 5px 0 5px 0;
}
.s-engine .search-prop .switch-lr-carto.lr-carto-disabled {
  display: none;
}
.s-engine .search-prop .switch-lr-carto .icon {
  background-image: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05");
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.s-engine .search-prop .switch-lr-carto .text {
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.s-engine .search-prop .switch-lr-carto .disabled {
  background-color: white;
  color: black;
}
.s-engine .search-prop .switch-lr-carto .list {
  display: inline-block;
  border-radius: 4px 0 0 4px;
  border: 1px solid #e6e7e9;
  padding: 0 8px 0 8px;
}
.s-engine .search-prop .switch-lr-carto .list .icon {
  background-position: -1065px -328px;
  width: 14px;
  height: 14px;
}
.s-engine .search-prop .switch-lr-carto .list.disabled .icon {
  background-position: -336px -75px;
}
.s-engine .search-prop .switch-lr-carto .map {
  display: inline-block;
  border-radius: 0 4px 4px 0;
  border: 1px solid #e6e7e9;
  padding: 0 8px 0 5px;
}
.s-engine .search-prop .switch-lr-carto .map .icon {
  background-position: -1037px -323px;
  width: 12px;
  height: 19px;
}
.s-engine .search-prop .switch-lr-carto .map.disabled .icon {
  background-position: -1051px -323px;
}
.s-engine .new-order {
  /*fin .categ*/
}
.s-engine .new-order .categ {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  cursor: pointer;
  /*fin .categ.open*/
  /*fin .c-order*/
}
.s-engine .new-order .categ.open .srchTitle {
  color: #a41f72;
  font-weight: 600;
  border-bottom-color: #fff;
  border-right-color: #c0c0c0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.s-engine .new-order .categ.open .srchTitle:hover span {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.s-engine .new-order .categ.open .srchTitle span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.s-engine .new-order .categ.c-order .srchTitle,
.s-engine .new-order .categ.c-filter .srchTitle {
  background: #e6e7e9;
  font-weight: 600;
}
.s-engine .new-order .categ.c-order .srchTitle span,
.s-engine .new-order .categ.c-filter .srchTitle span {
  background-position: -904px -107px;
}
.s-engine .new-order .categ.c-order .search-edit,
.s-engine .new-order .categ.c-filter .search-edit {
  width: 247px;
  padding: 0 0 5px 0;
  left: 5px;
  top: 23px;
}
.s-engine .new-order .categ.c-order .search-edit fieldset,
.s-engine .new-order .categ.c-filter .search-edit fieldset {
  padding: 0 10px;
}
.s-engine .new-order .categ.c-order .search-edit label {
  display: block;
}
.s-engine .new-order .categ.c-order {
  max-width: 138px;
  max-height: 40px;
}
.s-engine .new-order .categ.c-order .srchTitle {
  display: inline-block;
  padding-left: 5px;
  padding-right: 10px;
  overflow: hidden;
  max-height: 40px;
}
.s-engine .new-order .categ .search-edit {
  width: 302px;
  padding: 0 0 10px 0;
  position: absolute;
  left: 0;
  top: 27px;
  display: none;
  background: #fff;
  z-index: 1500;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  border-radius: 0 0 5px 5px;
  text-align: center;
}
.s-engine .new-order .categ .search-edit.hidden {
  display: none;
}
.s-engine .new-order .categ .search-edit .sep {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 600;
  padding: 0 3px;
}
.s-engine .new-order .categ .search-edit label {
  color: #333;
  display: inline-block;
  font-size: 13px;
  line-height: 30px;
}
.s-engine .new-order .categ .search-edit fieldset {
  cursor: default;
  margin: 10px 0 0 0;
  padding: 10px;
  border: none;
  text-align: left;
}
.s-engine .new-order .categ .search-edit fieldset legend {
  font-size: 13px;
  padding: 0 3px;
  color: #565a5d;
  font-weight: 500;
  text-align: left;
}
.s-engine .new-order .categ .search-edit .validBtn {
  float: none;
  display: inline-block;
  margin: 5px 0;
  height: 38px;
  line-height: 38px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  width: 195px;
  padding-left: 35px;
}
.s-engine .new-order .categ .search-edit .validBtn span {
  position: absolute;
  display: block;
  left: 50px;
  top: 9px;
  height: 20px;
  width: 30px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -738px -107px;
}
.s-engine form {
  clear: both;
  width: 1052px;
  font-size: 0;
}
.s-engine form.stuck {
  background: #a41f72;
  width: 100%;
  text-align: center;
}
.s-engine form.stuck .categ.open .srchTitle,
.s-engine form.stuck .categ.c-order.open .srchTitle,
.s-engine form.stuck .categ.c-filter.open .srchTitle {
  border-bottom-color: #750c4e;
  border-left-color: #750c4e;
  border-right-color: #750c4e;
  color: #fff;
}
.s-engine form.stuck .categ .srchTitle,
.s-engine form.stuck .categ.c-order .srchTitle,
.s-engine form.stuck .categ.c-filter .srchTitle {
  line-height: 50px;
  background: #a41f72;
  border-color: #a41f72;
  border-left-color: #AC287B;
  color: #fff;
}
.s-engine form.stuck .categ .srchTitle span,
.s-engine form.stuck .categ.c-order .srchTitle span,
.s-engine form.stuck .categ.c-filter .srchTitle span {
  background-position: -914px -107px;
}
.s-engine form.stuck .categ .search-edit,
.s-engine form.stuck .categ.c-order .search-edit,
.s-engine form.stuck .categ.c-filter .search-edit {
  top: 52px;
}
.s-engine form .categ {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  cursor: pointer;
}
.s-engine form .categ .srchTitle > div {
  margin-left: 8px;
  float: left;
  text-align: left;
}
.s-engine form .categ.c-price .srchTitle {
  width: 170px;
}
.s-engine form .categ.c-price .srchTitle div {
  width: 131px;
}
.s-engine form .categ.open .srchTitle {
  color: #a41f72;
  font-weight: 600;
  border-bottom-color: #fff;
  border-right-color: #c0c0c0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.s-engine form .categ.open .srchTitle:hover span {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.s-engine form .categ.open .srchTitle span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.s-engine form .categ.c-order .srchTitle,
.s-engine form .categ.c-filter .srchTitle {
  background: #e6e7e9;
  font-weight: 600;
}
.s-engine form .categ.c-order .srchTitle span,
.s-engine form .categ.c-filter .srchTitle span {
  background-position: -904px -107px;
}
.s-engine form .categ.c-order .search-edit,
.s-engine form .categ.c-filter .search-edit {
  width: 247px;
  padding: 0 0 5px 0;
}
.s-engine form .categ.c-order .search-edit fieldset,
.s-engine form .categ.c-filter .search-edit fieldset {
  padding: 0 10px;
}
.s-engine form .categ.c-order .search-edit label {
  display: block;
}
.s-engine form .categ.c-surf .srchTitle {
  width: 124px;
}
.s-engine form .categ.c-surf .srchTitle div {
  width: 86px;
}
.s-engine form .categ.c-surf .srchTitle span {
  margin-left: 5px;
}
.s-engine form .categ.c-surf .search-edit fieldset {
  text-align: center;
}
.s-engine form .categ.c-type .srchTitle {
  width: 165px;
}
.s-engine form .categ.c-type .srchTitle .typegrps-searchengine {
  max-width: 123px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 120px;
}
.s-engine form .categ.c-type .search-edit {
  width: 325px;
}
.s-engine form .categ.c-type .search-edit div {
  text-align: left;
  padding: 10px 0 5px 10px;
}
.s-engine form .categ.c-type .search-edit div label {
  width: 118px;
}
.s-engine form .categ.c-order {
  max-width: 138px;
  max-height: 40px;
}
.s-engine form .categ.c-order .srchTitle {
  display: inline-block;
  padding-left: 5px;
  padding-right: 10px;
  overflow: hidden;
  max-height: 40px;
}
.s-engine form .categ.c-search .srchTitle {
  width: 124px;
}
.s-engine form .categ.c-search .srchTitle .transac {
  width: 61px;
  padding-left: 30px;
}
.s-engine form .categ.c-search .search-edit {
  width: 125px;
}
.s-engine form .categ.c-search .search-edit #typetransac {
  text-align: center;
}
.s-engine form .categ.c-search .search-edit #typegroupcategs {
  max-width: 160px;
  margin: 0 auto;
}
.s-engine form .categ.c-search .redirect-site {
  margin: 0 0 5px 61px;
  text-align: left;
}
.s-engine form .categ.c-search .redirect-site div {
  height: 22px;
  position: relative;
}
.s-engine form .categ.c-search .redirect-site span {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -283px -12px;
  margin: 0 5px 0 0;
  width: 16px;
  height: 14px;
  display: inline-block;
}
.s-engine form .categ.c-search .redirect-site a {
  font-size: 13px;
  color: #a41f72;
  font-weight: 600;
  position: absolute;
  top: 1px;
  left: 23px;
}
.s-engine form .categ.c-search.open .search-edit {
  padding: 0px 0 5px;
}
.s-engine form .categ.c-search.open .search-edit fieldset {
  margin: 0;
}
.s-engine form .categ.c-search.open label {
  padding-left: 8px;
}
.s-engine form .categ.c-search.open label::before {
  display: none;
}
.s-engine form .categ.c-order .srchTitle {
  display: inline-block;
  padding-left: 5px;
  padding-right: 10px;
  overflow: hidden;
  width: 100%;
}
.s-engine form .categ.c-filter .srchTitle {
  width: 98px;
}
.s-engine form .categ.c-rooms .srchTitle {
  width: 127px;
}
.s-engine form .categ.c-rooms .srchTitle div {
  width: 86px;
}
.s-engine form .categ.c-rooms .search-edit {
  left: -101px;
  width: 290px;
}
.s-engine form .categ.c-rooms .search-edit fieldset {
  padding-right: 0;
}
.s-engine form .categ.c-other .srchTitle {
  width: 130px;
  border-right: none;
}
.s-engine form .categ.c-other .srchTitle div {
  width: 85px;
}
.s-engine form .categ.c-other .active {
  color: #a41f72 !important;
  font-weight: 600;
}
.s-engine form .categ.c-other .search-edit {
  width: 305px;
  left: -148px;
  padding: 5px 0 10px 0;
}
.s-engine form .categ.c-other .search-edit fieldset {
  padding: 0;
  margin: 0;
}
.s-engine form .categ.c-other .search-edit fieldset legend {
  color: #cc85af;
  position: relative;
  padding: 6px 3px 6px 32px;
}
.s-engine form .categ.c-other .search-edit fieldset legend:hover {
  color: #a41f72;
  cursor: pointer;
}
.s-engine form .categ.c-other .search-edit fieldset legend span {
  position: absolute;
  top: 8px;
  left: 0;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -856px -112px;
  display: inline-block;
  margin: 0 0 0 10px;
  height: 14px;
  width: 18px;
}
.s-engine form .categ.c-other .search-edit fieldset label {
  width: 115px;
  margin-right: 0;
}
.s-engine form .categ.c-other .search-edit fieldset .input-classic-grad {
  margin: 5px 0 10px 25px;
  width: 220px;
}
.s-engine form .categ.c-other .search-edit fieldset div {
  display: none;
  padding-left: 10px;
}
.s-engine form .categ.c-local .srchTitle {
  width: 130px;
}
.s-engine form .categ.c-local .srchTitle div {
  width: 92px;
}
.s-engine form .categ.c-local .srchTitle span {
  margin-left: 5px;
}
.s-engine form .categ.c-local .search-edit {
  width: 958px;
  left: -300px;
}
.s-engine form .categ.c-local .search-edit fieldset {
  padding: 10px 40px;
}
.s-engine form .categ.c-local .search-edit .newlocCtnr {
  padding-top: 10px;
  text-align: left;
}
.s-engine form .categ.c-local .search-edit .validBtn {
  position: absolute;
  right: 40px;
  top: 33px;
  width: 140px;
}
.s-engine form .categ.c-local .search-edit .validBtn span {
  left: 20px;
}
.s-engine form .categ.c-local .search-edit .placeCtnr {
  position: relative;
}
.s-engine form .categ.c-local .search-edit .placeCtnr .loupe {
  position: absolute;
  top: 8px;
  left: 9px;
}
.s-engine form .categ.c-local .search-edit .placeCtnr .place {
  width: 630px;
  height: 36px;
  line-height: 36px;
  float: left;
  border: 1px solid #ccc;
  font-size: 13px;
  padding-left: 40px;
}
.s-engine form .categ.c-local .search-edit .placeCtnr .place:-webkit-input-placeholder {
  color: #333333;
  font-style: italic;
  font-weight: 700;
}
.s-engine form .categ.c-local .search-edit .placeCtnr .place:-moz-placeholder {
  color: #333333;
}
.s-engine form .categ.c-local .search-edit .placeCtnr .place:-ms-input-placeholder {
  color: #333333;
}
.s-engine form .categ .srchTitle {
  text-align: center;
  font-size: 14px;
  border-right: 1px solid #dce0df;
  font-weight: 500;
  background: #fff;
  line-height: 53px;
  width: 81px;
}
.s-engine form .categ .srchTitle span {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -894px -107px;
  /* black -339px -32px*/
  display: inline-block;
  margin: 2px 0 2px 10px;
  height: 7px;
  width: 10px;
}
.s-engine form .categ .srchTitle.active {
  font-weight: 600;
}
.s-engine form .categ .search-edit {
  display: none;
  width: 302px;
  padding: 0 0 10px 0;
  position: absolute;
  left: 0;
  top: 54px;
  background: #fff;
  z-index: 1500;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  border-radius: 0 0 5px 5px;
  text-align: center;
}
.s-engine form .categ .search-edit .sep {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 600;
  padding: 0 3px;
}
.s-engine form .categ .search-edit label {
  color: #333;
  display: inline-block;
  font-size: 13px;
  line-height: 30px;
}
.s-engine form .categ .search-edit fieldset {
  cursor: default;
  margin: 10px 0 0 0;
  padding: 10px;
  border: none;
  text-align: left;
}
.s-engine form .categ .search-edit fieldset legend {
  font-size: 13px;
  padding: 0 3px;
  color: #565a5d;
  font-weight: 500;
  text-align: left;
}
.s-engine form .categ .search-edit .validBtn {
  float: none;
  display: inline-block;
  margin: 5px 0;
  height: 38px;
  line-height: 38px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  width: 195px;
  padding-left: 35px;
}
.s-engine form .categ .search-edit .validBtn span {
  position: absolute;
  display: block;
  left: 50px;
  top: 9px;
  height: 20px;
  width: 30px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -738px -107px;
}
.s-engine .srchTags {
  min-height: 34px;
  /* 1 ligne */
  margin-bottom: 21px;
}
.s-engine .highlighted {
  margin-bottom: 37px;
  margin-top: -12px;
}
.s-engine .highlighted .highlighted-annonces ul.featured > li {
  width: 300px;
  position: relative;
  border: 1px solid #dce0df;
  background: #fff;
  height: 310px;
  padding-left: 5px;
  display: inline-block;
  margin-bottom: 0px;
}
.s-engine .highlighted .highlighted-annonces ul.featured > li.static {
  padding: 0;
  overflow: hidden;
  vertical-align: top;
  width: 305px;
}
.s-engine .highlighted .highlighted-annonces ul.featured > li.static .picCtnr {
  height: 100%;
  border: 0;
  width: 100%;
}
.s-engine .highlighted .highlighted-annonces ul.featured > li:first-child {
  margin-right: 16px;
}
.s-engine .highlighted .highlighted-annonces ul.featured > li .features {
  display: inline-block;
  margin-top: 8px !important;
  vertical-align: top;
  padding: 0;
  margin-left: 12px;
}
.s-engine .highlighted .highlighted-annonces ul.featured > li .details {
  width: 285px;
  height: 85px;
  position: relative;
  padding-left: 15px;
  padding-top: 5px;
}
.s-engine .highlighted .highlighted-annonces ul.featured > li .details .loca {
  margin-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 270px;
}
.s-engine .highlighted .highlighted-annonces ul.featured > li .details .desc li {
  padding: 0 10px 0 0;
}
.s-engine .highlighted .highlighted-annonces ul.featured > li .a-la-une {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 10;
}
.s-engine .highlighted .highlighted-annonces ul.featured > li .linkCtnr {
  margin: 0;
}
.s-engine .highlighted .highlighted-annonces ul.featured > li .linkCtnr span.price {
  display: inline-block;
  line-height: normal;
}
.s-engine .highlighted .highlighted-annonces ul.featured > li .linkCtnr span.loca {
  display: block;
}
.s-engine .highlighted .highlighted-annonces ul.featured > li .linkCtnr ul.desc {
  padding: 0;
  margin-top: 1px;
}
.s-engine .highlighted .highlighted-annonces ul.featured > li .picCtnr {
  display: block;
  width: 265px;
  height: 220px;
  border-left: 15px solid #fff;
}
.enlarge-search-wrapper {
  width: 960px;
  padding-bottom: 2px;
  margin: 15px auto 0 auto;
  margin-top: 30px;
}
.enlarge-search-wrapper .close {
  position: absolute;
  display: block;
  top: 10px;
  right: 12px;
  width: 21px;
  height: 19px;
  cursor: pointer;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -774px -133px;
}
.enlarge-search-wrapper .enlarge-search {
  margin: 0;
  width: 775px;
  min-height: 150px;
  position: relative;
  background-color: #FFF;
}
.enlarge-search-wrapper .enlarge-search .title {
  padding-top: 35px;
}
.enlarge-search-wrapper .enlarge-search .title p {
  color: #333;
  width: 600px;
  font-size: 21px;
  margin: 0 0 0 80px;
}
.enlarge-search-wrapper .enlarge-search .title p span {
  color: #a41f72;
  font-weight: 600;
}
.enlarge-search-wrapper .enlarge-search .localities-edit {
  width: 500px;
  min-height: 50px;
  margin: 20px auto 20px auto;
}
.enlarge-search-wrapper .enlarge-search .localities-edit label {
  color: #333;
  display: inline-block;
  font-size: 13px;
  line-height: 30px;
  width: 210px;
}
.enlarge-search-wrapper .enlarge-search .submit-container {
  width: 775px;
  text-align: center;
  padding-bottom: 20px;
}
.enlarge-search-wrapper .enlarge-search .submit-container .enlargeSearchSubmitBtn {
  float: none;
  display: inline-block;
  padding: 0 10px;
  font-size: 17px;
  cursor: pointer;
  background: #a41f72;
  width: 440px;
  text-transform: none;
  border: 0 none;
  color: #fff;
  border-radius: 4px;
  background-clip: padding-box;
  height: 38px;
  line-height: 38px;
  font-weight: 600;
}
.homelocale .baseline-bottom a {
  color: #333;
  text-decoration: underline;
}
.newlocCtnr {
  clear: both;
  margin: 5px 0;
}
.homelocale .newlocCtnr {
  margin: 0;
  text-align: left;
}
.homelocale .newlocCtnr div {
  margin: 9px 0 0 25px;
}
.newlocCtnr div,
.srchTags div,
.order-type div {
  position: relative;
  display: inline-block;
  background: #e9d5e1;
  height: 30px;
  line-height: 30px;
  padding: 0 30px 0 10px;
  font-size: 13px;
  font-weight: 600;
  margin: 4px 5px 0 0;
  white-space: nowrap;
  max-width: 343px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.newlocCtnr div span,
.srchTags div span,
.order-type div span {
  position: absolute;
  cursor: pointer;
  right: 5px;
  height: 16px;
  margin: 7px auto;
  width: 16px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -874px -80px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.newlocCtnr div span.rotateTag,
.srchTags div span.rotateTag,
.order-type div span.rotateTag {
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.newlocCtnr div.tagDeleteGrey,
.srchTags div.tagDeleteGrey,
.order-type div.tagDeleteGrey {
  background: #e6e7e9;
}
.newlocCtnr div.tagDeleteGrey span,
.srchTags div.tagDeleteGrey span,
.order-type div.tagDeleteGrey span {
  background-position: -878px -96px;
}
.newlocCtnr div.tagSwitch,
.srchTags div.tagSwitch,
.order-type div.tagSwitch {
  cursor: pointer;
}
.newlocCtnr div.tagSwitch span,
.srchTags div.tagSwitch span,
.order-type div.tagSwitch span {
  background-position: -738px -91px;
}
.newlocCtnr div.tagSwitchGrey,
.srchTags div.tagSwitchGrey,
.order-type div.tagSwitchGrey {
  background: #e6e7e9;
  cursor: pointer;
  display: none;
}
.newlocCtnr div.tagSwitchGrey span,
.srchTags div.tagSwitchGrey span,
.order-type div.tagSwitchGrey span {
  background-position: -738px -75px;
}
/* custom radiobutton */
.custom-radio:not(:checked),
.custom-radio:checked {
  position: absolute;
  left: -9999px;
}
.custom-radio:not(:checked) + label,
.custom-radio:checked + label {
  position: relative;
  padding-left: 25px;
  margin-right: 10px;
  cursor: pointer;
}
.custom-radio:not(:checked) + label:before,
.custom-radio:checked + label:before {
  content: '';
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -320px -33px;
  height: 17px;
  width: 17px;
  position: absolute;
  top: 6px;
  left: 0;
}
.custom-radio:checked + label:before {
  background-position: -320px -54px;
}
/***************** LR ****************/
.container-lr {
  width: 960px;
  margin: 0 auto;
}
.container-lr .colCtnr {
  margin-top: 20px;
}
.container-lr .colCtnr .col-main {
  float: left;
  margin: 0;
  width: 630px;
}
/* style cartouche vignette */
/* style cartouche small */
.fd-local-annonces .mode-list,
.srchResultCtnr .mode-list {
  width: 960px;
  margin: 0 auto;
}
.fd-local-annonces .mode-list > li,
.srchResultCtnr .mode-list > li {
  width: 302px;
  margin: 10px;
  float: left;
  height: 295px;
}
.fd-local-annonces .mode-list > li:first-child,
.srchResultCtnr .mode-list > li:first-child,
.fd-local-annonces .mode-list > li:nth-child(4),
.srchResultCtnr .mode-list > li:nth-child(4) {
  margin-left: 0;
}
.fd-local-annonces .mode-list > li:nth-child(3),
.srchResultCtnr .mode-list > li:nth-child(3),
.fd-local-annonces .mode-list > li:nth-child(6),
.srchResultCtnr .mode-list > li:nth-child(6) {
  margin-right: 0;
}
.fd-local-annonces .mode-list > li .details,
.srchResultCtnr .mode-list > li .details {
  width: 302px;
}
.fd-local-annonces .mode-list > li .details .refPriceForDisplay,
.srchResultCtnr .mode-list > li .details .refPriceForDisplay {
  display: inline-block;
  font-size: 12px;
  line-height: 13px;
  max-width: 120px;
  position: absolute;
  right: 0;
  top: 42px;
  right: 5px;
}
.fd-local-annonces .mode-list > li .details .links,
.srchResultCtnr .mode-list > li .details .links {
  bottom: 22px;
  padding-left: 15px;
  width: 302px;
}
.fd-local-annonces .mode-list > li .details .links .pro-details,
.srchResultCtnr .mode-list > li .details .links .pro-details,
.fd-local-annonces .mode-list > li .details p.agency,
.srchResultCtnr .mode-list > li .details p.agency,
.fd-local-annonces .mode-list > li .details .overview,
.srchResultCtnr .mode-list > li .details .overview,
.fd-local-annonces .mode-list > li .details .ca-monthly,
.srchResultCtnr .mode-list > li .details .ca-monthly,
.fd-local-annonces .mode-list > li .details .linkCtnr p.agency,
.srchResultCtnr .mode-list > li .details .linkCtnr p.agency {
  display: none;
}
.fd-local-annonces .mode-list > li .details .linkCtnr,
.srchResultCtnr .mode-list > li .details .linkCtnr {
  padding-left: 15px;
}
.fd-local-annonces .mode-list > li .details .linkCtnr ul,
.srchResultCtnr .mode-list > li .details .linkCtnr ul {
  padding: 0px;
  margin-top: 0px !important;
}
.fd-local-annonces .mode-list > li .img-agency,
.srchResultCtnr .mode-list > li .img-agency {
  display: none;
}
.fd-local-annonces .mode-list > li .picCtnr,
.srchResultCtnr .mode-list > li .picCtnr {
  width: 302px;
}
.fd-local-annonces .mode-list > li .picCtnr .type,
.srchResultCtnr .mode-list > li .picCtnr .type {
  height: 15px;
  line-height: 15px;
  width: 120px;
  position: absolute;
}
.fd-local-annonces .mode-list > li .picCtnr .product-media,
.srchResultCtnr .mode-list > li .picCtnr .product-media {
  width: 302px;
  height: 197px;
}
.fd-local-annonces .mode-list > li .picCtnr .product-media ul,
.srchResultCtnr .mode-list > li .picCtnr .product-media ul {
  display: none;
}
.fd-local-annonces .mode-list > li .picCtnr .product-media img,
.srchResultCtnr .mode-list > li .picCtnr .product-media img {
  /*max-height: 302px;
                    max-width: 197px;*/
  max-height: 198px;
  max-width: 302px;
}
.fd-local-annonces {
  margin-bottom: 25px;
}
.fd-local-annonces .confier {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.fd-local-annonces .confier .button {
  background-color: #A41F72;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #FFF;
  height: 28px;
  line-height: 28px;
  border-radius: 3px;
  padding: 3px 28px;
  max-width: 295px;
  position: absolute;
  top: -55px;
  right: 7px;
}
.fd-local-annonces .mode-list > li.item {
  height: 260px;
}
.fd-local-annonces .mode-list > li.item .picCtnr {
  display: block;
  width: 302px;
  height: 197px;
  border: 0;
}
.fd-local-annonces .mode-list > li.item .picCtnr .product-media {
  top: 0;
}
.fd-local-annonces .mode-list > li.item .linkCtnr {
  display: block;
  margin: 0 !important;
  padding: 15px 0 0 15px;
}
.fd-local-annonces .mode-list > li.item .details {
  overflow: hidden;
  font-size: 13px;
}
.fd-local-annonces .mode-list > li.item .details .price {
  margin: 0 0 0 0;
}
.fd-local-annonces .mode-list > li.item .details .price sup {
  color: #888888;
}
.fd-local-annonces .mode-list .bxslider {
  padding: 0;
}
.container-lr-photo .mode-list > li .details .links {
  left: 45px;
}
#result-list .list-item-agencyimg {
  width: 62px;
  height: 62px;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  display: table-cell;
  position: relative;
  bottom: 0px;
  left: 10px;
  padding: 4px;
}
/* style générique cartouche */
.mode-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mode-list > li {
  margin: 0 0 25px 0;
  border: 1px solid #dce0df;
  background: #fff;
  width: 100%;
  position: relative;
  height: 269px;
}
.mode-list > li:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.mode-list > li:hover .details .linkCtnr ul li,
.mode-list > li:hover .details .linkCtnr span.loca,
.mode-list > li:hover .details .linkCtnr span.price,
.mode-list > li:hover .details .linkCtnr span.propShortDesc,
.mode-list > li:hover .details .linkCtnr span.refPriceForDisplay,
.mode-list > li:hover .details .linkCtnr span.price sup,
.mode-list > li:hover .details .linkCtnr .promoter {
  color: #a41f72;
}
.mode-list > li.intercart {
  padding: 0;
  height: auto;
  text-align: center;
  vertical-align: middle;
}
.mode-list > li.intercart div div {
  width: auto;
  padding: 20px 0px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}
.mode-list > li.exclu .picCtnr {
  background: #f80000;
  border-left-color: #f80000;
}
.mode-list > li.new .picCtnr {
  background: #16A086;
  border-left-color: #16A086;
}
.mode-list > li .a-la-une,
.mode-list > li .a-saisir {
  position: absolute;
  top: 15px;
  left: 16px;
  z-index: 10;
}
.mode-list > li .bottomInfos {
  position: absolute;
  bottom: 25px;
  left: 20px;
  line-height: 14px;
  width: 265px;
}
.mode-list > li .bottomInfos div {
  float: left;
}
.mode-list > li .bottomInfos span {
  float: left;
  color: #8c8c8c;
  font-size: 12px;
  font-weight: 600;
  padding: 1px 0 0 3px;
}
.mode-list > li .bottomInfos .photo {
  margin-right: 15px;
}
.mode-list > li .bottomInfos .photo div {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -1016px -185px no-repeat;
  width: 18px;
  height: 14px;
}
.mode-list > li .bottomInfos .video div {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -1018px -203px no-repeat;
  width: 14px;
  height: 14px;
}
.mode-list > li .bottomInfos .agency {
  float: right;
}
.mode-list > li .picCtnr {
  display: block;
  width: 265px;
  height: 100%;
  border-left: 20px solid #fff;
}
.mode-list > li .picCtnr .type {
  height: 20px;
  line-height: 20px;
  font-style: italic;
  text-align: center;
  color: #fff;
  font-size: 13px;
}
.mode-list > li .picCtnr .product-media {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 200px;
  width: 265px;
  background: #cdcdcd;
  position: relative;
  top: 20px;
}
.mode-list > li .picCtnr .product-media .wrapper-agencyimg {
  position: absolute;
  bottom: 0px;
  left: 7px;
}
.mode-list > li .picCtnr .product-media img {
  max-width: 265px;
  max-height: 200px;
  vertical-align: middle;
}
.mode-list > li .picCtnr .product-media img.img-agency {
  max-width: 62px;
  max-height: 62px;
  background-color: #fff;
}
.mode-list > li .details {
  position: absolute;
  top: 0;
  right: 0;
  width: 330px;
  height: 100%;
  overflow: hidden;
  font-size: 13px;
}
.mode-list > li .details .refPriceForDisplay {
  font-size: 11px;
}
.mode-list > li .details .refpricefordisplayhighlighted {
  position: absolute;
  top: 32px;
  font-size: 10px;
  font-weight: normal;
  line-height: 13px;
  margin: 0 0 10px 0;
  color: #c3c3c3;
}
.mode-list > li .details .features {
  padding-bottom: 0;
  height: 22px;
}
.mode-list > li .details .features .new,
.mode-list > li .details .features .exclu,
.mode-list > li .details .features .lifeAnnuitySale {
  color: #FFFFFF;
  height: 22px;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid;
  text-align: center;
  line-height: 22px;
}
.mode-list > li .details .features .new {
  background-color: #5BBCA9;
  width: 54px;
}
.mode-list > li .details .features .exclu {
  background-color: #EF6E73;
  width: 99px;
}
.mode-list > li .details .features .lifeAnnuitySale {
  width: 60px;
  color: #9570a6;
  line-height: 20px;
  height: 20px;
}
.mode-list > li .details .ca-monthly,
.mode-list > li .details .cofidis-monthly {
  position: absolute;
  top: 65px;
  right: 20px;
}
.mode-list > li .details.promoter .features,
.mode-list > li .details.exclu .features {
  display: block;
}
.mode-list > li .details .linkCtnr {
  display: block;
  margin: 20px 0 0 0;
}
.mode-list > li .details .linkCtnr .promoter {
  display: block;
  color: #888888;
  font-weight: 600;
  font-size: 11px;
  margin: 3px 0 3px 0;
}
.mode-list > li .details .linkCtnr .price {
  font-size: 22px;
  line-height: 21px;
}
.mode-list > li .details .linkCtnr .price .price-slump {
  margin: 0;
  display: inline-block;
}
.mode-list > li .details .linkCtnr span {
  display: block;
}
.mode-list > li .details .linkCtnr span.loca {
  color: #888888;
  font-weight: 600;
  line-height: 16px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 20px 0 0;
}
.mode-list > li .details .linkCtnr ul {
  list-style: none;
  padding: 0 0 0 0;
  text-align: left;
  margin-top: 0;
}
.mode-list > li .details .linkCtnr ul li {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  color: #333333;
  font-weight: 600;
  padding: 0 20px 0 0;
  max-width: 66px;
  overflow: hidden;
  text-align: center;
}
.mode-list > li .details .linkCtnr ul li.first {
  max-width: 114px;
}
.mode-list > li .details .linkCtnr p {
  color: #888888;
  margin: 0;
  display: none;
}
.mode-list > li .details .linkCtnr p.agency {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 25px;
  font-weight: 600;
  font-size: 12px;
}
.mode-list > li .details .propShortDesc {
  color: #333333;
  line-height: 14px;
  max-height: 100px;
  height: 100px;
  overflow: hidden;
  margin: 0 20px 0 0;
}
.mode-list > li .details .links {
  position: absolute;
  background: #fff;
  right: 0;
  bottom: 0;
  text-align: left;
}
.mode-list > li .details .links a,
.mode-list > li .details .links div {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  font-weight: 600;
  color: #000;
  vertical-align: middle;
  width: 120px;
  text-align: left;
}
.mode-list > li .details .links a:hover,
.mode-list > li .details .links div:hover {
  cursor: pointer;
}
.mode-list > li .details .links a span,
.mode-list > li .details .links div span {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -178px -25px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px 2px 0;
}
.mode-list > li .details .links a.sendMessage {
  background: #f5f5f5;
  width: 100px;
  height: 32px;
  padding-top: 7px;
  text-align: center;
  right: 0;
  position: relative;
  display: block;
  margin: 0 20px 10px auto;
  border-radius: 2px;
}
.mode-list > li .details .links a.sendMessage:hover {
  background-color: #8c8c8c;
}
.mode-list > li .details .links div.pro-details span {
  background-position: -554px -142px;
  height: 16px;
  width: 16px;
}
.mode-list > li.relief {
  height: 316px;
  border-color: #a41f72;
}
.mode-list > li.relief .picCtnr {
  width: 314px;
  background-color: #FFF;
  border-left-color: #FFF;
}
.mode-list > li.relief .product-media {
  height: 236px;
  width: 314px;
}
.mode-list > li.relief .product-media img {
  max-height: 236px;
  max-width: 314px;
}
.mode-list > li.relief .product-media .picSliderWrapper {
  visibility: hidden;
}
.mode-list > li.relief .product-media .picSliderWrapper,
.mode-list > li.relief .product-media .bx-wrapper {
  width: 314px;
  height: 236px;
}
.mode-list > li.relief .product-media .bx-pager-item a {
  background-color: #FAFEFF;
}
.mode-list > li.relief .product-media .bx-pager a:hover,
.mode-list > li.relief .product-media .bx-pager a.active {
  background-color: #a41f72;
}
.mode-list > li.relief .ca-monthly {
  top: 98px;
  left: 0;
}
.mode-list > li.relief .details {
  width: 281px;
}
.mode-list > li.relief .details .linkCtnr .refPriceForDisplay {
  margin: 0 20px 40px 0;
}
.mode-list > li.relief .details p {
  display: block;
  padding-top: 10px;
}
.mode-list > li.relief .bottomInfos {
  width: 314px;
  bottom: 35px;
}
.refPriceForDisplay {
  font-size: 13px;
  font-weight: normal;
  line-height: 13px;
  margin: 2px 0 15px 0;
  color: #888888;
}
/* ------------- */
.btnDefault {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  background: #a41f72;
  border: 0;
}
.btnDefault.ft13 {
  height: 32px;
  line-height: 32px;
  font-size: 13px;
}
.btnDefault:hover {
  background: #750c4e;
}
.mLead {
  background: #e6e7e9;
  clear: both;
  border-top: 1px solid #dce0df;
  padding: 20px 0 30px 0;
  margin-top: 10px;
}
.mLead form {
  color: #888888;
  background: url("/Content/Default/Images/mlt_logo.png") no-repeat 0 30px;
}
.mLead form .msgCtnr {
  display: none;
}
.mLead form .mlt-title,
.mLead form .mltCtnr,
.mLead form p {
  margin-left: 150px;
}
.mLead form .mentions {
  clear: both;
  font-size: 12px;
  font-style: italic;
  margin: 5px 0 0 178px;
}
.mLead b {
  font-weight: 600;
}
.mLead .mlt-title {
  color: #000;
  font-size: 25px;
  font-weight: 300;
}
.mLead p {
  font-size: 13px;
  font-weight: 500;
}
.mLead .mltCtnr {
  float: left;
  width: 490px;
}
.mLead .mltCtnr .input-classic-grad {
  width: 220px;
  height: 34px;
  margin-bottom: 10px;
  border-radius: 0;
  margin-right: 8px;
}
.mLead .submit-block {
  float: left;
  background: #f5f5f5;
  font-weight: 600;
}
.mLead .submit-block div {
  padding: 14px 0 15px 0;
  text-align: center;
  color: #a41f72;
  font-size: 13px;
}
.mLead .submit-block div .custom-check + label:before {
  top: 0;
}
footer {
  background: #333333;
}
footer .subTitle {
  margin: 40px 0 0 0;
  font-weight: 500;
  color: #fff;
}
footer a,
footer li,
footer .footer-social div {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
footer ul {
  padding: 0;
  float: left;
}
footer ul li {
  list-style-type: none;
  padding: 2px 0;
}
footer ul li:hover {
  color: #750c4e;
}
footer ul li.pros {
  color: #FF5A5E;
}
footer ul li.pros:hover {
  text-decoration: underline;
}
footer ul li.apps {
  height: 52px;
  padding: 12px 0 5px 0;
}
footer ul li.apps a {
  display: inline-block;
  height: 32px;
  width: 32px;
  opacity: 0.7;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -96px -197px;
}
footer ul li.apps a.goo-app {
  background-position: -128px -197px;
  margin-left: 10px;
}
footer ul li.apps a.windows-app {
  background-position: -768px -33px;
  margin-left: 10px;
}
footer ul li.apps a:hover {
  opacity: 1;
}
footer .footer-about {
  float: left;
  width: 240px;
}
footer .footer-group {
  float: left;
  width: 480px;
}
footer .footer-group li {
  width: 240px;
}
footer .footer-infos {
  float: left;
  width: 240px;
}
footer .footer-infos a span {
  color: #FD5BFC;
}
footer .footer-infos a span:hover {
  color: #a41f72;
}
footer .footer-social {
  clear: both;
  text-align: center;
  height: 100px;
  padding: 100px 0;
}
footer .footer-social a {
  display: inline-block;
  height: 32px;
  width: 32px;
  opacity: 0.7;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat 0 -197px;
  margin: 8px 3px 5px 3px;
}
footer .footer-social a.goo {
  background-position: -32px -197px;
}
footer .footer-social a.twi {
  background-position: -64px -197px;
}
footer .footer-social a:hover {
  opacity: 1;
}
footer .footer-brands-wrapper {
  background-color: #FFF;
  width: 100%;
  height: 70px;
  text-align: center;
  padding-top: 20px;
}
footer .footer-brands-wrapper .brands {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  text-align: left;
}
footer .footer-brands-wrapper .brands div {
  margin-right: 170px;
  display: inline-block;
}
footer .footer-brands-wrapper .brands .so-local {
  background: url("/Content/Default/Images/sprite-logo-group.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -327px -9px;
  width: 102px;
  height: 31px;
}
footer .footer-brands-wrapper .brands .pages-jaunes {
  background: url("/Content/Default/Images/sprite-logo-group.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -255px -2px;
  width: 45px;
  height: 45px;
}
footer .footer-brands-wrapper .brands .mappy {
  background: url("/Content/Default/Images/sprite-logo-group.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -134px -10px;
  width: 109px;
  height: 30px;
}
footer .footer-brands-wrapper .brands .comprendre-choisir {
  background: url("/Content/Default/Images/sprite-logo-group.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat 0 0;
  width: 123px;
  height: 40px;
  margin-right: 0;
}
/************** pre footer **************/
.pre-footer {
  padding: 30px 0 10px 0;
}
.pre-footer .wrapper {
  clear: both;
}
.pre-footer .footer-top-title {
  font-size: 0.813em;
  color: #333333;
  font-weight: 600;
  margin-top: 22px;
}
.pre-footer p {
  font-size: 0.688em;
  color: #888888;
  margin: 2px 0;
}
.pre-footer.nomargin {
  margin-top: 0;
}
.pre-footer .footer-top-col {
  width: 192px;
  float: left;
}
.pre-footer .footer-top-col ul {
  margin-top: 10px;
  padding-left: 10px;
  margin-left: 0;
}
.pre-footer .footer-top-col ul li {
  list-style-type: none;
}
.pre-footer .footer-top-col ul li a,
.pre-footer .footer-top-col ul li span.link {
  color: #333333;
  font-size: 0.688em;
  text-decoration: none;
}
.pre-footer .footer-top-col ul li a:hover,
.pre-footer .footer-top-col ul li span.link:hover {
  color: #a41f72;
}
.pre-footer .footer-top-col.push {
  margin-top: 40px;
}
.pre-footer .bottom-mentions {
  padding: 20px 0;
}
.pre-footer .bottom-mentions .mail {
  color: #888;
}
.pre-footer .bottom-mentions .mail:hover {
  color: #a41f72;
}
.pre-footer .bottom-mentions .back-to-top {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  color: #000;
  width: 175px;
}
.pre-footer .bottom-mentions .back-to-top:hover {
  color: #a41f72;
}
nav.layout .purplegbackground {
  background-color: #a41f72;
  width: 100%;
  height: 60px;
}
nav.layout ul:not(.bottom-menu) {
  float: left;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  font-size: 13px;
}
nav.layout li {
  list-style: none;
}
nav.layout li.pic {
  display: none;
}
nav.layout li,
nav.layout li span:not(.text):not(.chevron),
nav.layout li a {
  color: #fff;
  cursor: pointer;
}
nav.layout ul.top-menu.user {
  float: right;
}
nav.layout ul.top-menu.user .welcome .picto-user {
  position: relative;
  top: 4px;
  right: 4px;
  width: 21px;
  height: 18px;
  display: inline-block;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -307px -11px no-repeat;
}
nav.layout ul.top-menu.user ul {
  width: 170px;
}
nav.layout ul.top-menu.user .register {
  display: none;
}
nav.layout ul.top-menu.pro {
  float: right;
}
nav.layout ul.top-menu.pro .pro-link .picto {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -312px -11px;
  float: left;
  height: 16px;
  margin: 16px 6px 0 0;
  width: 15px;
}
nav.layout ul.top-menu.pro > li:not(.separator):not(.header-blog) {
  float: left;
  height: 60px;
  line-height: 60px;
  position: relative;
  padding: 0 6px;
  font-weight: 500;
}
nav.layout ul.top-menu.pro > li:not(.separator):not(.header-blog).logo {
  margin-right: 15px;
  padding: 0;
}
nav.layout ul.top-menu.pro > li:not(.separator):not(.header-blog).logo:hover {
  background: #a41f72;
}
nav.layout ul.top-menu.pro > li:not(.separator):not(.header-blog).logo a {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") 0 -112px no-repeat;
  height: 40px;
  width: 120px;
  margin: 8px 0px 6px;
  display: block;
  text-indent: -9999px;
}
nav.layout ul.top-menu.pro > li:not(.separator):not(.header-blog):hover {
  background: #750c4e;
}
nav.layout ul.top-menu.pro > li:not(.separator):not(.header-blog):hover span.pic {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
nav.layout ul.top-menu.pro > li:not(.separator):not(.header-blog):hover span.pic span {
  display: block;
  margin: 0 auto;
  width: 15px;
  height: 9px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -390px -32px no-repeat;
}
nav.layout ul.top-menu.pro > li:not(.separator):not(.header-blog):hover .subwrapper {
  display: none;
}
nav.layout ul.top-menu.pro > li:not(.separator):not(.header-blog).move .subwrapper {
  width: 510px;
}
nav.layout ul.top-menu.pro > li:not(.separator):not(.header-blog).move .subwrapper li {
  width: 215px;
}
nav.layout ul.top-menu.pro > li:not(.separator):not(.header-blog).move .subwrapper .largecol li {
  width: 250px;
}
nav.layout ul.top-menu.other-site {
  float: right;
  margin-left: 20px;
}
nav.layout ul.top-menu.other-site > li {
  position: relative;
  display: inline-block;
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-weight: 400;
  color: #333333;
  margin: 16px 5px 0 0;
  font-size: 13px;
  vertical-align: middle;
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
nav.layout ul.top-menu.other-site > li.header-blog {
  margin-right: 0;
  line-height: 26px;
  width: 92px;
  height: 26px;
  color: #FFF;
  background-color: #a786b7;
}
nav.layout ul.top-menu .separator {
  float: left;
  height: 60px;
  line-height: 60px;
  position: relative;
  padding: 0 2px;
}
nav.layout ul.top-menu > li:not(.separator):not(.header-blog) {
  float: left;
  height: 60px;
  line-height: 60px;
  position: relative;
  padding: 0 6px;
  font-weight: 500;
}
nav.layout ul.top-menu > li:not(.separator):not(.header-blog).logo {
  margin-right: 15px;
  padding: 0;
}
nav.layout ul.top-menu > li:not(.separator):not(.header-blog).logo:hover {
  background: #a41f72;
}
nav.layout ul.top-menu > li:not(.separator):not(.header-blog).logo a {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") 0 -112px no-repeat;
  height: 40px;
  width: 120px;
  margin: 8px 0px 6px;
  display: block;
  text-indent: -9999px;
}
nav.layout ul.top-menu > li:not(.separator):not(.header-blog):hover {
  background: #750c4e;
}
nav.layout ul.top-menu > li:not(.separator):not(.header-blog):hover span.pic {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
nav.layout ul.top-menu > li:not(.separator):not(.header-blog):hover span.pic span {
  display: block;
  margin: 0 auto;
  width: 15px;
  height: 9px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -390px -32px no-repeat;
}
nav.layout ul.top-menu > li:not(.separator):not(.header-blog):hover .subwrapper {
  display: block;
}
nav.layout ul.top-menu > li:not(.separator):not(.header-blog).move .subwrapper {
  width: 510px;
}
nav.layout ul.top-menu > li:not(.separator):not(.header-blog).move .subwrapper li {
  width: 215px;
}
nav.layout ul.top-menu > li:not(.separator):not(.header-blog).move .subwrapper .largecol li {
  width: 250px;
}
nav.layout ul.top-menu .subwrapper:not(.blog) {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 1601;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  padding: 18px 0;
  font-weight: 500;
  cursor: default;
}
nav.layout ul.top-menu .subwrapper:not(.blog) a,
nav.layout ul.top-menu .subwrapper:not(.blog) span,
nav.layout ul.top-menu .subwrapper:not(.blog) span.link {
  display: block;
  width: 100%;
  color: #000;
  white-space: nowrap;
}
nav.layout ul.top-menu .subwrapper:not(.blog) a:hover,
nav.layout ul.top-menu .subwrapper:not(.blog) span:hover,
nav.layout ul.top-menu .subwrapper:not(.blog) span.link:hover {
  color: #a41f72;
}
nav.layout ul.top-menu .subwrapper:not(.blog) li {
  border-left: 4px solid #fff;
  margin: 3px 0;
  line-height: 24px;
  height: 24px;
  padding: 0 10px 0 10px;
  color: #000;
}
nav.layout ul.top-menu .subwrapper:not(.blog) li.subtle {
  color: #565a5d;
  cursor: default;
}
nav.layout ul.top-menu .subwrapper:not(.blog) li.subtle:hover {
  color: #565a5d;
  border-color: #fff;
}
nav.layout ul.top-menu .subwrapper:not(.blog) li:hover {
  color: #a41f72;
  border-color: #a41f72;
}
nav.layout ul.top-menu .subwrapper.blog {
  display: none;
  position: absolute;
  z-index: 1601;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  padding: 18px 0;
  top: 26px;
  left: -603px;
  width: 695px;
  height: 165px;
}
nav.layout ul.top-menu .subwrapper.blog > div {
  float: left;
}
nav.layout ul.top-menu .subwrapper.blog > div a {
  color: #a41f72 !important;
  width: 100%;
  height: 100%;
  display: block;
}
nav.layout ul.top-menu .subwrapper.blog > div a span.text {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  float: left;
}
nav.layout ul.top-menu .subwrapper.blog > div a span.chevron {
  float: right;
  font-size: 20px;
  font-weight: 600;
}
nav.layout ul.top-menu .subwrapper.blog > div ul {
  padding: 15px 0 0 15px;
}
nav.layout ul.top-menu .subwrapper.blog > div ul li {
  text-align: left;
  height: 30px;
  float: left;
  color: #000;
  border-bottom: 1px solid #f5f5f5;
}
nav.layout ul.top-menu .subwrapper.blog > div ul li:last-child {
  border: 0;
}
nav.layout ul.top-menu .subwrapper.blog > div.conseil {
  width: 390px;
}
nav.layout ul.top-menu .subwrapper.blog > div.conseil .picto {
  width: 372px;
  height: 31px;
  background: url("/Content/Default/Images/sprite-menu.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -585px -465px no-repeat;
}
nav.layout ul.top-menu .subwrapper.blog > div.conseil ul {
  width: 357px;
}
nav.layout ul.top-menu .subwrapper.blog > div.conseil ul li {
  padding-left: 10px;
}
nav.layout ul.top-menu .subwrapper.blog > div.conseil ul li:nth-child(odd) {
  width: 125px;
  margin-right: 25px;
}
nav.layout ul.top-menu .subwrapper.blog > div.conseil ul li:nth-child(even) {
  width: 186px;
}
nav.layout ul.top-menu .subwrapper.blog > div.presse {
  width: 305px;
}
nav.layout ul.top-menu .subwrapper.blog > div.presse .picto {
  width: 288px;
  height: 31px;
  margin-left: 17px;
  background: url("/Content/Default/Images/sprite-menu.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -585px -500px no-repeat;
}
nav.layout ul.top-menu .subwrapper.blog > div.presse ul {
  width: 305px;
}
nav.layout ul.top-menu .subwrapper.blog > div.presse ul li {
  width: 240px;
  padding-left: 20px;
}
/* Menu haut de page (bien sûr) */
.bottom-layout {
  background-color: #a41f72;
  width: 100%;
  height: 40px;
  clear: both;
}
.bottom-layout .wrapper {
  position: relative;
}
.bottom-layout .wrapper ul.bottom-menu {
  padding: 0;
  margin: 0 0 0 30px;
  font-size: 13px;
  position: absolute;
  left: 0;
}
.bottom-layout .wrapper ul.bottom-menu > li {
  float: left;
  height: 40px;
  line-height: 40px;
  position: relative;
  padding: 0 27px;
  font-weight: 600;
  color: #333333;
  border: none;
  text-transform: uppercase;
}
.bottom-layout .wrapper ul.bottom-menu > li.open span.pic {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.bottom-layout .wrapper ul.bottom-menu > li.open span.pic span {
  display: block;
  margin: 0 auto;
  width: 15px;
  height: 9px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -390px -32px no-repeat;
}
.bottom-layout .wrapper ul.bottom-menu > li.open .subwrapper {
  display: block;
}
.bottom-layout .wrapper ul.bottom-menu > li.active-menu {
  background-color: white;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
}
.bottom-layout .wrapper ul.bottom-menu > li.active-menu span {
  color: #a41f72;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper {
  min-width: 100%;
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1601;
  background: #fff;
  padding: 18px 0;
  font-weight: 500;
  cursor: default;
  text-transform: none;
  padding: 0;
  width: 800px;
  height: 320px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .left-bloc {
  float: left;
  height: 100%;
  width: 510px;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .left-bloc .top {
  padding: 10px 10px 20px 20px;
  width: 480px;
  overflow: hidden;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .left-bloc .top ul {
  width: 300px;
  float: left;
  margin-top: 15px;
  list-style-type: none;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .left-bloc .top ul.larger {
  width: 315px;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .left-bloc .top ul li {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #f5f5f5;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .left-bloc .top ul li:last-child {
  border-bottom: 0;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .left-bloc .top ul li a {
  color: #a41f72;
  width: 100%;
  height: 100%;
  display: block;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .left-bloc .top ul li a span.text {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  float: left;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .left-bloc .top ul li a span.chevron {
  float: right;
  font-size: 20px;
  font-weight: 600;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .left-bloc .top .picto {
  float: right;
  width: 170px;
  text-align: center;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .left-bloc .top .picto.small {
  width: 155px;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .left-bloc .top .picto .sale {
  background: url("/Content/Default/Images/sprite-menu.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") 0px 0px no-repeat;
  height: 143px;
  width: 143px;
  margin-left: 20px;
  /*margin: 5px 10px 0 0;*/
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .left-bloc .top .picto .construction {
  background: url("/Content/Default/Images/sprite-menu.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -143px 0px no-repeat;
  height: 143px;
  width: 143px;
  margin-left: 20px;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .left-bloc .top .picto .finance {
  background: url("/Content/Default/Images/sprite-menu.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -286px 0px no-repeat;
  height: 143px;
  width: 143px;
  margin-left: 20px;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .left-bloc .top .picto .neuf {
  background: url("/Content/Default/Images/sprite-menu.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -429px 0px no-repeat;
  height: 143px;
  width: 143px;
  margin-left: 20px;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .left-bloc .top .picto .move {
  background: url("/Content/Default/Images/sprite-menu.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -572px 0px no-repeat;
  height: 143px;
  width: 143px;
  margin-left: 20px;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .left-bloc .bottom > div {
  float: left;
  width: 50%;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .left-bloc .separator {
  background-color: #f5f5f5;
  height: 1px;
  width: 460px;
  margin-left: 23px;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .right-bloc {
  float: left;
  height: 100%;
  width: 290px;
  background-color: #f5f5f5;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .right-bloc ul.services {
  width: 100%;
  padding-top: 15px;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .right-bloc ul.services li {
  float: left;
  width: 50%;
  text-align: center;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .right-bloc ul.services li span {
  width: 115px;
  height: 86px;
  display: inline-block;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .right-bloc ul.services li span.finance {
  background: url("/Content/Default/Images/sprite-menu.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") 0px -160px no-repeat;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .right-bloc ul.services li span.local-infos {
  background: url("/Content/Default/Images/sprite-menu.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -120px -160px no-repeat;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .right-bloc ul.services li span.notary {
  background: url("/Content/Default/Images/sprite-menu.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -240px -160px no-repeat;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .right-bloc ul.services li span.entrust-search {
  background: url("/Content/Default/Images/sprite-menu.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -360px -160px no-repeat;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .right-bloc ul.services li span.entrust-sale {
  background: url("/Content/Default/Images/sprite-menu.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -480px -160px no-repeat;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .right-bloc ul.services li span.alert {
  background: url("/Content/Default/Images/sprite-menu.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -600px -160px no-repeat;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .right-bloc ul.services li span.loan-insurance {
  background: url("/Content/Default/Images/sprite-menu.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -720px -160px no-repeat;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .right-bloc ul.services li span.loan {
  background: url("/Content/Default/Images/sprite-menu.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -840px -160px no-repeat;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .right-bloc ul.services li span.insurance-cost {
  background: url("/Content/Default/Images/sprite-menu.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") 0px -260px no-repeat;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .right-bloc ul.services li span.monthly {
  background: url("/Content/Default/Images/sprite-menu.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -120px -260px no-repeat;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .right-bloc ul.services li span.legal-advice {
  background: url("/Content/Default/Images/sprite-menu.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -240px -260px no-repeat;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .right-bloc ul.services li span.acquiring-capacity {
  background: url("/Content/Default/Images/sprite-menu.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -360px -260px no-repeat;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .right-bloc ul.services li span.ptz {
  background: url("/Content/Default/Images/sprite-menu.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -480px -260px no-repeat;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .right-bloc ul.services li span.bank-comparator {
  background: url("/Content/Default/Images/sprite-menu.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -600px -260px no-repeat;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .right-bloc ul.services li span.internet {
  background: url("/Content/Default/Images/sprite-menu.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -720px -260px no-repeat;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .right-bloc ul.services li span.diag {
  background: url("/Content/Default/Images/sprite-menu.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -840px -260px no-repeat;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .right-bloc ul.services li span.energy {
  background: url("/Content/Default/Images/sprite-menu.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") 0px -360px no-repeat;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .right-bloc ul.services li span.credit-rate {
  background: url("/Content/Default/Images/sprite-menu.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -120px -360px no-repeat;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .right-bloc ul.services li span.all-finance-services {
  background: url("/Content/Default/Images/sprite-menu.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -240px -360px no-repeat;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .right-bloc ul.services li span.find-agency {
  background: url("/Content/Default/Images/sprite-menu.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -360px -359px no-repeat;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .right-bloc ul.services li span.applis {
  background: url("/Content/Default/Images/sprite-menu.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -480px -359px no-repeat;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .right-bloc ul.services li span.more-moving-services {
  background: url("/Content/Default/Images/sprite-menu.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -600px -359px no-repeat;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .right-bloc ul.services li span.more-finance-services {
  background: url("/Content/Default/Images/sprite-menu.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -720px -359px no-repeat;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .right-bloc ul.services li span.moving-quotation {
  background: url("/Content/Default/Images/sprite-menu.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -840px -359px no-repeat;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .right-bloc ul.services li span.find-mover {
  background: url("/Content/Default/Images/sprite-menu.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") 0px -460px no-repeat;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper.small {
  height: 215px;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper.finance {
  left: -324px;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper.sale {
  left: -86px;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper.move {
  left: -191px;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper.new {
  left: -421px;
  width: 590px;
  height: 170px;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper.new .left-bloc {
  width: 630px;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper.new .left-bloc .top {
  width: 600px;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper.new .left-bloc ul {
  width: 360px;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper.new .left-bloc .picto {
  width: 220px;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper.construction {
  left: -386px;
  width: 520px;
  height: 170px;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper.construction .content {
  float: left;
  width: 310px;
  margin-top: 30px;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper.construction .content span:not(.button) {
  font-size: 20px;
  color: #636363;
  width: 300px;
  display: block;
  line-height: 25px;
  cursor: default;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper.construction .content .button {
  text-align: center;
  display: block;
  color: #FFF;
  margin-top: 15px;
  width: 300px;
  height: 33px;
  background-color: #f7827a;
  line-height: 33px;
}
.bottom-layout .wrapper ul.bottom-menu .subwrapper .cof-tag {
  display: none;
}
.ariane {
  background: #f0f0f0;
  clear: both;
  height: 26px;
}
.ariane #top-breadcrumb {
  max-width: 785px;
  overflow: hidden;
  max-height: 26px;
}
.ariane #top-breadcrumb .text {
  margin-right: 10px;
  color: #333333;
}
.ariane #top-breadcrumb .icon {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -80px -180px no-repeat;
  height: 16px;
  width: 11px;
  margin: 5px 10px 0 0;
}
.ariane #top-breadcrumb .breadcrumb-separator {
  display: block;
  top: 11px;
  position: relative;
  margin: 0 4px 4px;
  width: 4px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -830px -108px no-repeat;
  height: 7px;
}
.ariane .wrapper div,
.ariane .wrapper a,
.ariane .wrapper span {
  height: 26px;
  max-width: 420px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 26px;
  font-size: 13px;
  color: #949494;
  float: left;
  margin: 0;
}
.ariane .wrapper a:hover span {
  text-decoration: underline;
}
.ariane .wrapper div.baseline {
  margin-left: 5px;
  font-size: 15px;
  font-weight: 300;
}
.no-results {
  clear: both;
  margin-bottom: 15px;
  font-size: 13px;
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
}
.no-results p {
  margin: 5px 0 5px 0px;
  color: #888888;
}
.no-results p.h1 {
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 300;
  color: #888888;
}
.no-results .alert {
  width: 307px;
  margin: 10px auto 0 auto;
}
.no-results .services {
  border: 1px solid #dce0df;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  padding: 15px 0 0 0;
  background-color: #FFF;
}
.no-results .services .title {
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 400;
  color: #000;
  text-align: center;
}
.no-results .services ul {
  list-style-type: none;
  padding: 0;
}
.no-results .services ul li {
  float: left;
  width: 208px;
  height: 225px;
}
.no-results .services ul li.separator {
  width: 1px;
  background-color: #dce0df;
}
.no-results .services ul li:last-child {
  width: 209px;
}
.no-results .services ul li div {
  height: 80px;
  width: 208px;
  padding-top: 10px;
}
.no-results .services ul li span {
  color: #a41f72;
  font-weight: 600;
  margin-left: 10px;
}
.no-results .services ul li span.subtext {
  color: #888888;
  font-weight: normal;
}
.no-results .services ul li .picto {
  padding: 0;
  margin: 20px 0 0 190px;
  width: 6px;
  height: 10px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -820px -118px;
}
.no-results .services ul li:hover .picto {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -820px -107px;
}
.no-results .back {
  color: #000;
  margin-left: 20px;
  display: inline-block;
  background-color: #f4f4f4;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border: 1px solid #d9d9d9;
  font-weight: 600;
  cursor: pointer;
}
.no-results .back:hover {
  color: #a41f72;
}
.anchor {
  display: block;
  position: relative;
  visibility: hidden;
}
.anchor#anchor-form-contact {
  top: -180px;
}
.anchor#anchor-prod-desc {
  top: -180px;
}
/*************** FD ***************/
.topSummary {
  position: relative;
  background: #fff;
  width: 960px;
  height: 710px;
  margin: 0 auto 20px auto;
  border: 1px solid #dce0df;
  /*.price, .saleCtnr
    {
        //position: absolute;s
        top: 15px;
        left: 20px;
    }*/
}
.topSummary.expanded {
  height: auto !important;
}
.topSummary.expanded .rightFormCtnr {
  height: auto;
  float: right;
}
.topSummary.expanded .bottom-menu {
  float: left;
}
.topSummary.pois-active {
  height: 880px;
}
.topSummary .fd-title {
  padding-left: 0px;
  width: 608px;
  float: left;
}
.topSummary .fd-title h1 {
  margin: 0px;
}
.topSummary .fd-title h1 .mainh1 {
  font-size: 19px;
  font-weight: 400;
  color: #333333;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 580px;
  display: inline-block;
}
.topSummary .fd-title h1 .district {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 580px;
  display: block;
  margin: 0;
  color: #333333;
  font-size: 15px;
  font-weight: normal;
}
.topSummary .header {
  height: 100px;
}
.topSummary .bottom-menu {
  width: 600px;
  height: 110px;
  line-height: 110px;
  color: #565a5d;
  font-size: 14px;
  font-weight: 600;
}
.topSummary .bottom-menu ul {
  list-style-type: none;
  margin: 24px 20px 0 0;
  height: 110px;
}
.topSummary .bottom-menu ul li:first-child {
  padding: 3px;
  width: 62px;
  height: 62px;
}
.topSummary .bottom-menu ul li:first-child img {
  width: 62px;
  height: 62px;
}
.topSummary .bottom-menu ul li {
  width: 69px;
  height: 69px;
  float: left;
  margin-right: 20px;
  border: 1px solid #FFF;
}
.topSummary .bottom-menu ul li.selected {
  border-color: #a41f72;
}
.topSummary .bottom-menu div {
  display: inline-block;
  cursor: pointer;
  height: 110px;
  vertical-align: middle;
}
.topSummary .bottom-menu div div:first-child {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -814px -44px;
  width: 28px;
  height: 28px;
  line-height: 56px;
  vertical-align: middle;
  margin-right: 6px;
}
.topSummary .bottom-menu div:hover {
  color: #a41f72;
  opacity: 0.9;
}
.topSummary ul.miniSummary {
  position: absolute;
  top: 10px;
  right: 338px;
  list-style-type: none;
  margin: 0;
}
.topSummary ul.miniSummary li {
  position: relative;
  width: 65px;
  height: 60px;
  border: 1px solid #dce0df;
  display: inline-block;
  margin: 0 0 0 2px;
  font-size: 18px;
  text-align: center;
  line-height: 45px;
  color: #565a5d;
}
.topSummary ul.miniSummary li.overview {
  cursor: pointer;
  background: #e6e7e9;
}
.topSummary ul.miniSummary li.overview:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.topSummary ul.miniSummary li span {
  position: absolute;
  bottom: 2px;
  left: 0;
  display: block;
  width: 100%;
  line-height: 20px;
  font-size: 13px;
}
.topSummary .fd-price {
  width: 336px;
  float: left;
}
.topSummary .fd-price .price-slump {
  margin-top: 20px;
}
.topSummary .calc-trav-enabled {
  margin-left: 23px;
  cursor: pointer;
}
.topSummary .monthly {
  color: #f86970;
  font-weight: 600;
}
.topSummary .price {
  max-height: 86px;
  top: 15px;
  left: 20px;
  text-align: right;
}
.topSummary .display-price {
  margin: 0 !important;
  font-size: 36px;
  max-height: 76px;
  padding-top: 10px;
  font-weight: 600;
}
.topSummary .display-price div:first-child {
  display: inline-block;
  max-width: 250px;
  height: 35px;
}
.topSummary .display-price div:nth-child(2) span.refPriceForDisplay {
  width: 90px;
  display: block;
  line-height: 0px;
}
.topSummary .display-price a {
  min-width: 200px;
  display: inline;
  text-decoration: inherit;
  font-size: 13px;
}
.topSummary .saleCtnr,
.topSummary .rentCtnr {
  line-height: 18px;
  vertical-align: top;
  height: 18px !important;
  margin-top: -10px;
  display: block !important;
  width: 335px;
}
.topSummary .saleCtnr .refPriceForDisplay,
.topSummary .rentCtnr .refPriceForDisplay {
  margin-right: 5px;
  margin-top: -4px;
  margin-bottom: 3px;
  display: block;
}
.topSummary .slideCtnr,
.topSummary .mapCtnr {
  float: left;
  top: 0;
  left: 0;
  height: 400px;
  width: 600px;
  background: #e6e7e9;
  overflow: hidden;
}
.topSummary .slideCtnr.hidden,
.topSummary .mapCtnr.hidden {
  display: none;
}
.topSummary .rightFormCtnr {
  width: 330px;
  height: 440px;
  background: #fff;
  color: #8c8c8c;
  float: left;
  top: 66px;
  position: static;
  border: 1px solid #E6E7E9;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 15px;
  margin-right: 15px;
}
.topSummary .rightFormCtnr .agency-logo {
  width: 75px;
  height: 72px;
  display: inline-block;
}
.topSummary .rightFormCtnr .agency-info {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  max-width: 180px;
  height: 65px;
}
.topSummary .rightFormCtnr .agency-info div:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.topSummary .rightFormCtnr .agency-info span.link {
  font-size: 13px;
  color: #8c8c8c;
  float: left;
}
.topSummary .rightFormCtnr .agency-info a {
  font-size: 13px;
}
.topSummary .rightFormCtnr .tbDefault,
.topSummary .rightFormCtnr .tbDefault.onlynum {
  margin: 5px 0px;
  width: 298px;
}
.topSummary .rightFormCtnr textarea {
  min-width: 300px !important;
}
.topSummary .rightFormCtnr #ContactAccount_Lastname {
  margin-left: 0px !important;
  width: 130px !important;
}
.topSummary .rightFormCtnr #ContactAccount_PhoneNumber {
  width: 151px !important;
}
.topSummary .rightFormCtnr #bt-contactaccount-prop-1 {
  margin-top: 10px;
  height: 32px;
  line-height: 32px;
  border-radius: 3px;
  padding: 0px 40px;
  font-size: 14px;
}
.topSummary .rightFormCtnr #ContactAccount_Message {
  margin-bottom: 10px;
  width: 296px !important;
  min-width: 296px !important;
}
.topSummary .rightFormCtnr label {
  text-align: left !important;
  display: inherit;
}
.topSummary ul.poisCtnr,
.fd-local-maincontainer ul.poisCtnr {
  display: none;
  width: 100%;
  height: 300px;
  list-style: none;
  font-size: 14px;
  padding: 20px 0 0 0;
  border-top: solid 1px #dce0df;
}
.topSummary ul.poisCtnr > li,
.fd-local-maincontainer ul.poisCtnr > li {
  float: left;
  margin-left: 20px;
  width: 160px;
}
.topSummary ul.poisCtnr > li span,
.fd-local-maincontainer ul.poisCtnr > li span {
  color: #8c8c8c;
  font-size: 15px;
}
.topSummary ul.poisCtnr > li:nth-child(2),
.fd-local-maincontainer ul.poisCtnr > li:nth-child(2) {
  width: 220px;
}
.topSummary ul.pois-types,
.fd-local-maincontainer ul.pois-types {
  list-style: none;
  padding: 0;
  min-width: 160px;
}
.topSummary ul.pois-types.no-transport,
.fd-local-maincontainer ul.pois-types.no-transport {
  min-width: 210px;
}
.topSummary ul.pois-types li,
.fd-local-maincontainer ul.pois-types li {
  padding-top: 5px;
  clear: both;
}
.topSummary ul.pois-types li:hover,
.fd-local-maincontainer ul.pois-types li:hover {
  cursor: default;
}
.topSummary ul.pois-types li .check,
.fd-local-maincontainer ul.pois-types li .check {
  display: block;
  float: left;
  height: 17px;
  width: 17px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -301px -33px no-repeat;
  margin-right: 10px;
}
.topSummary ul.pois-types li .label,
.fd-local-maincontainer ul.pois-types li .label {
  color: #000;
  font-size: 13px;
  float: left;
}
.topSummary ul.pois-types li.selected .label,
.fd-local-maincontainer ul.pois-types li.selected .label {
  color: #a41f72;
  font-weight: 600;
}
.topSummary ul.pois-types li.selected .check,
.fd-local-maincontainer ul.pois-types li.selected .check {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -301px -55px no-repeat;
}
.topSummary ul.pois-types li.disabled .label,
.fd-local-maincontainer ul.pois-types li.disabled .label {
  color: #888888;
}
.no-pointer {
  cursor: default;
}
.prodDesc {
  padding-bottom: 30px;
}
.prodDesc .mainTitle {
  display: inline-block;
}
.prodDesc .scrollTo {
  cursor: pointer;
}
.prodDesc .danchor {
  display: inline-block !important;
  font-size: 13px;
  font-weight: 600;
  float: right;
  margin-top: 10px;
  margin-right: 12px;
  color: #a41f72;
}
.prodDesc .danchor ul {
  list-style-type: none;
}
.prodDesc .danchor ul li {
  display: inline-block;
}
.prodDesc .danchor ul li:first-child {
  padding-right: 10px;
}
.prodDesc .danchor ul li:nth-child(2),
.prodDesc .danchor ul li:nth-child(3) {
  border-left: 1px solid #a41f72;
  padding-left: 10px;
  padding-right: 10px;
}
.prodDesc .ges-list,
.prodDesc .energy-list {
  width: 250px;
}
.prodDesc .score {
  background: none;
  cursor: pointer;
}
.prodDesc .score.enlarge-value {
  width: 120px !important;
}
.prodDesc .score.enlarge-value-no-Symbol {
  width: 120px !important;
}
.prodDesc .score .num {
  background-color: #E4E4E4;
}
.prodDesc .score .num.enlarge-value {
  width: 80px !important;
}
.prodDesc .score .num.enlarge-value-no-Symbol {
  width: 80px !important;
}
.prodDesc .score .rank {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat;
}
.prodDesc .score .rank.A {
  background-position: -481px -256px;
}
.prodDesc .score .rank.A:hover {
  background-position: -481px -285px;
}
.prodDesc .score .rank.B {
  background-position: -520px -256px;
}
.prodDesc .score .rank.B:hover {
  background-position: -520px -285px;
}
.prodDesc .score .rank.C {
  background-position: -556px -256px;
}
.prodDesc .score .rank.C:hover {
  background-position: -556px -285px;
}
.prodDesc .score .rank.D {
  background-position: -592px -256px;
}
.prodDesc .score .rank.D:hover {
  background-position: -592px -285px;
}
.prodDesc .score .rank.E {
  background-position: -628px -256px;
}
.prodDesc .score .rank.E:hover {
  background-position: -628px -285px;
}
.prodDesc .score .rank.F {
  background-position: -665px -256px;
}
.prodDesc .score .rank.F:hover {
  background-position: -665px -285px;
}
.prodDesc .score .rank.G {
  background-position: -702px -256px;
}
.prodDesc .score .rank.G:hover {
  background-position: -702px -285px;
}
.prodDesc .score .rank.O {
  background-position: -738px -256px;
}
.prodDesc .score .rank.O:hover {
  background-position: -738px -285px;
}
.prodDesc .score .dpenc {
  font-size: 12px;
  line-height: 18px;
  background-color: #E6E7E9;
  width: 115px !important;
  text-align: center;
  margin-top: 5px;
}
.prodDesc .partnerCtnr {
  font-size: 13px;
  color: #8c8c8c;
  padding-top: 36px;
}
.prodDesc .partnerCtnr .logo,
.prodDesc .partnerCtnr .description {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.prodDesc .partnerCtnr span,
.prodDesc .partnerCtnr a {
  display: block;
  color: #a41f72;
  font-weight: 600;
  margin-top: 5px;
}
.prodDesc .partnerCtnr span:hover,
.prodDesc .partnerCtnr a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.prodDesc .partnerCtnr .logo {
  width: 200px;
  padding-left: 10px;
  padding-top: 5px;
}
.prodDesc .partnerCtnr .logo.cafpi {
  text-align: center;
}
.prodDesc .partnerCtnr .description {
  width: 350px;
}
.slideCtnr {
  position: absolute;
  top: 90px;
  left: 20px;
  height: 400px;
  width: 600px;
  position: relative;
  background: #e6e7e9;
  overflow: hidden;
}
.slideCtnr #askMorePics span.field-validation-error {
  font-weight: 600;
  color: #bc0316;
  background-color: #fff;
  font-size: 13px;
}
.slideCtnr #askMorePics input.input-validation-error {
  font-weight: 600;
  color: #bc0316;
  background-color: #fff;
  border: 1px solid #bc0316;
}
.slideCtnr #morePics {
  background: url("/Content/Default/Images/last-item.jpg") no-repeat 0 0;
  background-size: cover;
  font-size: 14px;
}
.slideCtnr #morePics .title-wrap {
  background-color: rgba(255, 255, 255, 0.7);
  height: 200px;
}
.slideCtnr #morePics .title-wrap.inForm {
  margin: 10px 0 10px 0;
}
.slideCtnr #morePics .title-wrap.inForm form {
  height: 45px;
  padding-left: 64px;
}
.slideCtnr #morePics .title-wrap.inForm form .onlynum {
  width: 275px;
  position: relative;
  left: 5px;
}
.slideCtnr #morePics .title-wrap.inForm form .numAndMail {
  display: block;
  margin-left: 95px;
  margin-bottom: 8px;
  width: 275px;
}
.slideCtnr #morePics .title-wrap.inForm form .btn_askMorePics {
  display: block;
  margin-top: -43px;
  margin-left: 390px;
}
.slideCtnr #morePics .title-wrap div {
  text-shadow: 1px 1px 3px #fff;
  font-size: 20px;
  padding: 10px 0;
}
.slideCtnr #morePics .title-wrap p {
  font-size: 13px;
  margin: 0;
  padding: 10px 0;
}
.slideCtnr .pagerCtnr {
  position: absolute;
  width: 100%;
  text-align: left;
  color: #fff;
  top: 0px;
}
.slideCtnr .pagerCtnr div {
  display: inline-block;
  line-height: 28px;
  height: 28px;
  font-size: 13px;
  font-weight: 400;
}
.slideCtnr .pagerCtnr .video360Picto {
  position: relative;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -899px -311px;
  width: 70px;
  height: 28px;
}
.slideCtnr .pagerCtnr > div {
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  margin: 0 9px;
  border-radius: 0;
}
.slideCtnr .pagerCtnr > div span {
  position: absolute;
  left: 6px;
  top: 6px;
  display: block;
  height: 16px;
  width: 17px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -270px -190px;
}
.slideCtnr .pagerCtnr > div.pic {
  padding: 0 18px 0 32px;
  /*left: -252px;*/
  top: 12px;
  width: 20px;
}
.slideCtnr .pagerCtnr > div.pic span {
  background-position: -270px -174px;
  left: 10px !important;
}
.slideCtnr .pagerCtnr > div.vtour {
  position: absolute;
  /*left: 122px;*/
  top: 12px;
}
.slideCtnr .pagerCtnr > div.mov,
.slideCtnr .pagerCtnr > div.vtour {
  padding: 0 12px 0 32px;
}
.slideCtnr .pagerCtnr > div.mov {
  top: 3px;
}
.slideCtnr .pagerCtnr > div .bx-pager {
  bottom: 0;
  right: 0;
  width: 50px;
}
.slideCtnr .print {
  margin: 0;
  background: rgba(0, 0, 0, 0.4) !important;
  position: relative !important;
  left: -236px !important;
  width: 30px;
  height: 18px;
  padding: 0;
  cursor: pointer;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -286px -174px;
  top: 12px;
  z-index: 100;
  /*&:hover
                {
                    background: @deep-purple;
                }*/
}
.slideCtnr .print span {
  left: 11px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -286px -174px !important;
}
.slideCtnr ul {
  margin: 0;
  padding: 0;
}
.slideCtnr li {
  display: table-cell;
  float: none !important;
  list-style-type: none;
  height: 400px;
  min-width: 620px;
  text-align: center;
  vertical-align: middle;
}
.slideCtnr li img {
  vertical-align: middle;
  width: auto;
  max-height: 100%;
}
.slideCtnr .img360Picto {
  position: absolute;
  top: 12px;
  left: 96px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -899px -311px;
  width: 70px;
  height: 28px;
}
.slideCtnr .video360Picto {
  position: absolute;
  top: 12px;
  left: 242px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -899px -311px;
  width: 70px;
  height: 28px;
}
.rightFormCtnr {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 490px;
  background: #e6e7e9;
  color: #8c8c8c;
}
.rightFormCtnr div {
  font-size: 13px;
  text-align: center;
}
.rightFormCtnr div.pro-details {
  height: 90px;
  max-height: 90px;
  background: #fff;
  text-align: left;
  vertical-align: middle;
  width: 295px;
  border-right: 5px solid #fff;
  display: table-cell;
  position: relative;
  top: 10px;
}
.rightFormCtnr div.pro-details img {
  display: table-cell;
  vertical-align: middle;
  max-height: 62px;
  max-width: 62px;
  margin-right: 7px;
  float: left;
}
.rightFormCtnr div.pro-details.withPic a {
  max-width: 226px;
}
.rightFormCtnr div.pro-details a {
  float: left;
  vertical-align: middle;
  max-height: 70px;
  max-width: 305px;
  overflow: hidden;
  font-size: 16px;
  margin: 0;
  line-height: 23px;
  color: #8c8c8c;
}
.rightFormCtnr div.pro-details .further {
  line-height: 24px;
  margin: 0 !important;
}
.rightFormCtnr div.contactCtnr {
  height: 22px;
  margin: 0px 0 2px 0;
}
.rightFormCtnr div.contactCtnr.phone-available {
  height: 50px;
}
.rightFormCtnr div.contactCtnr.phone-available > span,
.rightFormCtnr div.contactCtnr.phone-na > span {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  cursor: default;
}
.rightFormCtnr div.contactCtnr.phone-available > span:hover,
.rightFormCtnr div.contactCtnr.phone-na > span:hover {
  text-decoration: none;
}
.rightFormCtnr div.contactCtnr span {
  display: inline-block;
  line-height: 22px;
  height: 22px;
  color: #000;
  margin: 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
}
.rightFormCtnr div.contactCtnr span:hover {
  text-decoration: underline;
}
.rightFormCtnr div.contactCtnr span .picto {
  width: 13px;
  margin: 3px 2px 0 0;
  float: left;
  vertical-align: middle;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -271px -125px;
}
.rightFormCtnr .tbDefault,
.rightFormCtnr .tbDefault.onlynum {
  margin: 5px 19px;
  width: 250px;
}
.rightFormCtnr textarea {
  font-weight: 500;
  margin: 5px 19px 8px 19px;
  max-width: 250px;
  min-width: 250px;
  border: 1px solid #dce0df;
  max-height: 75px;
  padding: 4px 6px;
}
.rightFormCtnr label {
  padding-top: 5px;
}
.rightFormCtnr .btnDefault {
  margin: 10px 0 0 0;
  padding: 0 88px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 18px;
}
/* BxSlider */
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font: 600 13px Arial;
  color: #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(212, 212, 214, 0.5);
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a:active {
  background: #fff;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  border: 8px solid #e6e7e9;
  background: #e6e7e9 url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -1px -1px no-repeat;
  opacity: 0.4;
  top: 50%;
  margin-top: -30px;
  outline: 0;
  width: 22px;
  height: 29px;
  text-indent: -9999px;
  z-index: 9;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-direction a:hover {
  opacity: 0.6 !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0;
  background-position: -23px -1px;
  border-radius: 0 5px 5px 0;
  background-color: white;
  opacity: 1;
  border: 10px;
  border-color: white;
  border-style: solid;
}
.bx-wrapper .bx-controls-direction a.bx-next {
  right: 0;
  background-position: -1px -1px;
  border-radius: 5px 0 0 5px;
  background-color: white;
  opacity: 1;
  border: 10px;
  border-color: white;
  border-style: solid;
}
.similar-properties-container {
  width: 608px;
  height: 355px;
  overflow: hidden;
  font-family: 'Open Sans', Arial, sans-serif;
  padding-right: 10px;
  padding-left: 12px;
  background-color: white;
  position: relative;
  border: 1px solid #E7E7E7;
  border-bottom: 0;
  border-top: 0;
}
.similar-properties-container a {
  text-decoration: none;
}
.similar-properties-container h2 {
  font-size: 26px;
  font-weight: 700;
  margin-top: 28px;
  margin-bottom: 7px;
}
.similar-properties-container h3 {
  color: #a41f72;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 25px;
}
.similar-properties-container ul.similar.items {
  overflow: hidden;
  display: block;
  padding: 0;
  max-height: 215px;
}
.similar-properties-container ul.similar.items li {
  display: inline-block;
  list-style: none;
  width: 195px;
  height: 210px;
  margin-right: 2px;
  margin-bottom: 10px;
  border: 1px solid #E7E7E7;
}
.similar-properties-container ul.similar.items li .imgCtnr {
  width: 195px;
  height: 130px;
  overflow: hidden;
  border-bottom: 1px solid #E7E7E7;
}
.similar-properties-container ul.similar.items li .priceCtnr {
  padding-left: 10px;
}
.similar-properties-container ul.similar.items li .priceCtnr div:first-child {
  color: #333;
  font-weight: 600;
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.similar-properties-container ul.similar.items li .priceCtnr div:first-child sup {
  font-size: 10px;
  top: -1em;
}
.similar-properties-container ul.similar.items li .priceCtnr div:nth-child(2) {
  color: #8c8c8c;
  font-size: 13px;
  font-weight: 400;
}
.similar-properties-container ul.similar.items li .arrowCtnr {
  width: 25px;
  height: 25px;
  float: right;
}
.similar-properties-container ul.similar.items li .arrowCtnr span {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -820px -107px;
  width: 6px;
  height: 10px;
  display: block;
  margin-left: 10px;
  margin-top: 8px;
}
.similar-properties-container .previous,
.similar-properties-container .next {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  outline: 0;
  width: 22px;
  height: 29px;
  text-indent: -9999px;
  z-index: 9;
  background-color: #fff;
  opacity: 1;
  border: 10px;
  border-color: #fff;
  border-style: solid;
  cursor: pointer;
}
.similar-properties-container .previous:hover,
.similar-properties-container .next:hover {
  opacity: 0.7;
}
.similar-properties-container .previous {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -23px -1px no-repeat #ffffff;
  left: 0;
  border-radius: 0 5px 5px 0;
}
.similar-properties-container .next {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -1px -1px no-repeat #ffffff;
  right: 0;
  border-radius: 5px 0 0 5px;
}
.bx-content {
  position: relative;
  padding: 0;
  *zoom: 1;
}
.bx-content .bx-pager,
.bx-content .bx-controls-auto {
  position: absolute;
  width: 100%;
}
.bx-content .bx-pager {
  text-align: center;
  font: 600 13px Arial;
  color: #fff;
}
.bx-content .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}
.bx-content .bx-pager.bx-default-pager a:hover,
.bx-content .bx-pager.bx-default-pager a:active {
  background: #000;
}
.bx-content .bx-pager .bx-pager-item,
.bx-content .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-content .bx-controls-direction a {
  position: absolute;
  border: 8px solid #e6e7e9;
  background: #e6e7e9 url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -999px -999px no-repeat;
  opacity: 0.4;
  top: 50%;
  margin-top: -30px;
  outline: 0;
  width: 33px;
  height: 50px;
  text-indent: -9999px;
  z-index: 9;
}
.bx-content .bx-controls-direction a.disabled {
  display: none;
}
.bx-content .bx-controls-direction a:hover {
  opacity: 0.9;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.bx-content .bx-controls-direction a.bx-prev {
  left: 0;
  background-position: -346px -162px;
  border-radius: 0 5px 5px 0;
}
.bx-content .bx-controls-direction a.bx-next {
  right: 0;
  background-position: -380px -162px;
  border-radius: 5px 0 0 5px;
}
.pagination-block {
  margin-top: -15px;
  padding-bottom: 20px;
  clear: both;
  text-align: right;
}
.pagination-block ul.pagination {
  display: inline-block;
  margin: 0;
  padding: 0;
  zoom: 1;
  list-style-type: none;
}
.pagination-block ul.pagination li {
  float: left;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
}
.pagination-block ul.pagination li.subscribe {
  height: 40px;
  line-height: 40px;
  width: 40px;
  border: 1px solid #d9d9d9;
  margin: 10px 5px 0 5px;
  text-indent: -5000px;
  background: #a41f72;
  cursor: pointer;
}
.pagination-block ul.pagination li.subscribe:hover {
  background: #750c4e;
}
.pagination-block ul.pagination li.subscribe span span {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat scroll -906px -29px rgba(0, 0, 0, 0);
  height: 18px;
  margin: 11px auto;
  width: 20px;
}
.pagination-block ul.pagination li div.text {
  cursor: default;
  font-size: 18px;
  font-weight: 400;
  height: 25px;
  line-height: 25px;
  margin-top: 19px;
  width: initial;
}
.pagination-block ul.pagination li div.text:hover {
  background: none;
  color: #000;
  cursor: default;
}
.pagination-block ul.pagination li a {
  display: block;
  color: #000;
  height: 40px;
  line-height: 40px;
  width: 35px;
  margin: 10px 0px 0 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination-block ul.pagination li a.current {
  cursor: default;
}
.pagination-block ul.pagination li a.text {
  cursor: default;
  font-size: 18px;
  font-weight: 400;
  height: 25px;
  line-height: 25px;
  margin-top: 19px;
  width: initial;
}
.pagination-block ul.pagination li a.text:hover {
  background: none;
  color: #000;
  cursor: default;
}
.pagination-block ul.pagination li a.first,
.pagination-block ul.pagination li a.prev,
.pagination-block ul.pagination li a.next,
.pagination-block ul.pagination li a.last {
  text-indent: -5000px;
  width: 29px;
  height: 15px;
  margin-top: 24px;
  margin-left: 5px;
}
.pagination-block ul.pagination li a.first span,
.pagination-block ul.pagination li a.prev span,
.pagination-block ul.pagination li a.next span,
.pagination-block ul.pagination li a.last span {
  margin-top: 11px;
  width: 18px;
}
.pagination-block ul.pagination li a.prev span {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -777px -258px;
  width: 8px;
  margin-left: 5px;
}
.pagination-block ul.pagination li a.next span {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -790px -258px;
  width: 8px;
  margin-right: 5px;
}
.pagination-block ul.pagination li a:hover {
  cursor: pointer;
  color: #a41f72;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination-block ul.pagination li span {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 18px;
}
.pagination-block ul.pagination li span.current {
  color: #a41f72;
  height: 35px;
  line-height: 40px;
  width: 40px;
  margin: 10px 0px 0 0px;
}
.pagination-block .subscribe.new {
  cursor: pointer;
  float: left;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  width: 230px;
  text-align: left;
}
.pagination-block .bottom-pagination {
  margin-top: 15px;
}
.pagination-block .bottom-pagination .separator {
  float: left;
  font-size: 13px;
  font-weight: 600;
}
.pagination-block .bottom-pagination .btn-alert {
  text-align: center;
  float: left;
  margin-top: 11px;
}
.pagination-block .subscribe.new div {
  float: left;
  left: 0px;
  width: 21px;
  margin-right: 10px;
  height: 18px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -894px -88px;
}
.pagination-block .modify-search div {
  left: 0px;
  float: left;
  width: 21px;
  height: 18px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -128px -23px;
}
.pagination-block .modify-search {
  cursor: pointer;
  float: left;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  width: 175px;
  margin-left: 13px;
}
.detailsBackToList {
  float: left;
}
.pagerDetails.last,
.detailsBackToList.last {
  clear: both;
  text-align: center;
  padding: 30px 0 30px 0;
}
.pagerDetails.last a.list,
.detailsBackToList.last a.list {
  padding: 0 25px;
  margin-right: 0;
}
.pagerDetails.last a.list p,
.detailsBackToList.last a.list p {
  color: #8c8c8c;
  font-size: 16px;
}
.pagerDetails.last a.list p:hover,
.detailsBackToList.last a.list p:hover {
  color: #a41f72;
}
.pagerDetails.last p,
.detailsBackToList.last p {
  display: inline-block;
}
.pagerDetails a,
.detailsBackToList a {
  display: inline-block;
  height: 30px;
  padding: 0 10px;
  border: 1px solid #dce0df;
  background: #fff;
  margin-left: 0px;
}
.pagerDetails a p,
.detailsBackToList a p {
  display: none;
  float: right;
  height: 30px;
  line-height: 30px;
  margin: 0 5px 0 0 !important;
  font-weight: 600;
  color: #8c8c8c;
}
.pagerDetails a span,
.detailsBackToList a span {
  display: inline-block;
  width: 10px;
  height: 20px;
  margin-top: 5px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat;
}
.pagerDetails a.inactive,
.detailsBackToList a.inactive {
  cursor: default;
  background: #e6e7e9;
}
.pagerDetails a.list,
.detailsBackToList a.list {
  padding: 0 5px;
  margin-right: 0px;
}
.pagerDetails a.list p,
.detailsBackToList a.list p {
  display: block;
  color: #a41f72;
  font-size: 14px;
  margin-right: 10px;
}
.pagerDetails a.list.avalTtip,
.detailsBackToList a.list.avalTtip {
  padding-left: 10px;
}
.pagerDetails a.list.avalTtip span,
.detailsBackToList a.list.avalTtip span {
  margin-top: 1px !important;
}
.pagerDetails a.list span,
.detailsBackToList a.list span {
  width: 24px;
  background: none;
}
.pagerDetails a.list span span,
.detailsBackToList a.list span span {
  margin: 4px 0;
  border: none;
  height: 4px;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -111px -23px;
  width: 17px;
  height: 18px;
  margin-top: 0;
}
.pagerDetails a.list:hover span,
.detailsBackToList a.list:hover span,
.pagerDetails a.list:hover span span,
.detailsBackToList a.list:hover span span {
  /*background: @purple;*/
}
.shareContainer {
  width: 79px;
  height: 32px;
  float: right;
  border: 1px solid #dce0df;
  background-color: #fff;
  margin-top: 6px;
}
.shareContainer span.link {
  width: 35px;
  height: 34px;
  display: inline-block;
  position: relative;
}
.shareContainer span.link i {
  width: 19px;
  height: 20px;
  display: inline-block;
  position: absolute;
}
.shareContainer span.link.shareBtn i {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -5px -312px;
  top: 6px;
  left: 12px;
}
.shareContainer span.link.shareBtn:hover i,
.shareContainer span.link.shareBtn.hovered i {
  background-position: -29px -312px;
}
.shareContainer span.link.print i {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -56px -314px;
  top: 8px;
  left: 6px;
}
.shareContainer span.link.print:hover i {
  background-position: -80px -313px;
}
.shareForm {
  width: 246px;
  height: 135px;
  right: -64px;
  position: absolute;
  background-color: white;
  z-index: 100;
  top: 55px;
  box-shadow: 1px 1px 12px 0px #DFDFDF;
  border-radius: 3px;
  display: none;
}
.shareForm .arrow-up {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid #fff;
  left: 105px;
  position: absolute;
  top: -14px;
}
.shareForm .triangle-with-shadow {
  width: 100px;
  height: 50px;
  overflow: hidden;
  position: absolute;
  top: -48px;
  left: 74px;
}
.shareForm .triangle-with-shadow:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  top: 40px;
  left: 40px;
  box-shadow: -1px -1px 10px 0 #dfdfdf;
}
.shareForm .cross {
  width: 14px;
  height: 14px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -781px -283px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.shareForm input {
  line-height: 35px;
  width: 203px;
}
.shareForm input[disabled] {
  background-color: #fff;
}
.shareForm span.link {
  line-height: 30px;
  margin-right: 3px;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.shareForm .line {
  line-height: 30px;
  padding-left: 15px;
}
.shareForm .text {
  margin-top: 10px;
  margin-bottom: 8px;
}
.shareForm .share-facebook {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -1px -273px;
}
.shareForm .share-twitter {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -70px -273px;
}
.shareForm .share-googleplus {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -36px -273px;
}
.shareForm .share-email {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -857px -310px;
}
#bottomDetails {
  clear: both;
}
.localInfos {
  padding: 10px 0 15px 0;
  margin-bottom: 35px;
  width: 620px;
  margin: 10px auto 50px;
}
.localInfos #form-askaddress-1 {
  padding: 0 10px;
  height: 115px;
  border: 1px solid #dce0df;
  background: #e6e7e9;
}
.localInfos #form-askaddress-1 input {
  height: 40px;
}
.localInfos #form-askaddress-1 .onlynum {
  width: 295px !important;
}
.localInfos #form-askaddress-1 .btnDefault {
  width: 200px;
  font-size: 13px;
  border-radius: 2px;
}
.localInfos p {
  font-size: 0.813em;
  font-weight: 600;
  margin-top: 25px;
  color: #333333;
}
.localInfos .btnDefault {
  padding: 0 15px;
}
.further {
  color: #a41f72;
  font-weight: 600;
  font-size: 13px;
  margin-left: 3px;
  display: inline-block;
  cursor: pointer;
}
.tbDefault {
  border: 1px solid #d6d6d6;
  color: #333;
  font-weight: 600;
  line-height: 34px;
  margin: 0 10px 0 0;
  padding: 0 6px;
  height: 34px;
  width: 250px;
  font-size: 13px;
}
.tbDefault.onlynum {
  width: 160px;
}
.contact_form_right .tbDefault,
#contactform .tbDefault {
  font-weight: normal;
}
textarea.tbDefault {
  line-height: 18px;
  font-weight: 500;
  max-height: 75px;
}
#contactform h4,
#form-askaddress-1 h4,
#freeRecall h4,
#contactformfa h4,
.confirmPanel h4 {
  text-shadow: 1px 1px 3px #fff;
  font-size: 20px;
}
#contactform h5,
#form-askaddress-1 h5,
#freeRecall h5,
#contactformfa h5,
.confirmPanel h5 {
  font-size: 13px;
}
#contactform h4,
#form-askaddress-1 h4,
#freeRecall h4,
#contactformfa h4,
.confirmPanel h4,
#contactform h5,
#form-askaddress-1 h5,
#freeRecall h5,
#contactformfa h5,
.confirmPanel h5 {
  color: #8c8c8c;
  font-weight: 500;
  margin: 15px 0 0 0;
}
/*

*/
.side-block .mover,
.side-block .mortgage,
.side-block .insurer,
.side-block .broker,
.side-block .cofidis,
.side-block .service-fretbay,
.side-block .service-diag,
.side-block .sfr-sideblock {
  font-size: 13px;
  padding: 10px 0;
  cursor: pointer;
  display: block;
  text-align: center;
}
.side-block .mover div,
.side-block .mortgage div,
.side-block .insurer div,
.side-block .broker div,
.side-block .cofidis div,
.side-block .service-fretbay div,
.side-block .service-diag div,
.side-block .sfr-sideblock div {
  margin-top: 5px;
}
.side-block .mover div,
.side-block .mortgage div,
.side-block .insurer div,
.side-block .broker div,
.side-block .cofidis div,
.side-block .service-fretbay div,
.side-block .service-diag div,
.side-block .sfr-sideblock div,
.side-block .mover p,
.side-block .mortgage p,
.side-block .insurer p,
.side-block .broker p,
.side-block .cofidis p,
.side-block .service-fretbay p,
.side-block .service-diag p,
.side-block .sfr-sideblock p {
  display: inline-block;
  vertical-align: top;
}
.side-block .mover p,
.side-block .mortgage p,
.side-block .insurer p,
.side-block .broker p,
.side-block .cofidis p,
.side-block .service-fretbay p,
.side-block .service-diag p,
.side-block .sfr-sideblock p {
  width: 200px;
  text-align: left;
  margin: 0 0 0 8px;
  color: #8c8c8c;
}
.side-block .mover span,
.side-block .mortgage span,
.side-block .insurer span,
.side-block .broker span,
.side-block .cofidis span,
.side-block .service-fretbay span,
.side-block .service-diag span,
.side-block .sfr-sideblock span {
  color: #000;
  font-weight: 600;
}
.side-block .mover div {
  width: 55px;
  height: 39px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -53px -5px no-repeat;
}
.side-block .sfr-sideblock div {
  width: 55px;
  height: 44px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -219px -341px no-repeat;
}
.side-block .mortgage div {
  width: 53px;
  height: 39px;
  margin-left: 3.5px;
  margin-right: 3.5px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat 8px -230px;
}
.side-block .insurer div {
  width: 47px;
  height: 47px;
  margin-left: 6.5px;
  margin-right: 6.5px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -149px -60px;
}
.side-block .broker div {
  width: 45px;
  height: 46px;
  margin-left: 7.5px;
  margin-right: 7.5px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -196px -61px;
}
.side-block .cofidis div {
  width: 45px;
  height: 46px;
  margin-left: 7.5px;
  margin-right: 7.5px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -178px -291px;
}
.side-block .service-fretbay div {
  width: 58px;
  height: 48px;
  margin-left: 1px;
  margin-right: 1px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -221px -291px;
}
.side-block .service-diag div {
  width: 58px;
  height: 52px;
  margin-top: 9px;
  margin-left: 1px;
  margin-right: 1px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -434px -350px;
}
.ui-autocomplete-category {
  padding: 5px;
  font-size: 14px;
  color: #8c8c8c;
  border-left: 5px solid #a41f72;
}
.ui-menu-item {
  font-size: 10px;
}
.ui-menu-item a {
  color: #fff;
}
.ui-menu-item a b {
  color: #750c4e;
}
#mapAccount,
#mapLocality {
  width: 100%;
  height: 430px;
}
#mapLocality {
  margin-bottom: 0px;
}
input:focus,
textarea:focus {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
/************** Mappy maps ***************/
#popinMap a,
#popinMap span {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  font: 600 13px "Open Sans", Arial, sans-serif;
}
#popinMap a {
  color: #333;
  width: 150px;
}
#popinMap a:hover {
  text-decoration: underline;
}
#popinMap .proInfos {
  min-height: 42px;
  color: #565a5d;
  font: 500 20px "Open Sans", Arial, sans-serif;
}
#popinMap p {
  color: #8c8c8c;
  font-weight: 600;
  font: 600 14px "Open Sans", Arial, sans-serif;
  margin: 4px 0 8px 0;
}
#popinMap img {
  max-height: 62px;
  max-width: 62px;
  float: left;
  margin-right: 10px;
}
#popinMap span {
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 4px;
}
#popinMap .mapWebsite span {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -260px -95px;
}
#popinMap .mapNavigate span {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -554px -142px;
}
#popinMap .mapFacebook span {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -269px -206px;
}
#popinMap .mapEntrust span {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -241px -74px;
}
/* style custom */
.diplaynoneappversion,
.hiddenappversion,
.appversion {
  font-size: 11px;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #FFF;
  background-color: #FFF;
  height: 20px;
  line-height: 20px;
  text-align: right;
  padding: 0 15px 0 0;
  position: relative;
  right: 0px;
  top: -20px;
  height: 0px;
}
.appversion {
  background-color: #a41f72;
  color: #f3f0e6;
  clear: both;
}
.diplaynoneappversion {
  display: none;
}
.fiddlerLogo {
  background: url("/Content/Default/Images/debug/fiddlerlogo.png") no-repeat;
  position: absolute;
  top: 0;
  left: 150px;
  width: 81px;
  height: 22px;
  z-index: 99999;
  border: 1px solid #888;
  border-top: 0;
  cursor: pointer;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pro-img img {
  max-height: 70px;
  max-width: 70px;
}
.advsearch-engine-budget {
  float: left;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d…IxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(top, #eeeeee 0, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #eeeeee 0, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 0, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 0, #ffffff 100%);
}
.adv-form-budget .ui-icon-triangle-2-n-s {
  float: left;
  padding: 0 !important;
}
.widerow .row {
  width: 250px !important;
}
.popin.popin-iframe4 {
  width: 350px;
}
.popin.popin-iframe4 .b-iframe {
  width: 380px;
  height: 420px;
  overflow: hidden;
}
.empty {
  background: none !important;
  top: 0 !important;
  height: 0 !important;
  position: relative !important;
}
#Contact_Email.error {
  background-image: none !important;
}
.loc .delete {
  width: 20px;
  height: 30px;
  float: left;
  font-size: 1em;
  font-weight: 800;
  text-align: center;
  line-height: 30px;
}
.popin.popin-iframe5 {
  width: 690px;
}
#User_TitleContainer.error button,
#User_ProfilsContainer.error button,
#CallbackTimeTypeContainer.error button {
  background-image: none !important;
  background-color: #bc0316 !important;
  border-color: #bc0316 !important;
  color: #fff !important;
}
.recaptchaCtnr {
  float: left;
  margin-top: 10px;
}
.recaptchaCtnr div {
  margin: -1px;
}
.recaptchaCtnr input {
  background-clip: padding-box;
  border: 1px solid #cecece !important;
  border-radius: 3px;
  color: #333;
  font-size: .813em;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 3px;
}
.popin.popin-iframe5 .b-iframe {
  width: 685px;
  height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
}
#popin-contact textarea.error {
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: #bc0316 !important;
  background-origin: padding-box !important;
  background-size: auto auto !important;
  border: 1px solid #bc0316 !important;
  color: #fff !important;
}
.error::-moz-placeholder {
  color: #fff !important;
}
.list-expired {
  text-align: left;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  padding: 10px 0 15px 20px;
  margin-bottom: 10px;
  height: 100px;
  border: 1px solid #dce0df;
}
.list-expired h2 {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1.8em;
}
.list-expired p {
  text-align: left;
  font-size: .813em;
}
.authError {
  color: #bc0316;
  font-size: 13px;
  margin: 5px 0 0 15px;
  min-height: 18px;
  text-align: left;
}
#form-alertemail h3 {
  color: #999;
  clear: both;
  margin: 0;
}
#form-alertemail .col {
  float: left;
  width: 190px;
}
#form-alertemail #CriteriaAlert_LocalityLabel {
  width: 365px;
}
.mentionsPopin {
  background-color: #c7c7cc;
  clear: both;
  color: #666;
  font-size: .66em;
  margin: 30px -16px 0;
  padding: 15px;
  border-radius: 0 0 5px 5px;
}
.btn-container {
  clear: both;
  padding: 5px 10px 15px 10px;
}
.pre-footer .footer-top-col ul li a,
.pre-footer .footer-top-col ul li span.link {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
.pubgenerated {
  position: absolute;
  top: 0;
  left: -5000px;
}
.bxslider-local {
  z-index: 501;
  padding: 0;
  list-style-type: none;
}
#tc_img_66_1,
.dnone {
  display: none;
  width: 1px;
  height: 1px;
}
.local-sliderCtnr .imgCtnr {
  overflow: hidden;
  visibility: hidden;
}
#hp-search .img-product .local span {
  visibility: hidden;
}
.ui-autocomplete li > a.ui-state-focus {
  background-color: #b2b2b2 !important;
}
.budgetSmall #budgetsimulator .sim-title {
  font-size: 1.188em;
  color: #333;
  font-weight: 500;
  text-shadow: 1px 1px 0 #fff;
  -moz-text-shadow: 1px 1px 0 #fff;
  -ms-text-shadow: 1px 1px 0 #fff;
  -o-text-shadow: 1px 1px 0 #fff;
  padding: 2px 0;
}
.budgetSmall #budgetsimulator h2 {
  font-size: 1.188em;
  color: #333;
  font-weight: 500;
  text-shadow: 1px 1px 0 #fff;
  -moz-text-shadow: 1px 1px 0 #fff;
  -ms-text-shadow: 1px 1px 0 #fff;
  -o-text-shadow: 1px 1px 0 #fff;
  padding: 0;
  margin-top: 0;
}
.mentionsPopin .mail {
  color: #666;
}
.mentionsPopin .mail:hover {
  color: #a41f72;
}
#video-yt {
  cursor: pointer;
}
#video-yt:hover .action-btn {
  color: #d23c35;
}
#video-yt.rs-fb:hover .action-btn {
  color: #3c5a9a;
}
.checktrue,
.checkfalse {
  background: #3a7f03;
  width: 40px;
  position: relative;
  height: 20px;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 15px;
}
.checkfalse {
  box-shadow: inset 0 0 0 1px #d5d5d5;
  background: #d5d5d5;
}
.checktrue div,
.checkfalse div {
  height: 20px;
  width: 20px;
  background: #fff;
  border-radius: 15px;
  -moz-text-shadow: inset 0 0 0 1px rgba(23, 23, 23, 0.2), 0 2px 4px rgba(23, 23, 23, 0.2);
  -ms-text-shadow: inset 0 0 0 1px rgba(23, 23, 23, 0.2), 0 2px 4px rgba(23, 23, 23, 0.2);
  -o-text-shadow: inset 0 0 0 1px rgba(23, 23, 23, 0.2), 0 2px 4px rgba(23, 23, 23, 0.2);
  box-shadow: inset 0 0 0 1px rgba(23, 23, 23, 0.2), 0 2px 4px rgba(23, 23, 23, 0.2);
  -webkit-transition: 0.25s ease-in-out;
}
.al-checkboxes {
  margin: 15px 0 0 0;
}
.al-checkboxes input {
  float: left;
  margin: 6px 8px 0 0;
  cursor: pointer;
}
.al-checkboxes label {
  font-size: .813em;
  margin: 3px 0 0 0;
  font-weight: 600;
  cursor: pointer;
}
.checktrue div {
  position: absolute;
  top: 0;
  right: 0;
}
.ie8 .checktrue,
.ie8 .checkfalse {
  border: 1px solid #d5d5d5;
  height: 19px;
}
.ie8 .checktrue div,
.ie8 .checkfalse div {
  height: 19px;
  width: 19px;
}
.SmartAd ins {
  display: block !important;
}
.place-notselected-yet {
  width: 598px;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #939393;
  box-shadow: 0 0 5px #939393;
  font-weight: 600;
  font-size: 12px;
  border-radius: 3px;
  border-width: 2px;
  background: #751956;
  color: #fff;
}
.ui-tooltip:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border: 8px solid transparent;
}
.bottom.ui-tooltip:before {
  border-bottom-color: #751956;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
}
.bloc-entrust {
  background: url("/Content/Default/Images/Accounts/faites_vous_accompagner.png") no-repeat 0 0;
}
.bloc-appli {
  background: url("/Content/Default/Images/Locales/votre_recherche_appareils.png") no-repeat 0 0;
}
.agency-directory-imgfix {
  width: 265px;
  height: 200px;
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: white;
  display: table-cell;
  vertical-align: middle;
}
.agency-directory-imgfix img {
  max-width: 265px;
  max-height: 200px;
}
.local-tab:hover {
  text-decoration: underline;
  cursor: pointer;
}
.agencydirectory-tab:hover {
  text-decoration: underline;
  cursor: pointer;
}
/* fin custom style */
#contact-agency-wrapper {
  position: relative;
  margin-bottom: 30px;
}
#contact-agency-wrapper h2 {
  padding-left: 10px;
  padding-top: 15px;
  margin-bottom: 10px;
}
#contact-agency-wrapper .btnDefault {
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  height: 38px;
  width: 213px;
  line-height: 40px;
  margin-top: 14px;
  text-transform: uppercase;
}
#contact-agency-wrapper .contact-agency-content {
  min-height: 380px;
  overflow: auto;
  padding: 35px 10px 20px 10px;
  background-color: #f5f5f5;
  border: 1px solid #dce0df;
}
#contact-agency-wrapper .contact-agency-content .agency-bloc {
  min-height: 85px;
  margin-left: 10px;
  overflow: hidden;
}
#contact-agency-wrapper .contact-agency-content .agency-bloc .agency-logo {
  float: left;
  max-width: 80px;
}
#contact-agency-wrapper .contact-agency-content .agency-bloc .agency-logo img {
  max-width: 62px;
  max-height: 62px;
}
#contact-agency-wrapper .contact-agency-content .agency-bloc .agency-details {
  margin-left: 20px;
  float: left;
}
#contact-agency-wrapper .contact-agency-content .agency-bloc .agency-details div {
  margin-bottom: 5px;
}
#contact-agency-wrapper .contact-agency-content .agency-bloc .agency-details .agency-title {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
#contact-agency-wrapper .contact-agency-content .agency-bloc .agency-details .agency-address {
  text-transform: capitalize;
  font-size: 13px;
  color: #8c8c8c;
  line-height: 20px;
  color: #333333;
}
#contact-agency-wrapper .contact-agency-content .agency-bloc .agency-details .agency-address span {
  display: block;
}
#contact-agency-wrapper .contact-agency-content .agency-bloc .agency-details .agency-link span {
  display: block;
}
#contact-agency-wrapper .contact-agency-content .contact-bloc > div {
  float: left;
  min-height: 200px;
}
#contact-agency-wrapper .contact-agency-content .contact-bloc > div.by-tel {
  margin: 34px 10px 0 0;
  text-align: center;
  padding: 30px;
  width: 232px;
  background-color: #FFF;
  border: 1px solid #dce0df;
}
#contact-agency-wrapper .contact-agency-content .contact-bloc > div.by-tel .picto {
  margin: auto auto 10px auto;
  width: 38px;
  height: 38px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -811px -309px;
}
#contact-agency-wrapper .contact-agency-content .contact-bloc > div.by-tel span {
  margin-top: 10px;
  font-size: 17px;
}
#contact-agency-wrapper .contact-agency-content .contact-bloc > div.by-tel #callMeBack {
  margin-top: 25px;
  background-color: #ffffff;
  border: 1px solid #a41f72;
  color: #333333;
}
#contact-agency-wrapper .contact-agency-content .contact-bloc > div.by-tel #callMeBack .white-space {
  width: 172px;
  height: 2px;
  background-color: white;
  position: relative;
  bottom: 2px;
  left: -8px;
}
#contact-agency-wrapper .contact-agency-content .contact-bloc > div.by-tel #callMeBack .recall-confirm-msg {
  font-size: 12px;
}
#contact-agency-wrapper .contact-agency-content .contact-bloc > div.by-tel #callMeBack.confirmed {
  background-color: #888888;
  color: #FFF;
  border: none;
}
#contact-agency-wrapper .contact-agency-content .contact-bloc > div.by-tel .freeRecall {
  height: 235px;
  width: 213px;
  padding: 10px;
  border: 1px solid #a41f72;
  margin-top: -6px;
  text-align: left;
}
#contact-agency-wrapper .contact-agency-content .contact-bloc > div.by-tel .freeRecall .tbDefault {
  width: 185px;
  margin-bottom: 10px;
}
#contact-agency-wrapper .contact-agency-content .contact-bloc > div.by-tel .freeRecall .custom-radio:checked + label:before,
#contact-agency-wrapper .contact-agency-content .contact-bloc > div.by-tel .freeRecall .custom-radio:not(:checked) + label:before {
  top: 0;
}
#contact-agency-wrapper .contact-agency-content .contact-bloc > div.by-tel .freeRecall .custom-radio:checked + label,
#contact-agency-wrapper .contact-agency-content .contact-bloc > div.by-tel .freeRecall .custom-radio:not(:checked) + label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-top: 10px;
}
#contact-agency-wrapper .contact-agency-content .contact-bloc > div.by-tel .freeRecall #Callback_Lastname {
  margin-top: 15px;
}
#contact-agency-wrapper .contact-agency-content .contact-bloc > div.by-tel .freeRecall .btnDefault {
  padding: 0 21px !important;
  font-size: 14px !important;
  border-radius: 3px !important;
  width: 120px !important;
  height: 38px !important;
  background-color: #a41f72 !important;
  color: white !important;
  margin: 0 0 0 47px;
}
#contact-agency-wrapper .contact-agency-content .contact-bloc > div.by-mail {
  width: 292px;
}
#contact-agency-wrapper .contact-agency-content .contact-bloc > div.by-mail .title {
  line-height: 24px;
  height: 24px;
  position: relative;
  padding-left: 50px;
  margin-bottom: 10px;
}
#contact-agency-wrapper .contact-agency-content .contact-bloc > div.by-mail .title div {
  width: 33px;
  height: 24px;
  top: 0;
  left: 0;
  position: absolute;
  display: inline-block;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -343px -319px;
}
#contact-agency-wrapper .contact-agency-content .contact-bloc > div.by-mail .title span {
  font-size: 17px;
  line-height: 24px;
}
#contact-agency-wrapper .contact-agency-content .contact-bloc > div.by-mail #contactform input {
  margin-bottom: 10px;
  width: 280px;
}
#contact-agency-wrapper .contact-agency-content .contact-bloc > div.by-mail #contactform input.input-validation-error {
  background: #fff !important;
  color: #333333 !important;
}
#contact-agency-wrapper .contact-agency-content .contact-bloc > div.by-mail #contactform input.input-validation-error::-webkit-input-placeholder {
  color: #ACACAC !important;
}
#contact-agency-wrapper .contact-agency-content .contact-bloc > div.by-mail #contactform input.input-validation-error :-moz-placeholder {
  /* FF 4-18 */
  color: #ACACAC !important;
}
#contact-agency-wrapper .contact-agency-content .contact-bloc > div.by-mail #contactform input.input-validation-error *::-moz-placeholder {
  /* FF 19+ */
  color: #ACACAC !important;
}
#contact-agency-wrapper .contact-agency-content .contact-bloc > div.by-mail #contactform input.input-validation-error *:-ms-input-placeholder {
  /* IE 10+ */
  color: #ACACAC !important;
}
#contact-agency-wrapper .contact-agency-content .contact-bloc > div.by-mail #contactform #Lastname {
  margin-right: 6px;
}
#contact-agency-wrapper .contact-agency-content .contact-bloc > div.by-mail #contactform #PhoneNumber {
  margin-right: 0;
}
#contact-agency-wrapper .contact-agency-content .contact-bloc > div.by-mail #contactform #Message {
  width: 278px;
  margin-bottom: 2px;
  height: 75px;
  max-height: 93px;
}
#contact-agency-wrapper .contact-agency-content .contact-bloc > div.by-mail #contactform label {
  font-size: 13px;
  color: #888888;
}
#contact-agency-wrapper .contact-agency-content .contact-bloc > div.by-mail #contactform .custom-check:not(:checked) + label:before,
#contact-agency-wrapper .contact-agency-content .contact-bloc > div.by-mail #contactform .custom-check:checked + label:before {
  top: 1px;
}
#contact-agency-wrapper .contact-agency-content .contact-bloc > div.by-mail #contactform #bt-contactaccount-prop {
  margin-left: 40px;
  margin-top: 24px;
  width: 213px;
}
#contact-agency-wrapper .contact-agency-content .contact-bloc > div.by-mail #contactform .pdata-container {
  text-align: center;
}
#contact-agency-wrapper .contact-agency-content .contact-bloc > div.by-mail #contactform .field-validation-error {
  display: block;
  font-weight: 600;
  font-size: 13px;
  margin: 10px 0 5px 0;
  color: #bc0316 !important;
  background: none !important;
  border: none !important;
}
#contact-agency-wrapper .contact-agency-content .pdata-container {
  text-align: center;
}
.fd-container-partners {
  background-color: white;
  clear: both;
  margin-bottom: 15px;
}
.fd-container-partners h2 {
  margin: 0;
  padding-left: 15px;
}
.fd-container-partners .sale {
  height: 270px !important;
}
.fd-container-partners .financer,
.fd-container-partners .demenager {
  width: 297px;
  height: 532px;
  font-size: 13px;
  padding: 15px 0px;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.fd-container-partners .financer.rent,
.fd-container-partners .demenager.rent {
  height: 270px !important;
}
.fd-container-partners .financer .pblock,
.fd-container-partners .demenager .pblock {
  width: 295px;
  height: 252px;
  border: 1px solid #dce0df;
}
.fd-container-partners .financer .pblock p,
.fd-container-partners .demenager .pblock p {
  padding: 0 10px;
  margin-bottom: 10px;
}
.fd-container-partners .financer .pblock .linkCtnr,
.fd-container-partners .demenager .pblock .linkCtnr {
  text-align: center;
  width: 235px;
  margin: 0 auto 0 auto;
  display: block;
}
.fd-container-partners .financer .pblock .linkCtnr a,
.fd-container-partners .demenager .pblock .linkCtnr a,
.fd-container-partners .financer .pblock .linkCtnr span,
.fd-container-partners .demenager .pblock .linkCtnr span {
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  background-color: #a41f72;
  padding: 10px 25px;
  border-radius: 3px;
  max-width: 300px;
  color: white;
}
.fd-container-partners .financer .pblock .linkCtnr a:hover,
.fd-container-partners .demenager .pblock .linkCtnr a:hover,
.fd-container-partners .financer .pblock .linkCtnr span:hover,
.fd-container-partners .demenager .pblock .linkCtnr span:hover {
  background: #750c4e;
}
.fd-container-partners .financer .pblock .linkCtnr span:hover,
.fd-container-partners .demenager .pblock .linkCtnr span:hover {
  cursor: pointer;
}
.fd-container-partners .financer.rent,
.fd-container-partners .demenager.rent {
  height: 540px;
}
.fd-container-partners .financer.rent .pblock,
.fd-container-partners .demenager.rent .pblock {
  height: 272px;
}
.fd-container-partners .financer.rent .courtier .linkCtnr,
.fd-container-partners .demenager.rent .courtier .linkCtnr,
.fd-container-partners .financer.rent .car .linkCtnr,
.fd-container-partners .demenager.rent .car .linkCtnr,
.fd-container-partners .financer.rent .sfr .linkCtnr,
.fd-container-partners .demenager.rent .sfr .linkCtnr {
  margin-top: 20px;
}
.fd-container-partners .financer.sale,
.fd-container-partners .demenager.sale {
  padding: 15px 0 0 0;
}
.fd-container-partners .financer h3,
.fd-container-partners .demenager h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0 14px;
}
.fd-container-partners .financer img,
.fd-container-partners .demenager img {
  margin-bottom: 5px;
  width: 295px;
  height: 140px;
}
.fd-container-partners .financer p,
.fd-container-partners .demenager p {
  margin: 5px 0;
  color: #8c8c8c;
  padding-right: 15px;
}
.fd-container-partners .financer a,
.fd-container-partners .demenager a {
  font-weight: 600;
  color: #a41f72;
}
.fd-container-partners .financer li,
.fd-container-partners .demenager li {
  margin-bottom: 22px;
}
.fd-container-partners .financer li span,
.fd-container-partners .demenager li span,
.fd-container-partners .financer li a,
.fd-container-partners .demenager li a {
  display: block;
  max-width: 220px;
}
.fd-container-partners .financer .sous-titre,
.fd-container-partners .demenager .sous-titre {
  font-weight: 600;
}
.fd-container-partners .financer .partners,
.fd-container-partners .demenager .partners {
  position: absolute;
  bottom: 12px;
  right: 30px;
}
.fd-container-partners .financer .partners a,
.fd-container-partners .demenager .partners a {
  color: black;
  display: inline-block;
}
.fd-container-partners .financer .partners a:hover,
.fd-container-partners .demenager .partners a:hover {
  color: #a41f72;
}
.fd-container-partners .financer .partners .chev,
.fd-container-partners .demenager .partners .chev {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -820px -107px;
  width: 6px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1px;
  margin-left: 10px;
}
.fd-container-partners .financer .more-services a,
.fd-container-partners .demenager .more-services a {
  color: #a41f72;
}
.fd-container-partners .financer .more-services .dash,
.fd-container-partners .demenager .more-services .dash {
  display: inline-block;
  width: 165px;
  border-bottom: 1px solid #dce0df;
  margin-left: 5px;
  margin-bottom: 2px;
}
.fd-container-partners .financer {
  position: relative;
}
.fd-container-partners .financer.rent .logo-p {
  margin-left: 170px;
  padding: 26px 0;
  position: relative;
}
.fd-container-partners .financer.rent .logo-p img {
  border: none;
  margin: 0;
}
.fd-container-partners .financer.sale .logo-p {
  margin-left: 135px;
  margin-top: 20px;
  padding: 13px 0;
  position: relative;
}
.fd-container-partners .financer.sale .logo-p img {
  border: none;
  margin: 0;
}
.fd-container-partners .financer.sale .more-services {
  padding-top: 14px;
}
.fd-container-partners .financer .c-immo,
.fd-container-partners .financer .more-services {
  border-right: 1px solid #dce0df;
  margin-right: -10px;
}
.fd-container-partners .demenager {
  position: relative;
}
.fd-container-partners .demenager.rent .logo-p {
  margin-left: 120px;
  padding: 13px 0;
  position: relative;
}
.fd-container-partners .demenager.rent .logo-p img {
  border: none;
  margin: 0;
}
.fd-container-partners .demenager.sale .logo-p {
  margin-left: 120px;
  padding: 13px 0;
  position: relative;
}
.fd-container-partners .demenager.sale .logo-p img {
  border: none;
  margin: 0;
}
.fd-container-partners .demenager .more-services {
  padding-top: -5px;
}
.local-container-partners {
  background-color: white;
  clear: both;
  margin-bottom: 15px;
}
.local-container-partners h2 {
  margin: 0;
  padding-left: 15px;
}
.local-container-partners .financer,
.local-container-partners .demenager {
  width: 282px;
  height: 540px;
  font-size: 13px;
  padding: 15px;
  display: inline-block;
  vertical-align: top;
}
.local-container-partners .financer.rent,
.local-container-partners .demenager.rent {
  height: 360px;
}
.local-container-partners .financer h3,
.local-container-partners .demenager h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0 14px;
}
.local-container-partners .financer img,
.local-container-partners .demenager img {
  margin-bottom: 15px;
}
.local-container-partners .financer p,
.local-container-partners .demenager p {
  margin: 5px 0;
  color: #8c8c8c;
  padding-right: 15px;
}
.local-container-partners .financer a,
.local-container-partners .demenager a {
  font-weight: 600;
  color: #a41f72;
}
.local-container-partners .financer li,
.local-container-partners .demenager li {
  margin-bottom: 22px;
}
.local-container-partners .financer li span,
.local-container-partners .demenager li span,
.local-container-partners .financer li a,
.local-container-partners .demenager li a {
  display: block;
  max-width: 220px;
}
.local-container-partners .financer .sous-titre,
.local-container-partners .demenager .sous-titre {
  font-weight: 600;
}
.local-container-partners .financer .partners,
.local-container-partners .demenager .partners {
  position: absolute;
  bottom: 12px;
  right: 30px;
}
.local-container-partners .financer .partners a,
.local-container-partners .demenager .partners a {
  color: black;
  display: inline-block;
}
.local-container-partners .financer .partners a:hover,
.local-container-partners .demenager .partners a:hover {
  color: #a41f72;
}
.local-container-partners .financer .partners .chev,
.local-container-partners .demenager .partners .chev {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -820px -107px;
  width: 6px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1px;
  margin-left: 10px;
}
.local-container-partners .financer .more-services a,
.local-container-partners .demenager .more-services a {
  color: #a41f72;
}
.local-container-partners .financer .more-services .dash,
.local-container-partners .demenager .more-services .dash {
  display: inline-block;
  width: 165px;
  border-bottom: 1px solid #dce0df;
  margin-left: 5px;
  margin-bottom: 2px;
}
.local-container-partners .financer {
  position: relative;
}
.local-container-partners .financer.rent .logo-p {
  margin-left: 170px;
  padding: 26px 0;
  position: relative;
}
.local-container-partners .financer.rent .logo-p img {
  border: none;
  margin: 0;
}
.local-container-partners .financer.sale .logo-p {
  margin-left: 135px;
  margin-top: 20px;
  padding: 13px 0;
  position: relative;
}
.local-container-partners .financer.sale .logo-p img {
  border: none;
  margin: 0;
}
.local-container-partners .financer.sale .more-services {
  padding-top: 14px;
}
.local-container-partners .financer .c-immo,
.local-container-partners .financer .more-services {
  border-right: 1px solid #dce0df;
  margin-right: -10px;
}
.local-container-partners .demenager {
  position: relative;
  /*.logo-p{
            width: 91px;
            margin-left: 170px;
            padding-bottom: 0;
        }*/
}
.local-container-partners .demenager.rent .logo-p {
  margin-left: 120px;
  padding: 13px 0;
  position: relative;
}
.local-container-partners .demenager.rent .logo-p img {
  border: none;
  margin: 0;
}
.local-container-partners .demenager.sale .logo-p {
  margin-left: 120px;
  padding: 13px 0;
  position: relative;
}
.local-container-partners .demenager.sale .logo-p img {
  border: none;
  margin: 0;
}
.local-container-partners .demenager img {
  border: 1px solid #dce0df;
}
.local-container-partners .demenager .more-services {
  padding-top: -5px;
}
/************** fiche agence **************/
.container-fa {
  /*.header {
        background: url("@{img_path}/visuelflou-fa.jpg?v=@{version}") no-repeat;
        margin-bottom: 20px;
        height: 305px;
        position: relative;
        width: 100%;
        background-size: 100% 100%;
        .wrapper {
          position: absolute;
          height: 500px;
          padding-bottom: 15px;
          left: 25%;
          top:13%;
          margin-left:0px;
          margin-right:0px;

            .left-imgctr {
                float: left;
            }
        }*/
}
.container-fa .mainTitle {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 20px;
}
.container-fa .colMain {
  margin: 0 auto;
  width: 910px;
}
.container-fa .order-block .count {
  display: none;
}
.container-fa #svg-image-blur {
  height: 220px;
  width: 320px;
}
.container-fa .header {
  background: url("/Content/Default/Images/visuelflou-fa.jpg?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat;
  margin-bottom: 20px;
  padding: 40px 0 0 0;
}
.container-fa .header .wrapper-bg {
  position: absolute;
  top: 130px;
  right: 0;
  height: 298px;
  width: 960px;
  bottom: 0;
  left: 0;
  background: black;
  z-index: 99;
  min-height: 248px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.20;
  filter: alpha(opacity=40);
}
.container-fa .header .wrapper {
  position: relative;
  min-height: 248px;
  padding-bottom: 15px;
  z-index: 100;
}
.container-fa .header .wrapper .left-imgctr {
  float: left;
}
.container-fa .header .gotoResults {
  cursor: pointer;
  color: #fff;
  text-decoration: underline;
  display: block;
  font-size: 13px;
  text-align: center;
  width: 120px;
  font-weight: 600;
  margin-top: 15px;
}
.container-fa .header .gotoResults:hover {
  color: #a41f72;
}
.container-fa .header .imgCtnr {
  width: 110px;
  height: 110px;
  background: #fff;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  border-radius: 50%;
  border: 5px solid #BBBAB6;
}
.container-fa .header .imgCtnr span {
  font-size: 13px;
  color: #a41f72;
  text-decoration: underline;
  font-weight: 600;
  cursor: pointer;
}
.container-fa .header .imgCtnr img {
  max-width: 80px;
  max-height: 80px;
}
.container-fa .header .right {
  position: absolute;
  right: 28px;
  top: 10px;
  width: 298px;
  text-align: center;
}
.container-fa .header .left {
  max-width: 480px;
  color: #fff;
  font-size: 18px;
  float: left;
  margin-left: 25px;
}
.container-fa .header .left h1 {
  font-size: 22px;
  margin: 2px 0;
}
.container-fa .header .left p {
  font-size: 13px;
}
.container-fa .svcCtnr {
  padding: 18px 10px 25px 10px;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #dce0df;
  width: 560px;
}
.container-fa .svcCtnr .col2,
.container-fa .svcCtnr .col3,
.container-fa .svcCtnr .col4 {
  display: inline-block;
  margin-left: 10px;
  width: 260px;
  vertical-align: top;
}
.container-fa .svcCtnr .col3 {
  width: 300px;
  min-height: 131px;
}
.container-fa .svcCtnr .col4 {
  width: 190px;
}
.container-fa .svcCtnr .gotoResults,
.container-fa .svcCtnr .entrust-search,
.container-fa .svcCtnr .entrust-sale,
.container-fa .svcCtnr #link-agency-fa,
.container-fa .svcCtnr .lookFor,
.container-fa .svcCtnr .credit-cost,
.container-fa .svcCtnr .monthly,
.container-fa .svcCtnr .demebretons,
.container-fa .svcCtnr .insurance,
.container-fa .svcCtnr .fb-page {
  cursor: pointer;
  margin: 15px 0;
  font-size: 13px;
  display: block;
  height: 24px;
  line-height: 24px;
  color: #000;
  font-weight: 600;
  position: relative;
  padding-left: 22px;
}
.container-fa .svcCtnr .gotoResults:hover,
.container-fa .svcCtnr .entrust-search:hover,
.container-fa .svcCtnr .entrust-sale:hover,
.container-fa .svcCtnr #link-agency-fa:hover,
.container-fa .svcCtnr .lookFor:hover,
.container-fa .svcCtnr .credit-cost:hover,
.container-fa .svcCtnr .monthly:hover,
.container-fa .svcCtnr .demebretons:hover,
.container-fa .svcCtnr .insurance:hover,
.container-fa .svcCtnr .fb-page:hover {
  text-decoration: underline;
}
.container-fa .svcCtnr .gotoResults span,
.container-fa .svcCtnr .entrust-search span,
.container-fa .svcCtnr .entrust-sale span,
.container-fa .svcCtnr #link-agency-fa span,
.container-fa .svcCtnr .lookFor span,
.container-fa .svcCtnr .credit-cost span,
.container-fa .svcCtnr .monthly span,
.container-fa .svcCtnr .demebretons span,
.container-fa .svcCtnr .insurance span,
.container-fa .svcCtnr .fb-page span {
  position: absolute;
  top: 4px;
  left: 0;
  height: 17px;
  width: 14px;
}
.container-fa .svcCtnr #link-agency-fa span {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -260px -95px;
  width: 16px;
}
.container-fa .svcCtnr .gotoResults span,
.container-fa .svcCtnr .entrust-search span,
.container-fa .svcCtnr .entrust-sale span {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -288px -192px;
}
.container-fa .svcCtnr .monthly {
  color: #FF5960;
}
.container-fa .svcCtnr .monthly span {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -242px -41px;
}
.container-fa .svcCtnr .demebretons span {
  top: 5px;
  height: 13px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -243px -14px;
}
.container-fa .svcCtnr .credit-cost span {
  width: 16px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -237px 1px;
}
.container-fa .svcCtnr .insurance span {
  width: 18px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -242px -74px;
}
.container-fa .svcCtnr .lookFor span {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -162px -198px;
  width: 17px;
}
.container-fa .svcCtnr .fb-page span {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -269px -206px;
  width: 17px;
}
.container-fa .svcCtnr .glass span {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -162px -198px;
  width: 16px;
}
.container-fa .svcCtnr.c2 {
  height: 165px;
}
.container-fa h1 {
  font-size: 16px;
}
.container-fa .contactPane {
  text-align: center;
}
.container-fa .contactPane .btnDefault {
  height: 38px;
  line-height: 38px;
  width: 240px;
  margin: 30px 10px;
  border-radius: 3px;
  font-size: 16px;
}
.container-fa .spacer {
  height: 0px;
}
.container-fa .spacer.expanded {
  height: 233px;
}
.container-fa .srchResultCtnr {
  border: 1px solid #dce0df;
}
.container-fa .srchResultCtnr .order-block {
  margin: 20px 25px 10px 25px;
}
.container-fa .srchResultCtnr .mainTitle {
  color: #fff;
  background: #000;
  margin: 0;
  padding: 25px 0;
}
.container-fa .srchResultCtnr .properties-menu {
  width: 710px;
  height: 36px;
  margin: 20px auto;
  display: table;
  background-color: #FFFFFF;
  font-size: 0.616em;
  font-weight: 600;
}
.container-fa .srchResultCtnr .properties-menu div {
  color: #333333;
  font-size: 0.8em;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  border: #dce0df 1px solid;
}
.container-fa .srchResultCtnr .properties-menu div.selected {
  background-color: #dce0df;
  color: #8c8c8c;
  border-top-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}
.container-fa .morelink,
.container-fa .morelink.less {
  color: #a41f72;
  font-weight: 600;
}
.container-fa .max248 {
  max-height: 248px;
  overflow: hidden;
}
#contactformfa {
  background: #e6e7e9;
  border: 1px solid #dce0df;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  padding: 10px 0 32px 0;
  margin-bottom: 20px;
  font-size: 18px;
}
#contactformfa .btnDefault {
  font-size: 16px;
  margin: 6px 0;
  border-radius: 3px;
  padding: 0;
  min-width: 220px;
  height: 37px;
  line-height: 37px;
  font-weight: 700;
}
#contactformfa .tbDefault,
#contactformfa .tbDefault.onlynum {
  margin: 5px 0;
  width: 245px;
}
#contactformfa .pdata-container {
  color: #999999;
  font-size: 12px;
  text-decoration: none !important;
}
#contactformfa .pdata-container p {
  font-size: 11px;
  padding: 0 25px;
}
#contactformfa .pdata-container .expand-collapse {
  font-size: 12px;
}
#multilead-form.expanded {
  height: 735px;
}
#multilead-form .pdata-container {
  position: relative;
  text-align: center;
  color: #999999;
  padding-right: 42px;
}
#multilead-form .pdata-container p {
  font-size: 12px;
  padding: 0 10px;
}
.sideServices {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.sideServices p {
  font-size: 13px;
  margin: 15px 10px;
  color: #8c8c8c;
}
.sideServices .side {
  padding: 15px 0;
  border: 1px solid #dce0df;
  background: #fff;
  width: 628px;
}
.sideServices .side.right {
  width: 298px;
}
.sideServices .side.right div span {
  margin: 0 1px;
}
.sideServices .side div {
  text-align: center;
}
.sideServices .side div span {
  cursor: pointer;
  width: 138px;
  margin: 0 6px;
  color: #8c8c8c;
  background: #e6e7e9;
  font-size: 18px;
  padding: 15px 0;
  display: inline-block;
}
.sideServices .side div span:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.showtel-fd.disabled {
  cursor: default !important;
  text-decoration: none !important;
}
.showtel-fd.disabled:hover {
  cursor: default !important;
  text-decoration: none !important;
}
.order-block {
  height: 34px;
  margin-bottom: 15px;
  width: 100%;
  position: relative;
}
.order-block .count {
  position: absolute;
  right: 0;
  font-size: 20px;
  color: #333333;
  text-shadow: 1px 1px 0 #ffffff;
  -moz-text-shadow: 1px 1px 0 #ffffff;
  -ms-text-shadow: 1px 1px 0 #ffffff;
  -o-text-shadow: 1px 1px 0 #ffffff;
}
.order-block .order-type {
  left: 98px;
  position: absolute;
  top: -2px;
}
.order-block .order-menu {
  background: #fff;
  font-size: 13px;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  position: absolute;
  left: 10px;
  height: 34px;
  line-height: 34px;
  padding: 0 26px 0 6px;
  font-weight: 600;
}
.order-block .order-menu .arrow {
  position: absolute;
  width: 10px;
  height: 7px;
  top: 15px;
  right: 8px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -904px -107px;
}
.order-block .order-box {
  position: absolute;
  top: 42px;
  left: 10px;
  width: 198px;
  background-color: #f2f2f2;
  z-index: 700;
  font-size: 0.813em;
  display: none;
}
.order-block .order-box .order-box-type {
  list-style-type: none;
  min-width: 198px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #dce0df;
}
.order-block .order-box .order-box-type li a {
  height: 32px;
  line-height: 32px;
  padding: 0 5px;
  background-color: #fff;
  display: block;
  border: 1px solid #dce0df;
  border-bottom: none;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.order-block .order-box .order-box-type li a:hover {
  background-color: #f2f2f2;
}
.order-block .order-box .order-box-type li.selected {
  font-weight: 700;
}
.order-block .order-box .order-box-type li.selected a {
  color: #a41f72;
}
.order-block .order-box .content {
  float: left;
  width: 380px;
  margin-left: 15px;
}
.order-block .order-box .content .place-title {
  margin: 15px 0 0 0;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 330px;
  width: 330px;
  float: left;
}
.order-block .order-box .content .close {
  float: right;
  margin: 15px 0 0 0;
}
.order-block .order-box .content .place-info {
  clear: both;
  margin-top: 20px;
  float: left;
}
.order-block .order-box .content .btn {
  display: block;
  float: left;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  color: #0054a6;
  padding: 5px 10px;
  margin-top: 10px;
  cursor: pointer;
}
.order-block .order-box .content .btn:hover {
  -webkit-box-shadow: 1px 1px 2px #aaaaaa;
  -moz-box-shadow: 1px 1px 2px #aaaaaa;
  box-shadow: 1px 1px 2px #aaaaaa;
}
.order-block .order-box:before {
  position: absolute;
  top: -6px;
  left: 48px;
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  border-bottom-color: #cdcdcd;
  display: inline-block;
}
.order-block .order-box:after {
  position: absolute;
  top: -5px;
  left: 49px;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #f2f2f2;
  display: inline-block;
}
.order-block .order-box.open {
  display: block;
}
.container-lr .order-block {
  display: none;
}
#budgetids {
  width: 234px;
  margin: 0 auto;
}
.nearLocal-pro-details a.pro-details-mesh {
  color: black;
  font-weight: 600;
}
.more-mesh {
  width: 99.8%;
  border: 0px solid #D2D2D2;
  background-color: #f5f5f5;
  height: 30px;
  color: #a41f72;
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  padding-top: 10px;
  border-bottom-width: 1px;
  margin-bottom: 15px;
  border-left-width: 1px;
  border-right-width: 1px;
}
.quality-service-content {
  width: 960px;
  margin: 0 auto;
}
.quality-service-content h2 {
  text-align: center;
  margin: 30px 0px;
  font-size: 35px;
}
.quality-service-content .subtitle-quality-service {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
}
.quality-service-content .quality-service-left {
  width: 630px;
  height: 250px;
  float: left;
  border-style: solid;
  border-width: 2px;
  border-color: #e6e7e8;
}
.quality-service-content .quality-service-right {
  margin-left: 25px;
  width: 296px;
  height: 250px;
  float: left;
  border-style: solid;
  border-width: 2px;
  border-color: #e6e7e8;
}
.bottomServices-box {
  float: left;
  width: 100%;
}
.bottomServices-box p {
  font-size: 13px;
  margin: 15px 10px;
  color: #8c8c8c;
}
.bottomServices-box .side {
  margin: 20px 0;
  padding: 15px 0;
  border: 1px solid #dce0df;
  background: #fff;
  float: left;
  width: 628px;
}
.bottomServices-box .side.right {
  float: right;
  width: 298px;
}
.bottomServices-box .side.right div span {
  margin: 0 1px;
}
.bottomServices-box .side div {
  text-align: center;
}
.bottomServices-box .side div span {
  cursor: pointer;
  width: 138px;
  margin: 0 6px;
  color: #8c8c8c;
  background: #e6e7e9;
  font-size: 18px;
  padding: 15px 0;
  display: inline-block;
}
.bottomServices-box .side div span:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.box-grey {
  height: 80px;
  margin-left: 10px;
  float: left;
  color: #8c8c8c;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  background: #e6e7e8;
  v-align: middle;
}
.box-grey.big {
  width: 137px;
}
.box-grey.light {
  width: 126px;
}
.wrapper-content-agency {
  float: left;
  width: 100%;
  background: #fff;
  /*background-image: linear-gradient(to top,#fff 96%,#d0d0d0 100%);*/
}
.wrapper-content-agency p {
  padding-left: 8px;
}
.wrapper-content-agency .txt-quality {
  color: #8c8c8c;
  font-size: 13px;
  font-weight: 600;
}
.pro-details-mesh {
  width: 48.5%;
  float: left;
  margin-bottom: 8px;
  color: #000;
  margin-left: 10px;
}
.pro-details-home {
  width: 31.3%;
  float: left;
  margin-bottom: 8px;
  font-weight: 600;
  color: #000;
  margin-left: 10px;
  text-align: left;
}
.nearLocal-pro-details .subTitle {
  margin-bottom: 18px;
}
.nearLocal-pro-home {
  background: #fff;
  border: 1px solid #dce0df;
  border-bottom-width: 0px;
  padding: 10px 0px 0px 0px;
  color: #000;
  font-size: 13px;
  height: 173px;
  overflow: hidden;
}
.nearLocal-pro-home p {
  padding: 5px 0 5px 60px;
  position: relative;
  margin: 0 0 10px 0;
  min-height: 25px;
}
.nearLocal-pro-home p span {
  position: absolute;
  height: 45px;
  width: 38px;
  top: 10px;
  left: 4px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -203px -16px;
}
.nearLocal-pro-home p.top span {
  top: 0;
  left: 1px;
  width: 46px;
  background-position: -220px -174px;
}
.nearLocal-pro-home a,
.nearLocal-pro-home b,
.nearLocal-pro-home span {
  display: block;
}
.nearLocal-pro-home a {
  color: #8c8c8c;
}
.nearLocal-pro-home a::before {
  content: "•";
  padding-right: 3px;
}
.nearLocal-pro-home b {
  color: #000;
  font-weight: 600;
}
.nearLocal-pro-details {
  background: #fff;
  border: 1px solid #dce0df;
  border-bottom-width: 0px;
  padding: 10px 0px 0px 0px;
  color: #000;
  font-size: 13px;
  height: 120px;
  overflow: hidden;
}
.nearLocal-pro-details p {
  padding: 5px 0 5px 60px;
  position: relative;
  margin: 0 0 10px 0;
  min-height: 25px;
}
.nearLocal-pro-details p span {
  position: absolute;
  height: 45px;
  width: 38px;
  top: 10px;
  left: 4px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -203px -16px;
}
.nearLocal-pro-details p.top span {
  top: 0;
  left: 1px;
  width: 46px;
  background-position: -220px -174px;
}
.nearLocal-pro-details a,
.nearLocal-pro-details b,
.nearLocal-pro-details span {
  display: block;
}
.nearLocal-pro-details a {
  color: #8c8c8c;
  padding: 2px 0;
}
.nearLocal-pro-details a::before {
  content: "•";
  padding-right: 3px;
}
.nearLocal-pro-details b {
  color: #000;
  font-weight: 600;
}
.grey-placeholder {
  color: #8c8c8c;
}
.more-nearby-button {
  text-align: center;
}
.tabs-localinfo-notopen {
  overflow: hidden;
  height: 250px;
  width: 100%;
}
#more-nearby-buttonaccount.arrow-bottom {
  width: 24px;
  height: 16px;
  background-position: -148px 0;
}
.discover-locality {
  font-size: 13px;
  color: #8C8C8C;
  cursor: pointer;
}
.discover-locality .chev {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -820px -107px;
  width: 6px;
  height: 10px;
  display: inline-block;
  margin-left: 4px;
  position: relative;
  top: 1px;
}
.logo-discover {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -111px -272px;
  width: 53px;
  height: 63px;
  margin-left: 115px;
  margin-top: 18px;
}
.top-locality {
  font-size: 18px;
  color: #A41572;
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 10px;
}
.big-title-discover {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #A41572;
  font-weight: 400;
}
.wrap-txt {
  max-width: 285px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wrap-txt-moreinfo {
  max-width: 290px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.nearLocal-new {
  background: #fff;
  border: 1px solid #dce0df;
  padding: 10px 5px 10px 8px;
  margin-bottom: 20px;
  color: #000;
  font-size: 13px;
  text-align: center;
}
.nearLocal-new p span {
  position: absolute;
  height: 45px;
  width: 38px;
  top: 10px;
  left: 4px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -203px -16px;
}
.nearLocal-new a,
.nearLocal-new b,
.nearLocal-new span {
  display: block;
}
.nearLocal-new a {
  color: #8c8c8c;
}
.nearLocal-new .chevron-up {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -488px -167px;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
}
.nearLocal-new .chevron-down {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -894px -106px;
  width: 9px;
  height: 10px;
  display: inline-block;
  position: relative;
  margin-top: 5px;
  top: 1px;
}
.further-new {
  color: #3333;
  font-weight: 600;
  font-size: 13px;
  margin-left: 3px;
  display: inline-block;
  cursor: pointer;
  margin-top: 5px;
}
.nearLocal {
  background: #fff;
  border: 1px solid #dce0df;
  padding: 10px 5px 10px 8px;
  margin-bottom: 20px;
  color: #000;
  font-size: 13px;
  text-align: center;
}
.nearLocal p {
  padding: 5px 0 5px 60px;
  position: relative;
  margin: 0 0 10px 0;
  min-height: 25px;
}
.nearLocal p span {
  position: absolute;
  height: 45px;
  width: 38px;
  top: 10px;
  left: 4px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -203px -16px;
}
.nearLocal p.top span {
  top: 0;
  left: 1px;
  width: 46px;
  background-position: -220px -174px;
}
.nearLocal a,
.nearLocal b,
.nearLocal span {
  display: block;
}
.nearLocal a {
  color: #8c8c8c;
  padding: 2px 0;
}
.nearLocal a::before {
  content: "•";
  padding-right: 3px;
}
.nearLocal b {
  color: #000;
  font-weight: 600;
}
.fd-local-background {
  background: url(/Content/Default/Images/Locales/fd-locale-defaut.jpg) center;
  background-size: cover;
  height: 293px;
  cursor: pointer;
}
.fd-local-background .fd-content {
  width: 1152px;
  margin: 0 auto;
  position: relative;
}
.fd-local-background .fd-content .fd-title {
  width: 280px;
  position: absolute;
  right: 100px;
  top: 56px;
}
.fd-local-background .fd-content .fd-title h1 {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 700;
}
.fd-local-background .fd-content .fd-title .main-button {
  background-color: #A41F72;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  padding: 8px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  display: block;
  position: relative;
  top: 15px;
}
.fd-local-background .button a {
  color: #FFF;
  display: block;
}
.fd-local-background .button a:hover {
  color: #FFF !important;
}
.fd-local-background .main-title {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  position: relative;
}
.fd-local-maincontainer {
  margin: 0 auto;
  background-color: #ffffff;
}
.fd-local-maincontainer h1,
.fd-local-maincontainer h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: 700;
  color: #333;
  width: 950px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fd-local-maincontainer .button a {
  color: #FFF;
}
.fd-local-maincontainer .button a:hover {
  color: #FFF !important;
}
.fd-local-maincontainer .row a {
  color: #333;
}
.fd-local-maincontainer .row.grey {
  padding-top: 30px;
  background-color: #F5F5F5;
}
.fd-local-maincontainer .row.bordered {
  border-bottom: 1px solid #dce0df;
}
.fd-local-maincontainer .row.desc {
  background-color: #ffffff;
  width: 100%;
  min-height: 380px;
  padding-top: 10px;
  color: #8c8c8c;
}
.fd-local-maincontainer .row.desc .left-block {
  display: inline-block;
  margin-bottom: 30px;
}
.fd-local-maincontainer .row.desc .left-block .fd-local-description {
  margin-right: 30px;
  vertical-align: top;
  padding-bottom: 10px;
  min-height: 50px;
}
.fd-local-maincontainer .row.desc .left-block .fd-local-description .morelink {
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  color: #a41f72;
}
.fd-local-maincontainer .row.desc .left-block .fd-local-description a.link {
  font-weight: 600;
  color: #a41f72;
  font-size: 13px;
  text-align: right;
}
.fd-local-maincontainer .row.desc .left-block .fd-local-description span.seeless {
  display: none;
}
.fd-local-maincontainer .row.desc .left-block .fd-local-description span.seemore {
  display: none;
}
.fd-local-maincontainer .row.desc .left-block .fd-local-description.seemore p {
  overflow: visible;
  text-overflow: initial;
  max-height: none;
}
.fd-local-maincontainer .row.desc .left-block .fd-local-description.seemore span.seemore {
  display: none;
}
.fd-local-maincontainer .row.desc .left-block .fd-local-description.seemore span.seeless {
  display: block;
}
.fd-local-maincontainer .row.desc .left-block .fd-local-description p {
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 0;
  text-align: justify;
}
.fd-local-maincontainer .row.desc .left-block .links {
  /*.s2{
                    float:left;
                    width: 220px;
                    font-size: 13px;
                    font-weight: 600;
                    color: #333;   

                    .truncate{
                        width: 150px;
                    }
                    .icon{
                        width: 25px;
	                    height: 26px;
                        background: url("@{img_path}/sprite.png?v=@{version}") no-repeat -961px -225px;
                    }
                    span{
                        display: inline-block;
                        &.number{
                            text-align: left;
                            font-size: 22px;
                            font-weight: 700;
                            color: @purple;
                            display: block;
                        }
                        &.icon{
	                        width: 23px;
	                        height: 23px;
                        }
                        &.chev{
                            background: url("@{img_path}/sprite.png?v=@{version}") no-repeat -820px -107px;
	                        width: 6px;
	                        height: 10px;
                            display:inline-block;
                            margin-left: 6px;
                            position: relative;
                            top: -2px;
                        }
                    }
                }*/
}
.fd-local-maincontainer .row.desc .left-block .links ul {
  padding: 0;
  max-width: 420px;
  float: left;
}
.fd-local-maincontainer .row.desc .left-block .links ul > li,
.fd-local-maincontainer .row.desc .left-block .links .agency-list {
  display: inline-block;
  margin-bottom: 20px;
  width: 175px;
  margin-right: 30px;
  font-size: 13px;
  font-weight: 600;
  color: #333;
}
.fd-local-maincontainer .row.desc .left-block .links ul > li span.truncate,
.fd-local-maincontainer .row.desc .left-block .links .agency-list span.truncate {
  display: inline-block;
  width: 158px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fd-local-maincontainer .row.desc .left-block .links ul > li .extsize,
.fd-local-maincontainer .row.desc .left-block .links .agency-list .extsize {
  width: 175px;
  line-height: 15px;
}
.fd-local-maincontainer .row.desc .left-block .links ul > li span,
.fd-local-maincontainer .row.desc .left-block .links .agency-list span {
  display: inline-block;
}
.fd-local-maincontainer .row.desc .left-block .links ul > li span.number,
.fd-local-maincontainer .row.desc .left-block .links .agency-list span.number {
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  color: #a41f72;
  display: block;
}
.fd-local-maincontainer .row.desc .left-block .links ul > li span.icon,
.fd-local-maincontainer .row.desc .left-block .links .agency-list span.icon {
  width: 23px;
  height: 23px;
}
.fd-local-maincontainer .row.desc .left-block .links ul > li span.chev,
.fd-local-maincontainer .row.desc .left-block .links .agency-list span.chev {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -820px -107px;
  width: 6px;
  height: 10px;
  display: inline-block;
  margin-left: 6px;
  position: relative;
  top: -2px;
}
.fd-local-maincontainer .row.desc .left-block .links ul > li.s0,
.fd-local-maincontainer .row.desc .left-block .links .agency-list.s0 {
  width: 220px;
  vertical-align: top;
}
.fd-local-maincontainer .row.desc .left-block .links ul > li.s0 .icon,
.fd-local-maincontainer .row.desc .left-block .links .agency-list.s0 .icon {
  width: 28px;
  height: 26px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -814px -44px;
}
.fd-local-maincontainer .row.desc .left-block .links .agency-list {
  float: left;
  padding-top: 19px;
}
.fd-local-maincontainer .row.desc .left-block .links .agency-list .truncate {
  width: 150px;
}
.fd-local-maincontainer .row.desc .left-block .links .agency-list .icon {
  width: 25px;
  height: 26px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -961px -225px;
}
.fd-local-maincontainer .row.desc .left-block .links .agency-list .chev {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -820px -107px;
  width: 6px;
  height: 10px;
  display: inline-block;
  margin-left: 6px;
  position: relative;
  top: -2px;
}
.fd-local-maincontainer .row.desc .fd-pub {
  display: inline-block;
  margin-bottom: 42px;
  position: absolute;
  right: 0;
}
.fd-local-maincontainer .row.desc .centerh1 {
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: transparent;
}
.fd-local-maincontainer .row.map {
  padding-bottom: 30px;
}
.fd-local-maincontainer .row.map .tabs {
  margin-bottom: 30px;
  text-align: center;
}
.fd-local-maincontainer .row.map .tabs ul {
  list-style-type: none;
  background-color: #FFF;
  border: 1px solid #a41f72;
  border-radius: 5px;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  display: inline-block;
}
.fd-local-maincontainer .row.map .tabs ul li {
  display: inline-block;
  background-color: #FFF;
  color: #a41f72;
  font-size: 15px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  border: none;
  text-align: center;
}
.fd-local-maincontainer .row.map .tabs ul li:first-child {
  border-left: none !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 200px;
}
.fd-local-maincontainer .row.map .tabs ul li.pois {
  width: 249px;
  border-left: 1px solid;
}
.fd-local-maincontainer .row.map .tabs ul li.local-infos {
  border-left: 1px solid;
}
.fd-local-maincontainer .row.map .tabs ul li:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: none;
  width: 213px;
}
.fd-local-maincontainer .row.map .tabs ul li.selected {
  background-color: #A41F72;
  color: #FFF;
}
.fd-local-maincontainer .row.map .poisCtnr {
  width: 100%;
  height: 300px;
  list-style: none;
  font-size: 14px;
  padding: 20px 0 0;
  background-color: #FFF;
  border: solid 1px #dce0df;
  border-bottom: none;
  margin-bottom: 0;
}
.fd-local-maincontainer .row.map .poisCtnr li span {
  cursor: pointer;
}
.fd-local-maincontainer .row.map .leaflet-popup-close-button {
  display: none;
}
.fd-local-maincontainer .row.map .leaflet-popup-content-wrapper {
  border-radius: 0px;
}
.fd-local-maincontainer .row.map .leaflet-popup-content {
  width: 180px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.fd-local-maincontainer .row.map .leaflet-popup-content a {
  font-size: 13px;
  font-weight: 400;
  color: #a41f72;
}
.fd-local-maincontainer .row.annonces .title {
  width: 960px;
  margin: 0 auto;
}
.fd-local-maincontainer .row.partners {
  height: 700px;
  border-bottom: 1px solid #dce0df;
}
.fd-local-maincontainer .row.partners .local-container-partners {
  width: 630px;
}
.fd-local-maincontainer .row.partners .local-container-partners .p-bold {
  font-weight: 600;
  color: #000;
  display: inline;
}
.fd-local-maincontainer .row.partners .local-container-partners .c-immo {
  height: 330px;
}
.fd-local-maincontainer .row.partners .local-container-partners .border {
  border: 1px solid #dce0df;
  padding-left: 20px;
  margin-top: 30px;
  display: inline-block;
}
.fd-local-maincontainer .row.partners .local-container-partners h2,
.fd-local-maincontainer .row.partners .local-container-partners .financer {
  padding-left: 0;
}
.fd-local-maincontainer .row.partners .local-container-partners .financer .logo {
  right: -135px;
  position: relative;
  top: 25px;
}
.fd-local-maincontainer .row.partners .local-container-partners .demenager {
  padding-right: 0;
}
.fd-local-maincontainer .row.partners .local-container-partners .demenager .logo {
  right: -135px;
  top: 12px;
  position: relative;
}
.fd-local-maincontainer .row.partners .local-container-partners .demenager .logo img {
  width: auto;
  border: none;
  margin-left: 80px;
  margin-top: -30px;
}
.fd-local-maincontainer .row.partners .seolinks-container {
  border: 1px solid #dce0df;
  width: 300px;
  display: inline-block;
  position: absolute;
  top: 82px;
  right: 8px;
  overflow: hidden;
}
.fd-local-maincontainer .row.partners .seolinks-container h3 {
  margin-top: 0;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #dce0df;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  max-width: 260px;
}
.fd-local-maincontainer .row.partners .seolinks-container h3 span {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -339px -32px;
  width: 10px;
  height: 8px;
  position: absolute;
  display: block;
  right: 4px;
  top: 20px;
}
.fd-local-maincontainer .row.partners .seolinks-container h3.ui-accordion-header-active {
  border: none;
}
.fd-local-maincontainer .row.partners .seolinks-container h3.ui-accordion-header-active span {
  transform: rotate(180deg);
}
.fd-local-maincontainer .row.partners .seolinks-container h3.ui-state-focus {
  border: none;
  outline: none;
}
.fd-local-maincontainer .row.partners .seolinks-container .ui-accordion-content {
  border-bottom: 1px solid #dce0df;
}
.fd-local-maincontainer .row.partners .seolinks-container ul {
  margin: 0;
  list-style-type: none;
  padding: 0 15px;
  max-height: 195px;
  overflow: auto;
}
.fd-local-maincontainer .row.partners .seolinks-container ul li {
  display: block;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.fd-local-maincontainer .row.partners .seolinks-container ul li a {
  color: #a41f72;
  font-weight: 600;
}
.fd-local-maincontainer .row.partners .seolinks-container a {
  font-size: 13px;
  font-weight: 600;
  color: #a41f72;
}
.fd-local-maincontainer .row.partners .seolinks-container p {
  font-size: 13px;
  font-weight: 600;
  color: #a41f72;
  display: block;
  margin-top: 0;
}
.fd-local-maincontainer .row .wrapper {
  width: 960px;
  position: relative;
}
.fd-local-maincontainer .fd-local-promo {
  background-color: #ffffff;
  border: 1px solid #DCE0DF;
  height: 252px;
  margin-top: 20px;
  margin-bottom: 30px;
  color: #333333;
  box-sizing: border-box;
}
.fd-local-maincontainer .fd-local-promo .svcCtnr {
  padding: 18px 10px 25px 10px;
  margin-bottom: 20px;
  float: left;
  margin-left: 10px;
}
.fd-local-maincontainer .fd-local-promo .svcCtnr .col1,
.fd-local-maincontainer .fd-local-promo .svcCtnr .col2,
.fd-local-maincontainer .fd-local-promo .svcCtnr .col3,
.fd-local-maincontainer .fd-local-promo .svcCtnr .col4 {
  display: inline-block;
  margin-left: 10px;
  width: 110px;
  vertical-align: middle;
}
.fd-local-maincontainer .fd-local-promo .svcCtnr .col2 {
  width: 260px;
}
.fd-local-maincontainer .fd-local-promo .svcCtnr .col3 {
  width: 300px;
  min-height: 131px;
}
.fd-local-maincontainer .fd-local-promo .svcCtnr .col4 {
  width: 268px;
}
.fd-local-maincontainer .fd-local-promo .svcCtnr .entrust-search,
.fd-local-maincontainer .fd-local-promo .svcCtnr .entrust-sale,
.fd-local-maincontainer .fd-local-promo .svcCtnr .lookFor,
.fd-local-maincontainer .fd-local-promo .svcCtnr .credit-cost,
.fd-local-maincontainer .fd-local-promo .svcCtnr .monthly,
.fd-local-maincontainer .fd-local-promo .svcCtnr .demebretons,
.fd-local-maincontainer .fd-local-promo .svcCtnr .insurance,
.fd-local-maincontainer .fd-local-promo .svcCtnr .fb-page {
  cursor: pointer;
  margin: 15px 0;
  font-size: 13px;
  display: block;
  height: 24px;
  line-height: 24px;
  color: #000;
  font-weight: 600;
  position: relative;
  padding-left: 22px;
}
.fd-local-maincontainer .fd-local-promo .svcCtnr .entrust-search:hover,
.fd-local-maincontainer .fd-local-promo .svcCtnr .entrust-sale:hover,
.fd-local-maincontainer .fd-local-promo .svcCtnr .lookFor:hover,
.fd-local-maincontainer .fd-local-promo .svcCtnr .credit-cost:hover,
.fd-local-maincontainer .fd-local-promo .svcCtnr .monthly:hover,
.fd-local-maincontainer .fd-local-promo .svcCtnr .demebretons:hover,
.fd-local-maincontainer .fd-local-promo .svcCtnr .insurance:hover,
.fd-local-maincontainer .fd-local-promo .svcCtnr .fb-page:hover {
  text-decoration: underline;
}
.fd-local-maincontainer .fd-local-promo .svcCtnr .entrust-search span,
.fd-local-maincontainer .fd-local-promo .svcCtnr .entrust-sale span,
.fd-local-maincontainer .fd-local-promo .svcCtnr .lookFor span,
.fd-local-maincontainer .fd-local-promo .svcCtnr .credit-cost span,
.fd-local-maincontainer .fd-local-promo .svcCtnr .monthly span,
.fd-local-maincontainer .fd-local-promo .svcCtnr .demebretons span,
.fd-local-maincontainer .fd-local-promo .svcCtnr .insurance span,
.fd-local-maincontainer .fd-local-promo .svcCtnr .fb-page span {
  position: absolute;
  top: 4px;
  left: 0;
  height: 17px;
  width: 14px;
}
.fd-local-maincontainer .fd-local-promo .svcCtnr .entrust-search span,
.fd-local-maincontainer .fd-local-promo .svcCtnr .entrust-sale span {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -288px -192px;
}
.fd-local-maincontainer .fd-local-promo .svcCtnr .monthly {
  color: #FF5960;
}
.fd-local-maincontainer .fd-local-promo .svcCtnr .monthly span {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -242px -41px;
}
.fd-local-maincontainer .fd-local-promo .svcCtnr .demebretons span {
  top: 5px;
  height: 13px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -243px -14px;
}
.fd-local-maincontainer .fd-local-promo .svcCtnr .credit-cost span {
  width: 16px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -237px 1px;
}
.fd-local-maincontainer .fd-local-promo .svcCtnr .insurance span {
  width: 18px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -242px -74px;
}
.fd-local-maincontainer .fd-local-promo .svcCtnr .lookFor span {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -162px -198px;
  width: 17px;
}
.fd-local-maincontainer .fd-local-promo .svcCtnr .fb-page span {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -269px -206px;
  width: 17px;
}
.fd-local-maincontainer .fd-local-promo .svcCtnr.c2 {
  height: 205px;
}
.fd-local-maincontainer .fd-local-promo h1 {
  font-size: 16px;
}
.fd-local-maincontainer .fd-local-promo .contactPane {
  text-align: center;
}
.fd-local-maincontainer .fd-local-promo .contactPane .btnDefault {
  height: 38px;
  line-height: 38px;
  width: 240px;
  margin: 30px 10px;
  border-radius: 3px;
  font-size: 16px;
}
.fd-local-maincontainer .fd-local-promo .srchResultCtnr {
  border: 1px solid #dce0df;
}
.fd-local-maincontainer .fd-local-promo .srchResultCtnr .order-block {
  margin: 20px 25px 10px 25px;
}
.fd-local-maincontainer .fd-local-promo .srchResultCtnr .mainTitle {
  color: #fff;
  background: #000;
  margin: 0;
  padding: 25px 0;
}
.fd-local-maincontainer .fd-local-promo .morelink,
.fd-local-maincontainer .fd-local-promo .morelink.less {
  color: #a41f72;
  font-weight: 600;
}
.fd-local-maincontainer .fd-local-promo .max248 {
  max-height: 248px;
  overflow: hidden;
}
.fd-local-maincontainer .fd-local-counts {
  margin-bottom: 30px;
  height: 374px;
}
.fd-local-maincontainer .fd-local-counts a {
  font-weight: 600;
  font-size: 13px;
  color: #8c8c8c;
}
.fd-local-maincontainer .fd-local-counts a:hover {
  font-weight: bold;
}
.fd-local-maincontainer .count-link-container {
  overflow: hidden;
  height: 160px;
  background-color: #ffffff;
}
.fd-local-maincontainer .count-link-container ul {
  margin-top: 20px;
}
.fd-local-maincontainer .count-link-container li:nth-child(n+6) {
  visibility: hidden;
}
.fd-local-maincontainer .count-container {
  width: 472px;
  border: 1px solid #DCE0E1;
}
.fd-local-maincontainer .count-container.left {
  float: left;
}
.fd-local-maincontainer .count-container.right {
  float: right;
}
.fd-local-maincontainer .count-container.expanded {
  height: 301px;
  margin-bottom: 20px;
}
.fd-local-maincontainer .count-container.expanded .count-link-container {
  overflow: visible;
  height: 246px;
}
.fd-local-maincontainer .count-container.expanded .count-link-container li {
  visibility: visible;
}
.fd-local-maincontainer .seemore-container {
  height: 35px;
  background-color: #F5F5F5;
  text-align: center;
  line-height: 34px;
  font-size: 13px;
  font-weight: 600;
  color: #a41f72;
}
.fd-local-maincontainer .seemore-container span.seemore:hover {
  font-weight: bold;
  cursor: pointer;
}
.fd-local-maincontainer .seemore-container.wide {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
}
.fd-local-maincontainer .fd-local-annonces {
  background-color: #FFF;
}
.fd-local-maincontainer .fd-local-annonces .bx-wrapper {
  max-width: 960px !important;
}
.fd-local-maincontainer .fd-local-annonces .bx-pager {
  margin: 25px auto;
  position: static;
}
.fd-local-maincontainer #mesh-localpage {
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #DCE0DF;
  margin-top: 70px;
  margin-bottom: 20px;
}
.fd-local-maincontainer #mesh-localpage .subTitle {
  color: #333333;
}
.fd-local-maincontainer #mesh-localpage .wrapper ul li {
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
}
.fd-local-maincontainer #mesh-localpage .wrapper ul li a {
  color: #8c8c8c;
}
.fd-local-maincontainer .mesh-collapse {
  height: 300px;
  overflow: hidden;
}
.fd-local-maincontainer #localinfo-container {
  border: 1px solid #dce0df;
  background-color: #FFF;
  width: 960px;
  height: 440px;
}
.fd-local-maincontainer #localinfo-container .title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  height: 28px;
  border-bottom: 1px solid #dce0df;
  padding: 28px 15px;
}
.fd-local-maincontainer #localinfo-container .left-menu {
  width: 245px;
  height: 355px;
  overflow: hidden;
  border-right: 1px solid #dce0df;
  display: inline-block;
  vertical-align: top;
}
.fd-local-maincontainer #localinfo-container .left-menu ul {
  padding: 0;
  margin: 0;
  color: #8B8B8B;
  font-size: 14px;
  font-weight: 600;
}
.fd-local-maincontainer #localinfo-container .left-menu ul li {
  display: block;
  height: 45px;
  line-height: 45px;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #dce0df;
  font-size: 15px;
}
.fd-local-maincontainer #localinfo-container .left-menu ul li.immo span:first-child {
  background-position: -1053px -183px;
  width: 21px;
  height: 18px;
}
.fd-local-maincontainer #localinfo-container .left-menu ul li.immo:hover span:first-child {
  background-position: -1053px -206px;
}
.fd-local-maincontainer #localinfo-container .left-menu ul li.hab span:first-child {
  background-position: -1050px -130px;
  width: 21px;
  height: 20px;
}
.fd-local-maincontainer #localinfo-container .left-menu ul li.hab:hover span:first-child {
  background-position: -1051px -157px;
}
.fd-local-maincontainer #localinfo-container .left-menu ul li.env span:first-child {
  background-position: -1051px -81px;
  width: 21px;
  height: 19px;
}
.fd-local-maincontainer #localinfo-container .left-menu ul li.env:hover span:first-child {
  background-position: -1051px -105px;
}
.fd-local-maincontainer #localinfo-container .left-menu ul li.edu span:first-child {
  background-position: -1047px -41px;
  width: 21px;
  height: 16px;
}
.fd-local-maincontainer #localinfo-container .left-menu ul li.edu span.edu {
  margin-left: 13px;
  margin-right: 17px;
}
.fd-local-maincontainer #localinfo-container .left-menu ul li.edu:hover span:first-child {
  background-position: -1047px -61px;
}
.fd-local-maincontainer #localinfo-container .left-menu ul li.comm span:first-child {
  background-position: -1049px -3px;
  width: 21px;
  height: 14px;
}
.fd-local-maincontainer #localinfo-container .left-menu ul li.comm:hover span:first-child {
  background-position: -1049px -22px;
}
.fd-local-maincontainer #localinfo-container .left-menu ul li:last-child {
  height: 63px;
  line-height: 20px;
}
.fd-local-maincontainer #localinfo-container .left-menu ul li:last-child .multiline {
  display: inline-block;
  width: 137px;
  margin-top: 10px;
}
.fd-local-maincontainer #localinfo-container .left-menu ul li:hover,
.fd-local-maincontainer #localinfo-container .left-menu ul li.selected {
  color: #A41F72;
}
.fd-local-maincontainer #localinfo-container .left-menu ul li:hover span.immo,
.fd-local-maincontainer #localinfo-container .left-menu ul li.selected span.immo {
  background-position: -1053px -206px;
}
.fd-local-maincontainer #localinfo-container .left-menu ul li:hover span.hab,
.fd-local-maincontainer #localinfo-container .left-menu ul li.selected span.hab {
  background-position: -1051px -157px;
}
.fd-local-maincontainer #localinfo-container .left-menu ul li:hover span.env,
.fd-local-maincontainer #localinfo-container .left-menu ul li.selected span.env {
  background-position: -1051px -105px;
}
.fd-local-maincontainer #localinfo-container .left-menu ul li:hover span.edu,
.fd-local-maincontainer #localinfo-container .left-menu ul li.selected span.edu {
  background-position: -1047px -61px;
}
.fd-local-maincontainer #localinfo-container .left-menu ul li:hover span.comm,
.fd-local-maincontainer #localinfo-container .left-menu ul li.selected span.comm {
  background-position: -1049px -22px;
}
.fd-local-maincontainer #localinfo-container .left-menu ul li span {
  display: inline-block;
  width: 45px;
  margin: 10px 15px;
  position: relative;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat;
}
.fd-local-maincontainer #localinfo-container .left-menu ul li span.multiline {
  display: block;
}
.fd-local-maincontainer #localinfo-container .main-content {
  display: inline-block;
}
.fd-local-maincontainer #localinfo-container .main-content .sub-menu {
  width: 346px;
  height: 325px;
  overflow: hidden;
  padding: 15px;
  border-right: 1px solid #dce0df;
  float: left;
}
.fd-local-maincontainer #localinfo-container .main-content .sub-menu ul {
  padding: 0;
  list-style-type: none;
  font-size: 13px;
  font-weight: 600;
  color: #8B8B8B;
  margin: 0;
}
.fd-local-maincontainer #localinfo-container .main-content .sub-menu ul li {
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  line-height: 27px;
  font-weight: 400;
  font-size: 15px;
}
.fd-local-maincontainer #localinfo-container .main-content .sub-menu ul li .label-info {
  max-width: 330px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fd-local-maincontainer #localinfo-container .main-content .sub-menu ul li span.chev {
  background: url(/Content/Default/Images/sprite.png?v=3.3.6.40897) -820px -107px no-repeat;
  width: 6px;
  height: 10px;
  display: none;
  margin-left: 6px;
  position: absolute;
  top: 8px;
  right: 0;
}
.fd-local-maincontainer #localinfo-container .main-content .sub-menu ul li:hover,
.fd-local-maincontainer #localinfo-container .main-content .sub-menu ul li.selected {
  color: #a41f72;
}
.fd-local-maincontainer #localinfo-container .main-content .sub-menu ul li:hover span.chev,
.fd-local-maincontainer #localinfo-container .main-content .sub-menu ul li.selected span.chev {
  display: inline-block;
}
.fd-local-maincontainer #localinfo-container .main-content .sub-menu .immo,
.fd-local-maincontainer #localinfo-container .main-content .sub-menu .edu,
.fd-local-maincontainer #localinfo-container .main-content .sub-menu .env,
.fd-local-maincontainer #localinfo-container .main-content .sub-menu .hab,
.fd-local-maincontainer #localinfo-container .main-content .sub-menu .comm {
  display: none;
}
.fd-local-maincontainer #localinfo-container .main-content .sub-menu .immo.selected,
.fd-local-maincontainer #localinfo-container .main-content .sub-menu .edu.selected,
.fd-local-maincontainer #localinfo-container .main-content .sub-menu .env.selected,
.fd-local-maincontainer #localinfo-container .main-content .sub-menu .hab.selected,
.fd-local-maincontainer #localinfo-container .main-content .sub-menu .comm.selected {
  display: block;
}
.fd-local-maincontainer #localinfo-container .main-content .info {
  float: left;
  width: 300px;
  height: 325px;
  overflow: hidden;
  padding: 15px;
}
.fd-local-maincontainer #localinfo-container .main-content .info .data {
  display: none;
  height: 326px;
  overflow: hidden;
  position: relative;
}
.fd-local-maincontainer #localinfo-container .main-content .info .data div {
  text-align: center;
}
.fd-local-maincontainer #localinfo-container .main-content .info .data div.desc {
  font-size: 14px;
  font-weight: 600;
  color: #313131;
  margin-top: -22px;
}
.fd-local-maincontainer #localinfo-container .main-content .info .data div.definition {
  text-align: left;
  display: block;
  margin-left: 5px;
  font-size: 13px;
  overflow: hidden;
  max-height: 72px;
  position: absolute;
  top: 265px;
  max-width: 287px;
}
.fd-local-maincontainer #localinfo-container .main-content .info .data div .numeric {
  font-size: 130px;
  font-weight: 700;
  color: #6CD15B;
  margin-top: 25px;
  display: inline-block;
}
.fd-local-maincontainer #localinfo-container .main-content .info .data div .numeric.big {
  font-size: 150px;
  margin-top: 0;
}
.fd-local-maincontainer #localinfo-container .main-content .info .data div .numeric.small {
  font-size: 100px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.fd-local-maincontainer #localinfo-container .main-content .info .data div .units {
  margin-left: 8px;
  font-size: 32px;
  font-weight: 600;
  color: #919191;
  position: relative;
  top: -15px;
}
.fd-local-maincontainer #localinfo-container .main-content .info .data div .text {
  font-size: 20px;
  font-weight: 600;
  color: #919191;
  margin-top: 85px;
  margin-bottom: 40px;
  display: block;
}
.fd-local-maincontainer #loading {
  display: none;
  height: 442px;
  width: 960px;
  position: absolute;
  top: 83px;
}
.fd-local-maincontainer #loading img {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 200px;
  left: 460px;
  display: block;
}
.fd-local-maincontainer .leaflet-popup-content-wrapper {
  height: auto;
}
.adsense-bottom-container {
  background-color: #fff;
  padding: 10px;
}
.adsense-bottom-container #AdAFSContent {
  margin: 10px auto !important;
  padding: 10px;
  height: auto !important;
  border: 1px solid #dce0df;
  max-width: 630px;
}
.adsense-bottom-container #AdAFSContent iframe {
  margin-top: 10px;
  margin-bottom: 10px;
}
.container-fa .subscribe {
  float: left;
  margin-left: 35px;
  margin-top: 20px;
}
.container-fa ul.pagination {
  margin-left: 280px;
  float: left;
}
.margintop10 {
  margin-top: 20px;
}
.inputGroup {
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid #cccccc;
  margin: 0 2px;
}
.inputGroup span {
  padding: 0 8px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  white-space: nowrap;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  width: 15px;
}
.inputGroup input {
  height: 36px;
  width: 86px;
  padding: 0 5px;
  line-height: 36px;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  border: 0;
  color: #8c8c8c;
}
#lr-publicities {
  margin-bottom: 20px;
  background: #fff;
  height: 160px;
  width: 298px;
  border: 1px solid #dce0df;
}
#lr-publicities div {
  height: 160px;
  width: 298px;
  overflow: hidden;
}
.hp-bottom #lr-publicities {
  margin-top: 10px;
}
#Criteria_LocalityLabel.buc-locality.error {
  margin-left: 0px !important;
}
.hp-rent-type {
  width: 250px;
}
.hp-buy-type {
  width: 250px;
}
.hp-suggestion {
  color: #333;
  padding-left: 0;
  list-style-type: none;
  padding-left: 10px;
  font-size: .913em;
}
.hp-shadow-box {
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
}
.hp-alertemail {
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  line-height: 50px;
  padding-left: 42px;
}
.hp-alertemail div {
  position: absolute;
  top: 16px;
  left: 12px;
  width: 21px;
  height: 18px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -894px -88px no-repeat;
}
.title-popin-conf {
  font-weight: 700;
  color: #000;
}
#new-alert .content {
  width: 400px;
}
.hidden-field {
  width: 0px;
  height: 0px;
  display: none;
}
.popin-confirm-container {
  padding: 20px;
  background-color: #E6E7E9;
}
.popin-confirm-container p {
  color: #000;
  font-size: 14px;
  margin-top: 5px;
}
.popin-confirm-container .col-full {
  width: 401px;
  text-align: center;
}
.popin-confirm-container .col {
  float: left;
  width: 205px;
}
.popin-confirm-container .input-classic {
  color: #888 !important;
  border-radius: 0;
  background-clip: unset;
}
.popin-confirm-container .input-classic::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #888;
}
.popin-confirm-container .input-classic:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #888;
  opacity: 1;
}
.popin-confirm-container .input-classic::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #888;
  opacity: 1;
}
.popin-confirm-container .input-classic:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #888;
}
.popin-confirm-container .large {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 390px;
}
.popin-confirm-container .clearfix {
  clear: both;
}
.popin-confirm-container .medium {
  width: 186px;
}
.popin-confirm-container #bt-popin-entrustsearch {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  border: 0;
  width: 400px;
  border-radius: 3px;
}
.popin-confirm-container #bt-popin-entrustsearch.ft13 {
  height: 32px;
  line-height: 32px;
  font-size: 13px;
}
.popin-header {
  height: 135px;
  width: 453px;
}
.popin-confirm {
  border-radius: 0px !important;
  padding: 0px !important;
  border: 0px !important;
}
.popin-confirm .popin-header div {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #a41f72;
  padding-top: 65px;
}
.popin-confirm .popin-header .close {
  display: block;
  height: 21px;
  width: 21px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -774px -132px no-repeat;
  position: absolute;
  top: 15px;
  right: 15px;
  text-indent: -50000px;
  cursor: pointer;
}
/*#display-phonenumber-2 {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin: 6px 0 6px 23px !important;
    font-size: 14px !important;
    width: 180px !important;
    background-color: #F1F1F1 !important;
    color: #2B2B2B !important;
    height: 30px !important;
    line-height: 34px !important;
    border-radius: 2px !important;
    cursor: pointer !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;

    &:hover {
        background-color: #E7E7E9 !important;
    }

    span {
        background: url("@{img_path}/sprite.png?v=@{version}") no-repeat -133px -2px;
        width: 16px !important;
        height: 16px !important;
        margin-right: 15px !important;
        vertical-align: top !important;
        margin-top: 9px !important;
    }
}*/
.password-meter-msg {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 600;
  color: red;
  height: 18px;
}
#meter2 {
  position: relative;
  top: -5px;
  width: 378px;
}
#meter2 .entropizer-track {
  background-color: #e8e8e8;
  border-radius: 2px;
  height: 4px;
}
#meter2 .entropizer-bar {
  height: 4px;
}
.info-district {
  font-size: .838em;
  font-weight: 600;
  padding-bottom: 8px;
}
.info-district .alert-email-alertdistrict {
  color: #7d0045;
}
#fd-localinformation {
  height: 100%;
  background-color: white;
}
#fd-localinformation .subTitle {
  margin-bottom: 15px;
  display: inline-block;
}
#fd-localinformation #fd-localinformation-content {
  width: 584px;
  margin: auto;
  margin-bottom: 20px;
}
#fd-localinformation #fd-localinformation-content .subTitle {
  margin-left: 0px;
}
#fd-localinformation .localinformation-title {
  padding-bottom: 25px;
}
#fd-localinformation .localinformation-title .subTitle {
  font-size: 1.5em;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: bold;
}
#fd-localinformation .keyfigure {
  height: 225px;
  width: 228px;
  float: left;
}
#fd-localinformation .keyfigure .people .picto {
  float: left;
  width: 18px;
  margin-right: 10px;
  height: 45px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -304px -175px;
}
#fd-localinformation .keyfigure .age {
  margin-top: 25px;
}
#fd-localinformation .keyfigure .age .picto {
  float: left;
  width: 18px;
  margin-right: 10px;
  height: 50px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -322px -171px no-repeat;
}
#fd-localinformation .housing {
  height: 225px;
  float: left;
  width: 300px;
}
#fd-localinformation .housing #chart {
  float: left;
}
#fd-localinformation .housing .chart-legend {
  left: 76px;
  bottom: 70px;
  position: relative;
  font-size: 14px;
  color: #8c8c8c;
  width: 190px;
  font-weight: 600;
}
#fd-localinformation #taxe {
  width: 584px;
  height: 120px;
}
#fd-localinformation #taxe .txt-left {
  padding-top: 10px;
  height: 54px;
  float: left;
  color: #8c8c8c;
  font-size: 13px;
  font-weight: 400;
}
#fd-localinformation #taxe .housing-taxe {
  width: 282px;
  height: 108px;
  float: left;
}
#fd-localinformation #taxe .property-taxe {
  float: left;
}
#fd-localinformation #taxe .green-block {
  width: 55px;
  margin-right: 10px;
  float: left;
  height: 54px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -990px -1px no-repeat;
  text-align: center;
}
#fd-localinformation #taxe .green-block span {
  margin-top: 15px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}
#fd-localinformation .useful-information {
  width: 584px;
  height: 198px;
}
#fd-localinformation .useful-information .subTitle {
  margin-bottom: 15px;
  display: inline-block;
}
#fd-localinformation .useful-information .bloc-info {
  width: 210px;
  float: left;
  margin-bottom: 10px;
}
#fd-localinformation .useful-information .bloc-info.little {
  width: 140px;
}
#fd-localinformation .useful-information .bloc-info .title-info {
  font-size: 13px;
  color: #8c8c8c;
  font-weight: 600;
}
#fd-localinformation .useful-information .bloc-info ul {
  list-style-type: none;
  padding: 8px 0px;
  margin: 0px;
  width: 125px;
}
#fd-localinformation .useful-information .bloc-info .subway li {
  float: left;
  width: 10px;
  font-size: 100%;
  background-image: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05");
  background-repeat: no-repeat;
  background-position: -989px -63px;
  padding-left: 18px;
}
#fd-localinformation .useful-information .bloc-info .subway li.inactive {
  background-position: -1016px -63px;
}
#fd-localinformation .useful-information .bloc-info .school li {
  float: left;
  width: 10px;
  font-size: 100%;
  background-image: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05");
  background-repeat: no-repeat;
  background-position: -986px -90px;
  padding-left: 18px;
}
#fd-localinformation .useful-information .bloc-info .plants li {
  float: left;
  width: 10px;
  font-size: 100%;
  background-image: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05");
  background-repeat: no-repeat;
  background-position: -988px -163px;
  padding-left: 18px;
}
#fd-localinformation .useful-information .bloc-info .plants li.inactive {
  background-position: -1016px -162px;
}
#fd-localinformation .useful-information .bloc-info .sun li {
  float: left;
  width: 10px;
  font-size: 100%;
  background-image: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05");
  background-repeat: no-repeat;
  background-position: -985px -113px;
  padding-left: 18px;
}
#fd-localinformation .useful-information .bloc-info .sun li.inactive {
  background-position: -1016px -113px;
}
#fd-localinformation .useful-information .bloc-info .sport li {
  float: left;
  width: 10px;
  font-size: 100%;
  background-image: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05");
  background-repeat: no-repeat;
  background-position: -987px -140px;
  padding-left: 18px;
}
#fd-localinformation .useful-information .bloc-info .sport li.inactive {
  background-position: -1016px -140px;
}
#fd-localinformation .numbers {
  font-size: 13px;
  color: #8c8c8c;
  font-weight: 600;
}
#fd-localinformation .numbers span {
  font-size: 25px;
  color: #6dceae;
  display: block;
}
#fd-localinformation .more-info {
  float: right;
  font-size: 13px;
  color: #333333;
  font-weight: bold;
  text-decoration: none;
  margin-right: 15px;
}
#fd-localinformation .more-info .chevron-moreinfo {
  width: 10px;
  display: inline-block;
  height: 10px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -818px -107px no-repeat;
  margin-left: 5px;
  position: relative;
  top: -3px;
}
.clearfloat {
  clear: both;
}
.tooltipster-shadow {
  border-radius: 4px;
  border: 2px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: #2c2c2c;
}
.tooltipster-shadow .tooltipster-content {
  font-size: 11px;
  color: #8c8c8c;
  line-height: 16px;
  padding: 10px 10px;
}
.chart-legend ul {
  list-style: none;
  width: 100%;
  margin: 30px auto 0;
}
.chart-legend li {
  text-indent: 16px;
  line-height: 24px;
  position: relative;
  font-weight: 200;
  display: block;
  float: left;
  width: 190px;
  font-size: 13px;
}
.chart-legend li:before {
  display: block;
  width: 10px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
}
.logo-key {
  display: block;
  top: 30px;
  position: relative;
  left: -56px;
  width: 35px;
  float: left;
  height: 35px;
  color: #444;
  text-align: right;
  background-image: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05");
  background-repeat: no-repeat;
  background-position: -963px -188px;
}
.owners:before {
  background-color: #6ad159;
}
.tenant:before {
  background-color: #ffd201;
}
.pre-partner {
  line-height: 2em;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 10px 10px;
  color: #8c8c8c;
}
.padding-top0 {
  padding-top: 0px !important;
}
/* Cartouche LR fiche agence */
.srchResultCtnr .fa-agency-list {
  padding: 0 25px;
  margin: 0;
}
.srchResultCtnr .fa-agency-list > li {
  width: 407px;
  margin: 10px;
  float: left;
  height: 150px;
}
.srchResultCtnr .fa-agency-list > li:first-child,
.srchResultCtnr .fa-agency-list > li:nth-child(4) {
  margin-left: 10px;
}
.srchResultCtnr .fa-agency-list > li:nth-child(3),
.srchResultCtnr .fa-agency-list > li:nth-child(6) {
  margin-right: 10px;
}
.srchResultCtnr .fa-agency-list > li .picCtnr .type {
  position: relative;
}
.srchResultCtnr .fa-agency-list > li .picCtnr {
  border-left-width: 15px;
  width: 120px;
}
.srchResultCtnr .fa-agency-list > li .picCtnr .product-media {
  width: 120px;
  height: 120px;
  top: 0;
}
.srchResultCtnr .fa-agency-list > li .picCtnr .product-media img {
  max-height: 120px;
  max-width: 120px;
}
.srchResultCtnr .fa-agency-list > li .details {
  width: 256px;
  height: 165px;
}
.srchResultCtnr .fa-agency-list > li .details .linkCtnr {
  padding-left: 0;
}
.srchResultCtnr .fa-agency-list > li .details .links {
  bottom: 22px;
  padding: 0;
  width: 100%;
}
.srchResultCtnr .fa-agency-list > li .details .linkCtnr {
  display: block;
}
.srchResultCtnr .fa-agency-list > li .details .linkCtnr .price {
  font-size: 25px;
  line-height: normal;
}
.srchResultCtnr .fa-agency-list > li .details .linkCtnr .price .price-slump {
  margin: 6px 5px 6px 0;
}
.srchResultCtnr .fa-agency-list > li .details .linkCtnr span {
  display: inline-block;
}
.srchResultCtnr .fa-agency-list > li .details .linkCtnr span.loca span {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -261px -125px;
  height: 16px;
  width: 10px;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.srchResultCtnr .fa-agency-list > li .details .links a.sendMessage {
  background: #f5f5f5;
  width: 80px;
  height: 35px;
  padding-top: 7px;
  margin: 3px 0 0 0;
  display: inline-block;
  position: static;
  text-align: center;
}
.srchResultCtnr .fa-agency-list > li .details .links a.sendMessage span {
  height: 13px;
  width: 16px;
}
.srchResultCtnr .fa-agency-list > li .details .links div.showTel {
  background: #f5f5f5;
  width: 144px;
  height: 35px;
  padding-top: 7px;
  margin-top: 3px;
  margin-left: 10px;
  text-align: center;
}
.srchResultCtnr .fa-agency-list > li .details .links div.showTel span {
  background-position: -151px -24px;
  height: 16px;
  width: 13px;
  margin-right: 2px;
}
.mentions-multilead {
  font-size: 11px;
  font-style: italic;
  color: #888888;
  width: 262px;
}
#smart-app-banner-ipad {
  height: 101px;
  width: 100%;
  background-color: white;
}
.background-smartbanner-ipad {
  background-image: url("/Content/Default/Images/smartBanner-fond@2x.jpg?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05");
  background-repeat: no-repeat;
  background-size: 960px 110px;
  width: 960px;
  height: 110px;
}
.background-smartbanner-ipad .txt-ipad {
  font-size: 19px;
  margin-top: 24px;
  float: left;
}
.background-smartbanner-ipad div {
  float: left;
}
.background-smartbanner-ipad .txt-button {
  margin-left: 270px;
}
.background-smartbanner-ipad #btn-install-app-ipad {
  vertical-align: middle;
  background-color: #a41f72;
  text-align: center;
  border: none;
  line-height: 45px;
  height: 45px;
  width: 115px;
  margin-right: 22px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #fff;
  padding: 0;
  border-radius: 2px;
  cursor: pointer;
  margin-top: 27px;
  margin-left: 26px;
  text-transform: uppercase;
}
.background-smartbanner-ipad #btn-install-app-ipad a {
  text-decoration: none;
  color: #fff;
}
.background-smartbanner-ipad #btn-install-app-ipad:hover {
  background-color: #751956;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.background-smartbanner-ipad #btn-launch-app-ipad {
  vertical-align: middle;
  color: #a41f72;
  background-color: white;
  text-align: center;
  border: none;
  line-height: 45px;
  height: 43px;
  width: 113px;
  margin-right: 22px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Open Sans', Arial, sans-serif;
  border: 1px;
  padding: 0;
  border-radius: 2px;
  border-style: solid;
  border-color: #a41f72;
  cursor: pointer;
  margin-top: 27px;
  text-transform: uppercase;
}
.background-smartbanner-ipad #btn-launch-app-ipad:hover {
  background-color: white;
  border-color: #751956;
  color: #751956;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.background-smartbanner-ipad #btn-launch-app-ipad a {
  text-decoration: none;
  color: #a41f72;
}
.background-smartbanner-ipad .close-smartbanner {
  display: block;
  height: 20px;
  width: 20px;
  background: url("/Content/Default/Images/smartBanner-croix@2x.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat;
  background-size: 18px 18px;
  position: relative;
  top: 15px;
  right: 15px;
  float: right;
  text-indent: -50000px;
  cursor: pointer;
}
.alert-ipad {
  background-color: #a72376;
  border: 0px;
  width: 350px;
  min-height: 395px;
  border-radius: 0px;
  text-align: center;
  background: url("/Content/Default/Images/bg.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat;
  background-position-x: 6px;
  background-position-y: 14px;
  background-size: 380px 415px;
}
.alert-ipad .popin-title {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 25px;
  line-height: 30px;
  color: white;
  font-weight: 400;
  text-shadow: 0px 0px 0px #ffffff;
}
.alert-ipad .popin-ipad-cover {
  display: block;
  height: 260px;
  width: 365px;
}
.alert-ipad .close-ipad {
  display: block;
  height: 25px;
  width: 25px;
  background: url("/Content/Default/Images/close-popup-ipad.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat;
  background-size: 25px 25px;
  position: absolute;
  top: 5px;
  right: 1px;
  text-indent: -50000px;
  cursor: pointer;
}
.alert-ipad #btn-popup-open-app-ipad {
  vertical-align: middle;
  color: #a41f72;
  background-color: white;
  text-align: center;
  border: none;
  line-height: 45px;
  height: 43px;
  width: 136px;
  margin-right: 22px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Open Sans', Arial, sans-serif;
  border: 1px;
  padding: 0;
  border-radius: 2px;
  border-style: solid;
  border-color: #a41f72;
  cursor: pointer;
  margin-top: 13px;
  margin-left: 13px;
  text-transform: uppercase;
}
.alert-ipad #btn-popup-open-app-ipad:hover {
  background-color: white;
  border-color: #751956;
  color: #751956;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.alert-ipad #btn-popup-open-app-ipad a {
  text-decoration: none;
  color: #a41f72;
}
.alert-ipad #btn-popup-download-app-ipad {
  vertical-align: middle;
  background-color: #a41f72;
  text-align: center;
  border: none;
  line-height: 45px;
  height: 45px;
  width: 140px;
  margin-right: 22px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #fff;
  padding: 0;
  border-radius: 2px;
  cursor: pointer;
  margin-top: 13px;
  margin-left: 23px;
  text-transform: uppercase;
}
.alert-ipad #btn-popup-download-app-ipad a {
  text-decoration: none;
  color: #fff;
}
.alert-ipad #btn-popup-download-app-ipad:hover {
  background-color: #751956;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.alert-ipad .popin-buttons div {
  float: left;
}
.bloc-searchengine {
  width: 145px;
  height: 69px;
  background-color: #F0F0F0;
  margin-bottom: 5px;
  margin-left: 33px;
  text-align: center;
}
.hp-bloc-alert {
  cursor: pointer;
  font-size: 13px;
  color: #333333;
  font-weight: 600;
}
.hp-bloc-alert span {
  display: inline-block;
  height: 30px;
  margin: auto auto;
  width: 21px;
  height: 18px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -894px -88px no-repeat;
  margin-top: 12px;
}
.entrust-search-hp span {
  display: inline-block;
  height: 30px;
  margin: auto auto;
  width: 21px;
  height: 18px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -128px -23px no-repeat;
  margin-top: 12px;
}
.entrust-search-hp a {
  font-size: 13px;
  font-weight: 600;
  color: #333333;
}
.netvendeur-search-hp span {
  display: inline-block;
  height: 30px;
  margin: auto auto;
  width: 22px;
  height: 23px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -8px -374px no-repeat;
  margin-top: 12px;
}
.netvendeur-search-hp a {
  font-size: 13px;
  font-weight: 600;
  color: #333333;
}
/* Content pages location/vente (hub) */
.container-content-pages {
  width: 960px;
  margin: 0 auto;
}
.container-content-pages .col-container {
  *zoom: 1;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.container-content-pages .col-container:before,
.container-content-pages .col-container:after {
  content: "";
  display: table;
}
.container-content-pages .col-container:after {
  clear: both;
}
.container-content-pages .col-container:before,
.container-content-pages .col-container:after {
  content: "";
  display: table;
}
.container-content-pages .col-container:after {
  clear: both;
}
.container-content-pages .col-container h1 {
  font-size: 26px;
  color: #a41f72;
  font-weight: 700;
  margin: 20px 0 20px 0;
}
.container-content-pages .col-container h2 {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin: 20px 0 10px 20px;
}
.container-content-pages .col-container h3 {
  font-size: 18px;
  color: #a41f72;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
.container-content-pages .col-container .annonces {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.container-content-pages .col-container .annonces ul.list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.container-content-pages .col-container .annonces ul.list li.item {
  width: 307px;
  float: left;
  height: 160px;
  border: 1px solid #dce0df;
  background: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-left: 10px;
  box-sizing: border-box;
}
.container-content-pages .col-container .annonces ul.list li.item:nth-child(odd) {
  margin-right: 16px;
}
.container-content-pages .col-container .annonces ul.list li.item a.picCtnr {
  width: 126px;
  display: block;
  border: 0;
  height: 100%;
  float: left;
}
.container-content-pages .col-container .annonces ul.list li.item a.picCtnr .product-media {
  width: 126px;
  height: 95px;
  text-align: center;
  vertical-align: middle;
  max-width: 126px;
  max-height: 95px;
}
.container-content-pages .col-container .annonces ul.list li.item a.picCtnr .product-media > img {
  max-height: 95px;
  max-width: 126px;
  vertical-align: middle;
  border: none;
}
.container-content-pages .col-container .annonces ul.list li.item a.picCtnr .product-media .wrapper-agencyimg {
  position: absolute;
  bottom: 23px;
  left: 23px;
}
.container-content-pages .col-container .annonces ul.list li.item a.picCtnr .product-media .wrapper-agencyimg .list-item-agencyimg > img {
  max-width: 35px;
  max-height: 35px;
}
.container-content-pages .col-container .annonces ul.list li.item a.picCtnr div.photo {
  float: left;
  margin-top: 6px;
}
.container-content-pages .col-container .annonces ul.list li.item a.picCtnr div.photo > div:first-child {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -1016px -185px no-repeat;
  width: 18px;
  height: 14px;
  float: left;
}
.container-content-pages .col-container .annonces ul.list li.item a.picCtnr div.photo span {
  float: left;
  color: #8c8c8c;
  font-size: 12px;
  font-weight: 600;
  padding: 0px 0 0 3px;
}
.container-content-pages .col-container .annonces ul.list li.item a .agency {
  font-size: 13px;
  font-weight: 600;
  float: right;
  width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
  color: #8c8c8c;
  text-align: right;
}
.container-content-pages .col-container .annonces ul.list li.item a .details {
  width: 226px;
  height: 165px;
  overflow: hidden;
  font-size: 13px;
  position: absolute;
  top: 0;
  right: 0;
}
.container-content-pages .col-container .annonces ul.list li.item a .details .linkCtnr {
  padding-left: 0px;
  display: block;
  margin: 0 !important;
}
.container-content-pages .col-container .annonces ul.list li.item a .details .linkCtnr span.loca {
  color: #888888;
  font-weight: 600;
  line-height: 16px;
}
.container-content-pages .col-container .annonces ul.list li.item a .details .linkCtnr span.loca span {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -261px -125px;
  height: 16px;
  width: 10px;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.container-content-pages .col-container .annonces ul.list li.item a .details .linkCtnr .price {
  font-size: 25px;
  color: #000;
  font-weight: 700;
}
.container-content-pages .col-container .annonces ul.list li.item a .details ul {
  padding: 0px;
  margin-top: 0px !important;
  list-style: none;
  text-align: left;
}
.container-content-pages .col-container .annonces ul.list li.item a .details ul li {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  color: #000;
  font-weight: 600;
  padding: 0 20px 0 0;
  overflow: hidden;
  text-align: center;
}
.container-content-pages .col-container .annonces ul.list li.item a .details ul li.first {
  max-width: 114px;
}
.container-content-pages .col-container .annonces ul.list li.item .details {
  float: left;
  width: 160px;
  overflow: hidden;
  font-size: 13px;
  padding-left: 10px;
  box-sizing: border-box;
  margin-top: -5px;
}
.container-content-pages .col-container .annonces ul.list li.item .details span {
  display: inline-block;
}
.container-content-pages .col-container .annonces ul.list li.item .details span.loca {
  color: #888888;
  font-weight: 600;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.container-content-pages .col-container .annonces ul.list li.item .details span.loca span {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -261px -125px;
  height: 16px;
  width: 10px;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.container-content-pages .col-container .annonces ul.list li.item .details .price {
  font-size: 20px;
}
.container-content-pages .col-container .annonces ul.list li.item .details .price .price-slump {
  margin: 0;
}
.container-content-pages .col-container .annonces ul.list li.item .details .price sup {
  top: -9px;
}
.container-content-pages .col-container .annonces ul.list li.item .details .infos {
  color: black;
  font-weight: 600;
  margin-top: -5px;
}
.container-content-pages .col-container .annonces ul.list li.item .details .link-button {
  width: 131px;
  height: 21px;
  text-align: center;
  background-color: #a41f72;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 3px;
  display: block;
  margin: 5px auto;
  padding-top: 2px;
  font-weight: 500;
}
.container-content-pages .col-container .col-main {
  display: inline;
  float: left;
  width: 630px;
  margin: 0 0px;
}
.container-content-pages .col-container .col-main.sfr {
  display: inline;
  float: left;
  width: 930px;
  margin: 0 0px;
}
.container-content-pages .col-container .col-main.sfr .description {
  border: 0px !important;
  background-color: #f5f5f5;
}
.container-content-pages .col-container .col-main.sfr h2 {
  font-size: 17px !important;
}
.container-content-pages .col-container .col-main.sfr .seolinks-container {
  top: 8px;
  height: 225px !important;
}
.container-content-pages .col-container .col-main.sfr .seolinks-container .col {
  width: 210px;
}
.container-content-pages .col-container .col-main .description {
  border: 1px solid #dce0df;
  background-color: #FFF;
}
.container-content-pages .col-container .col-main .description p {
  font-size: 13px;
  color: #000;
  padding: 0 20px 0 20px;
}
.container-content-pages .col-container .col-main .description a {
  color: #a41f72;
  text-decoration: underline;
}
.container-content-pages .col-container .col-main .bloc-content {
  border: 1px solid #dce0df;
  background-color: #FFF;
  font-size: 13px;
  margin-top: 10px;
  position: inherit;
}
.container-content-pages .col-container .col-main .bloc-content h2 {
  font-size: 15px;
  font-weight: 600;
  margin: 10px 0 10px 20px;
}
.container-content-pages .col-container .col-main .bloc-content h2 a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}
.container-content-pages .col-container .col-main .bloc-content .img-container-content {
  float: left;
  width: 178px;
  height: 110px;
  margin-bottom: 7px;
}
.container-content-pages .col-container .col-main .bloc-content .img-container-content img {
  margin: 0px 20px;
}
.container-content-pages .col-container .col-main .bloc-content .txt {
  float: left;
}
.container-content-pages .col-container .col-main .bloc-content .txt p {
  width: 403px;
  margin-top: 0;
  margin-bottom: 11px;
}
.container-content-pages .col-container .col-main .bloc-content h2 {
  color: #a41f72;
}
.container-content-pages .col-container .col-main .bloc-content ul {
  margin: 0 0 10px 0;
  padding-left: 20px;
}
.container-content-pages .col-container .col-main .bloc-content li {
  list-style: none;
}
.container-content-pages .col-container .col-main .bloc-content p {
  font-size: 13px;
  color: #000;
  padding: 0 20px 0 20px;
}
.container-content-pages .col-container .col-main .bloc-content a {
  color: #a41f72;
  text-decoration: underline;
}
.container-content-pages .col-container .col-side {
  display: inline;
  float: left;
  width: 300px;
  margin: 0 0px;
  margin-left: 30px;
}
.container-content-pages .col-container .col-side > div {
  margin-bottom: 25px;
}
.container-content-pages .col-container .col-side .last-study img {
  border: 1px solid #dce0df;
}
.container-content-pages .col-container .col-side .oldh3 {
  font-size: 18px;
  color: #a41f72;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
.container-content-pages .col-container .col-side .blog-feed ul {
  padding: 10px;
  list-style: none;
  border: 1px solid #dce0df;
}
.container-content-pages .col-container .col-side .blog-feed ul li {
  height: 65px;
  border-bottom: 1px solid #dce0df;
}
.container-content-pages .col-container .col-side .blog-feed ul li p {
  display: table-cell;
  vertical-align: middle;
  width: 305px;
  height: 65px;
}
.container-content-pages .col-container .col-side .blog-feed ul li a {
  color: #000;
  font-size: 13px;
}
.container-content-pages .col-container .col-side .blog-feed ul li:last-child {
  border-bottom: 0;
}
.container-content-pages .col-container .seolinks-container {
  clear: both;
  position: relative;
  top: 15px;
  height: 465px;
}
.container-content-pages .col-container .seolinks-container h1 {
  margin-bottom: 0;
}
.container-content-pages .col-container .seolinks-container .col {
  width: 195px;
  float: left;
  font-size: 12px;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container-content-pages .col-container .seolinks-container .col a {
  color: #888888;
  width: 195px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.container-content-pages .col-container .seolinks-container .col.offset {
  margin-left: 15px;
}
.container-content-pages .col-container .seolinks-container .col:last-child {
  margin-right: 0px;
}
.container-content-pages .col-container .seolinks-container .col ul {
  padding: 0;
  list-style-type: none;
}
.container-content-pages .col-container .related-search {
  position: relative;
  top: 20px;
  display: inline-block;
  font-size: 13px;
}
.container-content-pages .col-container .related-search span {
  color: #a41f72;
  font-size: 14px;
}
.mentions-legales-img img {
  display: block;
  margin: 40px auto 20px auto;
}
sup.help {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -553px -141px no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: bottom;
  top: 0;
  left: 5px;
  opacity: 0.4;
  -ms-transform: scale(0.9, 0.9);
  /* IE 9 */
  -webkit-transform: scale(0.9, 0.9);
  /* Chrome, Safari, Opera */
  transform: scale(0.9, 0.9);
}
sup.alert {
  top: -6px;
}
.pdata-container {
  margin-top: 5px;
  clear: both;
  font-size: 10px;
  color: #999999;
}
.pdata-container .expand-collapse {
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
}
.pdata-container p {
  font-size: 12px;
  text-align: left;
}
.pdata-container .hidden {
  display: none;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    width: 1208px;
    min-width: initial;
  }
}
.mLead .mltLeft {
  margin: 10px 0;
  float: left;
  width: 200px;
}
.mLead .mltLeft .input-classic-grad {
  width: 215px;
  height: 34px;
  line-height: 34px;
  margin-bottom: 10px;
  border-radius: 0;
  margin-right: 0px;
  display: block;
}
.mLead .mltLeft .input-group {
  height: 34px;
  line-height: 34px;
  background-color: white !important;
  color: black;
  margin-bottom: 13px;
}
.mLead .mltLeft .input-group .input-group-addon {
  background-color: white;
  color: black;
  height: 22px;
}
.mLead .mltLeft .input-group .input-classic-grad {
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-right: none;
  border-bottom: 1px solid #cccccc;
  float: left;
}
/* Page authentification*/
.container-auth {
  height: 715px;
  background: url("/Content/Default/Images/Users/bg-authentication.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.container-auth .col-container {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.container-auth .col-container .wrapper {
  display: inline;
  float: left;
  width: 390px;
  margin: 0 0px;
  margin-left: 570px;
  margin-top: 50px;
}
.container-auth .col-container .wrapper .title {
  font-size: 24px;
  font-weight: 300;
  color: #8b8b8b;
  display: block;
  margin-bottom: 10px;
}
.container-auth .col-container .wrapper input:not([type="submit"]) {
  width: 310px;
  padding-left: 30px;
}
.container-auth .col-container .wrapper input:not([type="submit"]).mail {
  background: #ffffff url("/Content/Default/Images/ico-mail.png") 8px 11px no-repeat;
}
.container-auth .col-container .wrapper input:not([type="submit"]).mdp {
  background: #ffffff url("/Content/Default/Images/ico-mdp.png") 11px 7px no-repeat;
}
.container-auth .col-container .wrapper input:not([type="submit"]).error {
  border: 1px solid #bc0316;
  background-color: white !important;
  color: black !important;
}
.container-auth .col-container .wrapper .bloc-top {
  height: 290px;
  background: rgba(239, 236, 231, 0.7);
}
.container-auth .col-container .wrapper .bloc-top > form {
  padding: 20px;
}
.container-auth .col-container .wrapper .bloc-top.auth input:not([type="submit"]) {
  margin-bottom: 10px;
}
.container-auth .col-container .wrapper .bloc-top.auth .authError {
  display: none;
  margin: 0 0 0 10px;
}
.container-auth .col-container .wrapper .bloc-top.auth .btn-container {
  padding: 0;
  height: 34px;
  margin-bottom: 5px;
  line-height: 34px;
}
.container-auth .col-container .wrapper .bloc-top.auth .btn-container .validBtn {
  float: right;
  width: 162px;
  margin: 0 5px 0 0;
}
.container-auth .col-container .wrapper .bloc-top.auth .btn-container .fgt-pwd {
  float: left;
  display: block;
  color: #a41f72;
  font-size: 14px;
  font-weight: 600;
  margin: 0 15px 0 10px;
}
.container-auth .col-container .wrapper .bloc-top.auth .other {
  clear: both;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #333;
}
.container-auth .col-container .wrapper .bloc-top.auth .socials-signin div {
  margin: 5px 17px 0 0;
}
.container-auth .col-container .wrapper .bloc-top.auth .socials-signin div:last-child {
  margin-right: 0;
}
.container-auth .col-container .wrapper .bloc-top.forgot .validBtn {
  float: none;
  width: 160px;
  display: block;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.container-auth .col-container .wrapper .bloc-top.forgot #meter2 {
  top: -5px;
  width: 345px;
  margin-left: 1px;
}
.container-auth .col-container .wrapper .bloc-top.forgot .password-meter-msg {
  color: #bc0316;
  font-weight: 500;
  margin-bottom: 5px;
}
.container-auth .col-container .wrapper .bloc-top.forgot .pwderror {
  font-size: 13px;
  color: #bc0316;
}
.container-auth .col-container .wrapper .bloc-bottom {
  width: 350px;
  height: 145px;
  background-color: #FFF;
  padding: 20px;
}
.container-auth .col-container .wrapper .bloc-bottom.large {
  height: 170px;
}
.container-auth .col-container .wrapper .bloc-bottom.large .validBtn {
  margin-top: 20px;
}
.container-auth .col-container .wrapper .bloc-bottom p {
  color: #333;
  width: 340px;
  font-weight: 600;
  font-size: 14px;
  margin: 0 0 20px 0;
}
.container-auth .col-container .wrapper .bloc-bottom a {
  text-align: center;
}
.container-auth .col-container .wrapper .bloc-bottom .validBtn {
  float: none;
  width: 160px;
  font-size: 13px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.container-auth .col-container .wrapper .bloc-bottom .authError {
  margin: 5px 0 0 0;
}
.new-alert-confirm-entrust .popin-header {
  width: 688px;
}
.popin-confirm-entrust-container {
  background: url("/Content/Default/Images/popinconfirmationalerte_bg.jpg?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") 0 0 no-repeat;
}
.popin-confirm-entrust-container .right {
  margin-left: 308px;
  text-align: center;
  width: 380px;
  min-height: 450px;
  margin-bottom: 15px;
}
.popin-confirm-entrust-container .entrust-data ul {
  color: #333333;
  font-size: 12px;
  list-style: none;
  text-align: left;
  padding: 0px;
  margin-bottom: 3px;
}
.popin-confirm-entrust-container .entrust-data ul li {
  margin-bottom: 3px;
}
.popin-confirm-entrust-container .popin-entrust-content p {
  font-size: 18px;
  padding-top: 20px;
  font-weight: 700;
}
.popin-confirm-entrust-container p {
  color: #000;
  font-size: 14px;
  margin-top: 5px;
}
.popin-confirm-entrust-container .col {
  float: left;
  width: 182px;
}
.popin-confirm-entrust-container .input-classic {
  color: #888 !important;
  border-radius: 0;
  background-clip: unset;
}
.popin-confirm-entrust-container .input-classic::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #888;
}
.popin-confirm-entrust-container .input-classic:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #888;
  opacity: 1;
}
.popin-confirm-entrust-container .input-classic::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #888;
  opacity: 1;
}
.popin-confirm-entrust-container .input-classic:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #888;
}
.popin-confirm-entrust-container .large {
  margin-top: 25px;
  margin-bottom: 10px;
  width: 345px;
}
.popin-confirm-entrust-container .clearfix {
  clear: both;
}
.popin-confirm-entrust-container .medium {
  width: 163px;
}
.popin-confirm-entrust-container #bt-popin-entrustsearch {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  border: 0;
  width: 354px;
  border-radius: 3px;
  margin-bottom: 15px;
}
.popin-confirm-entrust-container #bt-popin-entrustsearch.ft13 {
  height: 32px;
  line-height: 32px;
  font-size: 13px;
}
.popin-confirm-entrust-form {
  text-align: left;
  margin: 0px;
  padding: 0px;
}
.legal-mention {
  width: 657px;
  font-size: 12px;
  color: #666;
  padding: 15px;
}
.entrust-data-surface-price {
  text-align: left;
  margin-top: 25px;
  margin-bottom: 20px;
}
.entrust-data-surface-price .input-group-addon {
  background-color: white;
  color: black;
  border-left: 0px;
}
.entrust-data-surface-price .input-classic-grad {
  width: 135px;
  border-right: 0px;
}
.name-mandatory {
  text-transform: none;
  display: block;
  text-overflow: ellipsis;
  width: 230px;
  height: 25px;
  overflow: hidden;
}
.popin.popin-content.lr-contact-popin {
  border-radius: 0;
  padding: 0;
}
.popin.popin-content.lr-contact-popin .b-ajax-wrapper {
  width: 500px;
}
.popin.popin-content.lr-contact-popin .b-ajax-wrapper h2 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: lighter;
  font-size: 24pt;
  color: #888888;
  margin: 15px 0 15px 15px;
}
.popin.popin-content.lr-contact-popin .b-ajax-wrapper .close {
  display: block;
  height: 21px;
  width: 21px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -774px -132px no-repeat;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.popin.popin-content.lr-contact-popin .b-ajax-wrapper .account-picture {
  margin-left: 70px;
  display: inline-block;
  vertical-align: top;
}
.popin.popin-content.lr-contact-popin .b-ajax-wrapper .account-picture img {
  width: 70px;
  margin-right: 10px;
}
.popin.popin-content.lr-contact-popin .b-ajax-wrapper .account-infos {
  max-width: 325px;
  margin: 0 auto 0 0;
  display: inline-block;
}
.popin.popin-content.lr-contact-popin .b-ajax-wrapper .account-infos .agency-title span {
  font-size: 16px;
  display: block;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.popin.popin-content.lr-contact-popin .b-ajax-wrapper .account-infos .agency-link a {
  display: block;
}
.popin.popin-content.lr-contact-popin .b-ajax-wrapper .account-infos .agency-link a span {
  display: inline-block;
}
.popin.popin-content.lr-contact-popin .b-ajax-wrapper .byTel {
  margin-left: 150px;
  /* .variation1
            {
                background-color:#fff;
                color:#333333;
                font-size:14px;
            }*/
}
.popin.popin-content.lr-contact-popin .b-ajax-wrapper .byTel #display-phonenumber-2 {
  margin: 10px auto 10px 0 !important;
  height: 35px !important;
  text-align: center;
}
.popin.popin-content.lr-contact-popin .b-ajax-wrapper .byTel #display-phonenumber-2 span {
  display: inline-block;
  margin-left: 10px;
}
.popin.popin-content.lr-contact-popin .b-ajax-wrapper .byTel .btnDefault {
  border: 1px solid #a41f72;
  background-color: #a41f72;
  color: #fff;
}
.popin.popin-content.lr-contact-popin .b-ajax-wrapper .content-wrapper {
  width: 360px;
  margin: 0 auto 20px auto;
}
.popin.popin-content.lr-contact-popin .b-ajax-wrapper .content-wrapper form {
  width: 400px;
}
.popin.popin-content.lr-contact-popin .b-ajax-wrapper .content-wrapper form input,
.popin.popin-content.lr-contact-popin .b-ajax-wrapper .content-wrapper form textarea,
.popin.popin-content.lr-contact-popin .b-ajax-wrapper .content-wrapper form label {
  display: block;
  margin: 10px auto 10px 0;
  padding: 0 5px 0 5px;
  width: 350px;
}
.popin.popin-content.lr-contact-popin .b-ajax-wrapper .content-wrapper form textarea {
  height: 200px;
  max-height: 250px;
}
.popin.popin-content.lr-contact-popin .b-ajax-wrapper .content-wrapper form label {
  line-height: 18px;
  padding-left: 25px;
  font-size: 14px;
  width: 220px;
  display: inline-block;
}
.popin.popin-content.lr-contact-popin .b-ajax-wrapper .content-wrapper form label:before {
  top: 0;
}
.popin.popin-content.lr-contact-popin .b-ajax-wrapper .content-wrapper form sup.help {
  top: 4px;
  cursor: pointer;
  vertical-align: inherit;
}
.popin.popin-content.lr-contact-popin .b-ajax-wrapper .content-wrapper form input[type=submit] {
  width: 360px;
  padding: 0;
  margin: 0 auto 0 0;
  text-transform: uppercase;
}
.popin.popin-content.lr-contact-popin .b-ajax-wrapper .content-wrapper form .fieldError {
  background-color: #bc0316;
  color: white;
}
.popin.popin-content.lr-contact-popin .b-ajax-wrapper .bottom-mentions {
  color: #888888;
  font-size: 12px;
  background-color: #dce0df;
  padding: 10px;
}
/* Toastr: custom */
/* We want to avoid breaking the default behavior. See. https://github.com/CodeSeven/toastr/blob/master/toastr.less */
#aval-fd-toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}
#aval-fd-toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#aval-fd-toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 150px;
  border-radius: 0;
  background-position: 15px center;
  background-repeat: no-repeat;
  color: #fff;
}
#aval-fd-toast-container > :hover {
  cursor: pointer;
}
#aval-fd-toast-container.middle-screen {
  top: 50%;
  width: 100%;
}
#aval-fd-toast-container.middle-screen > div {
  margin: 0 auto;
  width: 320px;
}
#aval-fd-toast-container .aval-toast .aval-toast-title {
  text-align: center;
  margin: 0;
  font-weight: bold;
}
#aval-fd-toast-container .aval-toast .aval-toast-message {
  text-align: center;
  margin: 5px 0 0 0;
}
#aval-toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}
#aval-toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#aval-toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 0;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #333333;
  color: #a41f72;
  background-color: #fff2fa;
}
#aval-toast-container > :hover {
  box-shadow: 0 0 12px black;
  cursor: pointer;
}
#aval-toast-container.middle-screen {
  top: 50%;
  width: 100%;
}
#aval-toast-container.middle-screen > div {
  margin: 0 auto;
  width: 600px;
}
#aval-toast-container .aval-toast .aval-toast-title {
  text-align: center;
  margin: 0;
  font-weight: bold;
}
#aval-toast-container .aval-toast .aval-toast-message {
  text-align: center;
  margin: 5px 0 0 0;
}
/* Page création alerte mail*/
.container-alert {
  min-height: 715px;
  background: url("/Content/Default/Images/Users/bg-alert-email.jpg") no-repeat center center;
  background-size: cover;
}
.container-alert .col-container {
  width: 960px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}
.container-alert .col-container .col-infos {
  display: inline;
  width: 540px;
  margin: 0 0px;
  float: left;
  margin-top: 100px;
}
.container-alert .col-container .col-infos h2 {
  color: #a41f72;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}
.container-alert .col-container .col-infos h3 {
  color: #333333;
  margin: 0;
  clear: both;
  width: 500px;
  font-size: 29px;
  font-weight: 500;
}
.container-alert .col-container .col-form {
  display: inline;
  width: 420px;
  margin: 0 0px;
  float: left;
  margin-top: 40px;
  background-color: rgba(255, 255, 255, 0.75);
}
.container-alert .col-container .col-form h3 {
  color: #333333;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0;
}
.container-alert .col-container .col-form input:not([type="checkbox"]) {
  width: 340px;
}
.container-alert .col-container .col-form input:not([type="checkbox"]).medium {
  width: 155px;
}
.container-alert .col-container .col-form input:not([type="checkbox"])::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #888888;
}
.container-alert .col-container .col-form input:not([type="checkbox"])::-moz-placeholder {
  /* Firefox 19+ */
  color: #888888;
}
.container-alert .col-container .col-form input:not([type="checkbox"]):-ms-input-placeholder {
  /* IE 10+ */
  color: #888888;
}
.container-alert .col-container .col-form input:not([type="checkbox"]):-moz-placeholder {
  /* Firefox 18- */
  color: #888888;
}
.container-alert .col-container .col-form div.row {
  line-height: 30px;
  min-height: 34px;
  width: 350px;
  margin: 10px auto;
  font-weight: 600;
}
.container-alert .col-container .col-form div.row div.col {
  float: left;
  width: 160px;
  position: relative;
}
.container-alert .col-container .col-form div.row .addon {
  position: absolute;
  top: 1px;
  right: 0;
  font-size: 13px;
}
.container-alert .col-container .col-form .transactionCtnr .labelSale {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: none;
}
.container-alert .col-container .col-form .transactionCtnr .labelRent {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.container-alert .col-container .col-form .transactionCtnr [type="radio"] {
  position: absolute;
  left: -9999px;
}
.container-alert .col-container .col-form .transactionCtnr [type="radio"]:checked + label {
  background-color: #9c2170;
  color: white;
}
.container-alert .col-container .col-form .transactionCtnr label {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: 1px solid #9c2170;
  color: #9c2170;
  font-size: 14px;
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.container-alert .col-container .col-form .type-groups .input {
  width: 350px;
  height: 30px;
  line-height: 30px;
  font-size: 0.813em;
  color: #333333;
  font-weight: 600;
  border: 1px solid #cecece;
  border-radius: 3px;
  background-color: #FFF;
  background-clip: padding-box;
  position: relative;
}
.container-alert .col-container .col-form .type-groups .input .values {
  margin-left: 10px;
  width: 300px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.container-alert .col-container .col-form .type-groups .input .picto {
  position: absolute;
  background: url("/Content/Default/Images/sprite.png?v=1.0.0.0-0001") no-repeat -894px -107px;
  display: inline-block;
  margin: 10px 0 0 20px;
  height: 7px;
  width: 10px;
  cursor: pointer;
  right: 5px;
  top: 3px;
}
.container-alert .col-container .col-form .type-groups.open .input .picto {
  transition: all 0.3s;
  transform: rotate(180deg);
}
.container-alert .col-container .col-form .type-groups.open .type-groups-edit {
  display: block;
}
.container-alert .col-container .col-form .type-groups .type-groups-edit {
  display: none;
  width: 330px;
  border: 1px solid #cecece;
  background-color: #FFF;
  padding: 10px;
  font-size: 13px;
  margin-top: 5px;
  position: absolute;
  z-index: 1;
}
.container-alert .col-container .col-form .type-groups .type-groups-edit .custom-check:not(:checked) + label,
.container-alert .col-container .col-form .type-groups .type-groups-edit .custom-check:checked + label {
  display: inline-block;
  width: 125px;
}
.container-alert .col-container .col-form .type-groups .type-groups-edit .custom-check:not(:checked) + label:nth-child(even),
.container-alert .col-container .col-form .type-groups .type-groups-edit .custom-check:checked + label:nth-child(even) {
  margin-right: 10px;
}
.container-alert .col-container .col-form .type-groups .type-groups-edit fieldset {
  border: none;
  padding: 0;
  margin-top: 10px;
}
.container-alert .col-container .col-form .type-groups .type-groups-edit fieldset legend {
  display: block;
  color: #a41f72;
  font-size: 14px;
  font-weight: 600;
}
.container-alert .col-container .col-form .newlocCtnr.formAlert {
  display: none;
  padding: 0 5px;
  border-radius: 3px;
}
.container-alert .col-container .col-form #jsOptinPartners input {
  float: left;
  margin: 9px 10px 0 0;
}
.container-alert .col-container .col-form #jsOptinPartners label {
  float: left;
  font-size: 13px;
  color: #333333;
}
.container-alert .col-container .col-form .btn-container {
  text-align: center;
}
.container-alert .col-container .col-form .btn-container input {
  float: none;
  width: 200px;
}
.container-alert .col-container .col-form .pdata-container {
  padding: 2px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #CCC;
}
.container-alert .col-container .col-form .pdata-container .expand-content {
  padding: 0 10px 10px 10px;
}
.container-alert .col-container .col-form .pdata-container .expand-content p {
  margin-bottom: 0;
  width: 400px;
  text-align: left;
  font-size: 11px;
}
.container-alert .col-container .col-form .alert-created {
  margin-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
}
.container-alert .col-container .col-form .alert-created p {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}
.container-alert .col-container .col-form .alert-created .bottom {
  margin-bottom: 100px;
  text-align: center;
}
.container-alert .col-container .col-form .alert-created .bottom input {
  border-radius: 3px;
}
.container-alert .ui-multiselect.form-alert-mail {
  margin: 0 !important;
  width: 350px !important;
}
.container-alert .ui-multiselect-checkboxes {
  position: relative;
  overflow-y: auto;
  padding-left: 0;
  margin: 0;
}
.container-alert .ui-multiselect-checkboxes label input {
  position: relative;
  top: 1px;
  margin-right: 10px;
}
.container-alert .ui-multiselect-checkboxes label {
  cursor: pointer;
  display: block;
  border: 1px solid transparent;
  padding: 6px 0px 6px 5px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  background-color: #fff;
  font-weight: 600;
}
.container-alert .ui-multiselect-checkboxes li {
  clear: both;
  list-style-type: none;
}
.container-alert .ui-multiselect-checkboxes label input:checked + span {
  font-weight: 600;
  color: #a41f72;
}
.ui-multiselect-menu.form-alert-mail {
  width: 348px !important;
  margin-top: 6px;
}
.col-main .prodDesc .descNew {
  margin: 20px 0px 0px 10px;
  overflow: hidden;
}
.col-main .prodDesc .descNew .subTitle {
  font-size: 24px;
  font-weight: 600;
}
.col-main .prodDesc .descNew div .subTitle {
  margin: 0;
}
.col-main .prodDesc .descNew div.further {
  margin: 5px 0 0 20px;
}
.col-main .prodDesc .descNew table {
  margin: 10px 10px 0px;
  padding-left: 10px;
}
.col-main .prodDesc .descNew table.hidden {
  display: none;
  margin: 0;
}
.col-main .prodDesc .descNew table td {
  width: 186px;
  margin-right: 0px;
  list-style-type: none !important;
  height: 35px;
  border: 1px solid #d2d2d2;
  padding-left: 6px;
}
.col-main .prodDesc .descNew table td a {
  color: #a31770;
  font-size: 0.813em;
  font-weight: 600;
}
.col-main .prodDesc .descNew table td.ges-list span {
  float: left;
  line-height: 30px;
}
.col-main .prodDesc .descNew table td.energy-list {
  line-height: 30px;
}
.col-main .prodDesc .descNew table td.energy-list span {
  float: left;
  line-height: 30px;
}
.col-main .prodDesc .descNew table td.no-margin {
  margin-right: 0;
}
.col-main .prodDesc .descNew table td.clear {
  clear: both;
}
.col-main .prodDesc .descNew table td span {
  font-size: 0.813em;
  color: #333333;
  font-weight: 600;
}
.col-main .prodDesc .descNew table td .energie,
.col-main .prodDesc .descNew table td .dpe {
  width: 17px;
  height: 17px;
  cursor: pointer;
}
.col-main .prodDesc .descNew table td .energie {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -553px -141px no-repeat;
}
.col-main .prodDesc .descNew table td .dpe {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -553px -141px no-repeat;
}
.col-main .prodDesc .descNew table td .link {
  color: #a41f72;
  float: left;
}
.col-main .prodDesc .descNew table td .link:hover {
  color: #a41f72;
}
.col-main .prodDesc .descNew table td .score {
  float: left;
  width: 70px;
  height: 20px;
  margin-top: 6px;
  margin-left: 18px;
}
.col-main .prodDesc .descNew table td .score .dpenc {
  margin-top: 0px;
}
.col-main .prodDesc .descNew table td .score.enlarge-value-no-Symbol {
  width: 70px !important;
}
.col-main .prodDesc .descNew table td .score .num {
  width: 40px;
  text-align: center;
  float: left;
  line-height: 20px;
}
.col-main .prodDesc .descNew table td .score .rank {
  color: #fff;
  width: 30px;
  line-height: 20px;
  text-align: center;
  float: left;
}
.prodDesc .partnerCtnr .logo {
  padding-left: 20px;
}
.housing-access-new {
  clear: both;
  margin: 30px 0 0 20px;
  overflow: hidden;
  /*a{
                color: @purple;
                font-weight: 600;
            }*/
}
.housing-access-new div.title {
  margin: 10px 0 0 0;
  width: 180px;
}
.housing-access-new .pricing-data ul {
  width: 560px;
  margin: 0px;
  margin-top: -1px;
  background-color: #f5f5f5;
  border-style: solid;
  border-color: #d3d3d3;
  border-width: 1px 1px 1px 1px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.housing-access-new .pricing-data ul li::before {
  content: "\2022";
  font-size: 30px;
  padding-right: 0px;
  color: #9E9E9E;
  vertical-align: middle;
}
.housing-access-new .pricing-data ul .agency-fees {
  color: #A41F72;
}
.housing-access-new .pricing-data sup {
  font-size: 10px;
  top: -0.7em;
}
.housing-access-new .pricing-history ul {
  margin: 0px;
  margin-top: -1px;
  width: 598px;
  background-color: #f5f5f5;
  border-style: solid;
  border-color: #d3d3d3;
  border-width: 1px 1px 1px 1px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.housing-access-new .pricing-history ul #history-title {
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 16px;
  color: #000000;
}
.housing-access-new .pricing-history ul li::before {
  content: "\2022";
  font-size: 30px;
  padding-right: 0px;
  color: #9E9E9E;
  vertical-align: middle;
}
.housing-access-new .pricing-history ul li #history-price {
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 13px;
  color: #000000;
}
.housing-access-new .pricing-history ul li #history-date {
  font-family: 'Open Sans';
  font-weight: normal;
  font-size: 13px;
  color: #000000;
}
.housing-access-new .price-title {
  margin-top: 5px;
  background-color: #f5f5f5;
  border-style: solid;
  border-color: #d3d3d3;
  border-width: 1px 1px 0px 1px;
  width: 380px;
  height: 50px;
  padding-left: 15px;
  padding-top: 10px;
}
.housing-access-new .price-title.extend {
  width: 490px !important;
}
.housing-access-new .price-title.fullborder {
  border-bottom-width: 1px;
}
.housing-access-new .price-title a.sfr {
  margin-left: 10px;
  color: #a41f72;
  font-weight: 600;
  cursor: pointer;
  font-size: 13px;
  line-height: 36px;
}
.housing-access-new .price-title span {
  float: left;
}
.housing-access-new .price-title span.price-info {
  font-size: 24px;
  font-weight: bold;
  color: black;
}
.housing-access-new .intermark {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -774px -1px;
  width: 19px;
  height: 19px;
  display: inline-block;
  position: relative;
  top: 5px;
  left: 7px;
}
.housing-access-new .subTitle {
  margin: 0;
}
.housing-access-new .monthly {
  margin-left: 35px;
  color: #a41f72;
  font-weight: 600;
}
.housing-access-new ul {
  list-style-type: none;
  margin: 15px 0px 0px 0px;
  padding-left: 20px;
  width: 400px;
}
.housing-access-new ul li {
  line-height: 27px;
}
.housing-access-new ul li::before {
  content: "\2022";
  padding-right: 3px;
  vertical-align: middle;
}
.housing-access-new ul li span {
  font-size: 0.813em;
  font-weight: 600;
}
.fd-contact-variance-1 {
  margin-top: 40px;
}
.fd-contact-variance-1 .button-link {
  display: block;
  border: 1px solid #dce0df;
  text-align: left;
  padding-left: 30px;
}
.fd-contact-variance-1 .button-link + .button-link {
  border-top: none;
}
.fd-contact-variance-1 .button-link:hover {
  background: #e6e7e9;
}
.fd-contact-variance-1 .button-link.show-tel .button-icon {
  background-position: -344px -283px;
}
.fd-contact-variance-1 .button-link.ask-infos .button-icon {
  background-position: -344px -316px;
}
.fd-contact-variance-1 .button-link.price-alert .button-icon {
  background-position: -814px -40px;
}
.fd-contact-variance-1 .button-link .button-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 60px;
  color: black;
  font-weight: bold;
  margin-left: 40px;
  font-size: 16px;
}
.fd-contact-variance-1 .button-icon {
  display: inline-block;
  background-image: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05");
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  vertical-align: middle;
}
.input-validation-error,
.field-validation-error {
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: #bc0316 !important;
  background-origin: padding-box !important;
  background-size: auto auto !important;
  border: 1px solid #bc0316 !important;
  color: #fff !important;
}
.input-validation-error::-webkit-input-placeholder,
.field-validation-error::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: white;
}
.input-validation-error:-moz-placeholder,
.field-validation-error:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: white;
  opacity: 1;
}
.input-validation-error::-moz-placeholder,
.field-validation-error::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: white;
  opacity: 1;
}
.input-validation-error:-ms-input-placeholder,
.field-validation-error:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}
.pl-regions a {
  display: block !important;
}
.pl-regions a p {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  position: relative;
  top: -215px;
  text-align: center;
}
.pl-regions a span {
  font-weight: bold;
}
.pl-cities a {
  display: block !important;
}
.pl-cities a p {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  position: relative;
  top: -217px;
  text-align: center;
}
.pl-cities a span {
  font-weight: bold;
}
.topSummary {
  border: 0px !important;
}
#fd-localinfo-container .styled-select select {
  background: transparent;
  line-height: 1;
  border: 0;
  height: 40px;
  width: 202px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
#fd-localinfo-container .styled-select {
  margin-left: 15px;
  margin-top: 10px;
  height: 40px;
  width: 202px;
  overflow: hidden;
  background: url("/Content/Default/Images/arrow-black.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat right #ffffff;
  border: 1px solid #d3d1df;
}
#fd-localinfo-container .styled-select select::-ms-expand {
  display: none;
}
#fd-localinfo-container #Category {
  padding-left: 5px;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  width: 202px;
}
#fd-localinfo-container .left-menus {
  float: left;
  background-color: #3dbfc1;
  width: 232px;
  height: 485px;
}
#fd-localinfo-container li {
  display: block;
  height: 28px;
  line-height: 45px;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  font-size: 13px;
}
#fd-localinfo-container li.Immobilier span:first-child {
  background-position: -1053px -183px;
  width: 21px;
  height: 18px;
}
#fd-localinfo-container li.Immobilier:hover span:first-child {
  background-position: -1053px -206px;
}
#fd-localinfo-container li.Habitants span:first-child {
  background-position: -1050px -130px;
  width: 21px;
  height: 20px;
}
#fd-localinfo-container li.Habitants:hover span:first-child {
  background-position: -1051px -157px;
}
#fd-localinfo-container li.Environnement span:first-child {
  background-position: -1051px -81px;
  width: 21px;
  height: 19px;
}
#fd-localinfo-container li.Environnement:hover span:first-child {
  background-position: -1051px -105px;
}
#fd-localinfo-container li.Education span:first-child {
  background-position: -1047px -41px;
  width: 21px;
  height: 16px;
}
#fd-localinfo-container li.Education span.edu {
  margin-left: 13px;
  margin-right: 17px;
}
#fd-localinfo-container li.Education:hover span:first-child {
  background-position: -1047px -61px;
}
#fd-localinfo-container li.Commerces span:first-child {
  background-position: -1049px -3px;
  width: 21px;
  height: 14px;
}
#fd-localinfo-container li.Commerces:hover span:first-child {
  background-position: -1049px -22px;
}
#fd-localinfo-container li:last-child {
  height: 63px;
  line-height: 20px;
}
#fd-localinfo-container li:last-child .multiline {
  display: inline-block;
  width: 137px;
  margin-top: 10px;
}
#fd-localinfo-container li:hover,
#fd-localinfo-container li.selected {
  color: #A41F72;
}
#fd-localinfo-container li:hover span.Immobilier,
#fd-localinfo-container li.selected span.Immobilier {
  background-position: -1053px -206px;
}
#fd-localinfo-container li:hover span.Habitants,
#fd-localinfo-container li.selected span.Habitants {
  background-position: -1051px -157px;
}
#fd-localinfo-container li:hover span.Environnement,
#fd-localinfo-container li.selected span.Environnement {
  background-position: -1051px -105px;
}
#fd-localinfo-container li:hover span.Education,
#fd-localinfo-container li.selected span.Education {
  background-position: -1047px -61px;
}
#fd-localinfo-container li:hover span.Commerces,
#fd-localinfo-container li.selected span.Commerces {
  background-position: -1049px -22px;
}
#fd-localinfo-container li.selected {
  text-decoration: underline;
}
#fd-localinfo-container li span {
  display: inline-block;
  width: 45px;
  margin: 10px 15px;
  position: relative;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat;
}
#fd-localinfo-container li span.multiline {
  display: block;
}
#fd-localinfo-container .main-content {
  display: inline-block;
  border: 1px solid #d2d2d2;
}
#fd-localinfo-container .main-content .img-fix {
  min-height: 255px;
}
#fd-localinfo-container .main-content .sub-menu {
  width: 215px;
  height: 325px;
  overflow: hidden;
  padding: 15px;
}
#fd-localinfo-container .main-content .sub-menu ul {
  padding: 0;
  list-style-type: none;
  font-size: 13px;
  font-weight: 600;
  color: #8B8B8B;
  margin: 0;
}
#fd-localinfo-container .main-content .sub-menu ul li {
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  line-height: 27px;
  font-weight: 600;
  color: #ffffff;
  font-size: 13px;
}
#fd-localinfo-container .main-content .sub-menu ul li .label-info {
  max-width: 193px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#fd-localinfo-container .main-content .sub-menu ul li span.chev {
  background: url(/Content/Default/Images/sprite.png?v=3.3.6.40897) -830px -117px no-repeat;
  width: 6px;
  height: 10px;
  display: none;
  margin-left: 6px;
  position: absolute;
  top: 0px;
  right: 0;
}
#fd-localinfo-container .main-content .sub-menu ul li:hover,
#fd-localinfo-container .main-content .sub-menu ul li.selected {
  color: #ffffff;
  font-weight: bold;
}
#fd-localinfo-container .main-content .sub-menu ul li:hover span.chev,
#fd-localinfo-container .main-content .sub-menu ul li.selected span.chev {
  display: inline-block;
}
#fd-localinfo-container .main-content .sub-menu .Immobilier,
#fd-localinfo-container .main-content .sub-menu .Education,
#fd-localinfo-container .main-content .sub-menu .Environnement,
#fd-localinfo-container .main-content .sub-menu .Habitants,
#fd-localinfo-container .main-content .sub-menu .Commerces {
  display: none;
}
#fd-localinfo-container .main-content .sub-menu .Immobilier.selected,
#fd-localinfo-container .main-content .sub-menu .Education.selected,
#fd-localinfo-container .main-content .sub-menu .Environnement.selected,
#fd-localinfo-container .main-content .sub-menu .Habitants.selected,
#fd-localinfo-container .main-content .sub-menu .Commerces.selected {
  display: block;
}
#fd-localinfo-container .main-content .info {
  float: left;
  height: 464px;
  overflow: hidden;
  padding: 15px;
  padding-top: 5px;
  width: 356px;
}
#fd-localinfo-container .main-content .info .data {
  display: none;
  overflow: hidden;
  position: relative;
  text-align: center;
}
#fd-localinfo-container .main-content .info .data .help {
  top: -23px;
  opacity: .35;
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#fd-localinfo-container .main-content .info .data .picto-infos {
  margin-top: 40px;
}
#fd-localinfo-container .main-content .info .data .average-department {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  margin-top: 9px;
  padding: 10px;
  text-align: center;
}
#fd-localinfo-container .main-content .info .data .average-department .numeric,
#fd-localinfo-container .main-content .info .data .average-department .units,
#fd-localinfo-container .main-content .info .data .average-department .text {
  font-size: 13px;
  margin-top: 0px;
  margin-left: 0px;
}
#fd-localinfo-container .main-content .info .data .average-department .text {
  margin-bottom: 0px;
  color: #333;
}
#fd-localinfo-container .main-content .info .data div {
  text-align: center;
}
#fd-localinfo-container .main-content .info .data div.encart {
  border: 1px solid #d2d2d2;
  background-color: #f5f5f5;
}
#fd-localinfo-container .main-content .info .data div.desc {
  font-size: 13px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 15px;
}
#fd-localinfo-container .main-content .info .data div.definition {
  text-align: left;
  display: none;
  margin-left: 5px;
  font-size: 13px;
}
#fd-localinfo-container .main-content .info .data div .numeric {
  font-size: 30px;
  font-weight: bold;
  color: #a41f72;
  margin-top: 10px;
  display: inline-block;
}
#fd-localinfo-container .main-content .info .data div .numeric.big {
  font-size: 150px;
  margin-top: 0;
}
#fd-localinfo-container .main-content .info .data div .numeric.small {
  font-size: 100px;
  margin-top: 40px;
  margin-bottom: 20px;
}
#fd-localinfo-container .main-content .info .data div .units {
  margin-left: 8px;
  font-size: 30px;
  font-weight: 600;
  color: #a41f72;
  position: relative;
}
#fd-localinfo-container .main-content .info .data div .text {
  font-size: 30px;
  font-weight: 700;
  color: #a41f72;
  margin-top: 10px;
  display: inline-block;
}
.print-fd {
  display: block;
}
.print-fd table td {
  width: 186px;
  margin-right: 0;
  list-style-type: none !important;
  height: 50px;
  border: 1px solid #d2d2d2;
  padding-left: 6px;
}
.print-fd td {
  width: 186px;
  margin-right: 0;
  list-style-type: none !important;
  height: 50px;
  border: 1px solid #d2d2d2;
  padding-left: 6px;
}
.print-fd td a {
  color: #a31770;
  font-size: 0.813em;
  font-weight: 600;
}
.print-fd td.ges-list,
.print-fd td.energy-list {
  width: 250px;
}
.print-fd td.ges-list span {
  float: left;
  line-height: 30px;
}
.print-fd td.energy-list {
  line-height: 30px;
}
.print-fd td.energy-list span {
  float: left;
  line-height: 30px;
}
.print-fd td.no-margin {
  margin-right: 0;
}
.print-fd td.clear {
  clear: both;
}
.print-fd td span {
  font-size: 0.813em;
  color: #333333;
  font-weight: 600;
}
.print-fd td .energie,
.print-fd td .dpe {
  width: 17px;
  height: 17px;
  cursor: pointer;
}
.print-fd td .energie {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -553px -141px no-repeat;
}
.print-fd td .dpe {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -553px -141px no-repeat;
}
.print-fd td .link {
  color: #a41f72;
  float: left;
}
.print-fd td .link:hover {
  color: #a41f72;
}
.print-fd td .score {
  float: left;
  width: 70px;
  height: 20px;
  margin-top: 6px;
  margin-left: 18px;
  background: none;
  cursor: pointer;
}
.print-fd td .score.enlarge-value {
  width: 120px !important;
}
.print-fd td .score.enlarge-value-no-Symbol {
  width: 120px !important;
}
.print-fd td .score .num {
  background-color: #E4E4E4;
  width: 40px;
  text-align: center;
  float: left;
  line-height: 20px;
}
.print-fd td .score .num.enlarge-value {
  width: 80px !important;
}
.print-fd td .score .num.enlarge-value-no-Symbol {
  width: 80px !important;
  /*width: 70px !important;*/
}
.print-fd td .score .rank {
  color: #fff;
  width: 30px;
  line-height: 20px;
  text-align: center;
  float: left;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat;
}
.print-fd td .score .rank.A {
  background-position: -481px -256px;
}
.print-fd td .score .rank.A:hover {
  background-position: -481px -285px;
}
.print-fd td .score .rank.B {
  background-position: -520px -256px;
}
.print-fd td .score .rank.B:hover {
  background-position: -520px -285px;
}
.print-fd td .score .rank.C {
  background-position: -556px -256px;
}
.print-fd td .score .rank.C:hover {
  background-position: -556px -285px;
}
.print-fd td .score .rank.D {
  background-position: -592px -256px;
}
.print-fd td .score .rank.D:hover {
  background-position: -592px -285px;
}
.print-fd td .score .rank.E {
  background-position: -628px -256px;
}
.print-fd td .score .rank.E:hover {
  background-position: -628px -285px;
}
.print-fd td .score .rank.F {
  background-position: -665px -256px;
}
.print-fd td .score .rank.F:hover {
  background-position: -665px -285px;
}
.print-fd td .score .rank.G {
  background-position: -702px -256px;
}
.print-fd td .score .rank.G:hover {
  background-position: -702px -285px;
}
.print-fd td .score .rank.O {
  background-position: -738px -256px;
}
.print-fd td .score .rank.O:hover {
  background-position: -738px -285px;
}
.print-fd td .score .dpenc {
  font-size: 12px;
  line-height: 18px;
  background-color: #E6E7E9;
  width: 115px !important;
  text-align: center;
  margin-top: 5px;
  /*margin-top: 0;*/
}
/*Nouveau moteur de recherche*/
.ariane-lr {
  background: none;
  margin-top: 20px;
  padding-top: 10px;
}
.ariane-lr #top-breadcrumb {
  max-width: 937px;
}
.ariane-lr #top-breadcrumb .breadcrumb-separator {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -245px -113px no-repeat !important;
  top: 7px !important;
  height: 20px !important;
  width: 13px !important;
  margin: 0 6px 6px !important;
}
.ariane-lr .wrapper div {
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  max-width: 750px;
}
.ariane-lr .wrapper span {
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  max-width: 640px;
}
.ariane-lr .wrapper span.logo {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -135px -116px no-repeat;
  width: 20px;
  height: 20px;
  top: 4px;
  position: relative;
}
.full-searchengine {
  width: 100%;
  background-color: #fff;
  height: 53px;
  border-bottom: 1px solid #e6e8e8;
}
.page-404 {
  background: #ffffff url("/Content/Default/Images/Backgrounds/404.gif?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") center center no-repeat;
  height: 670px;
}
.page-404 .container-404 {
  width: 1100px;
  padding-top: 35px;
}
.page-404 .container-404 h1 {
  color: #33bec1;
  display: inline-block;
  width: 300px;
  line-height: 30px;
  margin: 10px 0 10px 40px;
}
.page-404 .container-404 .icon {
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
}
.page-404 .container-404 .text {
  color: #a41f72;
  text-decoration: underline;
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  font-size: 16px;
  margin-left: 15px;
  font-weight: 600;
}
.page-404 .container-404 .new-search .icon {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -738px -55px no-repeat;
  width: 21px;
  height: 21px;
}
.page-404 .container-404 .back .icon {
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") -19px -180px no-repeat;
  width: 10px;
  height: 16px;
  margin: 0 5px;
}
.purple {
  color: #a41f72;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-light {
  font-weight: 300;
}
.fw-normal {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-semibold {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}
.fw-extrabold {
  font-weight: 800;
}
.d-ib {
  display: inline-block;
}
.header-new.homeagence h1 {
  font-size: 36px;
  margin: 35px 0;
  font-weight: 700;
}
.header-new.homeagence h2 {
  font-size: 24px;
  margin: 0;
  font-weight: 400;
}
.header-new.homeagence h2 .purple {
  font-weight: 600;
}
.fs-13 {
  font-size: 13px;
}
.fs-24 {
  font-size: 24px;
}
.fs-36 {
  font-size: 36px;
}
.fs-72 {
  font-size: 72px;
}
.fs-80 {
  font-size: 80px;
}
.fd-partners-bloc {
  margin-top: 50px;
  margin-bottom: 50px;
}
.fd-partners-bloc h2 {
  display: block !important;
  font-size: 1.5em !important;
  margin-bottom: 28px !important;
  font-weight: bold;
}
.fd-partners-bloc .bloc {
  float: left;
  width: 301px;
  height: 115px;
}
.fd-partners-bloc .bloc.ml15 {
  margin-left: 15px;
}
.fd-partners-bloc .bloc .top {
  height: 39px;
  width: 301px;
}
.fd-partners-bloc .bloc .top span {
  font-size: 12px;
  color: #999;
  text-align: center;
  float: left;
}
.fd-partners-bloc .bloc .top p {
  font-size: 10px;
  color: #999;
  text-align: right;
  float: left;
}
.fd-partners-bloc .bloc .bottom {
  height: 76px;
  background-color: #f5f5f5;
}
.fd-partners-bloc .bloc .bottom span {
  float: left;
  width: 150px;
  height: 76px;
  text-align: center;
}
.fd-partners-bloc .bloc .bottom span.value {
  font-size: 34px;
  color: #a41f72;
  font-weight: bold;
  line-height: 76px;
  width: 106px;
}
.fd-partners-bloc .bloc .bottom span.value.double-line {
  line-height: 60px;
}
.fd-partners-bloc .bloc .bottom span.value sup {
  font-size: 14px;
  top: -15px;
}
.fd-partners-bloc .bloc .bottom span .sub-price {
  margin: 0;
  line-height: normal;
  font-size: 13px;
  top: -20px;
  position: relative;
}
.fd-partners-bloc .bloc .bottom div {
  float: left;
  width: 176px;
  height: 76px;
  font-size: 13px;
  color: #000000;
  font-weight: 600;
  margin-top: 19px;
}
.fd-partners-bloc .bloc .bottom div a,
.fd-partners-bloc .bloc .bottom div p {
  display: inline-block;
  font-size: 13px;
  color: #a41f72;
  font-weight: bold;
  margin: 0px;
}
#multilead-confirm-sfr {
  background-color: #ffffff;
  width: 630px;
  border: 1px solid #dce0df;
  text-align: center;
  padding-top: 15px;
  height: 338px;
}
#multilead-confirm-sfr .sfr-logo {
  height: 26px;
  display: inline-block;
  width: 52px;
  margin: 0;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -283px -351px;
}
#multilead-confirm-sfr h4 {
  margin-top: 2px;
  color: #f28179;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}
#multilead-confirm-sfr h5 {
  color: #2c2929;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 15px;
  font-weight: normal;
}
.stickThisToSticky .hide {
  display: none;
}
#tab-transport {
  width: 149px;
}
.stuck2 {
  position: fixed;
  top: 56px;
  z-index: 1001;
  width: 100% !important;
  left: 0px;
  background-color: #FFFFFF;
  border: 1px solid #e3e3e3;
}
.stuck2 .tabMenu {
  width: 960px !important;
  margin-left: auto;
  margin-right: auto;
  border: none;
  border-left: 1px solid #e3e3e3;
}
.stuck2 .hide {
  width: 230px;
  display: inline-block;
  border-left: none;
}
.stuck2 a {
  color: #333;
}
.stuck2 a:hover {
  color: #979797;
  cursor: pointer;
}
.space-bar {
  position: absolute;
  display: inline-block;
  height: 51px;
  border-left: 1px solid #e3e3e3;
}
#assurance-emprunteur .logo {
  height: 26px;
  width: 28px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -834px -357px;
  float: left;
  margin-left: 20px;
}
#besoin-credit.hide {
  width: 190px !important;
}
#besoin-credit .logo {
  height: 26px;
  width: 18px;
  background: url("/Content/Default/Images/sprite.png?v=3.5.4.50-dfbcbb39d96de2fc2192cc5f8cd6d0f30cea3f05") no-repeat -757px -355px;
  float: left;
  margin-left: 20px;
}
.noborder {
  border: none !important;
}
.slideCtnr #morePics #askMorePics span.field-validation-error {
  font-weight: 600 !important;
  color: #bc0316 !important;
  background: none !important;
  border: none !important;
  text-align: left !important;
  margin-right: auto !important;
  display: block !important;
  margin-left: 95px !important;
}
.slideCtnr #morePics #askMorePics input.input-validation-error {
  font-weight: 600 !important;
  color: #bc0316 !important;
  background: #fff !important;
  border: 1px solid #bc0316 !important;
}
.estimate-realestate .bloc-content {
  border: 1px solid #dce0df;
  background-color: #FFF;
  font-size: 13px;
  margin-top: 10px;
  position: inherit;
}
.estimate-realestate .bloc-content p {
  font-size: 13px;
  color: #000;
  padding: 0 20px;
}
.lr-sidebloc-netvendeur {
  margin-bottom: 20px;
}

