/*! Styles Netty http://www.netty.fr  */


/*! Propriété intellectuelle de la société Netty, 7 allée Cérès, 67200 Strasbourg, France. Numéro SIREN 504943663. Ne pas copier, sous peine de poursuites judiciaires. */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
#menu ul,
#menu li,
fieldset,
form,
label,
legend,
caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
}

*:focus {
    outline: 0;
}

table {
    border-collapse: separate;
}

caption,
th,
td {
    font-weight: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
}

html,
body {
    height: 100%;
    border: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
    white-space: pre;
    border-radius: 0;
    -webkit-border-radius: 0;
}

input[type=text] {
    -webkit-appearance: none;
    border-radius: 0;
}

body {
    background: #FFF;
    font-size: 10pt;
}

a {
    outline: none;
}

a:hover {
    text-decoration: none;
}

a img {
    border: none;
}

a div {
    text-decoration: none;
}

#body_container {
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

#menu li {
    margin: 0;
    padding: 0;
}

span.icons,
a.icons {
    line-height: 18px;
    height: 18px;
    display: inline-block;
    padding-left: 23px;
    background: url(/img/icons.png) no-repeat;
}

.icons.google {
    background: url(/img/google.png) no-repeat left center;
}

.icons.stats {
    background-position: 3px -243px;
}

.icons.settings {
    background-position: 2px -262px;
}

.icons.site {
    background-position: 0 -504px;
}

.icons.homepage {
    background-position: 2px -628px;
}

.res_tbl {
    border: 2px solid #e8e8e8;
    background: #FFF;
}

li .res_tbl {
    margin: 0;
    margin-bottom: 5px;
}

.value {
    font-weight: bold;
    color: #006699;
}

.res_tbl h2 {
    font-weight: bold;
    font-size: 9pt;
}

.res_tbl h2 a {
    color: #000;
    text-decoration: none;
}

.res_tbl .details {
    line-height: 18px;
}

.res_div {
    width: 320px;
    padding-bottom: 0px;
    padding-right: 20px;
    float: left;
}

.res_div_sel {
    width: 150px;
    padding-bottom: 0px;
    padding-right: 20px;
    float: left;
}

.viager_rent {
    font-size: 14px;
}

.res_div1 {
    /*border-right:1px dotted #ccc;*/
    padding-top: 2px;
    padding-bottom: 18px;
    float: left;
    position: relative;
}

.res_div2 {
    width: 50%;
    padding-top: 2px;
    padding-bottom: 18px;
    float: left;
    position: relative;
}

.res_div3 {
    padding: 5px;
    float: left;
    position: relative;
    margin-bottom: 20px;
}

.res_div5 {
    width: 216px;
    margin: 5px;
    float: left;
    position: relative;
}

.res_div_right.type_3 {
    text-align: right;
    float: right;
    width: 30%;
    overflow: hidden;
    white-space: nowrap;
    padding: 6px 0 6px 0;
}

.res_div_right.type_5 {
    margin-top: -150px;
    right: 0;
    position: absolute;
    padding: 4px 8px 4px 8px;
    background: #333B87;
}

.res_div_right.type_3 div {
    padding-right: 10px;
}

.res_div_left.type_3 div {
    padding-left: 10px;
    white-space: nowrap;
    text-overflow: elipsis;
    overflow: hidden;
}

.res_div_left {
    float: left;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    padding: 6px 0 6px 0;
}

.res_info_inner {
    padding: 4px;
}

.res_div_left.type_5 {
    width: 100%;
}

.res_div_container {
    height: 260px;
    position: relative;
}

.res_div_container.type_5 {
    height: 200px;
}

.res_div_container.type_3 {
    height: 246px;
}

.res_info {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #FFF;
    background: url(/img/transparent_black.png);
}

.res_shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/img/transparent_black2.png);
    color: #FFF;
    display: none;
    line-height: 250px;
    text-align: center;
    font-size: 120px;
}

.res_title {
    overflow: hidden;
    white-space: nowrap;
    padding-left: 7px;
}

.zoom_icon {
    width: 100%;
    height: 100%;
    background: url(/img/zoom.png) no-repeat center;
}

.full_photo_link {
    display: block;
    opacity: 0;
    background: rgba(0, 0, 0, 0.4) url(/img/zoom.png) no-repeat center;
    -moz-transition: 0.4s opacity;
    -webkit-transition: 0.4s opacity;
    -o-transition: 0.4s opacity;
    transition: 0.4s opacity;
    cursor: pointer;
    width: 100px;
    height: 100px;
    z-index: 14000;
    position: absolute;
    border-radius: 100px;
    -webkit-border-radius: 100px;
}

.full_photo_link:hover {
    background: rgba(0, 0, 0, 0.6) url(/img/zoom.png) no-repeat center;
}

.prod_gallery {
    position: relative;
    width: 100%;
    height: 246px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.prod_gallery.type_5 {
    height: 200px;
    background-size: auto 100%;
}

.err_text {
    font-weight: bold;
    text-align: center;
}

#tools {
    margin-bottom: 30px;
}

#control {
    float: right;
    margin-top: 3px;
    text-align: right;
}

#nav a:link,
#nav a:visited,
#nav a:active {
    text-decoration: none;
    color: #666666;
}

#nav a:hover {
    text-decoration: underline;
    color: #cc3300;
}

.focus {
    background-color: #FFF;
    border: 1px solid #F60;
    margin: 0;
    padding-left: 4px;
    outline: none;
    font-size: 10pt;
}

.nofocus {
    background-color: #FFF;
    border: 1px solid #0099CC;
    margin: 0;
    padding-left: 4px;
    font-size: 10pt;
}

.tbl .l1 {
    padding-left: 5px;
    text-align: right;
    color: #555;
}

.tbl .l2 {
    padding-left: 5px;
    text-align: right;
    color: #555;
}

.tbl .r1 {
    padding-left: 5px;
    text-align: left;
}

.tbl .r2 {
    padding-left: 5px;
    text-align: left;
}

.prod_request .tbl .l1,
.prod_request .tbl .r1 {
    background: #FFF;
}

#page_title {
    overflow: hidden;
}

.bgcolor1 {
    background-color: #EDEDED;
}

.bgcolor2 {
    background-color: #FFF;
}

#prod_list {
    clear: both;
}

#prod_list td {
    border-bottom: #CCCCCC solid 1px;
}

#heart {
    text-align: center;
    color: red;
    font-weight: bold;
    margin: 15px 0 15px 0;
}

#rss {
    width: 165px;
    float: right;
    background: url(/img/rss.png) no-repeat;
    padding-left: 25px;
}

#value_prod {
    text-align: center;
    margin-top: 20px;
    height: 40px;
    width: 150px;
}

#pres_slider {
    padding-top: 20px;
}

#size_auto {
    height: 55px;
    width: 160px;
    font-size: 24px;
}

#size_auto2 {
    height: 80px;
    width: 170px;
    font-size: 24px;
}

.btn_horizontal,
.btn_vertical {
    cursor: pointer;
}

#value_detail {
    color: #555;
    margin-bottom: 20px;
}

.more_info {
    color: gray;
    font-weight: normal;
}

.more_info_small {
    font-weight: normal;
    font-size: 0.8em;
}

.more_info_smaller {
    font-weight: normal;
    font-size: 0.7em;
}

.more_info_smallest {
    color: gray;
    font-weight: normal;
    font-size: 13px;
}

.slideshow_exclusif {
    font-size: 12px;
    color: #666;
}

.active .slideshow_exclusif {
    color: #fff;
}

#viager {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 12pt;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.prod_controls {
    margin-bottom: 40px;
    text-align: center;
    line-height: 22px;
}

.prod_img {
    text-align: center;
    width: 130px;
    height: 97px;
    overflow: hidden;
}

.prod_no_img {
    text-align: center;
    width: 130px;
    height: 67px;
    padding-top: 30px;
    border: 1px solid #e3e3e3;
    background: #f4f4f4;
    color: gray;
}

.prod_no_img.h40 {
    text-align: center;
    width: 48px;
    height: 40px;
    background: #333;
    padding-top: 10px;
    font-size: 12px;
    border: 1px solid gray;
    color: gray;
}

.gray {
    color: gray;
}

.msg_ok {
    color: #418b00 !important;
    font-size: 12pt !important;
    font-weight: bold !important;
}

.msg_ok_info {
    color: #555;
    font-size: 10pt;
    margin-top: 15px;
}

#links_right {
    width: 190px;
    float: right;
    margin: 0 0 10px 20px;
    padding: 7px 7px 7px 12px;
    line-height: 24px;
}

#links_right a {
    font-weight: bold;
}

#links_top {
    margin-bottom: 25px;
    padding: 7px;
    line-height: 24px;
}

#page_content {
    width: 100%;
}

#links_bottom {
    margin-top: 30px;
    line-height: 24px;
    background-color: #ebebeb;
    padding: 10px;
}

#links_right,
#links_bottom,
#links_top,
.city_filter {
    border: 1px #ccc solid;
    background: #F6F6F6;
    margin-top: 14px;
    background: -moz-linear-gradient(top, #F6F6F6 0%, #EBEBEB 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F6F6F6), color-stop(100%, #EBEBEB));
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#F6F6F6', endColorstr='#EBEBEB', GradientType=0);
}

.city_filter {
    padding: 10px;
}

input.btn {
    cursor: pointer;
}

input.btn_ok,
input.btn_no,
.btn_ok,
.btn_no {
    width: 110px;
    height: 28px;
    border: 2px solid #FFF;
    color: #FFF;
    font-weight: bold;
    margin: 0;
    padding: 0;
    cursor: pointer;
    font-size: 12px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
}

input.btn_ok,
.btn_ok {
    background: #b2cd68;
    background: -moz-linear-gradient(top, #b2cd68 0%, #91af3d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b2cd68), color-stop(100%, #91af3d));
    background: -webkit-linear-gradient(top, #b2cd68 0%, #91af3d 100%);
    background: -o-linear-gradient(top, #b2cd68 0%, #91af3d 100%);
    /*background: -ms-linear-gradient(top, #b2cd68 0%,#91af3d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B2CD68', endColorstr='#91AF3D',GradientType=0 );
	background: linear-gradient(top, #b2cd68 0%,#91af3d 100%);*/
    overflow: hidden;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    cursor: pointer;
}

input.btn_no,
.btn_no {
    width: 80px;
    background: #b2b2b2;
    background: -moz-linear-gradient(top, #b2b2b2 0%, #939393 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b2b2b2), color-stop(100%, #939393));
    background: -webkit-linear-gradient(top, #b2b2b2 0%, #939393 100%);
    background: -o-linear-gradient(top, #b2b2b2 0%, #939393 100%);
    color: #fff;
    /*background: -ms-linear-gradient(top, #b2b2b2 0%,#939393 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B2B2B2', endColorstr='#939393',GradientType=0 );
	background: linear-gradient(top, #b2b2b2 0%,#939393 100%);*/
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
}

input.btn_ok:hover,
input.btn_no:hover {
    border: 2px solid #fff;
    background: #c995dd;
    background: -moz-linear-gradient(top, #c995dd 0%, #9c50c0 68%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c995dd), color-stop(68%, #9c50c0));
    background: -webkit-linear-gradient(top, #c995dd 0%, #9c50c0 68%);
    background: -o-linear-gradient(top, #c995dd 0%, #9c50c0 68%);
    background: -ms-linear-gradient(top, #c995dd 0%, #9c50c0 68%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c995dd', endColorstr='#9c50c0', GradientType=0);
    background: linear-gradient(top, #c995dd 0%, #9c50c0 68%);
    /*background: -ms-linear-gradient(top, #ffcc51 0%,#e59824 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc51', endColorstr='#E59824',GradientType=0 );
	background: linear-gradient(top, #ffcc51 0%,#e59824 100%);*/
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
}

input.btn_ok:active,
input.btn_no:active {
    position: relative;
    top: 1px;
}


/* G-Maps CSS */

#gmOverlay {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #333;
    cursor: pointer;
    z-index: 8;
}

#gmCenter,
#gmBottomContainer {
    position: absolute;
    left: 50%;
    overflow: hidden;
    background-color: #fff;
    z-index: 9;
}

#gmMap {
    width: 450px;
    height: 380px;
    border: 10px solid #fff;
}

#gmBottom {
    font-size: 9pt;
    color: #666;
    text-align: left;
    font-weight: bold;
    border: 10px solid #fff;
    border-bottom: 4px solid #fff;
    border-top-style: none;
}

#gmCloseLink {
    display: block;
    float: right;
    width: 90px;
    height: 22px;
    background: transparent url(/img/closelabel.png) no-repeat;
    cursor: pointer;
    margin-bottom: 7px;
}

#gmCloseLink:hover {
    display: block;
    float: right;
    width: 90px;
    height: 22px;
    background: transparent url(/img/closelabel.png) 0px -22px no-repeat;
}

#gmCaption {
    margin-right: 71px;
    padding-top: 4px;
}


/* SlideShow */

.slideshow {
    border: 1px solid #CCCCCC;
    width: 330px;
    height: 247px;
}

.slideshow div {
    cursor: pointer;
}

.slideshowThumbnail {
    outline: none;
}

.small_thumb {
    width: 106px;
    height: 90px;
    overflow: hidden;
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
}

.slideshowThumbnail img {
    border: 1px solid white;
}

a:hover.slideshowThumbnail img {
    border: 1px solid #CCCCCC;
}

.current img {
    border: 1px solid red;
}

.outline {
    border: 2px solid orange;
    z-index: 0;
    width: 102px;
    height: 88px;
    position: absolute;
}

#sold {
    color: red;
    font-size: 14pt;
    margin: 15px 0 25px 0;
    font-weight: bold;
    text-align: center;
}

#compromis {
    color: #F60;
    font-size: 12pt;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

#sold_small {
    color: red;
    font-weight: bold;
}

#compromis_small {
    color: #F60;
    font-weight: bold;
    font-size: 9pt;
}

.compar_l {
    width: 18px;
    float: right;
    margin-top: 7px;
    padding-left: 2px;
}

.compar_r {
    width: 17px;
    float: left;
    text-align: right;
    margin-top: 7px;
    padding-right: 3px;
}

.price_down {
    color: green;
    font-size: 9pt;
    font-weight: normal;
    padding-left: 17px;
    position: relative;
    top: -2px;
    background: url(/img/arrow_lower.png) -1px -1px no-repeat;
}

.no_fees {
    color: green;
    font-size: 13px;
    font-weight: normal;
    text-align: center
}

.price_down.big {
    font-size: 14px;
    width: 95px;
    background-position: 0 0;
    margin: 10px auto;
}

.sign {
    background: url(/img/signs.png) no-repeat;
    width: 88px;
    height: 26px;
    padding-top: 15px;
    padding-left: 5px;
    margin: 20px auto 30px auto;
}

.sign2,
.sign8,
.sign9 {
    background-position: 0 -46px;
    width: 114px;
}

.sign1,
.sign3,
.sign5,
.sign10,
.sign20 {
    background-position: 0 -90px;
    width: 136px;
}

.sign.sign_mini {
    height: 26px;
    padding: 4px;
    background: none;
    margin: 0 0 10px 0;
}

.sign.sign_mini .promo {
    border: 3px #FFF solid;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.promo {
    width: 83px;
    height: 21px;
    background: url(/img/signs_colors.png);
    font-size: 13px;
    color: #FFF;
    text-align: center;
    line-height: 21px;
}

.promo.color1 {
    background-position: 0 -132px;
    width: 126px;
}

.promo.color2 {
    background-position: 0 -66px;
    width: 104px;
}

.promo.color3 {
    background-position: 0 -154px;
    width: 126px;
}

.promo.color4 {
    background-position: 0 -22px;
}

.promo.color5 {
    background-position: 0 -110px;
    width: 126px;
}

.promo.color6 {
    background-position: 0 0;
}

.promo.color7 {
    background-position: 0 -44px;
}

.promo.color8 {
    background-position: 0 -88px;
    width: 104px;
}

.promo.color9 {
    background-position: 0 -66px;
    width: 104px;
}

.promo.color10,
.promo.color20 {
    background-position: 0 -154px;
    width: 126px;
    font-size: 9pt
}

.res_promo {
    font-weight: bold;
    font-size: 9pt;
}

.res_promo.color1 {
    color: #B36E0C;
}

.res_promo.color2 {
    color: #FB7B00;
}

.res_promo.color3 {
    color: #0092C6;
}

.res_promo.color4 {
    color: #AF247B;
}

.res_promo.color5 {
    color: #2A72AB;
}

.res_promo.color6 {
    color: #709C00;
}

.res_promo.color7,
.res_promo.color8 {
    color: #f02817;
}

.slider_expic {
    text-align: center;
    font-size: 9pt;
    color: #666;
    margin: 4px 0;
    clear: both;
    position: absolute;
    top: 253px;
    width: 330px;
}

.slider_img {
    width: 50px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    margin-left: 8px;
}

.slider_tech {
    width: 173px;
    height: 31px;
    overflow: hidden;
    padding: 3px 0;
    float: left;
    margin-right: 10px;
    line-height: 17px;
}

.slider_value {
    width: 75px;
    float: left;
    padding-top: 12px;
}

.slider_value.up {
    padding-top: 5px;
}

.slider_details {
    width: 16px;
    float: left;
    padding-top: 12px;
}

.mini_img {
    width: 50px;
    overflow: hidden;
    float: left;
    margin-right: 8px;
}

.mini_tech {
    width: 139px;
    min-height: 45px;
    overflow: hidden;
    float: left;
    font-size: 12px;
    cursor: pointer;
}

.mini_value {
    color: red
}


/*** FancyBox ***/

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none;
}

* html #fancybox-loading {
    /* IE6 */
    position: absolute;
    margin-top: 0;
}

#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url('../img/fancybox.png');
}

#fancybox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 1100;
    display: none;
}

* html #fancybox-overlay {
    /* IE6 */
    position: absolute;
    width: 100%;
}

#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none;
}

#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 20px;
    z-index: 1101;
    display: none;
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #FFF;
}

#fancybox-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    outline: none;
    overflow: hidden;
}

#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background-image: url('../img/fancybox.png');
    background-position: -40px 0px;
    cursor: pointer;
    z-index: 1103;
    display: none;
}

#fancybox_error {
    color: #444;
    font: normal 12px/20px Arial;
    padding: 7px;
    margin: 0;
}

#fancybox-content {
    height: auto;
    width: auto;
    padding: 0;
    margin: 0;
}

#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
}

#fancybox-frame {
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

#fancybox-title {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    z-index: 1102;
}

.fancybox-title-inside {
    padding: 10px 0;
    text-align: center;
    color: #333;
}

.fancybox-title-outside {
    padding-top: 5px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    height: 35px;
    /*margin-bottom:-17px;*/
}

.fancybox-title-over {
    color: #FFF;
    text-align: left;
}

#fancybox-title-over {
    padding: 10px;
    background-image: url('../img/fancy_title_over.png');
    display: block;
}

#fancybox-title-wrap {
    display: inline-block;
}

#fancybox-title-wrap span {
    height: 32px;
    float: left;
}

#fancybox-title-left {
    padding-left: 15px;
    background-image: url('../img/fancybox.png');
    background-position: -40px -90px;
    background-repeat: no-repeat;
}

#fancybox-title-main {
    font-weight: bold;
    line-height: 29px;
    background-image: url('../img/fancybox-x.png');
    background-position: 0px -40px;
    color: #FFF;
}

#fancybox-title-right {
    padding-left: 15px;
    background-image: url('../img/fancybox.png');
    background-position: -55px -90px;
    background-repeat: no-repeat;
}

#fancybox-left,
#fancybox-right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    background-image: url('/img/blank.gif');
    z-index: 1102;
    display: none;
}

#fancybox-left {
    left: 0px;
}

#fancybox-right {
    right: 0px;
}

#fancybox-left-ico,
#fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
}

#fancybox-left-ico {
    background-image: url('../img/fancybox.png');
    background-position: -40px -30px;
}

#fancybox-right-ico {
    background-image: url('../img/fancybox.png');
    background-position: -40px -60px;
}

#fancybox-left:hover,
#fancybox-right:hover {
    visibility: visible;
    /* IE6 */
}

#fancybox-left:hover span {
    left: 20px;
}

#fancybox-right:hover span {
    left: auto;
    right: 20px;
}

.fancy-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 1001;
}

#fancy-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    background-image: url('../img/fancybox-x.png');
}

#fancy-bg-ne {
    top: -20px;
    right: -20px;
    background-image: url('../img/fancybox.png');
    background-position: -40px -162px;
}

#fancy-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    background-image: url('../img/fancybox-y.png');
    background-position: -20px 0px;
}

#fancy-bg-se {
    bottom: -20px;
    right: -20px;
    background-image: url('../img/fancybox.png');
    background-position: -40px -182px;
}

#fancy-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    background-image: url('../img/fancybox-x.png');
    background-position: 0px -20px;
}

#fancy-bg-sw {
    bottom: -20px;
    left: -20px;
    background-image: url('../img/fancybox.png');
    background-position: -40px -142px;
}

#fancy-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
    background-image: url('../img/fancybox-y.png');
}

#fancy-bg-nw {
    top: -20px;
    left: -20px;
    background-image: url('../img/fancybox.png');
    background-position: -40px -122px;
}


/* end fancy */

.simple_title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14pt;
    color: #390;
}

.slider_nav {
    display: none;
}

.slider_container {
    position: relative;
    width: 692px;
    height: 270px;
    background: #FFF;
}

.nobr {
    white-space: nowrap;
}

#content_home_container {
    min-width: 680px;
}

.pub {
    width: 210px;
    overflow: hidden;
    border-top: 5px solid #E0E0E0;
    font-size: 12px;
    padding: 15px 5px;
}

.pub_title {
    font-weight: bold;
    margin-top: 5px;
}

.msg_err_box {
    margin-top: 40px;
    margin-bottom: 80px;
}

.msg_err_back {
    /*border:2px solid #CCC;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:#FFF;*/
    padding: 15px 8px;
}

.res_div1 a.prod_details.btn.small {
    padding: 6px 16px 6px 10px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.res_div1 .sep_price {
    display: block !important;
}

.btn.small.red {
    border: 0;
    padding: 5px 14px 7px 10px;
    position: absolute;
    bottom: 70px;
    right: 34px;
    background: #CC0000 url('/css/fancybox_buttons.png');
    background-repeat: no-repeat;
    background-position: -56px 0px;
    visibility: hidden;
}

.btn.small.red:hover {
    background: rgb(153, 0, 0) url('/css/fancybox_buttons.png');
    background-repeat: no-repeat;
    background-position: -56px 0px;
}

#autocomplete {
    width: 167px;
    height: 20px;
    padding: 2px 5px;
}

input.input_text,
.textarea {
    border: 1px solid #bbb;
    padding: 0;
    font-size: 1em;
    color: #555;
    width: 100%;
}


/*label{
	color:#000;
	text-shadow:none;
}*/

input.input_text {
    font-weight: bold;
}

input.input_text.readonly,
input.input_text.readonly:focus {
    background: -moz-linear-gradient(top, rgba(145, 145, 145, 0.41) 0%, rgba(234, 234, 234, 0.33) 41%, rgba(226, 226, 226, 0.29) 61%, rgba(135, 135, 135, 0.22) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(145, 145, 145, 0.41)), color-stop(41%, rgba(234, 234, 234, 0.33)), color-stop(61%, rgba(226, 226, 226, 0.29)), color-stop(100%, rgba(135, 135, 135, 0.22)));
    background: -webkit-linear-gradient(top, rgba(145, 145, 145, 0.41) 0%, rgba(234, 234, 234, 0.33) 41%, rgba(226, 226, 226, 0.29) 61%, rgba(135, 135, 135, 0.22) 100%);
    background: -o-linear-gradient(top, rgba(145, 145, 145, 0.41) 0%, rgba(234, 234, 234, 0.33) 41%, rgba(226, 226, 226, 0.29) 61%, rgba(135, 135, 135, 0.22) 100%);
    background: -ms-linear-gradient(top, rgba(145, 145, 145, 0.41) 0%, rgba(234, 234, 234, 0.33) 41%, rgba(226, 226, 226, 0.29) 61%, rgba(135, 135, 135, 0.22) 100%);
    background: linear-gradient(to bottom, rgba(145, 145, 145, 0.41) 0%, rgba(234, 234, 234, 0.33) 41%, rgba(226, 226, 226, 0.29) 61%, rgba(135, 135, 135, 0.22) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#69919191', endColorstr='#38878787', GradientType=0);
}

.input_text {
    padding: 5px 7px;
}

.fiche_nego #contact_form .jlabel.input_text {
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

textarea {
    resize: vertical;
}

.search_block_container {
    margin: 0 auto;
    z-index: 2;
    overflow: visible;
    position: relative;
}

#slider_surface {
    width: 180px;
    margin-top: 8px;
}

.search_block_last {
    padding-top: 5px;
    text-align: center;
}

input.input_budget {
    width: 47px;
    font-size: 9pt;
    padding: 2px 5px;
}

div.info_win {
    font-size: 9pt;
    line-height: 140%;
}

div.info_win.img {
    width: 250px;
}

img.info_img {
    width: 90px;
    height: 90px;
    margin-right: 10px;
    float: left;
}

#mini_map_container {
    margin-top: 35px;
    color: #555;
    text-align: center;
    position: relative;
}

#mini_map {
    height: 300px;
    border: 1px solid #ccc;
    margin-top: 3px;
}

#mini_pano {
    width: 100%;
    height: 220px;
    border: 1px solid #ccc;
    margin-top: 10px;
}

#mini_map div div div span {
    display: none;
}

.geoloc_zoom {
    position: absolute;
    right: 10px;
    top: 13px;
    z-index: 99;
}

.explore_form {
    float: left;
    width: 300px;
    height: 33px;
    position: relative;
    top: 16px;
    margin-right: 20px;
    border: 2px solid #CCC;
    border-bottom: 0;
    background: #ebebeb;
    padding: 9px 0 0 9px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#map {
    height: 470px;
}

#map.explore {
    margin-top: 15px;
}

.explore_map_container {
    margin: 0 auto;
}


/**** map  category ***/

#cat_container {
    padding: 0 4px 8px 4px;
}

#map_busy {
    display: none;
    position: absolute;
    top: 130px;
    z-index: 10000;
    width: 100%;
}

#map_prod_list_inner #map_busy {
    top: 200px;
}

#map_busy div {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.6) url(/admin/img/load.gif) no-repeat center;
    background-size: 80%;
    margin: 0 auto;
    border-radius: 6px;
}

.map_caterogy label {
    width: 100%;
}

.map_caterogy label.ui-button span {
    padding: 8px 38px;
    padding-right: 0;
    background: url(/img/filters_icons.png) no-repeat;
    text-align: left;
    font-size: 13px;
}

.map_caterogy .ui-button .ui-button-text {
    line-height: normal;
}


/**** map category white ***/

.map_caterogy.white .map_caterogy {
    color: #FFF;
}

.map_caterogy.white {
    color: #FFF;
}

.map_caterogy.white.ecole label.ui-button span {
    background-position: -1px -1001px;
}

.map_caterogy.white.college label.ui-button span {
    background-position: 0px -1042px;
}

.map_caterogy.white.lycee label.ui-button span {
    background-position: 1px -430px;
}

.map_caterogy.white.pharmacy label.ui-button span {
    background-position: -2px -1122px;
}

.map_caterogy.white.hospital label.ui-button span {
    background-position: -4px -1082px;
}

.map_caterogy.white.creche label.ui-button span {
    background-position: -2px -963px;
}

.map_caterogy.white.bar label.ui-button span {
    background-position: 1px -93px;
}

.map_caterogy.white.tabac label.ui-button span {
    background-position: 1px -137px;
}

.map_caterogy.white.bakery label.ui-button span {
    background-position: 1px -179px;
}

.map_caterogy.white.restaurant label.ui-button span {
    background-position: 1px -48px;
}

.map_caterogy.white.grocery_or_supermarket label.ui-button span {
    background-position: 1px -4px;
}

.map_caterogy.white.doctor label.ui-button span {
    background-position: 1px -222px;
}

.map_caterogy.white.bank label.ui-button span {
    background-position: 1px -267px;
}

.map_caterogy.white.post_office label.ui-button span {
    background-position: 1px -307px;
}

.map_caterogy.white.parking label.ui-button span {
    background-position: 1px -345px;
}

.map_caterogy.white.gas_station label.ui-button span {
    background-position: 1px -386px;
}


/**** map category black ***/

#filter_container_inner.black .map_caterogy {
    color: #000;
}

.map_caterogy.black {
    color: #000;
}

.map_caterogy.black.ecole label.ui-button span {
    background-position: -266px -1001px;
}

.map_caterogy.black.college label.ui-button span {
    background-position: -265px -1042px;
}

.map_caterogy.black.lycee label.ui-button span {
    background-position: -263px -430px;
}

.map_caterogy.black.pharmacy label.ui-button span {
    background-position: -266px -1122px;
}

.map_caterogy.black.hospital label.ui-button span {
    background-position: -266px -1082px;
}

.map_caterogy.black.creche label.ui-button span {
    background-position: -265px -963px;
}

.map_caterogy.black.bar label.ui-button span {
    background-position: -260px -93px;
}

.map_caterogy.black.tabac label.ui-button span {
    background-position: -260px -137px;
}

.map_caterogy.black.bakery label.ui-button span {
    background-position: -260px -179px;
}

.map_caterogy.black.restaurant label.ui-button span {
    background-position: -260px -48px;
}

.map_caterogy.black.grocery_or_supermarket label.ui-button span {
    background-position: -260px -4px;
}

.map_caterogy.black.doctor label.ui-button span {
    background-position: -260px -222px;
}

.map_caterogy.black.bank label.ui-button span {
    background-position: -260px -267px;
}

.map_caterogy.black.post_office label.ui-button span {
    background-position: -260px -307px;
}

.map_caterogy.black.parking label.ui-button span {
    background-position: -260px -345px;
}

.map_caterogy.black.gas_station label.ui-button span {
    background-position: -260px -386px;
}


/**** map category grey ***/

#filter_container_inner.grey .map_caterogy {
    color: #737373;
}

.map_caterogy.grey {
    color: #737373;
}

.map_caterogy.grey.ecole label.ui-button span {
    background-position: -525px -1001px;
}

.map_caterogy.grey.college label.ui-button span {
    background-position: -524px -1042px;
}

.map_caterogy.grey.lycee label.ui-button span {
    background-position: -522px -430px;
}

.map_caterogy.grey.pharmacy label.ui-button span {
    background-position: -525px -1122px;
}

.map_caterogy.grey.hospital label.ui-button span {
    background-position: -525px -1082px;
}

.map_caterogy.grey.creche label.ui-button span {
    background-position: -524px -963px;
}

.map_caterogy.grey.bar label.ui-button span {
    background-position: -519px -93px;
}

.map_caterogy.grey.tabac label.ui-button span {
    background-position: -519px -137px;
}

.map_caterogy.grey.bakery label.ui-button span {
    background-position: -519px -179px;
}

.map_caterogy.grey.restaurant label.ui-button span {
    background-position: -519px -48px;
}

.map_caterogy.grey.grocery_or_supermarket label.ui-button span {
    background-position: -519px -4px;
}

.map_caterogy.grey.doctor label.ui-button span {
    background-position: -519px -222px;
}

.map_caterogy.grey.bank label.ui-button span {
    background-position: -519px -267px;
}

.map_caterogy.grey.post_office label.ui-button span {
    background-position: -519px -307px;
}

.map_caterogy.grey.parking label.ui-button span {
    background-position: -519px -345px;
}

.map_caterogy.grey.gas_station label.ui-button span {
    background-position: -519px -386px;
}

#filters .map_caterogy label.ui-button span {
    background-position-y: -265px !important;
}

#filters div.filter_text {
    margin-right: 0 !important;
}

.prod_map_cat .ui-state-hover {
    background: rgba(0, 0, 0, 0.2);
}

.prod_map_cat .ui-state-active {
    background: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

#map_busy.explore {
    top: -440px;
}

.prod_map_cat {
    float: left;
    width: 25%;
    margin-top: 8px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    padding: 0 4px;
    box-sizing: border-box;
}

.dismoiou {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 10000;
    display: none;
}


/**** map  category end ***/

.prod_actions {
    clear: both;
    padding-top: 0px;
}

.prod_action {
    padding-left: 30px;
    height: 35px;
    text-align: left;
    float: left;
    /*margin-right:20px;*/
}

.prod_action.prod_selection_add,
.prod_action.prod_calc {
    margin-right: 0;
}

.prod_controls .prod_action.prod_calc {
    margin-bottom: 0;
}

.title_big {
    font-size: 11pt;
    color: #555;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
}

.margin10 {
    margin: 10px;
}

.margin25 {
    margin: 25px;
}

.marginbottom15 {
    margin-bottom: 15px;
}

.center {
    text-align: center;
}

.clear {
    clear: both;
}

.bold {
    font-weight: bold;
}

.relative {
    position: relative;
}

.btn_next {
    padding-right: 20px;
    line-height: 24px;
    height: 24px;
    background: url(/img/arrows_next_prev.png) no-repeat right -30px;
}

.btn_next.inactive {
    background-position: right -94px;
    color: gray;
}

.btn_prev {
    padding-left: 20px;
    line-height: 24px;
    height: 24px;
    background: url(/img/arrows_next_prev.png) no-repeat 0px 2px;
}

.btn_prev.inactive {
    background-position: 0px -62px;
    color: gray;
}

.btn .icon {
    padding-left: 22px;
    margin-left: 8px;
    height: 20px;
    line-height: 20px;
}


/*.btn .icon.del { background:url(/img/del.png) no-repeat left center; }*/

.btn .icon.add {
    background: url(/img/add.png) no-repeat left center;
}

.btn .icon.rename {
    background: url(/img/rename.png) no-repeat left center;
}

.btn .icon.edit {
    background: url(/img/edit.png) no-repeat left center;
}

.btn .icon.online {
    background: url(/img/page.png) no-repeat left center;
}

.btn .icon.offline {
    background: url(/img/page_gray.png) no-repeat left center;
}

.btn .icon.help {
    background: url(/img/bulb.png) no-repeat left center;
}

.btn .icon.alert {
    background: url(/img/alert.png) no-repeat left center;
}

.btn .icon.back {
    background: url(/img/arrow_l.png) no-repeat left center;
}

.btn .icon.next {
    background: url(/img/arrow_r.png) no-repeat right center;
}

.btn .icon.back2 {
    background: url(/img/back.png) no-repeat left center;
}

.msg_ok_close {
    margin-top: 20px;
    display: none;
}

.tooltip,
.info_content {
    display: none;
    position: absolute;
    top: 0;
    z-index: 99;
    width: 250px;
    padding: 7px;
    border: 2px #FFF solid;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 2px 2px 15px #737373;
    -moz-box-shadow: 3px 2px 15px #737373;
    box-shadow: 2px 2px 10px #737373;
    color: #FFF;
    background: #333;
    background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.95) 0%, rgba(14, 14, 14, 0.95) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(102, 102, 102, 0.95)), color-stop(100%, rgba(14, 14, 14, 0.95)));
    background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.95) 0%, rgba(14, 14, 14, 0.95) 100%);
    background: -o-linear-gradient(top, rgba(102, 102, 102, 0.95) 0%, rgba(14, 14, 14, 0.95) 100%);
    /*background: -ms-linear-gradient(top, #5e5e5e 0%,#0e0e0e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5e5e', endColorstr='#0e0e0e',GradientType=0 );
	background: linear-gradient(top, #5e5e5e 0%,#0e0e0e 100%);*/
}

#search_results {
    visibility: hidden;
}


/*** Validation ***/

.inputContainer {
    position: relative;
    float: left;
}

.formError {
    position: absolute;
    top: 300px;
    left: 300px;
    padding-bottom: 13px;
    display: block;
    z-index: 5000;
    cursor: pointer;
}

#debugMode {
    background: #000;
    position: fixed;
    width: 100%;
    height: 200px;
    top: 0;
    left: 0;
    overflow: scroll;
    opacity: 0.8;
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    z-index: 100000;
}

.ajaxSubmit {
    padding: 20px;
    background: #55ea55;
    border: 1px solid #999;
    display: none;
}

.formError .formErrorContent {
    width: 100%;
    background: #ee0101;
    color: #fff;
    width: auto;
    padding: 2px 6px;
    font-size: 12px;
    border: 2px solid #FFF;
    box-shadow: 0px 0px 5px #999;
    -moz-box-shadow: 0px 0px 7px #999;
    -webkit-box-shadow: 0px 0px 5px #999;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.greenPopup .formErrorContent {
    background: #33be40;
}

.blackPopup .formErrorContent {
    background: #393939;
    color: #FFF;
}

.formError .formErrorArrow {
    width: 15px;
    margin: -2px 0 0 13px;
    z-index: 5001;
}

.formError .formErrorArrowBottom {
    top: 0;
    margin: -6px;
}

.formError .formErrorArrow div {
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    box-shadow: 0px 2px 3px #444;
    -moz-box-shadow: 0px 2px 3px #444;
    -webkit-box-shadow: 0px 2px 3px #444;
    font-size: 0px;
    height: 1px;
    background: #ee0101;
    margin: 0 auto;
    line-height: 0px;
    font-size: 0px;
    display: block;
}

.formError .formErrorArrowBottom div {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
    background: #33be40;
}

.blackPopup .formErrorArrow div {
    background: #393939;
    color: #FFF;
}

.processing {
    position: relative;
    background: url(/img/busy.gif) no-repeat center left;
    padding-left: 20px;
    height: 26px;
    line-height: 26px;
    width: 120px;
    margin: 0 auto;
}

.shadow {
    -webkit-box-shadow: 1px 1px 2px #dadada;
    -moz-box-shadow: 1px 1px 2px #dadada;
    box-shadow: 1px 1px 2px #dadada;
}

.nicEdit-instanceSelect {
    outline: none;
}

.addthis_toolbox {
    float: right;
    width: 120px;
    margin-top: 5px;
}

.addthis_toolbox_title {
    font-size: 12px;
    color: #666;
}

.control_edit {
    padding-left: 25px;
    height: 23px;
    line-height: 23px;
    background: url(/img/edit.png) 2px 0 no-repeat;
}

#ddParagraphoEdit1 h1,
#ddParagraphoEdit1 h2,
#ddParagraphoEdit1 h3,
#ddParagraphoEdit1 h4,
#ddParagraphoEdit1 h4 #ddParagraphoEdit1 p {
    color: #000;
    padding: 0;
    margin: 0;
    text-align: left;
}

.download_box,
.ul_plus {
    clear: both;
    margin-bottom: 20px;
}

.download_box li a {
    font-size: 14px;
}

.download_box li {
    list-style: none;
    margin: 7px;
    margin-left: 0;
}

.mention {
    margin-top: 25px;
    color: #FFF;
    text-shadow: none;
}

.sia_mention {
    padding-left: 85px;
    background: url(/img/mls.png) no-repeat top left;
    font-size: 9pt;
}

.btn_group {
    margin: 0px;
    text-align: center;
}

#tabs.ui-tabs-hide {
    display: none;
}

#tabs .ui-widget-content {
    padding: 0;
}

#tabs .ui-tabs-nav {
    padding: 0;
}

.tab_content_simple.ui-tabs-panel {
    margin-top: 0;
    padding-top: 0;
}

#tabs .tab_content_simple {
    border: 0;
    padding: 0;
}

.layout {
    height: 25px;
    line-height: 25px;
    padding-left: 25px;
    margin-right: 20px;
    display: inline-block;
}

.layout_none {
    background: url(/img/layouts.png) no-repeat;
}

.layout_right {
    background: url(/img/layouts.png) 0 -58px no-repeat;
}

.layout_btm {
    background: url(/img/layouts.png) 0 -29px no-repeat;
}

#tree {
    width: 450px;
    font-family: "Ubuntu", sans-serif;
    font-size: 15px;
    font-weight: 300;
}

#tree_column {
    width: 213px;
    float: right;
}

#tree_menu {
    padding: 6px;
    width: 675px;
    height: 40px;
}

body #tree_menu a.btn {
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    font-weight: 300;
}

#tree_menu li {
    list-style: none;
    margin-right: 8px;
    display: inline;
}

#tree_help {
    margin-top: 0;
}

#tree_help_accordion {
    display: none;
}

#tree_help_title {
    color: #666;
    background: #FFF;
    font-size: 11pt;
    margin-bottom: 6px;
}

.ui-effects-transfer {
    border: 2px solid #ffa500;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 99999;
}

.big_link {
    font-size: 12pt;
    margin: 10px 0;
    color: #1c94c4;
}

.ui-accordion {
    width: 100%;
    height: 200px;
}

.ui-accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    zoom: 1;
}

.ui-accordion .ui-accordion-li-fix {
    display: inline;
}

.ui-accordion .ui-accordion-header-active {
    border-bottom: 0 !important;
}

.ui-accordion .ui-accordion-header a {
    display: block;
    font-size: 1em;
    padding: 4px 8px;
}

.ui-accordion .ui-accordion-header .ui-icon {
    display: none;
    /*position: absolute; left: 3px; top: 50%; margin-top: -8px;*/
}

.ui-accordion .ui-accordion-content {
    padding: 2px 10px;
    border-top: 0;
    overflow: auto;
    display: none;
    zoom: 1;
    font-size: 12px;
    line-height: 16px;
}

.ui-accordion .ui-accordion-content-active {
    display: block;
    padding: 7px 6px;
}

.aide_nb {
    font-weight: bold;
}

.rub_name {
    font-weight: bold;
    padding: 20px 0 3px 0px;
}

input.input_info {
    border: none;
    padding: 0;
    margin-left: 10px;
    font-size: 10pt;
    width: 30px;
    color: #666;
}

#tree_menu li a,
#tree_help a {
    display: inline;
    float: left;
}

.search_advanced {
    margin-top: 10px;
}

.search_advanced a,
#result_count {
    color: #FFF;
    text-align: center;
    font-size: 12px;
}

#popup_container {
    font-size: 11pt;
    min-width: 250px;
    max-width: 500px;
    background: #595D63;
    background: -moz-linear-gradient(top, #595D63 0%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #595D63), color-stop(100%, #000000));
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#595D63', endColorstr='#000000', GradientType=0);
    color: #FFF;
    text-align: center;
    border: solid 3px #FFF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 20px #474747;
    -moz-box-shadow: 5px 5px 20px #474747;
    box-shadow: 5px 5px 20px #474747;
}

#popup_title {
    display: none;
}

#popup_content {
    background: 16px 16px no-repeat url(/img/guy_error.png);
    padding: 1em 1.75em;
    padding-left: 45px;
    margin: 0em;
}

#popup_content.confirm {
    background-image: url(/img/guy_question.png);
}

#popup_message {
    padding-left: 50px;
}

#popup_panel {
    text-align: center;
    margin: 1em 0em 0em 1em;
    padding-left: 35px;
}

#popup_prompt {
    margin: .5em 0em;
}

#result_count {
    margin-top: 9px;
    height: auto;
}

#result {
    margin-top: 0px;
}

#layerslider {
    width: 100%;
    height: 100%;
}

.exclusivite {
    background: url(/img/band_exclusivite.png);
}

.compromis {
    background: url(/img/band_compromis.png);
}

.vendu {
    background: url(/img/band_vendu.png);
}

.loue {
    background: url(/img/band_loue.png);
}

.nouveaute {
    background: url(/img/band_nouveaute.png);
}

.invest {
    background: url(/img/band_invest.png);
}

.coeur {
    background: url(/img/band_coeur.png);
}

.voir {
    background: url(/img/band_voir.png);
}

.saisir {
    background: url(/img/band_saisir.png);
}

.offres {
    background: url(/img/band_offres.png);
}

.rare {
    background: url(/img/band_rare.png);
}

.urgent {
    background: url(/img/band_urgent.png);
}

.turgent {
    background: url(/img/band_turgent.png);
}

.premier {
    background: url(/img/band_premier.png);
}

.excep {
    background: url(/img/band_excep.png);
}

.baisse {
    background: url(/img/band_baisse.png);
}

.movie {
    background: url(/img/band_video.png);
}

.visite {
    background: url(/img/band_visite.png);
}

.bandeau {
    width: 123px;
    height: 123px;
    position: absolute;
    top: 8px;
    left: -3px;
    z-index: 99;
    background-size: 123px 123px;
}

.bandeau_small {
    width: 88px;
    height: 88px;
    position: absolute;
    top: -7px;
    left: -8px;
    z-index: 9;
    background-size: 88px 88px;
}

.res_div5 .bandeau_small,
.res_div1 .bandeau_small {
    top: -2px;
    left: -3px;
}

.bandeau_small.bandeau_text,
.bandeau.bandeau_text {
    top: 0;
    left: 0;
}


/**new css for details front **/

.prod_slideshow_container .bandeau {
    width: 123px !important;
    height: 123px !important;
    top: 0 !important;
}

.bandeau.bandeau_text {
    right: 0 !important;
    left: auto !important;
    overflow: hidden;
}

.bandeau .triangle_band2,
.bandeau .triangle_band {
    right: 85px !important;
    left: auto;
    display: none;
}

.bandeau .band_rotate {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 200px;
    left: -28px !important;
}

.rsDefault .rsFullscreenBtn {
    z-index: 100 !important;
}

.rsDefault .rsArrow {
    position: static !important;
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
    margin-left: 10px;
    left: 0;
}

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
    margin-right: 10px;
    right: 0;
    left: auto;
}


/**new css for details front fin **/

.prod_slideshow_container {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.half {
    width: 50%;
    float: left;
    font-size: 13px;
}

.no_dpe {
    background: rgba(255, 255, 255, 0.7);
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

.no_dpe_txt {
    margin-top: 40%;
    text-align: center;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    font-weight: bold;
    font-size: 25px;
}

.dpe_container {
    width: 250px;
    /* height:225px; */
    float: left;
    margin: 10px 95px 10px 10px;
    position: relative;
}

.dpe {
    background: url(/img/energy_bg.png) no-repeat 0 4px;
    width: 150px;
    height: 174px;
    z-index: 2;
    position: absolute;
    top: 35px;
}

.dpe.nc {
    background: url(../img/energy_bg_nc.png) no-repeat 0 4px;
}

.dpe_title1,
.dpe_title2 {
    font-size: 9pt;
    color: #666;
    line-height: 18px;
}

.dpe_title2 {
    position: absolute;
    top: 202px;
    width: 90%;
    line-height: 22px;
}

.dpe.conso {}

.dpe.gaz {
    background-position: -153px 4px;
}

.dpe_indic {
    background: url(/img/energy_indic.png);
    width: 160px;
    height: 19px;
    font-weight: bold;
    position: absolute;
    left: 38px;
    z-index: 1;
    text-align: right;
    padding: 2px 10px 0 0;
    color: #FFF;
}

.dpe_indic.nc {
    background: #000;
    padding: 2px 4px;
    width: auto;
    margin-left: 100px;
}

.dpe_mesure {
    width: 80px;
    float: right;
}

sub {
    font-size: 8pt;
}

#print_title {
    font-size: 14pt;
    margin: 0 0 10px 2px;
}

#netty_signature {
    float: right;
    width: 270px;
    height: 20px;
    line-height: 20px;
    margin-right: 20px;
    text-align: right;
}

.netty_signature_text a {
    line-height: 20px;
    color: #999;
    font-size: 12px;
    vertical-align: top;
}

.demo_txt {
    color: #666;
    text-shadow: 1px 2px 0 #000;
    font-size: 18px;
    background: url(/img/netty-immo.png) no-repeat center;
    height: 50px;
}

.demo_txt .btn {
    text-shadow: none;
}

.demo_txt_tmpl {
    float: right;
    margin-left: 10px;
}

.gmap_infowindow {
    min-width: 170px;
}

.alert_title {
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    color: #777;
    margin: 20px 0 15px 0;
}

#slider_budget {
    width: 180px;
    margin-top: 8px;
}

#langs {
    float: right;
    margin: 17px 20px 0 0;
}

#langs .flags {
    width: 16px;
    height: 16px;
    margin: 0 2px;
}

#langs .flags.active {
    background: #fff;
    border: 2px solid #fff;
    border-bottom: 0px;
    margin: 0 0px;
    border-top-width: 1px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.tech_detail table td {
    line-height: 18px;
}

.video,
.flash_container {
    clear: both;
    width: 100%;
    margin: 0 auto;
    margin: 40px 0px 0px 0px;
}

.video_container {
    position: relative;
}

.res_tbl_ref {
    margin: 0 auto;
    font-size: 14px;
    color: #FFF;
    font-weight: 300;
    text-align: center;
}


/*.search_ref { padding-top:15px; margin-top:8px; border-top:2px solid #BFA582; }*/

#search_form_ref {
    padding-left: 17px;
}

.help_arrows_cms {
    width: 100%;
    height: 100px;
    background: url(/img/help_arrows_cms.png) no-repeat;
    position: relative;
    font-family: 'Reenie Beanie', cursive;
    font-size: 20px;
    color: #444;
    margin: 15px 0;
    margin-left: 15px;
}

.help_cms1 {
    position: absolute;
    top: 12px;
    left: 67px;
}

.help_cms2 {
    position: absolute;
    top: 15px;
    left: 567px;
}

.help_seo {
    width: 100%;
    height: 150px;
    font-family: 'Reenie Beanie', cursive;
    background: url(/img/help_seo.png) no-repeat right top;
    position: relative;
    font-size: 20px;
    color: #444;
    margin-top: 30px;
}

.help_seo1 {
    line-height: 50px;
    padding-left: 5px;
}

.red {
    color: #F00;
}

.violet {
    color: #b232ee;
    font-size: 24px;
}

#prod_agence {
    margin-bottom: 30px;
    padding: 5px 10px;
    background: #F1F1F1;
}

#search_title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 8px;
}


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

.no_results_action li {
    margin: 10px;
    list-style: none;
}

.fil {
    margin-bottom: 10px;
}

.prev_prod {
    float: left;
}

.next_prod {
    float: right;
}

#details {
    margin-top: 10px;
}

.transact_compact label.ui-button.ui-state-default span {
    padding: 5px 8px;
}

.btn.black {
    background: url(../../../img/admin_bg.png) center repeat-x;
    border-color: #333;
    color: #FFF;
    text-shadow: none;
}

.btn_alert {
    cursor: pointer;
}

.app_container {
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #2B2B3B;
}

.app_container.icon {
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    width: 75px;
}

.column_container.app_container.text {
    margin-top: 14px;
    text-align: center;
    margin: 0 auto;
    color: #2B2B3B;
}

.app_container h1 {
    margin-bottom: 10px;
}

.app_link {
    margin: 0 auto;
    display: block;
    width: 250px;
    height: 80px;
    background: url('/img/available.png');
}

.app_link.ios {
    background-position: 0px -154px;
}

.app_link.ios:hover {
    background-position: 0px 0px;
}

.app_link.android {
    background-position: 0px -78px;
}

.app_link.android:hover {
    background-position: 0px -232px;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
    position: relative;
}

.goog-tooltip {
    display: none !important;
}

.goog-tooltip:hover {
    display: none !important;
}

.goog-text-highlight {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.flags {
    cursor: pointer;
}

.infoBox {
    min-width: 350px;
    /*background: rgb(125,126,125);
	background: -moz-linear-gradient(top, rgba(125,126,125,0.95) 0%, rgba(14,14,14,0.95) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,0.95)), color-stop(100%,rgba(14,14,14,0.95)));
	background: -webkit-linear-gradient(top, rgba(125,126,125,0.95) 0%,rgba(14,14,14,0.95) 100%);
	background: -o-linear-gradient(top, rgba(125,126,125,0.95) 0%,rgba(14,14,14,0.95) 100%);
	background: -ms-linear-gradient(top, rgba(125,126,125,0.95) 0%,rgba(14,14,14,0.95) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
	background: linear-gradient(top, rgba(125,126,125,0.95) 0%,rgba(14,14,14,0.95) 100%);*/
    background: #727272;
    background: -moz-linear-gradient(top, #727272 0%, #141414 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #727272), color-stop(100%, #141414));
    background: -webkit-linear-gradient(top, #727272 0%, #141414 100%);
    background: -o-linear-gradient(top, #727272 0%, #141414 100%);
    background: -ms-linear-gradient(top, #727272 0%, #141414 100%);
    background: linear-gradient(to bottom, #727272 0%, #141414 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#727272', endColorstr='#141414', GradientType=0);
    /*-webkit-box-shadow: inset 1px 1px 0px 0px rgba(0, 0, 0, 1);
    box-shadow: inset 2px 2px 0px 0px rgba(0, 0, 0, 1);*/
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.4);
    border: none;
    border: 1px solid #141414;
    padding: 5px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
    color: #FFF;
}

#result_number {}

#filters div.clear {
    clear: both;
}


/***** new div container important ****/

#container {
    width: 1000px;
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
    padding-top: 20px;
}

#page_content_int {
    width: 100%;
}

#content_page_container {
    margin-top: 40px;
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

.prod_slideshow_container {
    width: 100%;
    margin: 0 auto;
}

.filter_btn#type_tri_selected {
    margin-right: 0;
}

#filter_container {
    margin-top: 20px;
    width: 100%;
}

#filter_container_inner {
    padding: 10px;
}

#type_city_container {
    overflow: hidden;
    overflow-y: auto;
}

.prod_controls {
    margin-top: 20px;
}

.prod_controls_inner {
    -webkit-box-shadow: inset 0px 2px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 2px 2px 1px rgba(0, 0, 0, 0.2);
    width: 100%;
}

#prod_tbl_inner {
    position: relative;
    width: 100%;
}

#map.explore {
    width: 100%;
}

#page_header {
    margin-top: 10px;
}

#page_header_inner {
    width: 100%;
}

div.ui-tabs div.res_div1 table.res_tbl {
    width: 100%;
}

#prod_btn_header {
    margin-top: 20px;
}

#prod_btn_header_inner {
    background: #fcfcfc;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fcfcfc 0%, #d1d1d1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #d1d1d1));
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #d1d1d1 100%);
    background: -o-linear-gradient(top, #fcfcfc 0%, #d1d1d1 100%);
    background: -ms-linear-gradient(top, #fcfcfc 0%, #d1d1d1 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%, #d1d1d1 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#d1d1d1', GradientType=0);
    width: 100%;
    height: 41px;
    border-top: 1px solid #BCBCBC;
}

.res_div1 {
    margin-top: 20px;
    padding-bottom: 0;
    width: 100%;
}

.res_tbl .details {
    min-height: 180px;
    padding-bottom: 20px;
}

.res_tbl {
    background: #FFF;
}

div.res_tbl {
    background: #FFF;
    padding: 10px;
}

.res_tbl .res_tbl1 {
    float: left;
    width: 40%;
    height: 200px;
    position: relative;
}

.res_tbl1-icon_visite360 {
    background: #222;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    margin-top: 5px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
}

.res_tbl_title {
    float: left;
    width: 40%;
    color: #494949;
}

.res_tbl_title_inner {
    padding: 0 10px 0 10px;
}

.res_tbl .details {
    float: left;
    width: 20%;
    font-size: 16px;
}

.res_tbl_value {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
}

.res_tbl_value .rent_mesure {
    display: none;
}

.left_overflow {
    padding: 10px;
    margin: 10px 10px 0px 0px;
}

.right_overflow {
    padding: 10px;
    margin: 10px 0px 0px 10px;
}

.bottom_content {
    margin-bottom: 15px;
}


/***** new div container important end ****/


/**filter type list search **/

.search_block .filter_icon_container {
    float: left;
    padding: 3px 11px 3px 12px;
    cursor: pointer;
    border-right: 1px solid #E2E2E2;
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f1f1f2));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f2 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f1f1f2 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f1f1f2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f2', GradientType=0);
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.search_block .filter_icon_container.filter_type2 {
    padding: 3px 15px 3px 16px;
}

#liste_two_left.filter_icon_container,
#liste_two_right.filter_icon_container {
    padding: 3px 30px 3px 31px;
}

#liste_two_left.filter_icon_container.filter_type2,
#liste_two_right.filter_icon_container.filter_type2 {
    padding: 3px 30px 3px 31px;
}

.filter_icon_container.filter_type3 {
    padding-left: 17px;
    padding-right: 17px;
}

.search_block .filter_icon_container.active_type {
    filter: none;
    background: #F8F8F8;
    -webkit-box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
    border-right: 1px solid #ADADAD;
    *border: 1px solid #ADADAD;
}

.search_block div.block_filter_radio {
    margin: 0 auto;
    width: 160px;
    margin-top: 10px;
}

.search_block div.block_filter_radio.filter_type2 {
    width: 155px;
}

.search_block div.block_filter_radio.filter_type3 {
    width: 190px;
}

.res_div3 {
    width: 47%;
}

.res_info.type_3 {
    width: 100%;
}

.res_div5.last,
.res_div3.last {
    float: right;
}


/* pour l'alerte*/

.search_block_container {
    width: 180px;
}

#search_form_alert_container {
    margin: 0 auto;
    display: block;
    padding: 10px;
    width: 240px;
}

.call_me_container {
    padding: 10px;
    background: #75552E;
}

#call_me {
    background: #EBEBEB;
    padding: 10px;
}

#search_form.search_form_alert {
    padding: 10px;
    display: block;
}

#search_form.search_form_alert .search_block #transact label {
    text-align: left;
    float: left;
}

.jlabel.input_text,
input.input_text {
    padding: 4px 2px 4px 2px;
}

#contact_form .jlabel.input_text {
    width: 92%;
    text-align: left;
}

#search_form.search_form_alert .block_filter_radio {
    display: none;
}

html #search_form.search_form_alert #do_send {
    margin: 0 auto;
    text-align: center;
}

.frame.vertical {
    height: auto;
    max-height: 650px;
}

.frame.vertical ul li div.res_div5 {
    margin: 0 auto;
    float: none;
    padding: 0;
    clear: both;
}

.frame.horizontal ul li div.res_div5 {
    clear: both;
}

.frame.horizontal ul li {
    height: 220px;
}

.frame.vertical ul li {
    margin: 13px 0px 13px 0px;
}

.frame.horizontal {
    width: 100%;
    height: 220px;
}

#logo_inner table {
    width: 100%;
    height: 100%;
}

ul {
    list-style: none;
    padding: 0;
}

body #no_photo {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 100px 0 0px 0;
}

.cadre_grey_big {
    width: 100%;
}

.cms_seo_post {
    background: #FFF;
    padding: 10px;
}

.cms_tree {
    background: #FFF;
}

#page_edit {
    background: #FFF;
    color: #000 !important;
    position: relative;
}

#page_edit .btn_ok {
    margin-bottom: 0px;
}

#prod_btn_header .addthis_toolbox a,
#prod_btn_header .addthis_toolbox a:hover {
    border-top: 0;
    box-shadow: none;
    filter: none;
}

body .ls-nav-prev {
    bottom: 0;
    left: 200px;
    background: none;
    background-color: none;
}


/* submenu v3 **/


/******* submenu v3 **/

#sub_menu {
    width: 105px;
    height: auto;
    background: #2c3843;
    padding: 0;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 9999;
    -moz-transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

#sub_menu_items span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    background: url(/img/sprite_site.png);
}

#sub_menu_items span.control_edit {
    background-position: -7px -50px;
}

#sub_menu_items span.icons.site {
    background-position: -10px -130px;
}

#sub_menu_items span.icons.google {
    background-position: -10px -220px;
}

#sub_menu_items span.icons.homepage {
    background-position: -10px -300px;
}

#sub_menu_items span.icons.logout {
    background-position: -10px -380px;
}

#sub_menu_items a {
    color: #FFF;
    font-size: 13px;
    width: 105px;
    height: 95px;
    clear: both;
    -moz-transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    filter: none;
    background: #3c4b5a;
    border-bottom: 1px solid #303c48;
    position: relative;
    display: block;
}

#sub_menu_items a:hover,
#sub_menu_items a#control_edit:hover,
#menu_resp:hover,
#sub_menu .version {
    background: #2c3843;
}

.submenu_text {
    z-index: 2;
    position: absolute;
    bottom: 13px;
    text-align: center;
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Armata', sans-serif;
    font-size: 12px;
}

#menu_resp {
    -moz-transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    position: fixed;
    position: fixed !important;
    position: device-fixed;
    top: 0;
    left: 0;
    width: 105px;
    height: 51px;
    z-index: 12000;
    background: #4AB69D;
}

#menu_resp div {
    background: url('/admin/img/menu_resp.png') no-repeat center;
    width: 105px;
    height: 48px;
    cursor: pointer;
}

#sub_menu .version {
    color: #FFF;
    text-align: center;
    width: 100%;
    padding: 20px 0;
}


/* btn */

input.btn_ok,
input.btn_no,
.btn_ok,
.btn_no,
.ui-dialog-buttonpane button.ui-state-default,
.qq-upload-button,
.qq-upload-plan {
    width: 110px;
    height: 26px;
    color: #FFF;
    margin: 0;
    padding: 0;
    cursor: pointer;
    font-weight: normal;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 0px 2px 3px rgba(255, 255, 255, 0.4), inset rgba(255, 255, 255, 0.8) 1px 1px 2px;
    -moz-box-shadow: 0px 0px 2px 3px rgba(255, 255, 255, 0.4), inset rgba(255, 255, 255, 0.8) 1px 1px 2px;
    box-shadow: 0px 0px 2px 3px rgba(255, 255, 255, 0.4), inset rgba(255, 255, 255, 0.8) 1px 1px 1px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
}

input.btn_ok,
.btn_ok,
.ui-dialog-buttonpane button.ui-state-default.btn_ok,
.qq-upload-button,
.qq-upload-plan {
    background: #b1cf61;
    background: -moz-linear-gradient(top, #b1cf61 0%, #78a300 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b1cf61), color-stop(100%, #78a300));
    background: -webkit-linear-gradient(top, #b1cf61 0%, #78a300 100%);
    background: -o-linear-gradient(top, #b1cf61 0%, #78a300 100%);
    border: 1px solid #78a300;
}

input.btn_ok:hover,
input.btn_no:hover,
.ui-dialog-buttonpane button.ui-state-default.ui-state-hover,
.qq-upload-button:hover,
.qq-upload-plan:hover {
    background: #c995dd;
    background: -moz-linear-gradient(top, #c995dd 0%, #9c50c0 68%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c995dd), color-stop(68%, #9c50c0));
    background: -webkit-linear-gradient(top, #c995dd 0%, #9c50c0 68%);
    background: -o-linear-gradient(top, #c995dd 0%, #9c50c0 68%);
    background: -ms-linear-gradient(top, #c995dd 0%, #9c50c0 68%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c995dd', endColorstr='#9c50c0', GradientType=0);
    background: linear-gradient(top, #c995dd 0%, #9c50c0 68%);
    box-shadow: 0px 0px 5px 1px rgba(201, 149, 221, 0.75), inset rgba(255, 255, 255, 0.7) 1px 1px 1px;
    border: 1px solid #9c50c0;
}


/* fields */

#slogan_field {
    background-color: #FFF;
    border: 1px solid #0099CC;
    margin: 0;
    padding: 3px 0px 2px 4px;
    font-size: 13px;
    font-family: 'Noto Sans', sans-serif;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#slogan_field:focus {
    border-color: #FF6600;
}

.fb_icon {
    width: 32px;
    height: 32px;
    float: right;
    background: url(/img/facebook.png);
    display: block;
}

.filter_text.long_city {
    white-space: nowrap;
}

#prod_tbl_inner h4 {
    font-size: 13px !important;
    color: #000 !important;
    font-family: 'Open Sans' !important;
    font-weight: 400 !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 0px !important;
}


/*** calc financière */

.calc_container {
    color: #000;
}

.calc_flex {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 10px;
}

.calc_flex>* {
    flex: 1;
    -webkit-flex: 1;
}

.calc_block {
    margin: 20px;
    font-size: 15px !important;
}

.menu_calc {
    background: #F6F6F6;
    display: flex;
    display: -webkit-flex;
}

.menu_calc a {
    display: block;
    padding: 10px;
    flex: 1;
    -webkit-flex: 1;
    text-align: center;
}

.menu_calc a:hover,
.menu_calc a.active {
    background: #84939c;
    color: #FFF;
}

.calc_container input.input_text {
    color: #000 !important;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0px !important;
}

#calc_content {
    position: relative;
    background: #F6F6F6;
}

#calc_content .calc_container {
    height: 100%;
    width: 100%;
}

.result_calc {
    padding: 3px 10px;
    width: 100% !important;
    background: #000;
    box-sizing: border-box;
    text-align: right;
    color: #FFF;
}

.calc_container span {
    display: block;
    font-size: 13px;
}

.slogan_edit {
    background: #4D4D4D;
    color: #FFF;
    padding: 16px 20px;
}


/*** submenu site ***/

.main_menu li.parent_li {
    position: relative;
}

#menu li.parent_li {
    position: relative;
}

#menu .submenu li {
    line-height: 20px;
}

body #menu div.submenu {
    left: 0;
    width: auto;
    height: auto;
    position: absolute;
    z-index: 200;
    display: none;
}

.submenu_inner {
    border-radius: 0px 0px 3px 3px;
    margin-top: 8px;
    background: #ECEDEE;
    -webkit-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.35);
}

body #menu div.submenu ul {
    width: 100%;
}

#menu .submenu li a {
    text-align: left;
    padding: 10px;
    white-space: nowrap;
}

body #menu div.submenu li {
    border-top: 1px solid #C4C4C4;
    display: block;
    float: none;
    width: 100%;
    line-height: 20px;
    height: auto;
    text-align: left;
}


/*** footer link autogenerate **/

.footer_column {
    width: 33.3%;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
}

.link_foot .netty_signature_text {
    float: left;
}

.link_foot img {
    margin-left: 10px;
}

.link_foot--social {
    text-align: left;
}

#footer .footer_column .link_foot--social a,
.footer .footer_column .link_foot--social a {
    display: inline-block;
    /*margin: 0 5px;*/
}

#footer .footer_column .link_foot--social a img {
    margin-right: 10px;
    margin-left: 0;
}

.footer .footer_column a,
#footer .footer_column a {
    line-height: 20px;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    float: none;
    text-align: left;
}

.footer_ref_links {
    float: left;
    width: 33%;
    margin-left: 0px;
}

.footer .footer_ref_links a {
    margin: 5px 14px;
}

.ref_link {
    display: block;
}


/** new nego fiche **/

#nego_header {
    position: relative;
    height: 140px;
    background: #616161;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #616161 0%, #2b2b2b 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #616161), color-stop(100%, #2b2b2b));
    background: -webkit-linear-gradient(-45deg, #616161 0%, #2b2b2b 100%);
    background: -o-linear-gradient(-45deg, #616161 0%, #2b2b2b 100%);
    background: -ms-linear-gradient(-45deg, #616161 0%, #2b2b2b 100%);
    background: linear-gradient(135deg, #616161 0%, #2b2b2b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#2b2b2b', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #FFF;
    font-size: 13px;
}

#nego_header a {
    color: #FFF;
}

#nego_header td.nego_icon {
    width: 30px !important;
}

.title_nego {
    background: #27C6E8;
}

.title_nego h1 {
    text-align: left;
    display: block;
    padding: 10px 20px;
}

#title_nego_prod h1 {
    margin-top: 20px;
    background: #FFF;
    border: 1px solid #bfbfbf;
    color: #616161;
    padding: 14px 20px;
}

#nego_header table {
    border: 0;
    padding-top: 13px;
    padding-left: 20px;
}

#nego_img {
    position: absolute;
    right: 30px;
    top: 80px;
    width: 140px;
    height: 180px;
    border: 3px solid #FFF;
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
}

#nego_header td {
    padding: 4px 10px;
}

.nego_text {
    font-family: Arial, Helvetica, sans-serif;
}

.fiche_nego {
    padding: 50px 20px 20px 20px;
}

#contact_nego #do_send {
    margin: 0 auto;
    padding: 6px 30px;
    margin-top: 10px;
}

#contact_nego {
    margin-top: 20px;
}

#column_middle .mandataires a {
    word-wrap: break-word;
}


/** new nego list **/

.mandataireimg {
    width: 100px !important;
    height: 140px !important;
    border: 5px solid #FFF;
    background: #FFF;
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
    margin-top: -28px;
    position: absolute;
}

.mandataires_block {
    padding-top: 40px;
}

.mandataires_block .info_nego {
    margin-left: 150px;
    width: 47%;
}

.mandataires_block .mandataires {
    height: 100px;
}

.mandataire_container .mandataires {
    padding-left: 0 !important;
}


/*** new nego contact ***/

#contact_nego #message {
    padding: 5px !important;
    border: 1px solid #BBBBBB;
    font-size: 14px;
}

#contact_nego H3 {
    margin: 0;
    color: #616161;
    padding: 10px 20px 20px 20px;
    text-align: left;
    font-size: 18px;
}

.prod_contact_form {
    padding: 20px 16px 26px 16px !important;
}

.prod_contact_form .center {
    top: 0 !important;
}


/*** filter new version 33% ***/

.filter_btn_out {
    width: 33.3%;
    float: left;
    margin-right: 0!important;
}

.nego_filter .filter_btn_out {
    width: 50%;
}

.nego_filter #filters .filter_btn_out:first-child {
    width: 49%;
    float: left;
}

.nego_filter #filters .filter_btn_out {
    width: 49%;
    float: right;
}

.nego_filter #type_city_container {
    max-width: 100%;
}

.nego_filter #type_liste_container {
    max-height: 435px;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.filter_btn {
    width: 100% !important;
    margin-right: 0!important;
    box-sizing: border-box;
}

#filters #type_tri_selected {
    width: 90% !important;
    margin: 0 auto!important;
    float: none;
}

#filters #interet_out,
#filters #tri_out {
    float: right;
}

#filters div.clear {
    float: none;
}

#filters .filter_btn_inner {
    width: 100%;
    background: grey;
    right: -11px;
}

#filters a.link_filter,
#filters div.link_filter {
    width: 100%;
    box-sizing: border-box;
}

#filters .filter_text {
    width: 66%;
    white-space: nowrap;
}

#filters #type_interet_container div.link_filter {
    width: 100%;
}

#filters div.map_caterogy {
    width: 100%;
}


/*** central filters icons maj ***/

.link_filter.map_filter {
    padding-left: 2px;
}

.filter_icon {
    background: url(/img/filters_icons.png) no-repeat !important;
}

.map_caterogy label.ui-button span {
    padding-left: 46px;
}


/**** grey icons ***/

.grey .filter_icon.liste {
    background-position: -526px -473px !important;
}

.grey .filter_icon.galerie {
    background-position: -526px -511px !important;
}

.grey .filter_icon.carte {
    background-position: -526px -550px !important;
}

.grey .filter_icon.aucun {
    background-position: -526px -587px !important;
}

.grey .filter_icon.surface {
    background-position: -526px -620px !important;
}

.grey .filter_icon.date {
    background-position: -526px -654px !important;
}

.grey .filter_icon.prix {
    background-position: -526px -685px !important;
}

.grey .filter_icon.city {
    background-position: -526px -751px !important;
}

.grey .filter_icon.interet {
    background-position: -526px -719px !important;
}


/**** white icons ***/

.white .filter_icon.liste,
.block_filter_radio.white {
    background-position: -6px -473px !important;
}

.white .filter_icon.galerie {
    background-position: -6px -511px !important;
}

.white .filter_icon.carte {
    background-position: -6px -550px !important;
}

.white .filter_icon.aucun {
    background-position: -6px -587px !important;
}

.white .filter_icon.surface {
    background-position: -6px -620px !important;
}

.white .filter_icon.date {
    background-position: -6px -654px !important;
}

.white .filter_icon.prix {
    background-position: -6px -685px !important;
}

.white .filter_icon.city {
    background-position: -6px -751px !important;
}

.white .filter_icon.interet {
    background-position: -6px -719px !important;
}


/**** black icons ***/

.black .filter_icon.liste {
    background-position: -266px -473px !important;
}

.black .filter_icon.galerie {
    background-position: -266px -511px !important;
}

.black .filter_icon.carte {
    background-position: -266px -550px !important;
}

.black .filter_icon.aucun {
    background-position: -266px -587px !important;
}

.black .filter_icon.surface {
    background-position: -266px -620px !important;
}

.black .filter_icon.date {
    background-position: -266px -654px !important;
}

.black .filter_icon.prix {
    background-position: -266px -685px !important;
}

.black .filter_icon.city {
    background-position: -266px -751px !important;
}

.black .filter_icon.interet {
    background-position: -266px -719px !important;
}


/* sly horizontal **/

.frame.horizontal {
    height: 100%;
    overflow: hidden;
}

.frame.horizontal ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}

.frame.horizontal ul li {
    float: left;
    height: 100%;
    padding: 0;
    color: #ddd;
    text-align: center;
    cursor: pointer;
}

.pages {
    list-style: none;
    padding: 0;
    text-align: center;
    width: 140px;
    margin: 0 auto;
}

.pages li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 4px;
    text-indent: -999px;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}

.pages li:hover {
    background: #aaa;
}

.pages li.active {
    background: #666;
}


/* sly vertical **/


/* Frame */

.frame.vertical {
    width: 100%;
    height: 652px;
    overflow: hidden;
}

.frame.vertical .slidee {
    padding: 20px 25px;
    background: #fff;
}

.frame.vertical ul.items {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 24px;
    line-height: 100px;
}

.frame.vertical ul.items li {
    float: left;
    width: 100%;
    height: 100%;
    margin: 0 0 1px;
    padding: 0;
    background: #333;
    color: #ddd;
    text-align: center;
    cursor: pointer;
}

.frame.vertical ul.items li.active {
    color: #fff;
    background: #a03232;
}


/* Controls */

.controls {
    margin: 25px 0;
    text-align: center;
}


/*** multiselect ***/

.multiselect {
    width: 100%;
    box-sizing: border-box;
}

.ui-multiselect {
    width: 100%;
    box-sizing: border-box;
}

#radius {
    width: 48%;
    box-sizing: border-box;
}

.search_radius .ui-multiselect {
    float: right;
}

.search_radius.search_title {
    text-align: left;
}

.ui-multiselect-checkboxes label span {
    padding-left: 8px;
    display: inline-block;
    width: 75%;
}

.prod_controls .prod_action {
    padding: 0 !important;
    margin: 5px !important;
}


/*.prod_action.prod_send*/

.prod_action.prod_question,
.prod_action.prod_print {
    width: 30% !important;
    margin-left: 20px !important;
}


/*.prod_action.prod_print*/

.prod_action.prod_call_me {
    width: 25% !important;
}

.prod_action.prod_selection_add,
.prod_action.prod_calc {
    width: 35% !important;
}

#background_body {
    min-height: 100%;
    height: 100%;
    width: 100%;
    position: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-attachment: fixed !important;*/
    background-size: cover !important;
    z-index: -2;
    top: 0;
    left: 0;
}

.loc_details {
    margin-bottom: 10px;
    text-align: center;
}

.surface_details {
    text-align: center;
}

#type_liste_selected,
#type_tri_selected,
#type_city_selected,
#sector_list_selected {
    cursor: pointer;
}

#layerslider-container.prod_slideshow_container {
    z-index: 1 !important;
}


/** mobile disable **/

#menu_mobile {
    display: none;
}

.prod_controls_mobile {
    display: none;
}

body.ps-active:parent {
    overflow-y: visible !important;
}

html:has(body.ps-active) {
    overflow-y: visible !important;
}

html:has(>body.ps-active) {
    overflow-y: visible !important;
}

.mandataires_block .info_nego {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*** fix mode gallery new version ***/


/*** fix res div gallery **/

.res_info.type_3 {
    position: relative;
    height: 64px;
}

.res_info.type_3 .res_info_inner {
    padding: 0 10px;
}

.res_div_container.type_3 {
    height: auto;
}

.res_div_left.type_3 {
    padding: 8px 0;
    line-height: 24px;
    font-size: 12px;
}

.res_div_right.type_3 {
    padding: 0;
    line-height: 64px;
    font-size: 16px;
}

.res_div_left.type_3 div,
.res_div_left.type_5 div {
    padding: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.res_info,
.res_div_container.type_3 {
    background: none;
    color: #000;
}

.res_info.type_3 {
    background: #FFF;
}

.res_div_left.type_5 {
    color: #FFF;
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
}

.res_div_left.type_5 .res_title1 {
    padding: 0 5px;
}

.res_div_left.type_5 .res_title2 {
    display: none;
}

.res_div_right.type_5 {
    top: 20px;
    right: 0;
    color: #FFF;
}

.band_rotate {
    position: absolute;
    background: #303030;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: -10px;
    top: 40px;
    width: 120px;
    text-align: center;
    color: #FFF;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
}

.triangle_band {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 18px 18px;
    border-color: transparent transparent transparent #303030;
    left: 0px;
    top: 85px;
    position: absolute;
}

.triangle_band2 {
    position: absolute;
    left: 85px;
    top: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 0 11px;
    border-color: #303030 transparent transparent transparent;
}


/** ref nat **/

#prod_tbl_inner h4 {
    color: #000;
    font-size: 14px;
    font-weight: 300;
}

#prod_tbl_inner #details li {
    list-style-type: disc;
    margin-left: 20px;
}

#prod_tbl_inner #details ul.ul_icon li {
    list-style-type: none;
    margin-left: 0px;
}

#size_auto2 h3 {
    margin: 0 !important;
    padding: 0 !important;
}


/*** fix zoom change ***/

@media screen and (max-width: 1000px) {
    .bodyContainer .search_block .filter_icon_container {
        width: 33.33% !important;
        box-sizing: border-box;
    }
    .bodyContainer #rooms.ui-buttonset label {
        width: 20% !important;
        box-sizing: border-box;
    }
    .bodyContainer #rooms2.ui-buttonset label {
        width: 20% !important;
        box-sizing: border-box;
    }
}


/*** rooms icon ***/

.access_search.rooms_icon {
    background: #000 url(/img/rooms.png) no-repeat center;
}


/** coooki banner **/

#banner_cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #000;
    color: #FFF;
    width: 100%;
    padding: 6px;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    z-index: 1000000;
}

#banner_cookie span {
    line-height: 25px;
}

body #banner_cookie a {
    font-size: 12px;
    line-height: 25px;
    display: inline;
    padding: 0;
    margin: 0;
    float: none;
}

@media screen and (max-width: 680px) {
    body #banner_cookie a {
        display: block;
        text-align: center;
        margin-bottom: 5px;
        font-size: 14px;
    }
    .res_tbl1-icon_visite360 {
        left: 0;
        right: auto;
        margin-top: 0;
    }
    .res_div3 {
        width: auto !important;
        float: none !important;
    }
}

#banner_cookie span {
    display: block;
    float: left;
}


/* CSS Document */

@media screen and (max-width: 1048px) {
    #banner_cookie span {
        display: block;
        float: none !important;
        padding-bottom: 10px;
    }
    #banner_cookie>div {
        float: none !important;
        margin: 0 auto;
    }
}


/** tooltip**/

.ttip {
    display: inline;
    position: relative;
}

.ttip:before,
.ttip .ttip_text {
    opacity: 0;
    /*-moz-transition:0.3s all;
	-webkit-transition:0.3s all;
	-o-transition:0.3s all;
	transition:0.3s all;*/
}

.ttip_text {
    top: calc( 100% + 10px);
    color: #fff;
    box-sizing: border-box;
    position: absolute;
    display: block;
    line-height: 35px;
    text-align: center;
    background: #333;
}

.ttip:hover .ttip_text {
    z-index: 98;
    width: 100%;
    opacity: 1;
    height: 36px;
}

.ttip:hover .ttip_text:after {
    content: attr(title);
}

.ttip:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 0px 6px 6px 6px;
    bottom: -10px;
    content: "";
    left: 36%;
    left: calc( 50% - 10px);
    position: absolute;
    z-index: 99;
    opacity: 1;
}

.ttip {
    cursor: pointer;
}

.page_search input.btn.search {
    height: 36px;
}

.all_type_offer {
    display: block;
    padding-bottom: 10px;
    font-size: 16px;
}


/* fix alert mail msg err*/

.msg_err_box {
    margin-bottom: 20px;
}

.no_res_text {
    font-size: 16px;
    padding-bottom: 40px;
    font-weight: bold;
}


/*** filtre par quartier ***/

.quart_link_container {
    padding-left: 20px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.2);
    float: none !important;
    margin-right: 0 !important;
}

.quart_link {
    font-size: 12px;
    width: 100%;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    color: #FFF;
}

.quart_link:hover {
    color: #bfbfbf;
}

.fil_ar li {
    display: inline !important;
    list-style: none;
}

ul.ul_plus li {
    padding-left: 30px;
    background: url(/img/li_plus.png) no-repeat top left;
    background-position: 0px 3px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
    list-style-type: none !important;
    margin-left: 0px !important;
}

ul.ul_icon li {
    padding-left: 30px;
    background: url(/img/li_download.png) no-repeat top left;
    background-position: 0px 3px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
}

.ul_plus_title,
.download_title,
#contact_nego_inner h3 {
    color: #666;
    font-size: 18px;
    font-weight: 400;
}

.lots_title * {
    font-weight: 400;
}

#page_content_inner li {
    list-style-type: circle;
    margin-left: 15px;
}


/** fix iphone ***/

div.ps-document-overlay {
    width: 100% !important;
    height: 100% !important;
}

.res_tbl_value .list_small {
    font-size: 19px;
    line-height: 22px;
    margin-top: -10px;
    display: block;
}


/** Content builder fixes ***/

#page_content_inner .row.clearfix {
    overflow: hidden;
}


/* 61, 62 */

#page_content_inner .row.clearfix.fix-62-1 .is-rounded-button-big>.btn,
#page_content_inner .row.clearfix.fix-61-3 .is-rounded-button-big>.btn {
    border-radius: 50px;
    display: table;
}

#page_content_inner .row.clearfix.fix-62-1 .is-rounded-button-big .btn-primary>.icon,
#page_content_inner .row.clearfix.fix-61-3 .is-rounded-button-big .btn-default>.icon {
    padding-left: 0;
}


/* 297, 298 */

#page_content_inner .row.clearfix.fix-297-1 .is-card .is-card-content-centered,
#page_content_inner .row.clearfix.fix-297-1 .is-card .is-card-content-centered h2,
#page_content_inner .row.clearfix.fix-298-1 .is-card.is-card-circle .is-card-content-centered,
#page_content_inner .row.clearfix.fix-298-1 .is-card.is-card-circle .is-card-content-centered h2 {
    color: #fff;
}


/* 114 */

#page_content_inner .row.clearfix.fix-114-1 .column.full img:first-child:nth-last-child(3),
#page_content_inner .row.clearfix.fix-114-1 .column.full img:first-child:nth-last-child(3)~img {
    max-width: 32%;
}

@media screen and ( max-width: 680px) {
    #page_content_inner .row.clearfix.fix-114-1 .column.full img:first-child:nth-last-child(3),
    #page_content_inner .row.clearfix.fix-114-1 .column.full img:first-child:nth-last-child(3)~img {
        max-width: none;
    }
}


/* 130 */

@media screen and ( max-width: 640px) {
    #page_content_inner .row.clearfix.fix-130-2 .column.fourth .is-card {
        margin: 0 auto;
    }
}


/* 50 */

#page_content_inner .row.clearfix.fix-50-1 .column.full .is-boxed-button-big>a {
    margin-left: 0;
    margin-right: 5px;
}


/* 78 */

#page_content_inner .row.clearfix.fix-78-2 .column.full .is-boxed-button-big2>a {
    margin-right: 0;
}


/* 88 */

#page_content_inner .row.clearfix.fix-88-3 .column.full .is-boxed-button-medium2>a {
    margin-right: 0;
    max-width: 33.3333%;
}


/* 148 */

#page_content_inner .row.clearfix.fix-148-3 .column.full.center .is-rounded-button-big>a {
    margin-left: 5px;
    margin-right: 5px;
    max-width: 20%;
}

@media screen and ( max-width: 680px) {
    #page_content_inner .row.clearfix.fix-148-3 .column.full.center .is-rounded-button-big>a {
        max-width: none;
        float: none;
    }
}


/* 164 */

#page_content_inner .row.clearfix.fix-164-2 .column.third .is-card-content-centered * {
    text-align: center;
}


/*** fix chrome facybox**/

body.simple {
    min-height: 0px;
}


/*** fix type d'affichage passe sous le plus moins de la carte **/

.leaflet-top,
.leaflet-bottom {
    z-index: 999;
}

.res_div7 .info_home_slider,
.res_div8 .info_home_slider {
    max-height: 140px;
    overflow: hidden;
}

.res_div7,
.res_div8 {
    height: auto;
}

.res_div1 .res_tbl_title_inner p[itemprop=description] {
    padding: 4px 4px 0px 0px;
    margin: 0;
}

#prod_tbl_inner .basic_copro {
    text-align: left;
    font-size: 12px;
    color: #666;
    border-bottom: 2px solid #a5a5a5;
    padding: 0px 10px 10px 0px;
}

#prod_tbl_inner .basic_copro:empty {
    display: none !important;
}

#prod_tbl_inner .tech_detail {
    padding-top: 10px;
}

.bandeau_hor {
    margin-bottom: 0px !important;
    margin-top: 10px !important;
}

body .content_css h2,
body .content_css h3,
body .content_css h4,
body .content_css h5,
body .content_css h6,
body .content_css h6 {
    color: #000;
}

.hide_element {
    display: none;
}


/**slider bottom prod **/

.prod_slider_bottom .frame.horizontal {
    padding: 0px;
}


/*** afficher royal slider fullscreen en centre ***/


/*body #layerslider.rsDefault
.rsFullscreenBtn{
	top: calc( 50% - 22px );
	right: calc( 50% - 22px );
	zoom: 2;
	transition : 0.3s all;
	-webkit-transition : 0.3s all;
}

body #layerslider.rsFullscreen.rsDefault
.rsFullscreenBtn{
	top: 0px;
	right: 0px;
	zoom: 1;
	opacity: 1 !important;
	visibility: visible !important;
}*/

.rsDefault .rsArrow {
    /*height: auto !important;*/
    /*margin-top: 50%;*/
}

.prog_link {
    background: #777;
    color: #FFF;
    text-align: center;
    display: block;
    cursor: pointer;
    margin-top: 10px;
}

.prog_link:hover {
    background: #666;
}

.prog_link a,
.prog_link a:hover {
    color: #FFF;
    font-size: 14px;
    display: block;
    padding: 7px 10px;
}

.band_prog {
    color: #FFF;
    padding: 3px 6px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 12px;
}

.band_prog_container {
    border-bottom: 2px solid #a5a5a5;
    padding-bottom: 10px;
}

.res_tbl_title_inner .band_prog_container {
    padding: 0;
    border: 0;
    display: block;
}

.res_tbl_title_inner .band_prog {
    padding: 1px 5px;
    font-size: 10px;
    margin-top: 0;
    margin-bottom: 6px;
    margin-right: 5px;
}


/***css liste des agences v3***/

.agence_container_list .mandataires {
    margin-left: 0px !important;
}

.agence_container_list .mandataires_block .info_nego {
    margin-left: 10px;
    width: 50%;
}

.agence_container_list .mandataires_block .logo_agence_list {
    width: 160px;
    height: 100%;
    float: left;
    margin-left: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.agence_container_list .mandataires_block {
    padding-top: 0px;
}

body .agence_container_list .mandataires {
    margin-top: 0px;
    margin-bottom: 20px;
}


/***Ajout des vidéos et des visites dans royal slider***/

.rsIcon {
    background: #3c3c3c;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    display: flex !important;
    display: -webkit-flex !important;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.rsIcon img {
    width: 40% !important;
}


/***Passage du prix et de la dénomination entre le slider et la miniature***/

.pres_top {
    display: flex;
    display: -webkit-flex;
}

body .pres_slider,
body #value_prod {
    background: rgba(0, 0, 0, 0.6);
    font-weight: 300 !important;
    color: #FFF;
    line-height: 36px;
    height: 40px;
    overflow: hidden;
    padding: 10px;
    font-size: 24px;
    margin: 0px !important;
}

body .pres_slider {
    padding-left: 20px;
    flex: 1;
    -webkit-flex: 1;
    width: auto !important;
}

body #value_prod {
    width: 230px;
    text-align: center;
}


/*.pres_top #size_auto, 
.pres_top #size_auto2{
	visibility: hidden;
}

.pres_top.ready #size_auto, 
.pres_top.ready #size_auto2{
	visibility: visible;
}*/

body #size_auto,
body #size_auto2 {
    height: 40px;
    font-size: 24px;
    line-height: 36px;
    margin: 0px !important;
}

body #size_auto {
    width: 220px;
    text-align: right;
}

body #size_auto2 {
    width: 380px;
}

#search_container button,
.search_block_container button {
    border-radius: 0px !important;
}

.mandataires__logo {
    width: 100%;
    text-align: center;
}

.mandataires__logo img {
    max-width: 100%;
    margin-bottom: 8px;
}


/*Ajout le 18 mars 2019 pour adnimmo car cela cassait le détail des négos @modif */

.nego_coord {
    max-width: 730px;
}

#nego_header td.nego_icon {
    width: 18px !important;
}

#nego_header table {
    padding-left: 0px;
}

.iframe-lightbox {
    z-index: 10000 !important;
}

.iframe-lightbox iframe {
    box-shadow: none !important;
}

.iframe-lightbox .content-holder {
    max-width: 600px;
    width: calc(100% - 20px) !important;
}

@media screen and (max-width:640px) {
    .iframe-lightbox .content {
        padding-bottom: calc(100vh - 78px) !important;
    }
}


/*padding-bottom: 100vh;*/

#save_layer{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.4);
	z-index: 10002;
	display: none;
}

#save_layer::before {
	content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -75px 0 0 -75px;
  border: 5px solid #FFF;
  border-radius: 50%;
  border-top: 5px solid #5dc9b2;
  width: 70px;
  height: 70px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}




#nego_header{
	height: auto !important;
}

#nego_header table{
	width: 400px !important;
	padding-bottom: 10px !important;
}

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

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

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

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

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

.fancybox-inner {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

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

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

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

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

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

/* Overlay helper */

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

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

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

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

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

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

/* Title helper */

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

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

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

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

.fancybox-title-outside-wrap {
	position: relative;
	
	color: #fff;
	display:block;
	border-radius:20px;
	background:#000;
	padding:3px 10px;
	width:150px;
	text-align:center;
	font-weight:bold;
	border:2px solid #FFF;
	margin:0 auto;
	margin-top: 10px;
	margin-bottom:10px;
}

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

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

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/css/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/css/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}


#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url('/css/fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}

/*
	* Style settings of LayerSlider
	*
	* (c) 2011-2013 George Krupa, John Gera & Kreatura Media
	*
	* Plugin web:			http://kreaturamedia.com/
	* Licenses: 			http://codecanyon.net/licenses/
*/



/* Global settings */

.ls-container {
	visibility: hidden;
	position: relative;
}

.ls-lt-container {
	position: absolute;
}

.ls-lt-container,
.ls-lt-container * {
	text-align: left !important;
	direction: ltr !important;
}

.ls-container-fullscreen {
	margin: 0px auto !important;
	padding: 2% !important;
	background: black !important;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border: none !important;
}

.ls-container-fullscreen .ls-thumbnail-wrapper,
.ls-container-fullscreen .ls-fullscreen,
.ls-container-fullscreen .ls-shadow {
	display: none !important;
}

.ls-overflow-hidden {
	overflow: hidden;
}

.ls-inner {
	position: relative;
	background-position: center center;
	z-index: 2;
}

.ls-loading-container {
	position: absolute !important;
	display: none;
	z-index: 3 !important;
	left: 50% !important;
	top: 50% !important;
}

.ls-loading-indicator {
	margin: 0px auto;
}

.ls-inner,
.ls-layer {
	width: 100%;
	height: 100%;
}

.ls-layer {
	position: absolute;
	display: none;
	background-position: center center;
	overflow: hidden;
}

.ls-active,
.ls-animating {
	display: block !important;
}

.ls-layer > * {
	position: absolute;
	line-height: normal;	
	margin: 0px;
	left: 0px;
	top: 0px;
}

.ls-layer .ls-bg {
	left: 50%;
	top: 50%;
}

.ls-yourlogo {
	position: absolute;
	z-index: 99;
}



/* Timers */

.ls-bar-timer {
	position: absolute;
	width: 0px;
	height: 2px;
	background: white;
	border-bottom: 2px solid #555;
	opacity: .55;
	filter: alpha(opacity=55);
	z-index: 4;
	top: 0px;
}

.ls-circle-timer {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 4;
	opacity: .65;
	filter: alpha(opacity=65);
	display: none;
}

.ls-ct-half {
	background: white;
}

.ls-ct-center {
	background: #444;
}

.ls-ct-left,
.ls-ct-right {
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.ls-ct-left,
.ls-ct-right {
	float: left;
	position: relative;								
}

.ls-ct-rotate {
	width: 200%;
	height: 100%;
	position: absolute;
	top: 0px;
}	

.ls-ct-left .ls-ct-rotate,
.ls-ct-right .ls-ct-hider,
.ls-ct-right .ls-ct-half {
	left: 0px;
}

.ls-ct-right .ls-ct-rotate,
.ls-ct-left .ls-ct-hider,
.ls-ct-left .ls-ct-half {
	right: 0px;
}

.ls-ct-hider,
.ls-ct-half {
	position: absolute;
	top: 0px;												
}

.ls-ct-hider {
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.ls-ct-half {
	width: 200%;
	height: 100%;
}
														
.ls-ct-center {
	width: 40%;
	height: 40%;
	left: 30%;
	top: 30%;
	position: absolute;								
}

.ls-ct-half,
.ls-ct-center {
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;								
}



/* Navigation */

.ls-bottom-nav-wrapper {
	height: 0px;
}

.ls-bottom-slidebuttons {
	text-align: left;
}

.ls-bottom-nav-wrapper,
.ls-below-thumbnails {
	z-index: 2;
	height: 0px;
	position: relative;
	text-align: center;
	margin: 0px auto;
}

.ls-below-thumbnails {
	display: none;
	z-index: 6;
}

.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
	outline: none;
}

* .ls-bottom-nav-wrapper *,
* .ls-bottom-nav-wrapper span * {
	direction: ltr !important;
}

.ls-bottom-slidebuttons {
	position: relative;
	z-index: 1000;
}

.ls-bottom-slidebuttons,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
	position: relative;	
}

.ls-nothumb {
	text-align: center !important;
}

.ls-link {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	left: 0px !important;
	top: 0px !important;
	background: url(/slider/css/blank.gif);
}



/* Embedded videos */

.ls-vpcontainer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.ls-videopreview {
	width : 100%;
	height : 100%;
	position : absolute;
	left : 0px;
	top : 0px;
	cursor : pointer;
}

.ls-playvideo {
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
}



/* Thumbnails */

.ls-tn {
	display: none !important;
}

.ls-thumbnail-hover {
	display: none;
	position: absolute;
	left: 0px;
}

.ls-thumbnail-hover-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}

.ls-thumbnail-hover-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.ls-thumbnail-hover-img {
	position: absolute;
	overflow: hidden;
}

.ls-thumbnail-hover img {
	max-width: none !important;
	position: absolute;
	display: inline-block;
	visibility: visible !important;
	left: 50%;
	top: 0px;
}

.ls-thumbnail-hover span {
	left: 50%;
	top: 100%;
	width: 0px;
	height: 0px;
	display: block;
	position: absolute;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
}

.ls-thumbnail-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 4;
}

.ls-thumbnail {
	position: relative;
	margin: 0 auto;
}

.ls-thumbnail-inner,
.ls-thumbnail-slide-container {
	width: 100%;	
}

.ls-thumbnail-slide-container {
	overflow: hidden !important;
	position: relative;
}

.ls-touchscroll {
	overflow-x: auto !important;
}

.ls-thumbnail-slide {
	text-align: center;
	white-space: nowrap;
	float: left;
	position: relative;
}

.ls-thumbnail-slide a {
	overflow: hidden;
	display: inline-block;
	width: 0px;
	height: 0px;
	position: relative;
}

.ls-thumbnail-slide img {
	max-width: none !important;
	max-height: 100% !important;
	height: 100%;
	visibility: visible !important;
}

.ls-shadow {
	display: none;
	position: absolute;
	z-index: 1;
	top: 100%;
	width: 100%;
	left: 0px;
	overflow: hidden !important;
	visibility: hidden;
}

.ls-shadow img {
	width: 100% !important;
	height: auto !important;
	position: absolute !important;
	left: 0px !important;
	bottom: 0px !important;
}

.ls-bottom-nav-wrapper,
.ls-thumbnail-wrapper,
.ls-nav-prev,
.ls-nav-next {
	visibility: hidden;
}



/* WP plugin fullWidth */

.ls-wp-fullwidth-container {
	width: 100%;
	position: relative;
}

.ls-wp-fullwidth-helper {
	position: absolute;
}



/* 2D & 3D Layer Transitions */

.ls-overflow-hidden {
	overflow: hidden;
}

.ls-lt-tile {
	position: relative;
	float: left;
	perspective: 500px;
	-o-perspective: 500px;
	-ms-perspective: 500px;
	-moz-perspective: 500px;
	-webkit-perspective: 500px;
}

.ls-curtiles {
	overflow: hidden;
}

.ls-curtiles,
.ls-nexttiles {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.ls-curtile, .ls-nexttile {
	overflow: hidden;
	position: absolute;
	width: 100% !important;
	height: 100% !important;
}

.ls-curtile {
	left: 0px;
	top: 0px;
}

.ls-curtile img,
.ls-nexttile img {
	position: absolute;
	filter: inherit;
}

.ls-3d-container {
	position: relative;
	perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	-moz-perspective: 1000px;
	-webkit-perspective: 1000px;
	overflow: visible !important;
}

.ls-3d-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.ls-3d-box div {
	overflow: hidden;
	background: #777;
	margin: 0px;
	padding: 0px;
	position: absolute;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}



/* Full screen */

.ls-fullscreen {
	position: absolute;
	z-index: 10;
	cursor: pointer;
	display: block;
}



/* Removing all default global styles of WordPress themes */

html * .ls-nav-prev,
html * .ls-nav-next,
html * .ls-container img,
html * .ls-bottom-nav-wrapper a,
html * .ls-container .ls-fullscreen,
body * .ls-nav-prev,
body * .ls-nav-next,
body * .ls-container img,
body * .ls-bottom-nav-wrapper a,
body * .ls-container .ls-fullscreen,
#ls-global * .ls-nav-prev,
#ls-global * .ls-nav-next,
#ls-global * .ls-container img,
#ls-global * .ls-bottom-nav-wrapper a,
#ls-global * .ls-container .ls-fullscreen {
	transition: none;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	line-height: normal;
	outline: none;
	padding: 0px;
	border: 0px;
}

html * .ls-thumbnail a,
body * .ls-thumbnail a,
#ls-global * .ls-thumbnail a {
	transition: none;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	line-height: normal;
	outline: none;
	padding: 0px;
	border: 0px;	
}

html * .ls-container img,
body * .ls-container img,
#ls-global * .ls-container img {
	background: none !important;
	min-width: 0 !important;
	max-width: none !important;
	border-radius: 0px;
	box-shadow: none;
	border: 0px;
	padding: 0px;
}

html * .ls-wp-container .ls-layer > *,
body * .ls-wp-container .ls-layer > *,
#ls-global * .ls-wp-container .ls-layer > * {
	line-height: normal;
	outline: none;
	padding: 0px;
	margin: 0px;	
	border: 0px;
}

.ls-wp-fullwidth-container,
.ls-wp-fullwidth-helper,
.ls-container,
.ls-container * {
	box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
}

html * .ls-yourlogo,
body * .ls-yourlogo,
#ls-global * .ls-yourlogo {
	margin: 0px;	
}

html * .ls-tn,
body * .ls-tn,
#ls-global * .ls-tn {
	display: none;
}

.site {
	overflow: visible !important;
}



/* Style of LayerSlider Debug Console */

.ls-debug-console * {
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
	color: white !important;
	text-shadow: none !important;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif !important;
	line-height: normal !important;
	-webkit-font-smoothing: antialiased !important;
	text-align: left !important;
	font-style: normal !important;
}

.ls-debug-console h1 {
	padding-top: 10px !important;
	font-size: 17px !important;
	font-weight: bold !important;
}

.ls-debug-console h1:first-child {
	padding-top: 0px !important;
}

.ls-debug-console ul {
	padding-top: 10px !important;
	list-style: none !important;
}

.ls-debug-console li {
	margin-left: 10px !important;
	font-size: 13px !important;
	position: relative !important;
	font-weight: normal !important;
}

html * .ls-debug-console li ul,
body * .ls-debug-console li ul,
#ls-global * .ls-debug-console li ul {
	display: none;
	width: 260px;
	left: -10px;	
}

.ls-debug-console li ul {
	position: absolute !important;
	bottom: 100% !important;
	padding: 10px 10px 10px 0px !important;
	background: white !important;
	border-radius: 10px !important;
	box-shadow: 0px 0px 20px black !important;
}

html * .ls-debug-console li:hover ul,
body * .ls-debug-console li:hover ul,
#ls-global * .ls-debug-console li:hover ul {
	display: block;	
}

.ls-debug-console li ul * {
	color: black !important;
}

.ls-debug-console a {
	text-decoration: none !important;
	border-bottom: 1px dotted white !important;
}

.ls-error {
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-wenkit-border-radius: 5px !important;
	background: white !important;
	height: auto !important;
	width: auto !important;
	color: white !important;
	padding: 20px 40px 30px 80px !important;
	position: relative !important;
	box-shadow: 0px 2px 20px -5px black;
}

.ls-error p {
	line-height: normal !important;
	text-shadow: none !important;	
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
	text-align: justify !important;
	font-family: Arial, sans-serif !important;
}

.ls-error .ls-error-title {
	line-height: 40px !important;
	color: red !important;
	font-weight: bold !important;
	font-size: 16px !important;
}

.ls-error .ls-error-text {
	color: #555 !important;
	font-weight: normal !important;
	font-size: 13px !important;
}

.ls-error .ls-exclam {
	width: 40px !important;
	height: 40px !important;
	position: absolute !important;
	left: 20px !important;
	top: 20px !important;
	border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	-webkit-border-radius: 50px !important;
	font-size: 30px !important;
	font-weight: bold !important;
	color: white !important;
	line-height: 40px !important;
	background: red !important;
	text-align: center !important;
}



/* GPU Hardware Acceleration */

html * .ls-container .ls-shadow,
html * .ls-container .ls-layer > *,
html * .ls-container .ls-fullscreen,
html * .ls-container .ls-webkit-hack,
html * .ls-container .ls-3d-container,
html * .ls-container .ls-lt-container,
html * .ls-container .ls-lt-container *,
html * .ls-container .ls-thumbnail-wrapper,
html * .ls-container .ls-bottom-nav-wrapper,
body * .ls-container .ls-shadow,
body * .ls-container .ls-layer > *,
body * .ls-container .ls-fullscreen,
body * .ls-container .ls-webkit-hack,
body * .ls-container .ls-3d-container,
body * .ls-container .ls-lt-container,
body * .ls-container .ls-lt-container *,
body * .ls-container .ls-thumbnail-wrapper,
body * .ls-container .ls-bottom-nav-wrapper,
#ls-global * .ls-container .ls-shadow,
#ls-global * .ls-container .ls-layer > *,
#ls-global * .ls-container .ls-fullscreen,
#ls-global * .ls-container .ls-webkit-hack,
#ls-global * .ls-container .ls-3d-container,
#ls-global * .ls-container .ls-lt-container,
#ls-global * .ls-container .ls-lt-container *,
#ls-global * .ls-container .ls-thumbnail-wrapper,
#ls-global * .ls-container .ls-bottom-nav-wrapper {
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: translateZ(0px);
	-o-transform: translateZ(0px);
	-ms-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	-webkit-transform: translateZ(0px);
}

/* Firefox embedded video fix */

html * .ls-container .ls-video-layer,
body * .ls-container .ls-video-layer,
#ls-global * .ls-container .ls-video-layer,
html * .ls-container .ls-layer iframe,
body * .ls-container .ls-layer iframe,
#ls-global * .ls-container .ls-layer iframe {
	backface-visibility: visible !important;
	-moz-backface-visibility: visible !important;
	transform: none !important;
	-moz-transform: none !important;
}

html * .ls-container .ls-webkit-hack,
body * .ls-container .ls-webkit-hack,
#ls-global * .ls-container .ls-webkit-hack {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

/* GPU */

@media (transform-3d), (-o-transform-3d), (-ms-transform-3d), (-moz-transform-3d), (-webkit-transform-3d) {
	#ls-test3d {
		position: absolute;
		left: 9px;
		height: 3px;
	}
}

/*!* modified Simple lightbox effect in pure JS
* @see {@link https://github.com/squeral/lightbox}
* @see {@link https://github.com/squeral/lightbox/blob/master/lightbox.js}
* passes jshint*/.iframe-lightbox,.iframe-lightbox .backdrop{width:100%;height:100%;top:0;left:0}.iframe-lightbox{display:none;position:fixed;opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;z-index:2}.iframe-lightbox .backdrop{position:absolute;background-color:rgba(0,0,0,.5);cursor:default;z-index:1}.iframe-lightbox .content-holder{width:80%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);margin-right:-50%;z-index:2}.iframe-lightbox .content{height:0;position:relative;padding-bottom:56.25%}.iframe-lightbox .content>.body{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNDgnIGhlaWdodD0nNDgnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0idWlsLXJpbmciPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJub25lIiBjbGFzcz0iYmsiPjwvcmVjdD48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI0NiIgc3Ryb2tlLWRhc2hhcnJheT0iMTg3Ljg2NzI0MDY4NDY2OTY0IDEwMS4xNTkyODM0NDU1OTEzMSIgc3Ryb2tlPSIjRTZFNkU2IiBvcGFjaXR5PSIxIiBmaWxsPSJub25lIiBzdHJva2Utd2lkdGg9IjgiPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiB2YWx1ZXM9IjAgNTAgNTA7MTgwIDUwIDUwOzM2MCA1MCA1MDsiIGtleVRpbWVzPSIwOzAuNTsxIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgYmVnaW49IjBzIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9jaXJjbGU+PC9zdmc+);background-repeat:no-repeat;background-size:3em 3em;background-position:center center}.iframe-lightbox .content>.body.is-loaded{background-image:none}.iframe-lightbox iframe{display:block;width:100%;height:100%;border:0;box-shadow:.267rem .267rem .267rem 0 rgba(3,3,3,.3);-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.iframe-lightbox.is-showing{display:block}.iframe-lightbox.is-opened{opacity:1}

/* v1.0.6 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 600px;
	height: 400px;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	
}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url(/js/royalslider/grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(/js/royalslider/grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(/js/royalslider/blank.gif);
}

/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: '/js/royalslider/skins/default/rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
	background: #151515;
	color: #FFF;
}


/***************
*
*  1. Arrows
*
****************/

.rsDefault .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsDefault.rsVer .rsArrow {
	width: 100%;
	height: 44px;
	
}
.rsDefault.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsDefault.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsHor .rsArrowLeft { left: 0; top: 0; }
.rsDefault.rsHor .rsArrowRight { right: 0; top:0; }

.rsDefault .rsArrowIcn {		
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top:-16px;	
	margin-left: -16px;

	position: absolute;	
	cursor: pointer;	
	background: url('/js/royalslider/skins/default/rs-default.png');

	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	
	border-radius: 2px;
}
.rsDefault .rsArrowIcn:hover {
	background-color: rgba(0,0,0,0.9);
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px; }
.rsDefault.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsDefault.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsDefault .rsArrowDisabled .rsArrowIcn { opacity: .2; filter: alpha(opacity=20);  *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsDefault .rsBullets {
	position: absolute;
	z-index: 35;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	margin: 0 auto; 

	background: #000;
	background: rgba(0,0,0,0.75);

	text-align: center;
	line-height: 8px;
	overflow: hidden;
}
.rsDefault .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px 5px 6px;
}
.rsDefault .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #777;
	background: rgba(255,255,255,0.5);
}
.rsDefault .rsBullet.rsNavSelected span {
	background-color: #FFF;
}





/***************
*
*  3. Thumbnails
*
****************/

.rsDefault .rsThumbsHor {
	width: 100%;
	height: 72px;
}
.rsDefault .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsDefault .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsDefault .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsDefault .rsThumb.rsNavSelected {
	background: #02874a;
}
.rsDefault .rsThumb.rsNavSelected img {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.rsDefault .rsTmb {
	display: block;
}

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #FFF;
}
.rsDefault .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}



/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
	background: #000;
	background: rgba(0,0,0,0.75);
}
.rsDefault .rsThumbsArrow:hover {
	background: rgba(0,0,0,0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsDefault .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: url('/js/royalslider/skins/default/rs-default.png');
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsDefault .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsDefault .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsDefault .rsThumbsHor {
		height: 44px;
	}
	.rsDefault .rsThumbsVer {
		width: 59px;
	}
}




/***************
*
*  4. Tabs
*
****************/

.rsDefault .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsDefault .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;

	background-color: #FFF;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
	background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

	-webkit-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;

	*display:inline; 
	*zoom:1;
}
.rsDefault .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child { 
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	border-right:  1px solid #cfcfcf;
}
.rsDefault .rsTab:active { 
	border: 1px solid #D9D9DD;   
	background-color: #f4f4f4;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected { 
	color: #FFF;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsDefault .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsDefault .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url('/js/royalslider/skins/default/rs-default.png') 0 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	border-radius: 2px;

}
.rsDefault .rsFullscreenIcn:hover {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsDefault .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url(/js/royalslider/skins/default/rs-default.png) no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
}
.rsDefault .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsDefault .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('/js/royalslider/skins/default/rs-default.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsDefault .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(/js/royalslider/skins/preloaders/preloader-white.gif);

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}




/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.75);

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}

/*! jQuery UI - v1.10.3 - 2013-06-06
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
/*.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}*/
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}


/* Tabs
----------------------------------*/
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding:0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; /*top: 1px;*/ margin: 0 5px 0px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; /*padding-bottom: 1px; top: 0px;*/ }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: default; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

body {
    background: #d5e1bd url(/tmpl_v3/55_saferbfc/img/bfc/background.png);
        background-repeat: repeat-x;




    font-family:"Open Sans";
    min-height:100%;
    height:100%;
    font-weight:400;
    font-size:14px;
    
}

::-webkit-input-placeholder { /* WebKit browsers */
   color:    #666;
   opacity:  1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #666;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #666;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #666;
}


/*** font ****/
#footer a{
    font-family:"Armata";
    font-weight:300;
    font-size:12px;
    color:#7a859e;
    line-height:30px;
}

.btn, #perso a{
    font-weight:300;
    font-family:"Armata";
    font-size:13px;
}


#footer #netty_signature  img{
    padding-top:10px;
}

#footer #netty_signature a {
    clear:both;
    display:block;
    float:right;
}

#footer a:hover {
    color:#8BA408;
}


#netty_signature{
    margin-right:0; 
}

#bg_container {
    /*background: url(/tmpl_v3/55_saferbfc/img/bg1.png) no-repeat  bottom center;*/
    height:100%;
    width:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
}

#slider_home_top{
    background:url(/tmpl_v3/55_saferbfc/img/img8.jpg) no-repeat center;
    height:320px;
    position:relative;
    min-width:1000px;
}

#page_header{
    background:url(/tmpl_v3/55_saferbfc/img/img8.jpg) no-repeat center -85px ;
    text-shadow:0px 0px 5px #000;
}

#page_header_op{
    padding-top:20px;
    padding-bottom:20px;
    background:rgba(0,0,0,0.35);    
}

#slider_home_top_inner{
    margin:0 auto;
    width:1000px;
}


a {
    color:#2C3E50;
    text-decoration:none;
}
a:hover {
    color:#000;
    text-decoration:none;
}
#container {
    width:1000px;
    position:relative;
    height: auto !important;
    min-height: 0;
    margin:0 auto;
    padding-top:0px;
    z-index:2;
}

#container.container_home{
    padding-bottom:0px;
}

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

/**Menu*/
#menu{
    position:relative;
    z-index:4;
    overflow:visible;
    filter:none;
    background:#2C3E50;
    width:100%;
    min-width:1000px;
    height:60px;
    border-top:1px solid #fff;
}

#menu_inner{
    margin:0 auto;
    width:1000px;
    height:60px;
    margin-top:0px;
    overflow:visible;
    text-align:center;
}

#layerslider-container-fw{
    width:1000px;
    margin:0 auto;  
}

#menu_float{
    width:auto;
    margin:0 auto;
    display:inline-block;
    
}


#ban_top{
    color:#000;
    position:relative;
    z-index:200;
    min-width:1000px;
}

#adr_contain{
    margin-left:380px;  
    font-size:16px;
}

input.btn{
    padding:4px 8px;
    border:0;
}

#page_content_inner input.btn, .mandataire_container .links_nego a.btn, #do_send, #connect_prop, .btn.btn_title, #do_save, .mandataires a.btn_mandat div, 
#page_content_inner a.btn{
    position:relative;
    width:200px;
    border-radius:3px;
    box-shadow: 0 3px 0 0 #8BA408;
    color:#FFF;
}

#page_content_inner a.btn{
    width:200px;    
    display:block;
    margin:0 auto;
}

.mandataire_container .links_nego a.btn {
    display: block;
    box-sizing:border-box;
    width:100%;
}

#menu li {
    list-style:none;
    display:inline-block;
    height:60px;
    line-height:60px;
}

#menu li a {
    display:block;
    height:100%;
    color:#fff;
    text-decoration:none;
    font-size:18px;
    padding:0 18px;
    -moz-transition:0.2s all;
    -webkit-transition:0.2s all;
    -o-transition:0.2s all;
    transition:0.2s all;
    font-weight:300;
}


#home_front {
    width:100%;
    min-height:355px;
}
#slider_container {
    width:752px;
    height:355px;
    float:left;
}
#result_count {
    color:#FFF;
    padding-bottom:10px;
    font-size:15px;
}
.slider_container {
    border:1px #FFF solid;
    margin-left:20px;
}



#search_container_inner , #search_form.search_form_alert{
    width:auto;
    color:#FFF;
    font-size:17px;
    font-family:"Open Sans";
}

#search_form.search_form_alert td label{
    color:#000;
}

.container_home #search_container{
    width:690px;
    background: red;
    background-position:-216px -520px;
}


.block_budget{
    padding:10px 0px 10px 10px;
    margin:0;
    margin-left:10px;
    margin-bottom:10px;
    background:#FFF;
    border:1px solid #CACACA; 
    width:410px;
    height:45px;
}

.block_budget .search_title{
    float:left;
    line-height:45px;
    border-right:1px solid #858585; 
    font-size:18px;
    margin-right:30px;
    padding-right:30px;
    padding-left:20px;
    padding-bottom:0;
    width:58px;
    font-weight:300;
}
 
 .block_budget .search_block{
     margin:0;
     padding:0;
 }
 
.block_budget #slider_budget,
.block_budget #slider_surface{
    margin-left:154px;  
}

.block_budget input.input_text.input_budget{
    width:82px; 
}


.container_home #search_container .search_block_last{
    width:100%;
    margin:0;
}

.container_home #search_container .btn.search{
    width:690px;
    margin:0;   
    margin-left:-10px;
}

.search_3_col{
    width:auto; 
    float:left;
    height:170px;
}
.col_search_1 {
}

.search_3_col.col_search_1 .search_title{
    width:auto;
    float:left;
    font-size:18px;
    line-height:42px;
    width:86px;
    text-align:center;
}


.search_3_col.col_search_1
#rooms.ui-buttonset{
    float:left; 
}

.search_3_col.col_search_1 #rooms.ui-buttonset .ui-button-text {
    line-height:40px;
    height:41px; 
}





.container_home #search_container_inner{
    width:100%;
}


.search_middle {
    padding:10px 10px 0px 10px;
}
.search_bottom {
    height:0px;
}
.prod_slideshow .nivo-controlNav a.active div.slider_nav {
    background:url(../img/bg_highlight.png) 50% 50% repeat-x;
    text-shadow:1px 1px 1px #445700;
}
.prod_slideshow .nivo-caption {
    background:url(../img/bg_slider.png) repeat-x 0 -70px;
}

#content_home_top {
    height:40px;
    
}
#content_home_middle {
    min-height:250px;
    
}

#content_home_middle {
    padding-right:0;
}

#content_home_bottom {
    height:40px;
    
}
#content_page_container {
    margin-top:42px;    
    margin-bottom:40px;
    float:left;
    width:700px;
}

#content_page_middle {
    min-height:300px;

}

#content_page_middle #links_bottom_inner .sub_link{
    width:50%;
    font-weight:300;
}

#content_page_bottom {
    display: none;
    
}


.app_container.text{
    width:100%; 
    padding-bottom:10px;
}

.app_container_inner{
    background:#FFF;
    padding:10px;
    
}

.app_container .icon{
    display:none;   
}

.app_container.text h1{
    color:#8BA408;
}

  
  
#column_container, .column_container {
    border-top:4px solid #8BA408;
    /*width:240px;*/
    margin-top:30px;
    margin-bottom:30px;
    
}



.app_container_inner{
    color:#2B2B3B;
}

#prod_similar {
    text-align:center;

    color:#FFF;
    
    margin-bottom:20px;
    font-size:21px;
}

#page_title {
    padding:14px 0 12px 0;
}


h1, h3, h4 {
    color:#000;
    font-size:21px;
    line-height:21px;
    text-align:center;
    font-weight:300;
    font-family:"Open Sans";
}




h3, h4 , #layerslider h3.ls-s3{
    color:#000;
    font-size:16px;
    margin:13px 0 10px 0;
    text-align:left;
    text-shadow:none;
}


.prod_list h3{
    font-size:28px;
    color:#000;
    text-shadow:none;
    filter: none;
    font-style:normal;
}

h4 {
    font-size:15px;
}
#control {
    margin-right:10px;
}


#block_slider_home {
    height:auto;    
    min-width:1000px;
    padding:15px 0;
    height:355px;
}


#block_slider_home_inner{
    width:1000px;
    margin:0 auto;
}

#footer{
    bottom:0;
    width:auto;
    margin:0 auto;
    background:#2C3E50;
}

.home_page  #result_count{
display:none;   
}

#result_count{
    color:#000;
}

.home_search h3{
    color:#000;
    font-size:28px;
    text-align:center;
    padding-bottom:20px;
    padding-top:6px;
}

.home_search{
    width:1000px;
    margin:0 auto;  
}


.home_search #search_container_inner{
    background:rgba(0,0,0,0.5); 
    
}

.home_page #content_home_container_inner{
    width:1000px;
    margin:0 auto;
}

#footer_inner{
    width:1000px;
    padding:0;
    padding-top:30px;
    padding-bottom:30px;
    margin:0 auto;
    
}

.footer_ref_links{
    margin-left:0;
    margin-bottom:20px;
}

.value {
    color:#629400;
}
.value.big {
    font-size:20px;
    font-weight:bold;
}
a .mini_tech {
    color:#6f77c6;
    white-space:nowrap;
    overflow:hidden;
}
a .mini_value {
    color:#222d8a;
}
a .mini_tech:hover {
    color:#222d8a;
}
div.res_tbl {
    background:#fff;
    padding:0px;
}

.res_tbl .res_tbl_title{
    width: 247px;
}



.res_tbl_title h2 a{
    color:#2C3E50;
    font-size:17px;
    font-weight:normal;
    
    
}

.res_tbl_title h2{
    margin-bottom:8px;
    margin-top: 6px;
    height: 47px;
    overflow:hidden;
}

.res_div1 .res_tbl_title_inner p {
    color:#494949;
    font-size:13px;
    font-weight:normal;
    word-break: normal;
    height:126px;
    line-height:18px;
    overflow:hidden;
}



.res_tbl, .res_div1, .tab_content_simple {
    overflow:visible;
}

.res_tbl .details {
    float:left;
    color:#FFF;
    padding-top:10px;
    min-height:170px;
    border-left: 1px solid #ebebeb;
}

.res_tbl{
border:0;   
}
.res_tbl_value {
    text-align:center;
    font-size:25px;
    font-weight:200;
	color: #F8991D;
	font-weight: 400;
    margin-bottom:10px;
}

.prod_details.btn.small {
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
}

.res_tbl_title{
    width:35%;  
}
.res_tbl .details{
    width:147px;    
    padding: 0px 10px 0px 10px!important;
}

.search_middle .ui-multiselect, .search_middle .ui-button, input.input_text, .search_middle input.input_text:focus
#search_form_alert_container .ui-multiselect,#search_form_alert_container input.input_text,#search_form_alert_container input.input_text:focus, #page_content_int .ui-multiselect.ui-widget.ui-state-default, .textarea {
    background:#FFF;
    border:0;
    border: 1px solid #cecece;
    color:#000;
    font-family:"Open Sans";
}
input.input_text, input.input_text:focus, #autocomplete{
    padding:6px 6px !important;
    height:auto;
}

.search_middle .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .search_middle input.input_text {
    border-color:#FFF;
}

.search_middle input.input_text:focus, .search_middle #autocomplete:focus{
    color:#8BA408;
}

.search_block{
    text-align:left;    
}

input.input_text.input_budget{
    width:64px;
    margin:0 9px 0 15px;
    height:40px !important;
    color:#000;
    font-size:13px;
}

#budget_min{
    margin:0 18px 0 9px;
}
#surface_min{
    margin:0 18px 0 6px;
}

input.input_text, .textarea{
    color:#000;/*908f8f*/
    font-weight:400;
}

input.input_text.input_budget.input_budget_right{
    margin-right:0;
}


.search_block div.block_filter_radio{
    margin-top:6px; 
}


.search_block div.block_filter_radio{
    width:100%; 
}

.search_block .filter_icon_container {
    width:33.33%;
    height:40px;
    box-sizing:border-box;
}


/* container_left **/
#container_left{
    width:260px;
    min-height:0;
    height:auto;
    float:left;
    margin:0px 0px 30px 0px;
    overflow:visible;
    color:#FFF;
    margin-bottom:60px;
    z-index:2;
    position:relative;
}



#container_left_inner{
    width:260px;
    overflow:visible;
}

#container{
    
    border-top:0;
}

/**logo**/
#logo{
    width:400px;
    height:140px;
    color:#000;
    font-size:30px; 
    float:left;
}

#logo_inner{
    padding-top:27px;
    text-align:;
}

#logo_inner img{
}

#info_agence1{
    /*margin:40px;*/
    color:#B61537;
}

/* container_right **/
#container_right{
    width:690px;
    position:relative;
    float:right;
    margin: 0 auto;
}

/**headers**/
#home_title{
    width:100%;
    height:70px;
    z-index:1000;
    padding:0px;
    padding-top:10px;
    margin-top:37px;
}

#home_title h1{
    line-height:70px;
    font-size:36px;
    margin:0px;
    padding:0px;
    text-align:center;
    color:#fff; 
    font-weight:300;
    text-shadow:0px 0px 5px #000;
}


/**menu**/
.main_menu{
    padding-left:20px;
}


/* gros boutons**/

#quick_links_big{
    padding-top:0;
    position:absolute;
    width:100%;
}

#quick_links_big_container{
    height:300px;
}

.quick_links{
    display:block;
    float:left;
    width:33%;
    background: url('/tmpl_v3/55_saferbfc/img/sprite.png');
    background-position:-410px -510px;
}




.quick_icon{
    width:80px;
    height:60px;
    margin:0 auto;
    background: url('/tmpl_v3/55_saferbfc/img/sprite.png');
    margin-top:30px;
}

#quick_icon1{
    background-position:-16px -1098px;
}

#quick_icon2{
    background-position:-117px -1098px;
}

#quick_icon3{
    background-position:-220px -1098px;
}


.quick_links_inner{
    width:125px;
    height:200px;
    font-size:18px;
    line-height:22px;
    color:#FFF;
    font-weight:300;
    font-size:24px;
    line-height:65px;
    text-align:center;
    padding:20px;
    -moz-transition:0.3s all;
    -webkit-transition:0.3s all;
    -o-transition:0.3s all;
    transition:0.3s all;
    text-shadow: 1px 1px 1px #1b849a;
    filter: dropshadow(color=#1b849a, offx=1, offy=1);  
}

/*
.quick_links_inner.big2{
    margin-left:14px;
}

.quick_links_inner.big3{
    margin-left:26px;
}*/


.quick_links_inner:hover{
    height:220px;       
}


#geoloc{
    padding-right:10px; 
}

.geoloc_zoom a.btn:hover{
    -box-shadow:none;   
}

#geoloc .icon.view{
    background: url(/tmpl_v3/55_saferbfc/img/sprite.png) no-repeat;
    background-position:-220px -175px;
}



.prod_controls a.btn{
    -webkit-box-shadow:none;
    box-shadow: none;
}

.mandataires a{
    font-size:16px;
}

.mandataires a.btn_mandat{
    margin:0 auto;
    margin-top:8px;
    margin-bottom:12px;
    background:#FFF;
    height:auto;
    padding:1px;
    display:block;
    width:180px;
    color:#FFF;
    font-weight:300;
    border:0;
}

.mandataires a.btn_mandat div{
    padding:6px 0;
    width:100% !important;
    
}

#contact_nego{
    background:#FFF;
    margin-bottom:20px;
    padding-bottom:30px;    
}

#title_nego_prod h1{
    border:0;
    background:none;
    color:#2C3E50;  
    padding-left:0;
}

#title_nego_prod{
    background:none;    
}




#content_home_container div.ui-tabs div.tab_content_simple.ui-tabs-panel.ui-widget-content.ui-corner-bottom{
    margin-top:10px;
    width:100%;
    padding:0;
    margin:0;
}




.res_div1, .msgerr_container, .slideshow_container_home, #map_prod_list{
    margin-top:20px;
    width:100%;
}

#page_content_inner, .res_tbl_title_inner p, .overflow_y,#container_left, .mandataires{
    font-family:"Open Sans";
}
#page_content_inner {
    font-size:14px;
}


.msgerr_container{
    
    padding:0;
    margin:0 auto;
}

.msgerr_container_inner{
    border:1px solid #CACACA;
}

#page_content_int, #request_form{
    background:#fff;    
}



#request_form{
 padding:20px 0px;
}

#page_content_inner{
    padding:20px;
}

.res_div_container.type_5, .res_div_container.type_3{
    background:#000;    
}



 .res_tbl, .msgerr_container_inner, #map_prod_list_inner {
    background:#FFF;
    
 }
 


#map_prod_list_inner{
    padding:6px;    
}

#page_content_int{
    margin-bottom:40px;
}





.res_div3 {
    width:47%;
    padding:0;
}

.res_info.type_3{
    width:100%;
}

.res_div5.last, .res_div3.last{
    float:right;
}


.res_tbl{
    background:#FFF;
}


/*** prod **/
#page_header{
    padding:0;
    margin:0;
}

#page_header_inner{
    background:none;
    width:1000px;
    margin:0 auto;
    padding:0px;
    padding-left:10px;
    box-sizing:border-box;
}

#page_title{
    margin:0;
    padding:0;
}

#page_title h1{
    color:#FFF;
    font-size:26px;
    text-align:left;
    line-height:normal;
    text-transform:uppercase;
    
}



#page_fil{
    color:#fff;
    overflow:hidden;
    white-space:nowrap;
    font-size:15px;
}
#page_fil .fil_ar{
    margin:0;
    padding:0;
    padding-top:5px;
    overflow:hidden;
    white-space:nowrap;
}

#page_fil .fil_ar a, .fil_content a{
    color:#FFF;
}

.fil_ar h2{
    overflow:hidden;
    white-space:nowrap;
}

#share_prod{
    color:#585858;
    float:right;
    line-height:38px;
    margin-right:10px;
}

#prod_btn_header .addthis_toolbox a,#prod_btn_header .addthis_toolbox a:hover{
    float:right;
    height:34px;
    width:34px;
    border-right:0;
    margin-top:4px;
    margin-left:10px;
}

.addthis_toolbox{
    width:208px;
    margin-top:0;
}

.addthis_toolbox .addthis_button_favorites a{
    background:url('../sprite.png');
}
#share_prod{
    display:none;   
}

#prod_btn_header{
    margin-top:0px;
    margin-bottom: 5px;
}

#prod_btn_header_inner{
    border:0;
    background:none;
    filter:none;
    width:auto;
    height:40px;
}




.prod_controls .prod_action{
    padding-left:0;
    margin-bottom:16px;
}

.prod_action.prod_calc{
    margin-left:0;  
}

.prod_action.prod_send, .prod_action.prod_print{
    margin-bottom:0px;
}

.prod_controls .prod_action span {
    background:url(/tmpl_v3/55_saferbfc/img/sprite.png) no-repeat;
    display:block;
    float:left;
    width:36px;
    height:32px;    
    margin-right:10px;
}

.prod_action.prod_question span{
    background-position:-50px -88px;
}

.prod_action.prod_call_me span{
    background-position: -200px -89px;
}

.prod_action.prod_selection_add span{
    background-position:-165px -88px;
}

.prod_action.prod_send span{
    background-position:-90px -88px;
}

.prod_action.prod_print span{
    background-position:-2px -88px;
    
}

.prod_action.prod_print{
    margin-left:16px;
}


.prod_action.prod_question, .prod_action.prod_send {
    width:34%;
    margin-right:0;
    margin-left:16px;
}


.prod_action.prod_call_me, .prod_action.prod_print{
    width:22%;
    margin-right:16px;
    margin-left:16px;
}

.prod_action.prod_selection_add{
    width:36%;
    margin-right:0;
}





#no_photo {
    width: 665px;
    height: 120px;
    text-align:center;
    padding:30px;
    padding-top:120px;
    font-size:12pt;
    font-weight:bold;
    color:#595a5c;
    background:#ebebeb;
}

#prod_btn_header_inner a, #prod_btn_header_inner a:hover{
    border:0px;
    text-align:center;
    line-height:34px;
    width:110px;
    height:34px;
    font-weight:normal;
    float:right;
    font-size:13px;
}

 

.prod_controls{
    margin-top:38px;
}

.prod_controls a:hover{
    color:#8BA408;
}



.prod_controls_inner{
    width:auto;
    padding:6px;
    -webkit-box-shadow:  none;
    box-shadow:  none;
}


.prod_controls_inner a.btn, .prod_controls_inner a.btn:hover{
    
    -webkit-box-shadow:none;
    box-shadow:none;
    background:none;
    border:0;
    margin:0;
    padding:0;
    font-size:13px;
    font-weight:300;
    line-height:35px;
    text-align:left;

}


#prod_tbl{
    margin-bottom:40px; 
}


#prod_tbl_btn{
    width:auto;
    text-align:center;
    padding:4px 10px 8px 10px;
    z-index:10;
    margin:0 auto;
    color:#FFF;
    font-size:18px;
    cursor:pointer;
    background:#888 !important;
    border-radius: 6px;
}


#prod_tbl_btn:hover{
    background:#000;
}

#arrow_prod{
    width:25px;
    height:15px;
    background:url(/tmpl_v3/55_saferbfc/img/sprite.png);  
    background-size:500px 750px;
    margin-top:3px;
    background-position:-5px -103px;
    float:right;
    display:none;
}

#arrow_prod.active_arrow{
    background-position:-35px -103px;
    
}


#prod_tbl td {
    width:50%;
    font-size:13px;
}

#links_right{
    filter:none;
    background:#ebebeb;
    margin:0;
    margin-left:10px;
    margin-bottom:10px;
    margin-right:-2px;
    
}

.overflow_y{
    overflow:hidden;
    height:100%;
    background:#FFF;
    margin:6px; 
    margin-bottom:0px;  
}


#prod_tbl td td{
    -webkit-box-shadow: none;
    box-shadow:  none;
    
}

#prod_tbl table table{
    width:100%; 
}

/** map **/


#map_prod_list_inner #map{
    width:100%;
    margin-top:0;
    padding-top:0;
    padding:0;
    margin:0;
    
} 

#map.explore{
    width:655px;
}


#mini_map_container, #map_container{
    margin-bottom:40px;
}

#mini_map{
    margin-top:0;   
}

#mini_map, #map{
    padding:0px;
}

.btn .icon.view { 
    background:url(/tmpl_v3/55_saferbfc/img/sprite.png) no-repeat left center;
    background-position:-86px -172px;
    width:15px;
    height:18px;
    display:block;
    float:left;
}

.geoloc_zoom a{
    border:1px solid #a0a0a0;
    padding:2px 8px 4px 0px;
    width:174px;
    box-shadow:none;
    -webkit-box-shadow:none;
}

.geoloc_zoom{
    top:10px;   
}


/**dpe _container**/

#dpe_container_all{
    margin-bottom:40px;
    background:#F0F0F0;
}

#dpe_container_all_inner{
    background:#fff;    
}

.dpe_container{
    margin-right:50px;  
}

 
/** prod_slidewhow**/



.controlNav{
    position:absolute;
    z-index:100000;
    top:420px;
    width:44px;
    height:100px;
    background: #000;
    opacity:0.4;
    font-size:50px;
    colro:#FFF;
}

.controlNav.active{
    opacity:1;
}

.controlNav.left div{
    margin:0 auto;
    background: #000 url(../img/arrows.png) no-repeat;
    width:30px;
    height:100px;
    background-position:0 30px;
}

.controlNav.right div{
    margin:0 auto;
    background: #000 url(../img/arrows.png) no-repeat;
    width:30px;
    height:100px;
    background-position:-32px 30px;
}

.controlNav.left{
    left:0;
}

.nivo-controlNav{
    margin-left:46px;   
}

.controlNav.right{
    left:636px;
}

#layerslider-container.prod_slideshow_container{
    border:0;
    width:100%;
    z-index:2;
    background:none;

}

#layerslider-container.prod_slideshow_container #layerslider{
    background:none;
}
 

 
 
#slider{
    width:705px;
    border:10px solid #EBEBEB;
    padding:0px;
    
}

#size_auto{
    height:40px;
    width:160px;
}


 
#details{
     padding-top:0px;
     margin-top:0px;
}


.prod_slideshow_container #value_prod{
     position:absolute;
     top:364px;
     right:0px;
     z-index:1000;
     padding:10px;
     background:rgba(0,0,0,0.6);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=0 );
     
     color:#FFF;
     width:230px;
     height:40px;
     margin-top:0px;
     line-height:36px;
     font-size:24px;
    
}
 
.prod_slideshow_container  .pres_slider{
     left:0px;
     top:364px;
     line-height:36px;
     position:absolute;
     color:#FFF;
     padding:10px;
     font-size:20px;
     padding-left:20px;
     z-index:1000;
     width:410px;
     overflow:hidden;
     height:40px;
     font-weight:300 !important;
      background:rgba(0,0,0,0.6);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=0 );
}
.ls-thumbnail {
    margin-top:-10px;
}
#size_auto{
    height:40px;
    width:220px;
    text-align:right;
}


#size_auto2{
    height:40px;
    width:380px;
}
 
 .nivoSlider{text-align:center} .nivoSlider img{margin-left:auto; margin-right:auto}
 
 
 .slider_expic {
    text-align:left;
    font-size:9pt;
    color:#666;
    margin:4px 0;
    margin-left:14px;
    clear:both;
    position:absolute;
    top:402px;
    z-index:1000;
    width:330px;
    display:none;
}

.next_prod{
    margin-left:10px;
    float:left; 
    color:#000;
    border:0px;
    background:#F0F0F0;
    border:1px solid #D7D7D7;   
}





.next_prod:hover{
    background:#CACACA;
}

.next_prod a {
    color:#000; 
}

.next_prod .icon{
    background: url(/tmpl_v3/55_saferbfc/img/sprite.png) no-repeat;
    width:13px;
    height:17px;
    margin-top:9px;
    
}

.icon.back{
    background-position:-130px -216px;
    float:left;
    margin-left:10px;
}

.icon.next{
    background-position:-153px -216px;
    float:right;
    margin-right:10px;
}
 


.nivo-controlNav{
    padding-left:8px;   
}

.nivo-controlNav a div.slider_nav {
    border:7px #FFF solid;
    width: 105px; 
    display:block;
    height: 85px;
    float:left;
    margin:5px 20px 2px 0px;
    -webkit-box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, 0.4);
    box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, 0.4);
}

.nivo-controlNav a.active div.slider_nav {
    border:7px #BEBABA solid;
}



.slider_nav img{
    height:100px;
}

.prod_slideshow_container{
    height:540px;   
    overflow:visible;
    background:#fff;

}


/* column left**/ 

.info_name {
    color:#FFF;
    font-size:22px;
    font-weight:400;
    color:#8BA408;
    
}

.info_agence{
    text-align:center;  
    font-size:17px;
    margin-top:20px;
    margin-bottom:20px;
    text-shadow: 0px 1px 0px #000;
    filter: dropshadow(color=#000, offx=0, offy=1);
}

.info_agence .ag_name{
    color:#0c145f;
    font-size:19px;
    font-weight:bold;
    text-shadow: 0px 1px 0px #FFF;
    filter: dropshadow(color=#FFF, offx=0, offy=1);
}

.mandataires{
    font-size:15px;
    min-height:70px;
    color:#2b2b2b;
    text-align:center;
    font-weight:normal;
}

.mandataires a, .mandataires a:hover{
    color:#8BA408;
}

.mandataire_img{
    width:auto;
    padding:4px;
    border:1px solid #FFF;
    -webkit-box-shadow:  0px 0px 0px 1px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 0px 0px 1px rgba(0, 0, 0, 0.2);
    margin-top:10px;
    margin-bottom:10px;
}




#search_alert_container{
    border-bottom:0px;
    padding:10px;
    width:194px;
    margin:0 auto;
    height:270px;
    margin-top:30px;
    display:block;
    background: url(../img/btn_alert.png) no-repeat repeat;

}

.btn.small.red{
    right:8px;
    bottom:8px;
    padding:10px 27px 8px 25px;
    background-position:-55px 4px;
}


.res_div1 a.prod_details.btn.small, a.prod_details.btn.small:hover{
    display:block;
    /*width:138px;*/
    padding:8px 10px 6px 4px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow:none;
    -webkit-box-shadow:none;
    text-shadow:none;
    line-height:24px;
    margin-top: 60px;
}
a.prod_details.btn.small:hover{
	background: #768E19 !important;
}
.res_div1 a.prod_details.btn.small {
/*  bottom:8px;
    right:8px;*/
    filter:none;
    
}

.res_div1 a.prod_details.btn.small:hover{
    filter:none;
    
}

.prod_details.btn.small div{
    background: url(/tmpl_v3/55_saferbfc/img/sprite.png) no-repeat;
    background-position:-221px -174px;
    margin-left:30px;
    padding-left:15px;
}


/** li navtab and filters **/





#filter_container{
    margin-top:0px;
    width:auto;
    font-family:"Armata";
    font-size:12px;
    text-transform:uppercase;
}


#filter_container_inner{
    padding:0px;
    border:0;   
}



/*.ui-tabs{
    margin:0;
    padding:0;  
}*/

.ui-tabs .ui-tabs-nav {
    width:630px;
    display:block;
    padding-bottom:10px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    overflow:visible;
}

.ui-tabs .ui-tabs-nav li{
    margin:0;
    padding:0;
    border:0;
    margin-right:10px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #fff;
    color:#000;
}   


#filter_container_inner ul{
    width:100%; 
}

.ui-tabs-nav .ui-state-default.ui-corner-top a{
    color:#000; 
    font-size:13px;
    line-height:24px;

}

.ui-tabs-nav .ui-state-default.ui-corner-top.ui-tabs-selected.ui-state-active a, 
.ui-tabs-nav .ui-state-default.ui-state-hover a{
    color:#FFF; 
}

/* search_box**/

.ui-tabs .ui-tabs-nav li {
    top:0;
}

.ui-tabs .ui-tabs-nav li a{
    padding:8px 12px;
}   
 
#layerslider p a:hover{
    -webkit-box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
    background:#383838;

}

#prod_back a{
	/*border-radius: 6px;*/
    background:#383838;
}

.next_prod:hover{
    background:none;
}   

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

input.btn.search {
    padding:8px 0px;
    border:0;
    margin:0 auto;
    text-align:center;
    font-weight:100;
    font-size:15px;
    filter:none;    
    width:100%;
    -webkit-box-shadow:none;
    box-shadow:none;
    cursor:pointer;
    background:#768E19 !important;
    /*border-radius: 6px;*/
    width: 150px;
} 
input.btn.search:hover {
    background:#768E19;
}
.res_div7 .info_plus div{
    background:#8BA408;
}

input.btn.search:hover{
    background:#8BA408 !important;
}

#contact_form .input_text{
    width:100% !important;
    box-sizing:border-box;
}




input.btn.search:hover{
    background:#8BA408;
}



.ui-tabs .ui-tabs-nav li:hover,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected{
    padding:0;
    margin:0;
    margin-right:10px;
}




/*** raidus **/

.search_radius label{
    width:50%;
    float:left;
    text-align:left;
    line-height:36px;
}

.search_radius .ui-multiselect{
    float:right;    
}
/** transact**/


#transact input{
    display:none;
}


.margin_transact{
    background:#FFF;
}


#transact label{
    box-shadow:none;
    -webkit-box-shadow:none;
    color:#000;
    font-size:18px;
    display:block;
    text-align:left;
    padding:7px 0;  
    border:0;
    width:50%;
    float:left;
    background:#FFF;
    
}

#slider_budget {
    width:180px;
    display:none;
    margin-top:0px;
}

.ui-buttonset .ui-button{
    margin:0;   
}

.transact_compact label.ui-button.ui-state-default span {
    padding: 0px;
}

#transact label .ui-button-text span{
    text-align:center;
    display:none;
}

.ui-button-text-only .ui-button-text{
    padding:0;  
}

#transact label .ui-button-text{
    padding-left:0px;
    text-align:center;
    display:block;
    margin:0 auto;
}


.ui-buttonset{
    margin-right:0; 
}


.search_block_container{
    width:auto; 
    text-align:left;
    
}

#search_container{
    padding:40px 0;     
}

/** multi select ***/

.ui-icon.ui-icon-triangle-2-n-s{
    background:url(/tmpl_v3/55_saferbfc/img/sprite.png);
    background-position:-12px -180px;
    width:10px;
    height:10px;
    margin-top:6px;
    display:block;
    margin-right:10px;
    float:right;
}

.ui-multiselect-checkboxes{
    list-style-type:none;
    margin:0px;
    padding:0px;
}



.ui-multiselect.ui-widget{
    padding:10px 0px 10px 0px;
}

.ui-multiselect.ui-widget.ui-state-default {
    background:#fff;
    width:100%;
    border:none;
    color:#000;
    font-size:13px;
    font-weight:400;
    -moz-transition:0.1s all;
    -webkit-transition:0.1s all;
    -o-transition:0.1s all;
    transition:0.1s all;
}

.ui-multiselect.ui-widget.ui-state-hover , .ui-multiselect.ui-widget.ui-state-active{
    background:#E1E3E4;
    width:100%; 
    text-shadow: none;
    filter: none;
}

#precision_container{
    display:none;   
}

#precision_container.search_block{
    padding-bottom:0;   
}

.div_precisions{
    padding-bottom:10px;
}   

.ui-multiselect-checkboxes span{
    display:inline-block;
    color:#000;
    margin-left:10px;
    text-shadow:none;
    filter:none;
}

.ui-multiselect-checkboxes li, 
.ui-autocomplete.ui-menu li{
    border-top:1px solid #E1E3E4;
}

.ui-autocomplete.ui-menu li{
    padding: 6px 5px;
    box-sizing:border-box;
}

.ui-autocomplete.ui-menu{
    border:0 !important;    
}

.ui-multiselect-checkboxes li:hover {
    cursor:pointer;
}
.ui-multiselect-checkboxes li:hover span, 
.ui-autocomplete.ui-menu li:hover a {
    color:#8BA408;
}

.ui-multiselect-checkboxes li{
    padding:0;
}

.ui-multiselect-checkboxes li label{
    padding:10px 0px 10px 5px;
}

.ui-multiselect-checkboxes li label, 
.ui-multiselect-checkboxes label span{
    width:100%;
    display:block;
}

.ui-multiselect.ui-widget.ui-state-default span{
    margin-left:-10px;  
}
.ui-multiselect-menu, .ui-autocomplete{
    background:#fff;
    position:absolute;
    z-index:2000;
    display:none;
    font-size:14px;
    font-weight:400;
}



#autocomplete{
    height:auto;
    width:228px;    
    color:#000;
    text-align:center;
    line-height:26px;
}
.jlabel_fancy {
    width:200px;    
}
.ui-menu-item {
    background:#fff;
    border:0;
}
.ui-autocomplete.ui-menu {
    border:1px solid #CACACA;
}
.search_block label[for=autocomplete]{
    text-shadow:none;
    -webkit-text-shadow:none;
    color:#000;
    
}



/** rooms **/


#rooms{
    padding-top:0px;
    
}
#rooms.ui-buttonset{
    margin:0 auto;
    width:auto;
    float:right;
    text-align:center;
    border:0;   
}

#rooms.ui-buttonset input{
    display:none;
}


#rooms.ui-buttonset label{
    margin:0;
    padding:0;
    margin-left:0px;
    border:0;
    color:#FFF;
    display:block;
    float:left;
}
 
#rooms.ui-buttonset .ui-button-text {
    border:0;
    margin:0;
    padding:0;
    width:34px;
    height:40px; 
    
    display:block;
    float:left;
    border-right:0; 
    background: #ffffff;
    text-align:center;
    line-height:40px;
    color:#000;
    text-shadow:none;
    -webkit-text-shadow:none;
    
    
    background: #FFF;

}

#rooms.ui-buttonset .ui-state-active .ui-button-text {
    filter:none;
    background:#e6e7e7;
    
}


.margin0{ 
    margin: 0 auto; 
    text-align:left;
}

/** surface ***/

.search_title.surface_title{
    width:85px;
    float:left;
    font-weight:normal;
    text-shadow:none;
}

.search_title.piece{
    
    width: 50px;
    line-height:40px;
    float: left;
}


#surface{
    margin:0;
    float:left;
}

.search_block{
    padding-bottom:10px;    
    clear:both;
    font-weight:300;
    font-size:14px;
    height: 28px;
}

.search_title{
    color:#fff;
    font-weight:400;
    padding-bottom:10px;
    font-size:14px;
    text-align:center;
}

body .mid_text_search{
    color:#fff !important;
}

.search_title.inline{
    text-align:left;
    display:inline;
}

.footer_ref_links{
    margin-top:20px;
    float:left;
    width:25%;
}

#links_bottom_inner{
    padding:10px;
    padding-right:0;
    padding-bottom:0;
    font-size:16px;
    line-height:180%;
}

#links_bottom_inner br{
    display:none;   
}

#links_bottom_inner .sub_link{
    width:100%;
    float:left;
    font-size:14px;
}

#links_bottom_inner a{
    padding:10px;
    text-transform:uppercase;
    margin-right:10px;
    margin-bottom:10px;
    color:#FFF;
    display:block;
    text-align:center;
}


.search_title.inline, .mid_text_search{
    /*display: none !important;*/
}

#search_form_alert_container{
    width:268px;    
    padding:10px;
    margin:0 auto;
}


#search_form_alert_container #result_count{
    display:none;
}



#call_me{
    background:none;    
}

.alert_title{
    color:#8BA408;  
    margin:0px 0 10px 0;
}

.search_block.search_block_label input{
    width:100% !important;
}

.alert_btn_container{
    padding : 0px 0 10px 0 !important;  
}

.alert_btn_container input#do_send{
    width:100%; 
}


#prop_connect_div{
    padding:20px;
}


.frame.horizontal ul li div.res_div5{
    margin-right:21px;  
}




#connect_prop{
    margin:0 auto;
    padding:10px 10px;  
    width:170px;
}





/** perso btn icon **/

/*



#perso .perso_btn:hover {
    background-position:11px -29px;
    color:#FFF;
    cursor:pointer;
}
#perso .perso_btn.explore {
    width:175px;
    background-position:-110px 3px;
}
#perso .perso_btn.explore:hover {
    background-position:-110px -29px;
}

#perso .perso_btn.confier {
    width:165px;
    background-position:-110px 3px;
}
#perso .perso_btn.confier:hover {
    background-position:-110px -29px;
}

#perso .perso_btn.request {
    width:162px;
    background-position:-122px 3px;
}
#perso .perso_btn.request:hover {
    background-position:-122px -29px;
}
#perso .perso_btn.call_me {
    width:128px;
}
#perso .perso_btn.selection {
    width:125px;
    margin-right:0;
}*/

#perso {
    float:right;
    padding-top:48px;
}
#perso a {
    width:auto;
    display:block;
    float:right;
    padding-left:10px;
    padding-right:15px;
    position:relative;  
    line-height:40px;
    -moz-transition:0.2s all;
    -webkit-transition:0.2s all;
    -o-transition:0.2s all;
    transition:0.2s all;
    border-radius:5px;
}

#perso a:hover{
    background:#232E3F; 
}

#perso .perso_btn {
    text-align:left;
}


#perso .perso_icon {
    width:44px;
    height:44px;
    background: url(/tmpl_v3/55_saferbfc/img/sprite.png) no-repeat;
    z-index:2;
    float:left;
    padding-right:10px;
    
}
#perso .perso_icon.explore {
    background-position:-230px -176px;
}
#perso .perso_icon.selection {
    background-position:-95px -308px;
}
#perso .perso_icon.call_me {
    background-position:-191px -300px;
}
#perso .perso_icon.request {
    background-position:-4px -304px;
}






#perso .perso_btn span {
    padding:0px;
    opacity:1;
    line-height:44px;
}


/** filtres**/

#filters{
    margin-top:4px;
}

#filters.inline_filter{
    margin-top:0px;
}



#filters div{
    float:left; 
    margin-right:11px;
}


#type_city_container{
    max-height:435px;
    max-width:233px;
    overflow:hidden;
    overflow-y:scroll;
}

.filter_title{
    color:#000; 
    font-size:13px;
    line-height:35px;
    font-weight:100;

} 
 
.filter_btn{
    position:relative;
    padding:4px 3px 4px 5px;
    width:120px;
    line-height:28px;
    background: #fff;
    color:#000;
    font-size:15px;
    
}

.filter_btn:hover{
    background: #E1E3E4;
    box-shadow:none;

}

.filter_btn_inner{  
    display:none;
    position:absolute;
    z-index:1000;
    top:36px;
    right:-21px;
    width:140px;
    border-top:0;
}

a.link_filter, div.link_filter{
    display:block;
    float:left;
    width:139px;
    padding:4px 0 4px 10px;
    border-top:1px solid #F4F4F4;
    background:#FFF;
    color:#000;
}

a.link_filter:hover, div.link_filter:hover{
    color:#8BA408;
}

div.link_filter.explore_active{
    background:#535252; 
    color:#FFF;
}

#type_interet_container div.link_filter{
    width:190px;
}

#type_interet_container{    
    right:30px;
}

.map_caterogy .ui-button-text{
    padding:0;  
}

#filters div.map_caterogy{
    margin:0;
    
}

#type_interet_selected {
    width:160px;    
}

#type_interet_selected .filter_text{
    width:120px;    
}

#filters .arrow_filter{
    width:12px;
    height:10px;
    padding:0;
    margin:0;
    margin-top:10px;
    margin-right:8px;
    float:right;
    background:url(/tmpl_v3/55_saferbfc/img/sprite.png) no-repeat;
    background-position:-72px -180px;

}

.filter_text{
    width:52px;
    overflow:hidden;
}
.filter_text, .link_filter {
    font-size:13px;
}

.filter_text.long_city{
    width:90px;
    overflow:hidden;    
}

.filter_icon{
    background:url(/tmpl_v3/55_saferbfc/img/sprite.png) no-repeat;
    height:28px;
    width:28px;
    
}


.filter_icon.city{
    background-position:-172px -48px;
}

.filter_icon.liste{
    background-position:-9px -5px;
}
.filter_icon.galerie{
    background-position:-95px -5px;
}
.filter_icon.grille{
    background-position:-52px -5px;
}
.filter_icon.carte{
    background-position:-131px -5px;
}

.filter_icon.prix{
    background-position:-95px -46px;
}

.filter_icon.date{
    background-position:-9px -45px;
}

.filter_icon.surface{
    background-position:-51px -46px;
}

.filter_icon.aucun{
    background:none;
}


/** slider color **/


.slideshow_container_home, .container_top_prod{
    background: #4e4d4d;
    background: -moz-linear-gradient(-45deg,  #4e4d4d 0%, #969595 40%, #969595 62%, #4e4d4d 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#4e4d4d), color-stop(40%,#969595), color-stop(62%,#969595), color-stop(100%,#4e4d4d));
    background: -webkit-linear-gradient(-45deg,  #4e4d4d 0%,#969595 40%,#969595 62%,#4e4d4d 100%);
    background: -o-linear-gradient(-45deg,  #4e4d4d 0%,#969595 40%,#969595 62%,#4e4d4d 100%);
    background: -ms-linear-gradient(-45deg,  #4e4d4d 0%,#969595 40%,#969595 62%,#4e4d4d 100%);
    background: linear-gradient(135deg,  #4e4d4d 0%,#969595 40%,#969595 62%,#4e4d4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4d4d', endColorstr='#4e4d4d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}

.shadow_home{
    position:absolute;
    bottom:0;
    width:100%;
    height:320px;
    -webkit-box-shadow: inset 0px 0px 3px 2px rgba(0, 0, 0, 0.30);
        
        box-shadow: inset 0px 0px 3px 2px rgba(0, 0, 0, 0.30);
    z-index:200;
}

.container_top_prod{
    padding:10px;
}

.container_top_prod_inner{
    padding:10px;
    background:#FFF;
    -webkit-box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);   
}

#no_map_title{
    color:#000; 
}


.slider_ban{
    top:20px;
    left:-10px;
    width:650px;
    overflow:visible;
    margin:0 auto;
    height:370px;
    text-align: center;
    background:url('/tmpl_v3/55_saferbfc/img/sprite.png') no-repeat;
    background-position:-316px -20px;
    padding:10px;
    position:absolute;
}


.slider_ban2{
    background:#FFF;
    -webkit-box-shadow:  1px 1px 2px 1px rgba(0, 0, 0, 0.3);
    box-shadow:  1px 1px 2px 1px rgba(0, 0, 0, 0.3);
    width:630px;
    height:280px;
    margin-top:50px;
    margin-left:10px;
}

#layerslider-container.slideshow_container_home{
    margin-top:80px;
    margin-left:10px;
    margin-bottom:20px;
    width:630px;
    height:330px;
    background:none;
    
}

#layerslider{
    background:none;
}

 .slideshow_container_home #layerslider{
        width:600px;
 }

.ls-nav-prev{
    bottom:0;
    left:180px;
}

.slider_nav_home{
    position:absolute;
    width:40px;
    height:115px;
    z-index:20; 
    background: url(/tmpl_v3/55_saferbfc/img/sprite.png) no-repeat;
    margin-top:84px;    
    cursor:pointer;
    display:none;
}

#prev_slider{
    margin-left:-29px;
    background-position:-16px -316px; 
    
}

#next_slider{
    margin-left:695px;
    background-position:-70px -316px; 
}



#layerslider h3.ls-s3{
    text-align:center;
    color:#a63e31;
    line-height:auto;
    font-style:normal;
    white-space: nowrap;
    font-size:24px;
}

.tech_details{
    font-size:18px;
    color:#000;
    font-weight:bold;
    white-space: nowrap;
}


#layerslider h3.ls-s3 span{
    color:#710505;
    font-size:13px;
    font-style:normal;
}


#layerslider p a {
    display:block;
    font-size:20Px;
    padding:8px 20px 8px 20px;
    font-weight:300;
    text-align:center;
}

.tech_details{
    white-space:nowrap;
    overflow:hidden;
    font-size:15px; 
    margin-bottom:7px;
    display:block;
}
/*

#layerslider p a {
    position:absolute;
    bottom:-19px;   
    left:116px;
    border:none;
    display:block;
    width:88px;
    
    padding:4px 10px 6px 20px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    
    font-weight:bold;
    color:#FFF;
    line-height:20px;
    margin:0 auto;
    text-align:center;
    background:#a10000 url(/tmpl_v3/55_saferbfc/img/sprite.png) no-repeat;
    background-position:-204px -170px;
    border:8px solid #CACACA;
    
    
}


#layerslider p a:hover{
    background:#CC3B3B url(/tmpl_v3/55_saferbfc/img/sprite.png) no-repeat;
    background-position:-204px -170px;
}
*/

#layerslider .prod_details.btn.small{
    margin-top:0;
    margin:0 auto;
}

#layerslider .res_tbl_value{
    color:#a63e31;
    font-weight:bold;
    margin-top: 10px;
    display:block;
}



.ls-lightskin .ls-playvideo,
.ls-lightskin .ls-nav-sides,
.ls-lightskin .ls-bottom-slidebuttons a,
.ls-lightskin .ls-nav-prev,
.ls-lightskin .ls-nav-next,
.ls-lightskin .ls-nav-start,
.ls-lightskin .ls-nav-stop,
.ls-lightskin .ls-fullscreen,
.ls-lightskin .ls-loading-container {
    background: #fff url(/slider/skins/lightskin/skin.png); 
    
}


#slider_surface{
    display:none;   
}


#layerslider-container .ls-lightskin .ls-nav-next{
    right:0px;
    
}

#layerslider-container .ls-lightskin .ls-nav-prev{
    left:0px;
}

a.btn.alert, a.btn.alert:hover, a.btn.black.alert, a.btn.black.alert:hover {
    background:none;
    text-decoration:none;
    border:none;
    margin:0;
    padding:0;
    margin:0 auto;
    display:block;
    -webkit-box-shadow:none;
    box-shadow:none;
}




/*** new slider **/

#block_slider_home_inner .btn_horizontal.prevPage,
#block_slider_home_inner .btn_horizontal.nextPage{
    display:block;
}

.btn_horizontal{
    width:22px;
    height:40px;
    margin-top:-14px;
    display:block;
}

.btn_horizontal.disabled{
    visibility:hidden;
}

.btn_horizontal.prevPage{
    float:left;
    background:  url(/tmpl_v3/55_saferbfc/img/sprite.png) no-repeat -12px -258px;
    margin-left:-40px;
    display:none;
}

.btn_horizontal.nextPage{
    float:right;
    background:  url(/tmpl_v3/55_saferbfc/img/sprite.png) no-repeat -64px -258px;
    margin-right:-40px;
    display:none;
}

.frame.horizontal ul li{
    margin: 20px 0px 0 0px;

}

.res_div5{
    margin:0;
    margin-right:4px;   
}


#block_slider_home_inner .controls{
    margin-top:-204px;
}

#block_slider_home_inner .controls .pages{
    display:none;   
}

.btn_vertical{
    width:44px;
    height:26px;
    display:block;
}

.btn_vertical.disabled{
    visibility:hidden;
}

.btn_vertical.prevPage{
     margin:0 auto;
     margin-bottom:20px;
     background:  url(/tmpl_v3/55_saferbfc/img/sprite.png) no-repeat -73px -208px;
}

.btn_vertical.nextPage{
    margin:0 auto;
    background:  url(/tmpl_v3/55_saferbfc/img/sprite.png) no-repeat -12px -208px;
}


.frame.vertical{
    height:430px;   
}

.frame.vertical ul li{
    margin:14px 0;
}


/** block left **/




.block_left{
    z-index:1;
    width:auto; 
    font-size:28px;
    background:#b61537;
    height:300px;
    position:relative;
    line-height:28px;
}


.container_home .block_left, .container_home #container_left_inner, .container_home #container_left{
    width:100%;
}

.container_home  #container_left{
    margin-bottom:0px;
    height:100px;
    float:none;
    padding: 40px 0;
}

.container_home #container_left_inner .block_left .block_inner{
    float:left;
    width:25%;
}
.block_inner{
    font-weight:300;
}
.block_text_left{
    background:rgba(0,0,0,0.7); 
    position:absolute;
    width:260px;
    font-size:15px;
    color:#FFF;
    bottom:0;
    left:0;
    z-index:100;
}

.block_text_left_title {
    font-size:18px;
    background:#000;
    color:#b61537;
    padding:5px 15px;
    display:none
}
.block_text_left_content {
    padding:10px 25px 10px 15px;
}


.block_left strong{
    font-size:17px;
}

.block_left:hover a{
    color:#23acc9;
    
}




#container_left_inner .block_left{
    z-index:1;
    width:auto; 
    font-size:28px;
    background:none;
    height:auto;
    position:relative;
    padding:1px 15px;
}



#container_left_inner .block_left div{
    width:55px;
    height:55px;
    background: url(/tmpl_v3/55_saferbfc/img/sprite.png);
    -webkit-border-radius: 28px;
    border-radius: 28px;    
    float:left;
    margin-right:15px;
}



#container_left_inner .block_left a {
    color:#2C3E50;
    width:100%;
    display:block;
    padding:20px 0;
    -moz-transition:0.2s all;
    -webkit-transition:0.2s all;
    -o-transition:0.2s all;
    transition:0.2s all;
}

#container_left_inner .block_left a:hover {
    color:#8BA408;
}

#container_left_inner .block_left div.block_estim{
    
    background-position:0 -444px;
}

#container_left_inner .block_left div.block_service{
    background-position:-62px -444px;
}

#container_left_inner .block_left div.block_alert{
    background-position:-59px -374px;
}

#container_left_inner .block_left div.block_prop{
    background-position:-124px -444px;
}









.block_icon{
    position:absolute;
    width:83px;
    filter:none;
    background:#FFF url(/tmpl_v3/55_saferbfc/img/sprite.png) -130px -340px;
    height:100%;
    float:left; 
    border:1px solid #bcbcbc;
    font-size:16px;
    text-align:center;
}

.block_contact{
    margin-top:80px;
}



/** border all **/
.res_div3,
#prod_tbl,
#map_container,
#mini_map, #map,
#dpe_container_all,
#map_prod_list,
{
    background:#f0f0f0;
    border:1px solid #CACACA;
}
#mini_map_container {
    background:#f0f0f0;
}
.prod_controls{
    background:#383838; 
}


.overflow_y{
    overflow:hidden;
    height:100%;
    background:#FFF;
    margin:0px 0px 0px 20px;    
    margin-bottom:0px;  
}

.left_overflow{
    margin:0px 20px 0px 0px;    
}


#links_bottom{
    background:#f0f0f0;
    padding:0;  
    
}



.tbl td.l1, .tbl td.l2{
    color:#666666;
    font-weight:400;
}

#layerslider{
    padding:10px 0px 10px 0px;  
    background:none;
}


#rooms.ui-buttonset .ui-state-default .ui-button-text{
    border-left:1px solid #CCC;
}



.search_block .filter_icon_container,
#rooms.ui-buttonset .ui-state-default .ui-button-text{
    background: #FFF;
    
}

.search_block .filter_icon_container.active_type{
    box-shadow:none;    
}

.search_block  .filter_icon{
    margin:0 auto;  
    margin-top:4px;
}

.search_block_container .search_block .filter_icon_container{
    border-left:1px solid #CCC;
    border-right:0;
}


.search_block .filter_icon_container.active_type,
#rooms.ui-buttonset .ui-state-active .ui-button-text{
    background: #FFF;
}


.search_block .filter_icon_container.active_type,
#rooms.ui-buttonset .ui-state-active .ui-button-text{
    background:#E1E3E4;
    
}



#content_home_container{
    padding-right:0px;  
    min-width:600px;
}

.res_div1{
    padding:0;
    margin-top:30px;
    border:0;
}

#prod_back a{ 
    display:block;
    float:left;
    color:#FFF;
    padding:0px;
}

#prod_back a:hover{
    color:#FFF;
    padding:0;
}

.res_div3{
    margin-top:20px;    
}
  
#column_container{
    padding:10px;
    margin-top:30px;
    /*border-radius: 6px;*/
}
#column_middle{
    border:0;
    padding:10px;
    padding-bottom:0;
}

#column_container.slide_container #column_middle{
    /*height:615px;*/
}


.alert_div,.estim_div{
    width:319px;
    height:290px;
    float:right;
    background:#FFF;
    border:1px solid #cecece;
    -webkit-box-shadow:  4px 4px 0px 1px #B61537;
    box-shadow:  4px 4px 0px 1px #B61537;
    -moz-transition:0.2s all;
    -webkit-transition:0.2s all;
    -o-transition:0.2s all;
    transition:0.2s all;
    margin-right:32px;
}

.estim_div:hover  a.estim_link h3,.alert_div:hover a.alert_link h3{ 
    /*color:#616161;*/
}

.estim_div:hover{
    -webkit-transform:scale(1.05) rotate(-2deg); 
    transform:scale(1.05) rotate(-2deg); 
}

.alert_div:hover{
    -webkit-transform:scale(1.05) rotate(2deg); 
    transform:scale(1.05) rotate(2deg); 
}


a.alert_link, a.estim_link{
    height:250px;
    padding:20px;
    display:block;
    background: url('/tmpl_v3/55_saferbfc/img/sprite.png')  -13px -766px;
}




.estim_div{
    width:239px;
    float:left;
}

a.estim_link{
    background: url('/tmpl_v3/55_saferbfc/img/sprite.png')  -22px -436px;
}
   
a.alert_link h3, a.estim_link h3{
    padding:0;
    margin:0;
    color:#B61537;
    font-size:30px;
    line-height:32px;
    margin-bottom:56px;
}

 a.alert_link h3{
     margin-bottom:26px;
 }
 

a.alert_link p, a.estim_link p{
    color:#4c4c4c;
}
        
        
        
#tree_menu a.btn{
    padding:5px 8px 5px 3px;
    margin-right:10px;
    font-size:12px;
}

#page_edit .ui-tabs .ui-tabs-nav li.ui-state-default a {
    font-size:14px;
}

#page_edit .ui-tabs .ui-tabs-nav li.ui-state-default.ui-state-hover a {
    font-size:14px;
    color:#FFF;
}

.help_seo1 div {
    margin-left:-23px;
}   

#page_edit ul {
    margin-left:0px;
    margin-top:40px;
    width:auto;
}

.quick_links_inner, #column_container, #links_bottom_inner, 

.city_filter, 
#fiche_nego .info_nego{
    color:#000;
    background: #fff;

}

#links_right, #links_bottom, #links_top, .city_filter{
    
    border:0;   
}

.res_div7{
    width:200px;
    text-align:left;
    color:#fff;
    font-weight:300;
}

.res_div7 .bandeau_small{
    display:none;   
}

.res_div7 .prod_gallery{
    height:140px;

    margin:0 auto;
    -moz-transition:0.5s all;
    -webkit-transition:0.3s all;
    -o-transition:0.3s all;
    transition:0.3s all;
}

.info_home_slider{
    height:120px;
    color:#fff;
    padding-left:0px;
}
.info_home_slider h3 {
    color:#fff;
}

.res_div7:hover .prod_gallery{
    border-color:#000;
}

#block_slider_home_inner .res_div7 h3{
    font-size:14px; 
    font-weight:400;
    text-transform:uppercase;
    padding:0px;
    padding-top:10px 0;
    margin:0;
}

#block_slider_home_inner .res_div7{
    font-size:14px; 
    font-weight:400;
}

#block_slider_home_inner .frame.horizontal{
    height:350px;   
}

@media screen and (max-width: 1100px){
  /* some CSS here */
  #block_slider_home_inner .controls{
    display:none;
  }
}



#block_slider_home_inner .adr_prod{
    padding-bottom:10px;
    color:#FFF;
}




#block_slider_home_inner .frame.horizontal ul li{
    margin-left:0;  
    margin-right:66px;  
}

#block_slider_home_inner h3{
    padding:20px 0;
    font-size:25px; 
    color:#fff;
}





.price_home_slider{
    position:relative;
    padding:6px 12px;
    color:#FFF;
    font-weight:300;
    font-size:22px;
}

.slider_magnify{
    position:absolute;
    width:42px;height:42px;
    top:0px;right:0px;  
    background: url(/tmpl_v3/55_saferbfc/img/sprite.png) -223px -377px;
    -moz-transition:0.2s all;
    -webkit-transition:0.2s all;
    -o-transition:0.2s all;
    transition:0.2s all;
}

.res_div7:hover .prod_gallery{
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    filter: grayscale(1);
}



.res_div7 .info_plus{
    position:absolute;
    top:100%;
    width:100%;
    left:0; 
    z-index:10;
    -moz-transition:0.2s all;
    -webkit-transition:0.2s all;
    -o-transition:0.2s all;
    transition:0.2s all;
}

.res_div7:hover .info_plus{
    top:37%;
}

.res_div7 .img_cont{
    overflow:hidden;
    margin-bottom:10px;
    position: relative;
}

.res_div7 a{
    position:relative;  
    z-index:10;
}

.res_div7 .info_plus div{
    color:#FFF;
    font-size:42px;
    width:40px;
    height:40px;
    line-height:40px;
    margin:0 auto;
    background:#8BA408; 
    text-align:center;
}

.res_div7 a:hover{
    color:#FFF;
}


 

.mention{
    color:#000; 
}

#slider_budget,#slider_surface{
    display:block;  
    background:#CACACA;
    /*border:1px solid #CACACA;*/
    height:5px;
    margin-top:10px;
    margin-left:10px;
    width:220px;
}

.ui-slider-range{
    background:#858585; 
}
.ui-slider .ui-slider-handle{
    width:14px;
    height:14px;    
}
.ui-slider-handle{
    border-radius:10px;
    -webkit-border-radius:10px; 
}

input.jlabel.input_text, input.jlabel.input_text:focus{
    height:auto;    
    padding:8px 2px;
}
#block_slider_home_inner .controls.center {
}
.btn_horizontal{ display:block; }



.links_nego{
    width:20%;
    float:right;
    margin-right:4px;
        
}
.links_nego a{
    text-align:center;  
}

.mandataire_container .info_nego a{
    text-shadow:none;
    -webkit-text-shadow:none;
}

.mandataire_container .info_nego a:hover{
    color:#000;
    text-shadow:none;
    -webkit-text-shadow:none;
}

.first_nego_link{
    margin-bottom:20px;
}

.info_nego{
    width:60%;  
    float:left;
}

.mandataire_container .mandataires{
    -webkit-box-shadow:  none;
    box-shadow:  none;
    margin-left:110px;
}


.mandataireimg{
    position:absolute;
    left:0px;   
    box-shadow:none;
    border:5px solid #2C3E50;
}

.mandataireimg div{
    position:relative;
    z-index:10;
}

.mandataireimg::before{
    right:-25px;
    top:13px;
    position:absolute;
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 0 60px 60px;
    border-color: transparent transparent transparent #2C3E50;

}

#fiche_nego .info_nego a{
    color:#FFF;
    text-shadow:none;
    -webkit-text-shadow:none;
}

#fiche_nego .info_nego a:hover{
    color:#000;
    text-shadow:none;
    -webkit-text-shadow:none;
}


#nego_img{
    box-shadow:none;
    -webkit-box-shadow:none;    
}

.city_filter{
    color:#000; 
}
.city_filter a {
    color:#FFF;
}


#fiche_nego .info_nego{
    padding:10px;
    margin:0px 10px 10px 0px;
}

.pages li{
    box-shadow:none;
}   

.btn.btn_title{
    padding:7px 0px !important;
    text-align:center;  
}
/*** new search home ***/
.home_search #surface_min{
    margin:0;
}

.home_search .budget_block{
    color:#000;
}
.home_search .search_block.budget_block div{
    background:#FFF;
    float:left;
    width:50%;  
}

.home_search .search_block.budget_block div.last{
    float:right;
    width:calc(50% - 10px); 
}

.home_search input.input_text.input_budget_right{
    margin-left:0;  
}

input.input_text.input_budget_right{
    margin-left:16px;
}

.home_search input.input_text.input_budget{
    padding-left:5px;
    padding-right:5px;
    margin:0;
    width:100%;
}





#search_container.home_search .search_block, #search_container.home_search .search_block_last{
    width:20%;
    overflow:hidden;
    float:left; 
    clear:none;
    padding-bottom:0;
    margin-left:0;
    margin-top:0;
    padding-right:10px;
    box-sizing:border-box;
}


#search_container.home_search .search_block_last{
    padding:0px;
}

#search_container.home_search #budget_min{
    margin-left:0;  
}


#search_block_container input{
    border:0px !important;
}

#search_container.home_search .ui-multiselect.ui-widget.ui-state-default{
    width:186px !important; 
}




#search_container.home_search  .search_block.budget_block{
    /*width:10%;*/
}

.home_search #slider_budget{
    display:none;
}


.home_search  .search_middle{
    padding:10px;
}

#filter_container{
        padding:10px;
}

.shadow{
    box-shadow:none;    
}

.bandeau_small{
    top:-2px;
    left:-3px;  
}

body #cat_container{
    padding-bottom:12px;    
}

#prop_connect_div_inner{
    padding:0px !important; 
    
}



.fancy_block input[type=text], .fancy_block textarea, .fancy_block #message{
    width:100% !important;
    box-shadow:border-box;
}

.fancy_block #prod_send_inner{
    width:350px;    
}

.fancybox-opened .fancybox-title{
    display:none;
}

body .fancy_block input[type=text].input_text.input_budget{
    width:64px !important;
}

.fancy_block .btn_validate .btn{
    margin-bottom:5px;  
}

.fancy_block .nicEdit-main{
    background:#FFF;
    color:#000; 
}

.fancy_block #do_send, .fancy_block #connect_prop{
    width:100%;
}

.fancy_block .margin25{
    margin:20px 0 10px 0;
}

.fancy_block[unselectable=on]{
    width:100% !important;
}

#call_me, .call_me_container.fancy_block{
    padding:0;  
}


#container_left_inner .block_inner div{
    -moz-transition:0.2s all;
    -webkit-transition:0.2s all;
    -o-transition:0.2s all;
    transition:0.2s all;
}

#container_left_inner .block_inner:hover div{
    background-color:#8BA408;
}

#container_left_inner .block_left a:hover {
    color:#000;
}


.btn, a.btn, #tabs a.btn, .mandataires a.btn_mandat div, #prod_back a,
.res_div_right.type_5, .btn.search, 
#transact label.ui-state-active, 
.ui-slider-handle, 
.ui-tabs .ui-tabs-nav li:hover,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected, 
#menu li a:hover, 
#menu li.active a, 
input.btn.search , 
.price_home_slider,
#links_bottom_inner a, 
#prod_tbl_btn, 
.title_nego, 
.pages li.active{

    color:#FFF;
    background: #8BA408;
}


.btn:hover, a.btn:hover, #tabs a.btn:hover, .mandataires a.btn_mandat:hover div, #prod_back a:hover,
.res_div_right.type_5:hover, .btn.search:hover, #links_bottom_inner a:hover, .price_home_slider:hover, 
#prod_tbl_btn:hover {
    background:#8BA408;
}

#search_container_inner, .res_tbl .details, #filter_container, 
 #block_slider_home, #container_left_inner .block_left div, .prod_controls, #cat_container, #links_bottom_inner, .fancy_block, .info_home_slider,
 #nego_header, 
 .call_me_container {
    background-color:#2C3E50;
    color:#FFF;
}

#nego_header {
background:#2C3E50; 
}

#fiche_nego{
    background:#FFF;
    margin-bottom:40px; 
}

.filter_btn{
    background:#384d62;
    color:#FFF;
}

.filter_btn:hover, #filters .filter_btn_inner, a.link_filter, div.link_filter{
    background:#243342;
    color:#FFF;
}


#page_content_int, #map_container, .mandataire_container .mandataires{
    /*-webkit-box-shadow:  1px 1px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);*/
}


#perso a{
    /*background: #c7c7c7;*/
    color:#2C3E50;
}
#perso a:hover{
    background: #fff;
}




.ui-multiselect-checkboxes label span{
    padding-left:2px;
    margin-left:2px;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ui-multiselect-checkboxes [type="checkbox"], .ui-multiselect-checkboxes [type="radio"]{
    display:none;
}


.ui-multiselect-checkboxes span{
    display:inline-block;
    width:100%;
}

.ui-multiselect-checkboxes [type="checkbox"]:not(:checked) + span:before,  
.ui-multiselect-checkboxes [type="checkbox"]:checked + span:before, 
.ui-multiselect-checkboxes [type="radio"]:not(:checked) + span:before,  
.ui-multiselect-checkboxes [type="radio"]:checked + span:before{ 
     content: '✔'; 
     font-size:17px; 
     color:#8BA408;
     transition: opacity 0.2s;
     padding-right:13px;
     padding-left:6px;
}

.ui-multiselect-checkboxes [type="checkbox"]:not(:checked) + span:before,
.ui-multiselect-checkboxes [type="radio"]:not(:checked) + span:before {  
  opacity: 0;  
}  

.ui-multiselect-checkboxes [type="checkbox"]:checked + span:before,
.ui-multiselect-checkboxes [type="radio"]:checked + span:before {  
  opacity: 1; 
}  

.home_search #autocomplete{
    height:40px !important;
}


@media screen and (max-width:680px){
    #page_content_int img{
        width: auto !important;
    }
    
    .sellpoint{
        height: auto !important;
    }
    .part_right, .part_middle, .part_left{
        width: 100% !important;
        float: none !important;
        text-align: center !important;
    }
    
    #vertical_line{
        display: none !important;
    }
    
    .part_middle img{
        position: inherit !important;
        display: block !important;
        margin: 0 auto !important;
    }
    
    #infos_contact > div{
        float:  none !important;
        width: 100% !important;
        padding: 0px !important;
        margin: 10px 0px 10px !important;
        display: block !important;
    }
    
    #infos_contact > div:first-child{
        margin-top: 40px !important;
    }
    
    #contact table tr:first-child td:nth-child(2){
        display: none !important;
    }

}


/* SEARCH WITH ACCESS_USE */


#rooms.ui-buttonset .ui-button-text{
    height: 38px;
}

.search_block .search_title,
.search_block .mid_text_search{
	width: 50px;
	text-align: center;
}
.search_block .mid_text_search{
	width: 20px;
	text-align: center;
}

.search_block button.ui-multiselect.ui-widget {
	overflow: hidden;
	text-overflow: ellipsis;
}

.access_search{
    width: 22%;
    float: left;
    text-align: center;
    display: block;
    background: #384d62;
    line-height: 28px;
    height: 38px;
    font-size: 13px;
    font-weight: 300;
}

#container_left_inner input.input_text.input_budget{
    margin: 0px !important;
    width: 26% !important;
    float: left;
}

#container_left_inner input.input_text.input_budget.input_budget_right{
    margin-left: 4% !important;
}
#rooms.ui-buttonset .ui-button-text{
    width: 38px;
}
#rooms.ui-buttonset{
    float: left;
    width: 78% !important;
}

#rooms.ui-buttonset
label{
    width: 20%;
    float: left;
    box-sizing: border-box;
}

.access_search.rooms_icon {
    background-color: #384d62;
}

#slider_budget,#slider_surface{
    display: none;
}

/* search by ref */

.search_ref{
	float: right;
	margin-top: 8px;
	margin-left: auto; /*flex*/
}

#search_form_ref {
	border: 1px solid #949597;
	padding: 0;
	    /*padding: 4px 10px;*/
}


.search_ref .ref_title{
	display: none;
}

.search_ref #ref{
	width: 180px;
	border: 0;
	font-size: 13px;
	
	/*border-radius: 6px 0 0 6px;*/
}

.search_ref input.btn{
	vertical-align: bottom;
	background-color: transparent;
	background-image: url('/tmpl_v3/55_saferbfc/img/search_ref.svg?x=2');
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 8px 16px;
	
	/*border-radius: 0 6px 6px 0;*/
}


/*
#layerslider{
    padding: 0 !important;
    margin: 10px 0 !important;
    background: #FFF !important;
}*/



@media screen and (max-width: 680px){
    .search_block.rooms_bloc .margin0{
        width: 100% !important;
    }
    
    .search_block.budget_bloc, .search_block.surface_bloc {
        padding-bottom: 10px !important;
    }
}




body .fancy_block input[type=text].input_text.input_budget {
    margin: 0px !important;
}

body .fancy_block
input.input_text.input_budget.input_budget_right{
     margin-left: 4% !important;
}

#search_form_alert_container .ui-multiselect, #search_form_alert_container input.input_text, #search_form_alert_container input.input_text:focus{
    border: 0px !important;
}

body .fancy_block input.input_text.input_budget{
    height: 38px !important;
}


html body .fancy_block input[type=text].input_text.input_budget, body .fancy_block #surface_max {
    
    width: 26% !important;
    float: left;
}


#search_form_alert_container .margin_transact{
    margin:0 auto;
} 


#search_form_alert_container .search_radius label{
    padding-right:24px; 
}

#search_form_alert_container .search_filter_block{

}





/* special */

/* container-right :     width: 690px; */



.search_block.search_filter_block {
	display: none !important;
	visibility: hidden !important;
}

#body_container {
	padding-top: 10px;
	
	height: auto !important;
}


#container {
    max-width: 944px;
    /*border-radius: 10px;*/
    margin: 0 auto;
    margin-bottom: 0;

    background-color: #fff;
    
    box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.12);
    /*overflow: hidden;*/
}


.header {
    overflow: hidden;
    position: relative;
    
    /*background: #faf9e7;*/
}
.header,
.header .background{
    height: 200px;
}

.header .background{
    position: absolute;
    top: 0;
    left: 0;
    
    width: 100%;
}
#maocarre {
    background: transparent url(/tmpl_v3/55_saferbfc/img/mao/carres.png) no-repeat center bottom;
	width: 360px;
	height: 194px;
    z-index: 1;
    position: absolute;
    left: 733px;
    top: 0;
}

.header .slider.slider-1 {
    background-image: url(/tmpl_v3/55_saferbfc/img/bfc/image1.png);
}
.header .slider.slider-2 {
    background-image: url(/tmpl_v3/55_saferbfc/img/bfc/image2.png);
}
.header .slider.slider-3 {
    background-image: url(/tmpl_v3/55_saferbfc/img/bfc/image3.png);
}




.header .speed-search {
    position: absolute;
    bottom: 10px;
    right: 10px;
    
    z-index: 1;
}
.header .speed-search .input-text {
    border: 1px solid #fff;
    width: 186px;
    font: normal 11px Verdana, Geneva, sans-serif;
    color: #c66802;
    text-align: right;
    border-radius: 10px 0 0 10px;
    
    padding: 2px;
}
.header .speed-search .input-submit {
    color: #c66802;
    background-color: #fff;
    border-style: none;
    padding: 4px;
    border-radius: 50%;
}




.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	        align-items: center;
}

.nav-links {
    display: flex;
    align-items: center;
}



.nav-links .link:hover {
	color: #fff;
}

.nav-links .title {
        padding: 10px;
}

.nav-links .title {
    font: bold 14px Tahoma, Geneva, sans-serif;
    color: #8ba408;
}



#container .footer {
    text-align: center;
    clear: both;
}
#container .footer a {
    font: normal 11px Verdana, Geneva, sans-serif;
    color: #f8991d;
    text-align: center;
    text-decoration: none;
}





/* 55 */

.ttip_text {
    background: #8BA408;
}
.ttip:hover:before {
    border-color: #8BA408 transparent;
}




/*search*/

#search_header_title {
    background: #8BA408;
    color: #fff;
}
#search_header_title_inner {
    padding: 20px 30px;
    font-size: 17px;
    display: block;
    
    background: #7D9307 url(/tmpl_v3/55_saferbfc/img/cen/recherche.gif) no-repeat 20px center;
}
#search_container {
    padding-top: 0;
    padding-bottom: 10px;
}
#search_container_inner {
    background: #BFCD76;
    /*border-radius: 6px;*/
    overflow: hidden;
}
.search_middle {
    padding: 15px 15px 50px 15px;
    /*padding-bottom: 10px;*/
}

#filter_container,
.filter_btn {
    background: #8BA408;
}
.filter_btn:hover {

}
.filter_btn:hover, #filters .filter_btn_inner, a.link_filter, div.link_filter {
    background: #BFCD76;
}

.filter_btn:hover, #filters .filter_btn_inner, a.link_filter, div.link_filter {
    color: #000;
}

/*.search_block_last {
    margin: 0 auto;
}*/

.search_block
.filter_icon_container {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.search_block .margin0 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	        justify-content: flex-end;
}

.search_block .search_title.piece   .filter_icon_container,
#rooms.ui-buttonset .ui-button-text {
    width: 100%;
}


.search_block_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.search_block_container  .search_col {
	width: 30%;
}
.search_block_container  .search_radio_container.search_col {
	width: 20%;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	        flex-direction: column;
/*	-webkit-box-pack: center;
	-ms-flex-pack: center;
	        justify-content: center;*/
}
.search_block_container  .search_budget_land_container.search_col {
	width: 45%;
}

/*button*/
.search_block_container .search_col.search_col_button {
	margin-left: auto;
	width: auto;
}






.search_title {
	padding-bottom: 0;
}

/*multiselect*/

.ui-multiselect.ui-widget {
	padding: 5px 0px;
	height: 28px;
}

input.input_text.input_budget {
	height: 28px !important;
	width: 25% !important;
}

.ui-multiselect.ui-widget.ui-state-default {
	/*width: 50%;*/
}


.access_search {
	width: 15%;
}

.ui-multiselect-checkboxes li label {
	padding: 7px 0px 7px 5px;
}


#surface_min,
#budget_min {
	margin-right: 0;
	margin-left: 6px;
}

.access_search {
	background: #8BA408;
	height: 28px;
}
.search_block .mid_text_search {
	margin-left: 10px;
}

.ui-multiselect-menu, .ui-autocomplete {
	border: 1px solid #E1E3E4;
}


/* search filters ~ todo:mediaquery */

/*.ui-tabs !!! */
.ui-tabs {
	/*position: relative !important;*/
	position: static !important;
	padding: 0 !important;
	margin: 0 !important;
}
#filters {
	   margin-top: 0 !important;
}

#tabs .tab_content, #tabs .tab_content_simple, #tabs1 .tab_content_simple, #tabs2 .tab_content_simple, #tabs3 .tab_content_simple, #tabs5 .tab_content_simple {
	padding-top: 0 !important;
}

#filter_container {
	position: relative;
	z-index: 9;
	
	padding: 0;
	text-transform: none;
	
	top: -71px;
	left: 315px;
	width: 375px;
}
#filters #interet_out, #filters #tri_out {
	float: left;
}
a.link_filter:hover, div.link_filter:hover {
	color: #fff;
}

.filter_btn:hover, #filters .filter_btn_inner, a.link_filter, div.link_filter {
	/*background: #BFCD76;*/
	color: #fff;
	background: #8BA408;
}

/* form search button */

#search_container .btn.search {
	background: #F8991D !important;
}
#search_container .btn.search:hover {
	background: #E38C1B !important;
}

#search_container .btn.search {
	width: 170px;
}




/*prod-list*/

.btn .icon.view {
    display: none;
}
.res_div1 a.prod_details.btn.small,
a.prod_details.btn.small:hover {
    background-color: #8ba408;
    /*border-radius: 6px;*/
    text-align: center;
    padding: 4px 16px;
    margin-top: 20px;
}
.res_div1
a.prod_details.btn.small {
    position: static !important;
}

#tabs .tab_content, #tabs .tab_content_simple, #tabs1 .tab_content_simple, #tabs2 .tab_content_simple, #tabs3 .tab_content_simple, #tabs5 .tab_content_simple
{
    width: auto !important;
}

.res_div1 {
    width: 695px;
    margin: 0 auto;
    margin-top: 20px;
    float: none;
    padding: 10px;
  	box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.12);
    /*border-radius: 6px;*/
    border: 1px solid #ebebeb;
    overflow: hidden;
}

/* image */
.res_tbl
.res_tbl1 {
    border: 1px solid #f8991d;
}

/*details price*/
.res_tbl
.details {
    padding: 10px;
    
    color: #000;
    background: #fff;
}



/* prod */

#prod_tbl {
	margin-bottom: 20px;
}
#prod_tbl_inner > tbody > tr > td:nth-child(1) {
	border-right: 2px solid #DBDBDB;
}
#prod_tbl_inner tr td:nth-child(2) > div {
	margin-left: 0;
	padding-left: 0;
}

#prod_tbl_inner .tech_detail > table > tbody > tr td.l1,
#prod_tbl_inner .tech_detail > table > tbody > tr td.l2 {
	width: 37% !important;
}
#prod_tbl_inner .tech_detail > table > tbody > tr td.r1,
#prod_tbl_inner .tech_detail > table > tbody > tr td.r2 {
	width: 63% !important;
}

.prod_controls,
#cat_container {
    background-color: #8ba408;
}

.prod_controls_inner a.btn,
.prod_controls_inner a.btn:hover {
    color: #fff;
}

.prod_controls .prod_action:hover {
    background: rgba(0,0,0,0.2);
}

.addthis_toolbox {
    display: none;
}


.pres_slider #size_auto2 td,
#value_prod #size_auto td
{
	color: #fff !important;
}


/* slider */

.prod_slideshow_container .pres_slider,
.prod_slideshow_container #value_prod {
	top: 598px !important;
}

/* back opaticty price */
.prod_slideshow_container  .pres_slider {
	width: 614px;
}

#layerslider-container .bandeau_small.bandeau_text,
#layerslider-container .bandeau.bandeau_text {
    top: 10px;
    /*left: 0;*/
}

html * .ls-container .ls-webkit-hack, body * .ls-container .ls-webkit-hack, #ls-global * .ls-container .ls-webkit-hack {
	height: 88% !important;
}

.prod_slideshow_container  .pres_slider{
    width: 484px;
}

#size_auto {
	width: auto;
}
.prod_slideshow_container #value_prod {
	width: 350px;
	text-align: right;
	padding-right: 20px;
}



/*price*/

#value_prod #size_auto td {
	font-size: 1em !important;
	text-align: right;
}

/* map */

#mini_map_container,
#map_container {
	margin-bottom: 20px;
	margin-top: 20px;
}



/* dpt contact info */

.container_contact_info_dpt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-line-pack: center;
	    align-content: center;


}
.container_contact_info_dpt #column_container {
    min-width: 220px;
}
#column_container {
	margin: 0;
	background-color: #8ba408;
	color: #fff;
}

#dpe_container_all {
	margin-bottom: 0;
}

.coord_display.contact {
	display: block;
	font-size: 18px;
	padding-bottom: 0px;
}

/*contactinfos*/

#dpe_container_all {
	background: none;
}

.dpe_container {
	margin: 0;
	margin-right: 40px;
}

#column_container, .column_container {
	border-top: 0;
}

#column_middle {
	padding-top: 5px;
	padding-bottom: 5px;
}



/* new formulaire 1juin 2017 */

.access_search {
	width: 16%;
}

#filter_container {
/*	width: 480px;
	left: 230px;*/
}

#filter_container_inner #filters {
	width: 100%;
}
#filter_container_inner #filters .filter_btn_out {
	width: 240px;
}

#filter_container_inner > .search_block.search_checkbox {
	width: 170px;
}


.search_block_container .search_col {
	width: 180px;
	margin-right: 15px;
}
.search_block_container
.search_budget_land_container.search_col {
	width: 390px;
}


.search_block_container
.search_budget_land_container.search_col {
	/*margin-right: 0;*/
}
.search_block_container
.search_radio_container.search_col {
	margin-right: 0;
		width: 263px;
}
.search_block_container
.search_col.search_col_button {
	margin-right: 0;
}


.search_radio_container.search_col .search_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}
.search_radio_container.search_col .search_block .access_search {
	width: 57px;
}
.search_radio_container.search_col .search_block .search_title {
	width: 120px;
	text-align: right;
}
.search_radio_container.search_col .search_block .input_text {
	width: 67px !important;
}

/*button bottom*/

/*#filter_container {
	width: 370px;
	left: 340px;
	top: 333px;
}
@-moz-document url-prefix() {
    #filter_container {
        top: 280px;
    }
}*/



.search_col.search_col_button {
	display: flex;
	justify-content: space-between;
}
.search_col.search_col_button .clear {
	display: none;
}

.search_col.search_col_button .search_col_button_radios.search_col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;

	width: 670px;
	height: 36px;
	background: #8BA408;
	
	margin-right: 0;
}
.search_col.search_col_button .search_col_button_radios.search_col .search_block.search_checkbox {
	padding-bottom: 0;
	height: auto;
	
	padding: 0 20px;
}

.search_block_container
.search_col.search_col_button {
	margin-left: 0;
	/*width: auto;*/
	width: 100%;
}


#filter_container #filters .filter_btn_out {
	width: 240px;
}
#filter_container #filters .filter_btn_out:first-child {
	width: 130px;
}

/*first letter*/

#type_liste_selected .filter_text:first-letter,
#type_tri_selected .filter_text:first-letter {text-transform: uppercase}



/*map*/

#filter_container #filters .filter_btn_out:first-child .filter_text {
	width: 50%;
}


/* login acq */

.create_account_popup{
	background: #E1E3E4;
	border-radius: 3px;
	padding: 10px;
	display: block;
	margin-top: 20px;
	cursor: pointer;
}

.create_account_popup:hover{
	background: #cccccc;
}

.fg_pw,
.fg_pw:hover {
    margin-top: 20px;
    color: #CCCCCC;
    display: block;
    cursor: pointer;
}








.select {
    background: none repeat scroll 0 0 #E8EAEF;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    vertical-align: top;

    overflow: hidden;
    background-clip: padding-box;
    -moz-background-clip: padding-box;

    background: #FFF;
    border: 0;
    border: 1px solid #cecece;
    color: #000;
    font-family: "Open Sans";
}

.select > select {
    background: none repeat scroll 0 0 #E8EAEF;
    border: 0 !important;
    display: block;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    outline: none;
    background-clip: padding-box;
    -moz-background-clip: padding-box;
    
    padding: 6px !important;
    
    -webkit-appearance:     none;
    -moz-appearance:        none;
    -ms-appearance:         none;
    -o-appearance:          none;
    appearance:             none;
}
.select:before, .select:after {
    content: "";
    pointer-events: none;
    position: absolute;
}

.select:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #3C4B5A transparent transparent;
    border-image: none;
    border-right: 5px solid transparent;
    border-style: solid;
    border-width: 4px;
    height: 0;
    right: 6px;
    top: 14px;
    width: 0;
}


/* req front special */

.safer-form-container:not(.mode-view) select#safer_completion_date_year {
	width: 100% !important;
}
 
.safer-form-container .safer-row.safer-row-month-year {
	    -webkit-box-pack: start;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
}

.safer-form-container:not(.mode-view) .safer-row.safer-row-month-year > div {
	width: 30% !important;
}
.safer-form-container:not(.mode-view) .safer-row.safer-row-month-year > div:nth-child(2) {
	margin-left: 20px;
}

/* CHECKBOX PROD REQ CHECKALL */

.safer-form-checkall {
    text-align: right;
}

.safer-form-checkall label{
    margin:4px;
    background-color:#EFEFEF;
    border-radius:4px;
    border:1px solid #D0D0D0;
    overflow:auto;
    display: inline-block;
    width: auto;
    padding: 8px 15px;
    cursor: pointer;
}

.safer-form-checkall input{
	position: absolute;
	left: -9999999px;
}

.safer-form-checkall label:hover{
	border-color: #6f9c12;
}

.safer-form-checkall input[type="checkbox"] + label{
	position:relative;
	display: inline-block;
	/*line-height: 15px;*/
}

.safer-form-checkall input[type="checkbox"] + label:before{
	background:#FFF;
	color:#FFF;
	width:14px;
	height:14px; 
	border:1px solid #b6b6b6;
	display: inline-block;
	content:"✓";
	font-size:16px;
	line-height:13px;
	text-align:center;
	border-radius:3px;
	margin-top:3px;
	margin-right:8px;
	padding-bottom:1px;
	padding-left:1px;
}
.safer-form-checkall input:checked + label{
	border-color: #6f9c12;
	background-color: #6f9c12;
	color: #FFF;
}

.safer-form-checkall input:checked + label:before{
	color: #683263;
}


/*fancybox*/

.fancybox-wrap .fancybox-inner {
	min-height: auto !important;
	overflow: hidden !important;
}
#prop_connect_div {
	height: 360px !important;
	overflow: hidden !important;
}





/* mise en avant epsace projet */

.prod_controls {
	    margin-top: 5px;
}

.safer_prod_interess {
	background: #8ba408;
	color: #fff;
	padding: 15px 10px;
	font-weight: 300;
	
	margin-top: 5px;
}
.safer_prod_interess__title {
	font-size: 25px;
	text-align: center;
	padding-bottom: 25px;
	line-height: 1;
}
.safer_prod_interess__desc {
	text-align: center;
	font-size: 15px;
}
.safer_prod_interess__create,
.safer_prod_interess__login,
.safer_prod_interess__create:hover,
.safer_prod_interess__login:hover,
.safer_prod_interess__create:active,
.safer_prod_interess__login:active {
	color: #fff;
}
.safer_prod_interess__create,
.safer_prod_interess__login {
	border: 1px solid #B7CE8D;
	padding: 3px 25px;
    margin: 0 5px;
	font-size: 14px;
	display: inline-block;
}

.safer_prod_interess__create {
    background: #683263;
}
.safer_prod_interess__login {
	background: #666666;
}


.details .btn.small.red,
.details .btn.small.red:hover {
	background-repeat: no-repeat;
    background-position: -55px 4px;
}


.site-footer {
    background-color: #83a216;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.site-footer a {
    color: #fff;
    padding: 5px;
    text-decoration: none;
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 300;
}


.espace-perso-line {
    display: flex;
    margin-top: 5px;
}

.safercen_front_block_project_login,
.safercen_front_block_project_register,
.safercen_front_block_project_selection {
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	position: relative;
    /*width: 150px;*/
    width: 232px;/*photos size*/
    display: block;

    padding: 16px;
    padding-left: 65px;
}
.safercen_front_block_project_login:hover,
.safercen_front_block_project_register:hover,
.safercen_front_block_project_selection:hover {
    color: #fff;
}
.safercen_front_block_project_login {
    background: #F8991D;
}
.safercen_front_block_project_register,
.safercen_front_block_project_selection {
	background: #809b0d;
}

.safercen_front_block_project_login::before,
.safercen_front_block_project_register::before,
.safercen_front_block_project_selection::before {
    background-image: url(/tmpl_v3/55_saferbfc/img/ara/sprite-menu.png);
    content: "";
    position: absolute;
    display: block;
    top: 8px;
    left: 15px;
    width: 36px;
    height: 32px;
}
.safercen_front_block_project_login::before,
.safercen_front_block_project_register::before {
	background-position: 0 -138px;
}
.safercen_front_block_project_selection::before {
    width: 36px;
    height: 32px;
    background-position: 0 -278px;
}





@media screen and (max-width: 680px){ /*110px*/

    #body_container {
        padding-top: 0 !important;
    }
    #container .container-inner, .header {
        margin: 5px 10px 10px 10px; /* same #container .container-inner */
        padding: 0 !important;
    }
    #container .container-inner {
        padding: 0 !important;
    }
        
    /* header */
    .safer_front_block_project_perso {
        float: none;
        position: static; /*initial*/

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
    }
    .safer_front_block_project_perso > .link {
        padding-top: 40px;
        width: 50%
    }


    .header, .header .background, .header .slider {
        height: auto;
    }
    .search_ref {
        float: none;
        position: initial;
        margin: 10px 0;
    }


    .search_block_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    /* prod */

    #prod_tbl_inner tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: auto;
    }

    #dpe_container_all_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    /* search form */

    .search_block_container .search_budget_land_container.search_col {
        width: 100% !important;
        margin: 0 !important;
    }

    .search_title.inline {
        display: none !important;
    }


    #search_form .search_block .input_text {
        height: auto !important;
    }

    .search_block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;

        height: 35px;
    }
    .access_search {
        height: 32px;
    }


    .ui-multiselect.ui-widget {
        height: auto;
    }
    .access_search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }


    .search_radio_container.search_col {
        display: none !important;  /* TODO */
    }


    .search_radio_container {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: row !important;
                flex-direction: row !important;

        justify-content: space-between;
    }
    .search_radio_container .search_block {
        width: 50% !important;
    }

    .search_radio_container.search_col .search_block .input_text {
        width: 50% !important;
    }

    /*middle text */

    .search_title.inline,
    #search_form .mid_text_search {
        margin: 0 10px !important;
        width: 10% !important;
    }
    #search_form .search_block input.input_text.input_budget {
        width: 25% !important;
    }


    /* prods */

    .res_div1 {
        width: auto !important;
    }
    #prod_btn_header_inner {
        display: none;
    }

    .search_block_container .search_col {
        width: 100%;
    }
    .search_col.search_col_button .search_col_button_radios.search_col {display: none;}
    #filter_container {
        display: none;
    }

    .search_budget_land_container > div {
        margin-bottom: 10px;
    }

    .search_radio_container.search_col .search_block .search_title {
    }

    #search_form_ref {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }


    .search_radio_container.search_col .search_block {
        margin: 0 !important;
    }

    .search_radio_container {
        width: 100% !important;
    }
    #search_form .search_radio_container .search_title {
        width: 130px !important;
        text-align: left !important;
        padding-right: 10px;
    }
    #search_form .search_radio_container .search_block {
        margin-bottom: 10px !important;
    }

    #search_container {
        padding: 0 !important;
    }



    /* espace acq */

    #safer_contact_form {
        width: auto !important;
    }

    .ui-multiselect-menu, .ui-autocomplete {
        /*width: auto !important;*/
    }

    #page_content_int.safer-page > #page_content_inner {
        padding: 10px !important;
    }

    .safercen_front_block_project_login,
    .safercen_front_block_project_register,
    .safercen_front_block_project_selection {
        width: 50%;
    }

    .table-menu {
        overflow: hidden;
        overflow-x: scroll;
        flex-wrap: nowrap !important;
        height: 40px !important;
    }
    .table-menu a.menu {
        min-width: 150px;
        height: 40px !important;
    }

}




/*SAFER BFC MENU*/

.header,
#container .container-inner {
    padding: 5px;
}
#container .container-inner {
    padding-top: 0;
}

.header .logo {
    background: #fff url(/tmpl_v3/55_saferbfc/img/logo.png?cache=4) no-repeat center center;
    height: 75px;
    width: 250px;

    margin-right: 15px;
    margin-left: auto;/*flex*/
}


.table-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;/*border*/
}

.table-menu a.menu {
    flex-grow: 1;
    height: 30px;
    margin-right: 1px;
    background-color: #83a216;
    font-size: 14px;
    text-align: center;
    color: white;

    display: flex;
    justify-content: center;
    align-items: center;
}
.table-menu a.menu:first-child {
    margin-left: 0;
}
.table-menu a.menu:last-child {
    margin-right: 0;
}
.table-menu a.menu:hover {
    background-color: #94b327;
}
.table-menu a.menu {
    color: white;
}

@media screen and (max-width: 680px){ /*110px*/

    /*BFC */
    .nav-linkpicture {
        display: none;
    }
    .header .logo {
        margin-left: initial;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .search_ref {
        display: none;
    }

    #container {
        padding-bottom: 0 !important;
    }

    /* MODIF 04/02/22 */
    #search_container_inner{margin-bottom:30px;}
    #page_content .res_tbl {flex-wrap: wrap;}
    #prod_btn_header_inner a{width:100px!important;}
    #prod_tbl_inner tr{display:initial!important;}

    .table-menu{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: #83a216;
    }

    body .table-menu{flex-wrap: wrap!important; height: 135px !important;}
    .table-menu a.menu {min-width: 151px!important;}
}



.prod_controls {
    margin-bottom: 20px;
}

#prod_btn_header_inner {
    height: auto;
}
#layerslider {
    margin-top: 10px !important;
}

.copyright {
    text-align: center;
    font-size: 13px;
    color: #709c13;
    margin-top: 5px;
    margin-bottom: 20px;
}













/* test popup*/

.confimquit-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /*background-color: rgba(94, 110, 141, 0.9);*/
	background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.confimquit-popup.is-visible {
    opacity: 1;
    visibility: visible;
    z-index: 99999;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.confimquit-popup-page-background { /*for page & menu */
	z-index: 1 !important;
}
.confimquit-popup-container {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: 4em auto;
    background: #FFF;
    /*border-radius: .25em .25em .4em .4em;*/
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 10px;

    background-color: #683263;
    color: #fff;
}
.confimquit-popup-container .confimquit-popup-header {
    font-size: 19px;
    line-height: 19px;
    margin: 10px 0;
    font-weight: 300;
}
.confimquit-popup-container p.confimquit-popup-content {
    margin: 25px 0;
    font-size: 15px;
}
.confimquit-popup-container .confimquit-popup-buttons:after {
    content: "";
    display: table;
    clear: both;
}
.confimquit-popup-container .confimquit-popup-buttons {
    margin: 0;
}
.confimquit-popup-container .confimquit-popup-buttons li {
    width: 100%;
    margin: 0 auto;
    list-style: none;
    list-style-type: none !important;
    margin-left: 0 !important;
}
.confimquit-popup-container .confimquit-popup-buttons a {
    display: block;
    padding: 8px 12px;
    font-size: 17px;
    /*border-radius: 4px;*/
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
	border-radius: 3px;
}
.confimquit-popup-container .confimquit-popup-buttons a,
.confimquit-popup-container .confimquit-popup-buttons a:hover{
    color: #FFF !important;
	background-color: #6f9c12 !important;
}
/*.confimquit-popup-container .confimquit-popup-buttons li:first-child a {
    background: #fc7169;
    background-color: #1abc9c;
    margin-bottom: 10px;
}
.confimquit-popup-container .confimquit-popup-buttons li:last-child a {
    background: #b6bece;
    background-color: #EDEDED;
    color: #545454;
}*/
.confimquit-popup-container .confimquit-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
}
.confimquit-popup-container .confimquit-popup-close::before,
.confimquit-popup-container .confimquit-popup-close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #fff;
}
.confimquit-popup-container .confimquit-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}
.confimquit-popup-container .confimquit-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}
.is-visible .confimquit-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
    .confimquit-popup-container {
        margin: 8em auto;
    }
}






#prop_connect_div {
    height: auto !important;
    overflow: hidden !important;
}

/* VS */
#page_content .res_tbl {
    display: flex;
}

/* vocations */

.ui-multiselect-checkboxes label
span {
	white-space: normal !important;
	text-overflow: ellipsis;
	overflow: hidden;
}

.ui-multiselect-checkboxes li label{
	padding:10px 5px 10px 5px;
}


/* ok */
body .tt_land_max, body .tt_land_min{
    width: 29.6%!important;
}

body .tt_land_max{
    left: 624px;
}
body .tt_land_min{
    left: 308px;
}

@media screen and (max-width: 1021px){
    body .tt_land_max, body .tt_land_min{
        left: 307px;
        width: 29.7%!important;
    }

    body .tt_land_max{
        width: 29.7%!important;
        left:623px;
    }

}

@media screen and (max-width: 910px){
    body .tt_land_min {
        left: 87px;
        top: 142px;
    }

    body .tt_land_max{
        top: 142px;
        left: 403px;
    }

    .search_block_container .search_col{
        width: 100%!important;
    }
}

@media screen and (max-width: 680px){
    body .tt_land_min {
        left: 106px;
        width: 34%!important;
    }

    body .tt_land_max{
        width: 33.9%!important;
        top: 142px;
        left: 370px;
    }

    body .search_block_container .search_budget_land_container.search_col{
        width:416px!important
    }
}

body #tabs1 #filter_container {
    top: -53px!important;
    left: 15px!important;
}

body .bandeau_small{
    z-index: 0!important;
}


#page_header {
    text-shadow: none;
}
#page_header_inner{
    padding:0px;
    padding-left:10px;
    padding-right:10px;
    box-sizing:border-box;
    width: auto;
}
#page_title h1 {
    text-align: center;
}
#page_header_op {
    background: #8ba408;
}

#page_fil .fil_ar {
    padding-top: 5px;
    padding-bottom: 5px;
}
.fil_ar h2,
#page_fil .fil_ar a, .fil_content a {
    color: #000;
}

/* Add calc */

#column_middle  .mandataires{
	padding-bottom:10px;
}

 
.prod_action.prod_calc span{
	background-position:-130px -89px;
}

.result_calc{
	width:170px;
	padding:5px 10px;
}  

.calc_container{
	width:230px;
}

.calc_container input.input_text{
	margin-bottom:13px;	
	width:100%;
	box-sizing:border-box;
}

#prod_similar{
	color:#000;	
}

.bottom_content_inner{
	background:#FFF;
	padding:10px;	
}


#search_form_alert_container{
	width:258px !important;
	padding:10px;
}


#search_form_alert_container #transact label{
	width: 100%;
}

.mid_text_search{
	color:#2F2F2F !important;
}




input.btn, #do_send, a.btn{
	padding: 8px 16px;
}



/*** input place holder and padding fix **/
#autocomplete{
	width: 100% !important;
}



#autocomplete, 
.jlabel.input_text, 
input.input_text, 
textarea, 
#details, 
#message, 
#search_form .search_block_label .jlabel.input_text{
	padding: 6px 8px;
	height:auto;
}

#autocomplete, 
.jlabel.input_text, 
input.input_text, 
textarea, 
#details, 
#message{
	box-sizing: border-box; 
}

#surface{
	float:none;
}	


#filters{
	margin-top:0px;
}

a.link_filter, div.link_filter{
	padding-left:5px;	
}

h3#no_map_title{
	margin-top:30px;	
}


div.link_filter.explore_active{
	background:#DDDDDD;
}

#cat_container{
	padding-left:0;
	padding-right:0;
	padding-bottom:4px;
	padding-top:4px;
}

.prod_map_cat .ui-state-active{
	background:rgba(0,0,0,0.25);
}

#filters a.type_city.link_filter{
	padding-left:10px;	
}

.loc_details{
	height: 71px;
    overflow: hidden;	
	margin-bottom:0;
}

.no_results_action a{
	display:block;	
}

.ui-tabs .ui-tabs-nav li{
	margin-bottom:10px;	 
}

.ui-multiselect-checkboxes{
	height:auto !important;
	box-sizing:border-box;
}

.ui-multiselect-menu{
	box-sizing:border-box;
	
}

.ui-multiselect-checkboxes{
	overflow-y:scroll;
	height:auto !important;
	max-height:229px;	
	overflow-x: hidden;
}

.ui-multiselect-checkboxes li, .ui-multiselect-checkboxes li label, .ui-multiselect-checkboxes label span{
	box-sizing:border-box;
}

.ui-multiselect-checkboxes label span{
	margin-left:0;
}

.ui-tabs .ui-tabs-nav .ui-state-default.ui-corner-top.ui-tabs-selected.ui-state-active, .ui-tabs .ui-tabs-nav li:hover{
	margin-bottom:10px;
}

.ref_bottom_content{
	margin-top:20px;	
}

.res_tbl_title_inner h3{
	margin:8px 0;
	height: 40px;
    overflow: hidden;
}


.res_div1 .res_tbl_title_inner
p {
	height: 125px;
}

.submenu_inner{
	margin-top: 0;
}	


#menu .submenu li a{
	padding: 18px 10px;
}    

body #menu div.submenu li{
	border-top: 0;
}


.search_title.piece{
	padding-bottom: 0;	
}

.search_block div.block_filter_radio{
	margin-top: 0;
}

.ttip_text{
	background: #1abc9c;
}

.ttip:hover:before{
	border-color: #1abc9c transparent;
}


.ttip:hover .ttip_text{
	height: 40px;
	line-height: 41px;
}

.res_tbl1 img{
	max-width: 100%;
	
}

.res_tbl .res_tbl1{
	overflow: hidden;
	
}
div.res_tbl{
	position: relative;
	
}

#page_content .lots{
	padding: 10px;
	background: #FFF;
}

#page_content .lots .lots_title h1{
	color: #000;
	padding: 15px 0px;
}

#prod_similar ~ #cyclepages .res_div7 .img_cont{
	margin-bottom: 0px !important;
}

#prod_similar ~ #cyclepages .info_home_slider{
	padding: 10px;
}

#prod_similar ~ #cyclepages .info_home_slider h3{
	margin-bottom: 10px;
}

.prod_slideshow_container
.pres_slider, 
.prod_slideshow_container
#value_prod{
	top: 430px;
}

.prod_slideshow_container{
	height: 600px;
}

body .fancy_block input[type=text].input_text.input_budget{
	width: 63px !important;
}

body .fancy_block #surface_min{
	margin: 0px 2px;
}

body .fancy_block #surface_max{
	margin: 0px;
	width: 62px !important;
}

.mandataires_block
.info_nego{
	margin-left: 50px;
}

#nego_header
table{
	width: auto !important;
}


#layerslider{
	margin-top: 30px;
}

#layerslider-container .bandeau{
	top: -3px;
}

@media screen and (max-width: 680px){
	#layerslider{
		margin-top: 10px;
	}

	/* MENU RESPONSIVE */

	#menu li {
		height:100%!important;
	}
}

#container_left{ 
	z-index: 10;
}

.pres_top .pres_slider, 
.pres_top #value_prod {
	background:#222 !important;
}  

.ui-multiselect-checkboxes label
span {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.checkbox_rgpd {
	font-size: 14px !important;
}

#footer a {
	color:white;
}
@media screen and (max-width:680px){
	#slider_home_top{
		min-height: 275px !important;
	}
}

/* cd affichage prix pété */
#value_prod #size_auto td{
	width: 100% !important;
}

@media screen and (max-width: 680px){
	
	html {
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
	}
	
	#body_container{
		min-height:auto;
		height:auto;
		padding-top:48px;	
	} 
	
	
	#menu, #menu_inner{
		box-shadow:none;	
		-webkit-box-shadow:none;	
	}


	  #ban_top,
	  .containers ,
	#container, #menu, #menu_inner, #block_slider_home, 
	#block_slider_home_inner, 
	.home_page #content_home_container_inner, 
	#slider_home_top,
	#footer_inner,
	#logo, 
	#menu_float, 
	#menu li, 
	.slogan_home, 
	#container_left, 
	#container_right, 
	#content_home_container, 
	#footer, 
	.footer_column, 
	.quick_links, 
	#container_left_inner, 
	.quick_links_inner, 
	.search_block_container, 
	#filter_container, 
	.ui-tabs .ui-tabs-nav, 
	#layerslider-container.prod_slideshow_container{
		width:100% !important;
		min-width:100% !important;
	}
	
	#slider_home_top{
		height:auto;	
	}
	
	
	#perso{
		display:none;	
	}
	
	#logo{
		height:auto;	
	}
	
	#logo_inner{
		padding:20px 0;	
	}
	
	#logo img{
		max-height:60px;	
	} 
	 
	/*#menu{ 
		overflow:hidden;
		height:0;	
		-moz-transition:0.3s all ease-in;
		-webkit-transition:0.3s all ease-in;
		-o-transition:0.3s all ease-in;
		transition:0.3s all ease-in;
	}*/
	 
	#menu, .headerNav, .s-nav{
		border:0;
		top:0px;
		bottom: 0px;
		/*bottom:-1px;*/
		left:-100%;
		width:100%;
		height:auto;
		position:fixed;
		position:device-fixed;
		overflow-y:auto;
		-moz-transition:0.4s all;
		-webkit-transition:0.4s all;
		-o-transition:0.4s all;
		transition:0.4s all;
		z-index:1000; 
	} 
	 
	#search_container_out {
		top:0px;
		bottom: 0px;
		/*bottom:-1px;*/
		left:100%;
		width:100%;
		height:auto;
		position:fixed;
		position:device-fixed;
		overflow-y:auto;
		-moz-transition:0.4s all;
		-webkit-transition:0.4s all;
		-o-transition:0.4s all;
		transition:0.4s all;
		z-index:999; 
	}
	/*
	#menu.menu_trans {
			} 
	
	#menu.menu_unfixed {
		position:initial;
	}
	
	#menu.menu_trans_open{
		transform:translate(100%,0);
		-webkit-transform:translate(100%,0);
	}
	
	#menu.menu_trans_close{
		transform:translate(-100%,0);
		-webkit-transform:translate(-100%,0);
	}*/
	
	
	/*#overlay{
		position:fixed;
		top:0;
		left:0;
		background:none;	
		z-index:20;
		width:0;
		height:0;
		opacity:0;
	}
	
	#overlay.active_layer{
		width:100%;
		height:100%;
		opacity:1;
	}
	
	body.disable_scroll{
		overflow:hidden;
	}*/ 
	
	
	
	
	#menu li{
		display:block;
		text-align:left;
	}
	
	#menu li a{
		overflow:hidden;
		white-space:nowrap;
		text-overflow:ellipsis;
	} 
	
	#menu_mobile{
		display:block;
		height:48px;	
		background:#FFF;
		position:relative;
		z-index:1001;
		position:fixed;
		top:0;
		width:100% !important;
		box-sizing:border-box;
	}
	
	
	#ban_top{
		border-width:1px;	
	}
	
	#menu{
		border-top:1px solid  #dfdfdf;
	}
	
	
	
	
	#menu li span.first, #menu li span.last{
		display:none;	
	}
	
	
	#slider_home_top{
		overflow:hidden;	
	}
	
	#home_title{
		margin:10px;
		display:none;	
	}
	
	#home_title h1{
		font-size:25px;	
	}
	
	.container_home #container_left{
		margin-top:0;	
	}
	
	#info_agence1{
		display:none;	
	}
	
	#search_container{
		background:none;	
		padding:10px;
		padding-bottom:0;
	}
	
	.container_home #search_container{
		background:none;	
	}
	
	#search_container_inner{
		width:100%;
		box-sizing:border-box;	
	}
	
	
	
	#rooms.ui-buttonset{
		width:calc(100% - 4px);	
		margin-left:4px;
	}
	
	#rooms.ui-buttonset label{
		width:20%;
		text-align:center;
	}
	
	#rooms.ui-buttonset .ui-button-text{
		width:100%;	
	}
	
	.search_filter_block{
		display:none;	
	}
	
	#slider_budget, #slider_surface{
		width:auto;
		margin-right:7px;	
	}
	
	.search_middle{
		padding:10px 10px 0px 10px;	
	}
	
	
	.search_block_last{
		 width: 100%;
		 margin:0;
		 margin-bottom:10px;
		 padding-top:0; 
	}
	
	input.btn.search{
		border-top:0;
	}
	
	
	.search_title.inline, .mid_text_search{
		display:block;
		float:left;
		box-sizing:border-box;
		width:20% !important;
	}
	
	
	
	.mid_text_search{
		text-align:center;	
		line-height:29px;
	}
	
	.search_block input.input_text.input_budget{
		width:30% !important;
		display:block;
		float:left;
		box-sizing:border-box;
	}
	
	
	.block_left{
		margin:10px 15px 20px 10px;	
	}
	
	#column_container{
		display:none;	
	}
	
	#content_home_container{
		padding:0;	
	}
	
	#content_home_top, #content_home_bottom{
		display:none;
	}
	
	#container.container_home{
		padding-bottom:0;	
	}
	
	#content_home_container_inner{
		padding:0px 10px 10px 10px;
		box-sizing:border-box;	
	}
	
	#page_content_int{
		margin-bottom:10px;	
	}
	
	
	#links_bottom, #page_content_int{
		margin-top:0;	
	}
	
	#links_bottom, #page_content_int, #request_form{
		border:0;	
	}
	
	#quick_links_big_container{
		height:auto;	
		margin-top:10px;
	}
	
	#quick_links_big{
		position:relative;
		box-sizing:border-box;	
		padding:0px 10px 0px 10px;
		margin-top:0;
	}
	
	.quick_links{
		float:none;	
		background:none;
	}
	
	.quick_links_inner{
		box-sizing:border-box;	
		margin-bottom:10px;
		height:auto;
		padding:0;
		padding-bottom:6px;
		line-height:100%;
	}
	
	.quick_icon{
		margin-top:6px;	
		margin-bottom:6px;	
	}
	
	.quick_links_inner:hover{
		height:auto;
	}
	
	
	.estim_div, .alert_div{
		display:none;
	}
	
	
	#block_slider_home{
		display:none;	
	}
	
	#block_slider_home_inner h3{
		text-align:center;	
	}
	
	#block_slider_home_inner .frame.horizontal ul li{
		width:auto;
		margin:0;
	}
	
	.controls.center.horizontal{
		display:none;	
	}
	
	#footer{
		box-sizing:border-box;
		padding:0 20px;
	}	
	
	
	.quick_links_inner, #search_container_inner, #filter_container_inner, #column_container, #links_bottom_inner, #prod_btn_header, .city_filter, #fiche_nego .info_nego{
		box-shadow:none;	
		-webkit-box-shadow:none;
	}
	
	
	#page_header{
		margin:10px;
		margin-bottom:0;	
	}
	
	#page_title h1{
		text-align:center;	
	}
	
	#content_page_middle{
		margin:10px;
		margin-top:0;	
		margin-bottom:0;
	}
	
	.ui-tabs .ui-tabs-nav li, .ui-tabs .ui-tabs-nav li:hover{
		width:100%;
		margin-bottom:8px!important;
		text-align:center;
		border-left:0; 
	}
	
	.ui-tabs .ui-tabs-nav{
		padding-bottom:0;	
	}
	
	.ui-tabs .ui-tabs-nav li a {
		width:100%;
		box-sizing:border-box;	
	}
	
	#filters .filter_btn_out:first-child{
		display:none;	
	}
	
	.nego_filter #filters .filter_btn_out{
		width:100% !important;
		float:none;
		display:block;	
	}
	
	.nego_filter .filter_btn_out{
		padding-bottom:10px;
		margin-bottom:0;	
	}
	
	#filters .filter_btn_out:last-child{
		margin-bottom:0px;
	}
	
	.filter_btn_out{
		width:100%;	
		margin-bottom:8px;
	}
	
	#filters #type_tri_selected{
		width:100% !important;	
	}
	
	#type_city_container{
		max-width:100%;	
	} 
	 
	.res_tbl .res_tbl1, .res_tbl_title, .res_tbl .details{
		width:100%;	
	}
	
	.res_tbl1{
		background-size:cover; 	
	}
	
	.res_tbl .details{
		padding:6px;
		box-sizing:border-box;
		min-height:0px;	
	}
	
	.res_div1 .res_tbl_value{
		margin:0;
	}
	
	.res_tbl .res_tbl1{
		height:180px;	
	}
	
	
	.res_tbl_title_inner{
		padding:6px 0;	
	}
	
	.res_div1 .res_tbl_title_inner p{
		height:48px;	
	}
	
	.res_div1{
		margin-top:10px;	
	}
	
	.res_tbl_title h2{
		margin-bottom:0px;
		height:auto;
		max-height:40px;
		
	}
	/*.res_tbl_title h2 a{
		font-size:16px !important;
	}*/
	
	.res_div1 div.res_tbl{
		padding:6px;
		box-shadow:none;
		-webkit-box-shadow:none;
	}
	
	.res_div1 a.prod_details.btn.small{
		display:none;
	}
	
	.block_left{
		display:none;
	}
	
	.fil_ar h2{
		 text-overflow: ellipsis;
 		 width: 100%;
	}
	
	#share_prod, .addthis_toolbox{
		display:none;	
	}
	
	#prod_btn_header_inner a, #prod_btn_header_inner a:hover{
		width:33.33%;
		box-sizing:border-box;
		float:left !important;
		
	}
	
	#prod_btn_header{
		margin-bottom:10px;	
	}
	
	.prev_prod, .next_prod, #prod_back{
		float:none !important;
	}
	
	.ls-thumbnail-wrapper{
		display:none;	
	}
	
	#prod_btn_header_inner{
		width:100%;	
	}
	
	#layerslider-container{
		height:100%;
	}	
	
	.prod_controls {
		margin-top:10px;	
		margin-bottom:15px;	
	}
	
	#mini_map_container{
		margin-top:0;	
	}
	
	#cat_container{
		display:none;	
	}
	
	#prod_tbl, 
	#mini_map_container, #map_container{
		margin-bottom:10px;	
	}
	
	.prod_controls .prod_action{
		width:100% !important;	
	}
	
	.prod_slideshow_container .pres_slider{
		display:none;
	}
	
	.prod_calc, .prod_print, .prod_selection_add, .prod_send{
		display:none;
	}
	
	#prod_tbl_inner>tbody>tr>td{
		display:block;
		width:100%;	
	}
	
	#prod_tbl_inner>tbody>tr{
		display: flex;
		display: -webkit-flex;
		-webkit-flex-direction:column;
		flex-direction:column;
	}
	
	#prod_tbl_btn{
		display:none;	
	}
	
	.overflow_y{
		margin:6px !important;
		height:100% !important;
	}	
	
	.left_overflow, .right_overflow{
		padding:0;	
	}
	
	.dpe_container{
		margin:0px  auto !important;	
		float:none;
	}
	
	#dpe_container_all_inner{
		padding:10px 0;	
	}
	
	#page_title h1{
		width:100%;
		font-size:16px;
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
		text-align:left;
	}	
	
	/*.prod_slideshow_container #value_prod{
		top:0;
		right:0;
		width:100%;
		height:30px;
		font-size:10px;
	}
	
	#size_auto{
		width:100%;
		height:30px;
	}*/
	
	#container{
		padding-bottom:10px;	
		position:relative;
		z-index:999;
	}
	
	#content_home_middle, #content_page_middle{
		min-height:0;	
	}
	#content_page_bottom{
		display:none;
	}
	
	#dpe_container_all{
		margin-bottom:10px;	
	}
	
	.right_overflow{
		padding:6px;	
	}
	
	.mention{
		margin-top:0;	
	}
	
	.mandataires_block{
		padding-top:0px;	
	}
	
	.mandataire_container{
		margin-bottom:0px;	
	}
		
	.links_nego{
		display:none;	
	}
	
	.mandataires_block .mandataires{
		height:90px;
		line-height: 22px;	
	}
	
	.mandataireimg{
		position:relative;
		margin-top:0;
		float:left;	
	}
	
	.mandataires_block .info_nego{
		
		margin-left:0;
	}
	
	.mandataire_container .mandataires{
		margin-top:10px !important;	
	}
	
	.mandataire_container .mandataires{
		margin-left:0;	
	}
	
	.mandataireimg::before{
		display:none;	
	}
	
	.mandataireimg{
		height:auto !important;
		border:0px;
		box-shadow:none;
		-webkit-box-shadow:none;		
	}
	
	.mandataire_container .mandataires{
		padding:0px !important;	
	}
	
	.mandataire_container .mandataires, .mandataireimg{
		display:flex;
		display:-webkit-flex;	
	}
	
	.mandataireimg{
		flex-direction:column;
		-webkit-flex-direction:column;
	}
	
	.mandataireimg div{
		flex:1;
		-webkit-flex:1;
		background-position:center left !important;
	}
	
	.mandataire_container .info_nego{
		flex:1;
		-webkit-flex:1;
		float:none;
	}
	
	.mandataireimg img{
		margin-top:25px !important;
	}
	
	.bandeau{
		width:90px;
		height:90px;
		background-size:90px 90px;
		top:-2px;
		left:-2px;	
	} 
	
	
	
	#autocomplete, .jlabel.input_text, input.input_text, textarea, #details, #message, input.input_text.input_budget, input.jlabel.input_text, input.jlabel.input_text:focus{
		height:38px !important;
	}
	
	div#details{
		height:auto !important;	
	}
	
	.ui-multiselect.ui-widget.ui-state-default{
		padding:10px 0px 11px 0px !important;
	}
	
	.prod_controls {
		display:none;	
	}
	
	#value_prod{
		display:none;	
	}
	
	#prod_tbl{
		margin-top:10px;	
	}
	
	.prod_controls_mobile{
		display:block;	
	}
	
	#value_mobile{
		text-align:center;
		padding:13px 6px;
		background:#616161;
		color:#FFF;	
		font-size:18px;
	}
	
	.prod_controls_mobile span{
		display:block;
		float:left;
		width:50%;	
		box-sizing:border-box;
		margin-top:10px;
	} 
	 
	.prod_controls_mobile a{
		padding:10px 6px;
		color:#FFF;
		background:#1ebbdd;
		display:block;
		text-align:center;
		font-size:16px;
	}
	
	.prod_controls_mobile span.controls_left a{
		margin-right:5px;	
	}
	.prod_controls_mobile span.controls_right a{
		margin-left:5px;	
	}
	
	/** icons **/
	
	#menu_open{
		width:45px;
		cursor:pointer;
		float:left;
		margin-top:4px;
		margin-bottom:4px;
		height:40px;	
		box-sizing:border-box;
	}
	
	#search_open{
		cursor:pointer;
		width:45px;
		float:left;
		margin-top:4px;
		margin-bottom:4px;
		height:40px;
		box-sizing:border-box;
	}
	
	
	#menu_mobile_text{
		width:calc( 100% - 90px );
		font-size:20px;
		box-sizing:border-box;
		line-height:48px;
		float:left;
		text-align:center;
	}
	
	#menu_open, #search_open{
		background:url(/img/filters_icons.png);
		background-size:300px 1000px;
		
	}
	
	#menu_open.ico.grey{
		background-position:-257px -430px
	}
	
	#menu_open.ico.black{
		background-position:-427px -430px;
	}
	
	#menu_open.ico.white{
		background-position:2px -432px;
	}
	
	
	#search_open.ico.grey{
		background-position:-259px -392px;
	}
	
	#search_open.ico.black{
		background-position:-429px -392px;
	}
	
	#search_open.ico.white{
		background-position:2px -393px;
	}
	
	#page_content_inner{
		 word-wrap: break-word;
	}
	
	#page_content_inner td, #page_content_inner table, #page_content_inner tbody, #page_content_inner tr, 
	.msgerr_container_inner, .msgerr_container_inner table, .msgerr_container_inner tbody, .msgerr_container_inner tr, .msgerr_container_inner td{
		display:block;
		width:100% !important;
		box-sizing:border-box;
		padding:0 !important;
		margin:0  !important;
	}
	
	#contact_form .jlabel.input_text, input.input_text{
		width:100% !important;	
	}
	
	#page_content_inner td{
		padding-bottom:10px !important;
		height:auto !important;
	}
	
	#page_content_inner td.l2{
		text-align:left;
		font-size:17px;	
	}
	
	#page_content_inner input.btn{
		width:100%;	
		padding:10px;
	}
	
	#page_content_inner .margin25{
		margin-left:0;
		margin-right:0;	
		margin-bottom:0;	
	}
	
	#links_right{
		margin-right:20px;	
	}
	
	.acc{
		display:none;	
	}
	
	.frame.horizontal{
		display:none;	
	}
	
	
	.msgerr_container_inner a[href="/demande"]{
		display:none;	
	}
	
	#page_content_int img{
		width:100%;
		height:auto;
		margin-left:0;
		margin-right:0;
		padding-left:0;
		padding-right:0;
	}
	
	.cookie_banner{
		display:none;	
	}
	
	.ui-multiselect-checkboxes li{
		height: 30px;
		line-height: 32px;
	}
	
	#background_body{
		background:#d6d6d6;
	}
	
	table {
		empty-cells: hide !important;
	}
	
	.ui-slider .ui-slider-handle{
		width:22px;
		height:22px; 
	}
	
	.ui-slider-horizontal .ui-slider-handle{
		top:-8px;	
	}
	
	#slider_budget, #slider_surface{
		margin-right:14px;	
		margin-top:20px;
	}
	
	.search_block.budget_bloc, .search_block.surface_bloc{
		padding-bottom:15px;
	}
	
	.video{
		margin:10px 0;	
	}
	
	.video iframe{
		width:100% !important;	
	}
	
	/*** ajustement pour la hauteur du menu ***/
	.headerLogo{
		padding-top:48px;	
	}
	
	#menu_inner, .headerNav .main_menu{
		height:auto;
		padding-top:47px;	
		
	}
	
	#search_container_out{
		background:rgba(0,0,0,0.5);	
	}
	
	#search_container_out:before{
		display:block;
		height:47px; 
		width:100%;
		content:" ";
	}
	 
	#search_container_out:after{
		display:block;
		height:10px; 
		width:100%;
		content:" ";
	}
	/*** ajustement pour la hauteur du menu end ***/


	/** fixe recherche autocomplete **/
	.ui-autocomplete.ui-menu{
		z-index:10000 !important;
	}
	
	body.no_move{
		height:100%;
		overflow:hidden;
	}
	
	
	body.no_move{
		overflow: hidden !important;
		position:relative;
		-webkit-user-select: none;
		touch-action: pan-y;
		-webkit-user-drag: none;
	}
	
	body.no_move #body_container{
		overflow: hidden !important;
		/*position: fixed; commenté le 2 juin 2017*/
		/*top: 0;*/
	}
	
	
	.res_tbl_value .rent_mesure{
		display:inline-block;	
	}
	
	.lots table tr td:nth-child(1), .lots table tr td:nth-child(5), .lots table tr td:nth-child(6){
		display: none;
	}
	
	.lots_title h1{
		padding: 20px 10px;
		text-align: center;
		margin: 0;
	}
	
	.mention{
		padding: 10px 0;
	}
	
	.link_foot--social{
		text-align: center;
	}
	

	#footer .footer_column
	.link_foot--social a img{
		margin: 5px;
	}
	
	
	.pres_top .pres_slider {
		display: none !important;
	}
}


@media screen and (min-width: 680px){
	body:not(.responsive) #search_container_out, 
	body:not(.responsive) #menu, 
	body:not(.responsive) .headerNav {
		transform: translate(0px, 0px) !important;
	}
}

/* CSS Document */
@media screen and (max-width: 680px){
	
	
	.home_search, #slider_home_top_inner, 
	#search_container.home_search .search_block, #search_container.home_search .search_block_last, 
	#search_container.home_search .ui-multiselect.ui-widget.ui-state-default, 
	.home_search .search_block input.input_text.input_budget, #page_header_inner, 
	#filter_container{
		width:100% !important;
		box-sizing:border-box;	
	}
	
	#logo_inner{
		padding:10px 0; 
		text-align:center;
	 }
	 
	 #logo img {
	  	max-height: 80px;
	 }
	 
	#search_container.home_search .search_block {
		float:none;	
	}
	
	#search_container.home_search .search_block, #search_container.home_search .search_block_last{
		padding-right:0;	
		margin-bottom:10px;
	}
	
	 #search_container.home_search .search_block_last{
		 margin-bottom:0px;
	 }
	 
		 #search_container.home_search{
		padding-bottom:10px; 
	 }
	 
	 
	 
	.container_home .block_left{
		display:block;	
		}
	
	.container_home #container_left_inner .block_left .block_inner{
		float:none;
		width:100%;
	}
	
	.container_home #container_left{
		height:auto;
		padding:0;	
	}
	
	.container_home #container_left .block_left{
		margin:0;	
	}
	
	
	.block_inner{
		text-align:right;
	}
	
	.block_left a:nth-child(3), .block_left a:nth-child(4){
		display:none !important;	
	}
	
	
	#links_bottom_inner .sub_link{
		width:100%; 
	}
	
	#page_content_inner{
		padding:10px;	
	}
	
	
	#page_header{
		margin:0;
	}
	
	#page_header_inner{
		padding:20px 10px;	
	}
	
	#container_left{
		margin:0;	
	}
	
	#container_right{
		padding-top:10px;	
	}
	
	ul{
		list-style:none !important;	
	}
	
	#menu li{
		height:48px;
		line-height:48px;	
	}
	
	.ui-multiselect-checkboxes li{
		height:auto;	
	}
	
	.ui-multiselect-checkboxes li label{
		padding:5px;
		box-sizing:border-box;
	}
	
	
	.home_search #precision_container{
		display:none !important;	
	}
	
	input.input_text.input_budget_right, #budget_min, #surface_min{
		margin:0;	
	}
	
	.search_title.inline, .mid_text_search{
		line-height:35px;
	}
	
	.search_block.rooms_bloc{
		display:flex;
		display:-webkit-flex;
	}
	
	#rooms{
		flex:0.8;
		-webkit-flex:1;	
	}
	
	.search_title.piece{
		flex:0.25;
		text-align:left;
		padding-bottom:0;
	}
	
	#rooms.ui-buttonset{
		margin-left:0;	
	}
	
	.search_block.budget_bloc, .search_block.surface_bloc{
		padding-bottom:15px;
	}
	
	.search_block_last{
		margin-bottom:0;
		padding-bottom:10px;	
	
	}
	
	
	
	.left_overflow, .right_overflow{
		margin:0 !important;	
	}
	
	.left_overflow{
		border-bottom:4px solid #F29041;
	}
	
	/*
	.res_div1{
		border-top:3px solid #F29041;
	}
	*/
	
	.prod_controls_mobile a{
		background:#F29041;
	}
	
	#layerslider{
		padding-top:0px !important;	
	}
	
	
	.next_prod{
		border:0;	
	}
	
	#prod_btn_header_inner{
		height:auto;	
	}
	
	#value_mobile{
		padding:8px 6px;
	}
	
	#page_title h1{
		font-size:19px;	
	}
	

	.res_tbl .res_tbl_title{
		width:100%;	
	}
	
	.res_tbl_title h2{
		max-height:46px;	
	}
	
	.res_tbl_title_inner{
		padding:0 0 6px 0;	
	}
	
	.loc_details{
		height:auto;	
	}
	
	.res_div1 .res_tbl_value{
		  position: absolute;
		  top: 11px;
		  right: 11px;
		  background: rgba(0,0,0,0.6);
		  padding: 8px;
		  font-size: 20px;
	}
	
	.res_tbl_title h2 a{
		color:#F29041;
	}
	
	#slider_budget, #slider_surface{
		margin-top:8px;	
	}
	
	#bg_container{
		background:none;	
	}
	
	 
	#ban_top{
		background:#FFF;	
	}
	
	#menu_mobile{
		border-bottom:1px solid #CCC;
	}


	.res_div1 .res_tbl_title_inner p{
		height:38px;	
	}
	
	.bandeau_small{
		z-index:1;
	}
	
	.res_tbl_title_inner h3{
		height:auto;	
	}
	
	
	
		
	.submenu{
		display:block !important;	
	}
	
	body #menu div.submenu{
		position:relative !important;	
	}
	
	
	
	#menu .submenu li a{
		padding:10px 20px;	
	}
	
	.submenu_inner{
		border-radius:0;	
		box-shadow:none;
		-webkit-box-shadow:none;
		margin-top:0;
		
	}
	
	#footer a{
		padding: 8px 0 !important;
		display: block;
	}
	
	.link_foot .netty_signature_text{
		display: none;
	}
	
	
	/* fixes AR */
	
	#page_content_int img
	{
	    max-width: 100%;
	    width: auto;
	}

	#page_fil .fil_content .fil_ar h2
	{
		overflow: hidden;
	    text-overflow: ellipsis;
	    width: 100%;
	}

	#page_content #contact table.tbl > tbody > tr:first-child > td:nth-child(2)
	{
		padding: 0 !important;
	}
	
	#page_content #contact table.tbl textarea#message,
	#page_content #offer_form textarea#details
	{
		resize: vertical !important;
		height: 100% !important;
		font-weight: normal;
	}

	#page_content #contact #infos_contact
	{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	#page_content #contact #icon_contact > #infos_contact > #info_tel,
	#page_content #contact #icon_contact > #infos_contact > #info_mail,
	#page_content #contact #icon_contact > #infos_contact > #info_adr
	{
		max-width: 30% !important;
		width: auto !important;
		
		margin: 10px 0px 10px !important;
	}
	
	#page_content #contact #icon_contact > #infos_contact > div:first-child
	{
		margin-top: 0 !important;
	}
	
	
	#page_content #prod_tbl .download_box
	{
		padding: 8px !important;
	}
	
	/*#container.container_home #container_left .block_inner
	{
		text-align: left;
		
		width: 40%;
		margin: 0 auto;
		display: block;
		text-align: center;
	}*/
	
	#container.container_home #container_left .block_left .block_inner > span
	{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		        justify-content: center;
		
		text-align: left;
	}
	#container.container_home #container_left .block_left .block_inner > span > span
	{
		width: 30%;
	}
	

	
	
	
	#search_container.home_search
	.search_block_last, 
	#search_container.home_search
	.search_block
	{
		width: 100% ;
	}
	
	
	
	
	
	
	
	#footer a
	{
	    padding-top: 0 !important;
	    padding-bottom: 0 !important;
	}
	
	

	
	
	
		
}

