/*
Theme Name: Houzez Child
Theme URI: http://www.favethemes.com/
Author: Favethemes
Author URI: http://www.favethemes.com/
Description: Houzez is a premium WordPress theme for real estate agents where modern aesthetics are combined with tasteful simplicity, and where the ease of use is achieved without compromise in your ability to customise the design. Whether you are a real estate agent looking to build a website for your company or a web developer seeking a perfect WordPress theme for your next project, you are certain to appreciate the numerous features and benefits that our theme provides.
Version: 1.0
Tags: white, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: houzez
Template: houzez
*/
@import url("../houzez/style.css");

/* Your CSS code goes here
-------------------------------------- */


/****** genÃ©ral *******/
.card-deck {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
}

html body {
    font-size: 18px;
    line-height: 1.2;
    color: #484247;
}

body .page-link,
body a {
    color: #484247;
    border-radius: 0;
}

body .page-item.disabled .page-link,
body .page-item .page-link {
    font-weight: 300;
    font-size: 14px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid rgba(163, 160, 162, .25);
}

body .page-item .page-link:hover {
    background: var(--hover);
    color: #fff;
}

body .page-item:first-child .page-link,
body .page-item:last-child .page-link {
    border-radius: 0;
    font-weight: normal;
}

body .page-item .page-link .houzez-icon {
    font-weight: bold;
}

body .page-item.active .page-link {
    background: var(--hover);
    border-color: var(--hover);

}

body .page-item .page-link:focus {
    box-shadow: none;
    color: #fff;
}


body .page-link:hover,
body a:hover {
    color: var(--hover);
}

html body h1 {

}

html body h2 {
    font-size: 40px;
    font-family: Marcellus, serif;
    margin-bottom: 20px !important;
}


html body h3 {

}

body .maxwidth_p p {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

body .post-title-wrap h1,
body .post-title-wrap h2 {
    line-height: 1.2;
}

body .container {
    padding-right: 80px;
    padding-left: 80px;
}

body .page-content-wrap {
    padding: 0 40px;
    background-color: 0;
}

html body,
body #main-wrap {
    background: #fff;
}

body .vc_row {
    padding-top: 100px;
    padding-bottom: 100px;
}

body .vc_row.double_pad_bottom {
    padding-bottom: 200px;
}

body .vc_row .vc_row {
    padding-top: 0;
    padding-bottom: 0;
}

body .vc_row.pad_left_right {
    padding-left: 8.333%;
    padding-right: 8.333%;
}

body .vc_row.bg_pad_left_right > .wpb_column:first-child {
    padding-left: calc(8.333% - 15px);

}

body .vc_row.bg_pad_left_right > .wpb_column:last-child {
    padding-right: calc(8.333% - 15px);

}

.footer-top-wrap > .container > .row,
body .vc_row.pad_left_right_plus {
    padding-left: 16.666%;
    padding-right: 16.666%;
}

body .vc_row.bg_pad_left_right_plus > .wpb_column:first-child {
    padding-left: calc(16.666% - 15px)

}

body .vc_row.bg_pad_left_right_plus > .wpb_column:last-child {

    padding-right: calc(16.666% - 15px);
}

body .vc_row.no_pad {
    padding-top: 0;
    padding-bottom: 0;
}

body .vc_row.no_pad_bottom {

    padding-bottom: 0;
}

body .vc_row.banner {
    min-height: 820px;
    min-height: calc(100vh - 128px - 40px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
}

body .vc_row.banner.marg_bottom {
    margin-bottom: 130px;
}

body sup {
    top: -.6em;
    font-size: .5em;
    line-height: 1;
    display: inline-block;
}

body .vc_btn3.vc_btn3-size-md {
    text-transform: uppercase;
    font-size: 16px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 11px;
    padding-bottom: 11px;
    border-radius: 0;
    -webkit-appearance: none;
}

body .vc_btn3.vc_btn3-color-white,
body .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
    color: #484247;
}

body .vc_btn3.vc_btn3-color-violet,
body .vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat {
    background-color: var(--accent-color);
}

body .vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat:focus,
body .vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat:hover,
body .vc_btn3.vc_btn3-color-violet:focus,
body .vc_btn3.vc_btn3-color-violet:hover {
    color: #fff;
    background-color: var(--hover);
    opacity: 1;
}

.vc_row.pattern_3 {
    background-position: top right !important;
}

.vc_btn3-container.vc_btn3-inline.cta_marg_left {
    margin-left: calc(18% + 15px);
    display: block;
}

.vc_btn3-container.vc_btn3-inline.cta_marg_left a {
    width: 100%;
    max-width: 420px;
    text-align: center;
}

.vc_row:after {
    clear: both;
}

.vc_row:after,
.vc_row:before {
    content: " ";
    display: table;
}

body .search-icon:before {
    left: unset;
    right: 15px;
}

.content-wrap {
    position: relative;
}

#main-wrap > .listing-wrap {
    position: relative;
}

#main-wrap > .listing-wrap:before,
.content-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 80px;
    background: #fff;
    z-index: 10;
}

#main-wrap > .listing-wrap:after,
.content-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    background: #fff;
    z-index: 10;
}

/**** header / menu ******/
body .header-main-wrap {
    z-index: 2222;
}

#header-section .container {
    max-width: unset !important;
}

body .logo {
    z-index: 20;
}

.logo img.logo_toggle,
.logo img.logo_small {
    display: none;
}

.vc_mobile #header-section.open_menu .logo img.logo_large,
.sticky-nav-area .logo img.logo_large {
    display: none;
}

.vc_mobile #header-section.open_menu .logo img.logo_small,
.sticky-nav-area .logo img.logo_small {
    display: inline-block;
}

.toggle_open .logo img.logo_small,
.toggle_open .logo img.logo_large {
    display: none !important;
}

.toggle_open .logo img.logo_toggle {
    display: inline-block !important;
}

.toggle_open #header-section {
    background: transparent !important;
}

body .navbar {
    position: relative;
}

body .header-v4 .header-inner-wrap {
    height: auto;
    padding: 16px 0;
}

.header-v4 .right-nav {
    text-align: right;
}

.header-v4 .main-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

body .header-v4 .header-inner-wrap {
    line-height: 1.2;
}

body .navbar-expand-lg .navbar-nav {
    display: inline-block;
}

body .navbar-expand-lg .navbar-nav li {
    display: inline-block;
}

body .menu_toggle_wrap a,
body .navbar-expand-lg .navbar-nav .nav-link {

    display: inline-block;
    position: relative;
    padding: 0 5px;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;

}

body .navbar-expand-lg .navbar-nav .nav-link:hover,
body .navbar-expand-lg .navbar-nav .current-menu-item .nav-link {

    color: #484247 !important;
}

body .menu_toggle_wrap a:hover,
body .menu_toggle_wrap .current-menu-item a {
    color: #fff !important;
}

.menu_toggle_wrap .columns > div:nth-child(3) a:hover,
.menu_toggle_wrap .columns > div:nth-child(3) .current-menu-item a {
    color: #AA91A3 !important;
}

body .menu_toggle_wrap .current-menu-item a:before,
body .menu_toggle_wrap a:hover:before,
body .navbar-expand-lg .navbar-nav .current-menu-item .nav-link:before,
body .navbar-expand-lg .navbar-nav .nav-link:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
    color: #DDD3DA !important;
}


body .navbar-expand-lg .navbar-nav .nav-link:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0.2;
    height: 50%;
    width: 100%;
    background-color: #666;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: color 0.1s, transform 0.2s ease-out;
}

body .menu_toggle_wrap .columns > div:nth-child(3) a:before {
    opacity: 0.2;
}

body .menu_toggle_wrap a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0.4;
    height: 50%;
    width: 100%;
    background-color: #fff;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: color 0.1s, transform 0.2s ease-out;
}

body .menu_toggle_wrap .logo_menu a:before {
    display: none;
}

body .main-nav .nav-link {
    padding-right: 12.5px !important;
    padding-left: 12.5px !important;
}

body .right-nav .nav-link {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
    color: #A3A0A2;
    font-size: 12px;
    font-weight: 300;
}

body .header-v4 a {
    color: #484247;
    background-color: transparent;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}


body .header-v4 a:hover,
body .header-v4 a:active {
    color: #00aeef;
    background-color: transparent;
}

body .header-v4 .cta_search {
    display: inline-block;
    margin-left: 40px;
}

body .header-v4 .toggle_menu_header {
    display: inline-block;
    margin-left: 28px;
    display: none;
}

.vc_mobile #header-section.open_menu .toggle_menu_header,
body .header-v4.sticky-nav-area .toggle_menu_header {

    display: inline-block;
}

.vc_mobile #header-section.open_menu .main-nav,
.vc_mobile #header-section.open_menu #main-menu-right,
.header-v4.sticky-nav-area .main-nav,
.sticky-nav-area #main-menu-right {
    display: none;
}

body .header-v4 .toggle_menu_header a {

    font-size: 45px;
}

.header-v4 .right-nav > * {
    position: relative;
    z-index: 20;
}

body .header-v4 .right-nav .cta_search a {
    display: block;
    font-size: 16px;
    color: #fff;
    background: var(--accent-color);
    padding: 12px 25px;
}

body .header-v4 .right-nav .cta_search a:hover {
    opacity: 1;
    background: var(--hover);
}

.vc_mobile #header-section.open_menu {
    opacity: 1;
    position: fixed !important;
    visibility: visible;
    transition: all 0.4s ease;
    transform: translate(0, 0) scale(1);
    animation: fadein 0.4s;
    width: 100%;
}


/**** menu pop ****/
body img {
    max-width: 100%;
}

.menu_toggle {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1111;
    /*display: flex;
  flex-direction: column;
  justify-content: center;*/
    display: none;
    padding-top: 125px;
    padding-bottom: 25px;
}

.menu_toggle .wrap_1 {
    position: fixed;
    top: 125px;
    left: 0;
    right: 0;
    bottom: 25px;
    overflow: hidden;
    z-index: 1112;
}

.menu_toggle .wrap_2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1113;
}

.menu_toggle.open_toggle {
    display: block;
}

.menu_toggle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;

    background: rgba(93, 79, 89, 1);
    background: -moz-linear-gradient(-45deg, rgba(93, 79, 89, 1) 0%, rgba(51, 46, 50, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(93, 79, 89, 1)), color-stop(100%, rgba(51, 46, 50, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(93, 79, 89, 1) 0%, rgba(51, 46, 50, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(93, 79, 89, 1) 0%, rgba(51, 46, 50, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(93, 79, 89, 1) 0%, rgba(51, 46, 50, 1) 100%);
    background: linear-gradient(135deg, rgba(93, 79, 89, 1) 0%, rgba(51, 46, 50, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d4f59', endColorstr='#332e32', GradientType=1);
    opacity: .98;
    z-index: 1110;
}

.menu_toggle_wrap {
    position: relative;
    color: #fff;
    z-index: 1111;
}

.menu_toggle_wrap a {
    color: #fff;
    font-size: 28px;
}

.menu_toggle_wrap .columns {
    display: table;
    width: 100%;
}

.menu_toggle_wrap .columns > div {
    display: table-cell;
    vertical-align: middle;
    padding: 45px;

}

.menu_toggle_wrap .columns > div ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu_toggle_wrap .columns > div ul li {
    margin-bottom: 39px;
}

.menu_toggle_wrap .columns > div:nth-child(2),
.menu_toggle_wrap .columns > div:nth-child(3) {
    border-left: 2px solid rgba(163, 160, 162, .5) !important;
    text-transform: uppercase;
}

.menu_toggle_wrap .columns > div:nth-child(2) a {

}

.menu_toggle_wrap .columns > div:nth-child(3) a {
    font-size: 16px;
    color: #AA91A3;
    font-weight: 300;
}

.menu_toggle_wrap .footer-social a {
    color: #fff;
    width: 32px;
    display: inline-block;
    overflow: hidden;
    line-height: 1;
    height: 32px;
    font-size: 25px;
    text-align: center;
    margin-right: 10px;
}

.menu_toggle_wrap .footer-social span {
    display: inline-block;
    vertical-align: top;
}

.menu_toggle_wrap .footer-social a i {
    display: inline-block;
    margin-bottom: 15px;
}

.logo_menu {
    text-align: center;
}

.logo_menu .wrap_logo {
    max-width: 330px;
    display: inline-block;
}

.header_toggle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    z-index: 1111;

}

.header_toggle .container {
    display: table;
    width: 100%;
}

.header_toggle .container > div {
    display: table-cell;
    vertical-align: middle;
}

.logo_toggle {
    width: 65px;
}

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

.header_toggle .droite div {
    display: inline-block;
}

.header_toggle .droite .rechercher {
    margin-left: 25px;
    vertical-align: middle;
}

.header_toggle .droite .rechercher a {
    display: block;
    font-size: 16px;
    color: #fff;
    background: var(--accent-color);
    padding: 12px 25px;
    font-weight: 500;
    text-transform: uppercase;
}

.close_toggle a {
    color: #fff;
    font-size: 45px;
}

#nav-icon3 {
    width: 42px;
    height: 31px;
    display: inline-block;
    position: relative;

    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    vertical-align: middle;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #A3A0A2;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 13px;
}

#nav-icon3 span:nth-child(4) {
    top: 26px;
}

#nav-icon3.open span:nth-child(1) {
    top: 13px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 13px;
    width: 0%;
    left: 50%;
}


/***** banner ****/

body .vc_row.banner .vc_column-inner {
    max-width: 58.33%;
}

body .vc_row.banner h1 {

    color: #fff;
    font-size: 42px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: Marcellus, serif;
    text-align: center;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 20px;

}

body .vc_row.banner,
body .vc_row.banner p {
    color: #fff;
    text-align: center;
}

body .vc_row.banner a {
    text-align: center;
}

body .vc_row.banner h2 {

    color: #fff;
    font-size: 37px;
    text-align: center;
    letter-spacing: 1.8px;
    font-family: Marcellus, serif;
    text-align: center;
}

body .vc_row.banner h1 .small {
    display: inline-block;
    font-size: 25px;
    letter-spacing: .6px;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    position: relative;
    top: -4px;
}

body .vc_row.banner h1 exp {
    display: inline-block;
    font-size: 25px;
    letter-spacing: .6px;
}


/***** search *****/

.advanced-search #search-expandable-collapse {
    margin-left: calc(100% - 554px);
    padding: 64px 40px;
}

.advanced-search h3 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.advanced-search .advanced-search-filters {
    margin-right: 0;
}

.advanced-search .flex-search,
.advanced-search .search-expandable .advanced-search-filters .flex-search {

    width: 100%;
    padding-right: 0 !important;
}

.advanced-search .d-flex {
    display: block !important;
}

body .search-expandable-inner-wrap {
    padding: 0;
}

.advanced-search .btn-search {
    width: 100%;
    text-align: center;
    border: 0;
    background: var(--accent-color);
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 18px 21px;
    border-radius: 0;
    line-height: 1;
    border-radius: 0;
    -webkit-appearance: none;
}

.advanced-search .btn-search:active,
.advanced-search .btn-search:focus,
.advanced-search .btn-search:hover {
    background: var(--hover) !important;
    color: #fff;
    opacity: 1;
    border: 0 !important;
}

.vc_row-has-fill + .vc_row#custom_search > .vc_column_container > .vc_column-inner {
    padding-top: 0;
}

body .ui-slider-horizontal .ui-slider-handle {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: var(--accent-color);
    border: 2px solid rgba(163, 160, 162, .5) !important;
    width: 20px;
    height: 20px;
    top: -9px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(163, 160, 162, 0.5);
    -moz-box-shadow: 0px 1px 2px 0px rgba(163, 160, 162, 0.5);
    box-shadow: 0px 1px 2px 0px rgba(163, 160, 162, 0.5);
}

body .ui-widget.ui-widget-content {
    border: 0;
    background-color: #EAE3D4;
    height: 2px;
}

body .ui-slider-horizontal .ui-slider-handle:last-of-type {
    margin-left: -14px;
}

body .ui-slider-horizontal .ui-slider-range {
    height: 3px;
    top: 0px;
    background-color: var(--accent-color) !important;

}

body .ui-slider-horizontal .ui-slider-handle:after {
    display: none;
}


/***** page rÃ©sultat recherche ****/
.page-template-template-search .listing-wrap .listing-tools-wrap {
    padding-top: 80px;
    text-transform: uppercase;
    font-weight: 300 !important;
}

.page-template-template-search .listing-wrap .listing-tools-wrap strong {
    font-weight: 300;
}

.page-template-template-search .listing-wrap .listing-tools-wrap,
.page-template-template-search .listing-view {
    padding-left: 8%;
    padding-right: 8%;

}

.page-template-template-search .grid-view-3-cols.grid-view .item-listing-wrap {
    display: block;
}

.page-template-template-search .grid-view-3-cols.grid-view .item-listing-wrap:after {
    content: '';
    display: block;
    clear: both;
    /* width: calc(100% / 2);
    -ms-flex-preferred-size: calc(100% / 2);
    flex-basis: calc(100% / 2);*/
}

body .save-search-form-wrap {
    display: none !important;
}


body .sort-by > div {
    display: table !important;
    width: 270px;
}

body .sort-by > div > div {
    display: table-cell;
}


/****** accueil ******/
body .vc_row.h2_different h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px !important;
    display: block;
}

body .vc_row.h2_different h2 strong {

    font-size: 48px;
    font-weight: 300;
}

body .vc_row.trouver-courtier-row,
body .vc_row.a-vendre-row {
    text-align: center;
    color: #EAE3D4;

}

body .vc_row.trouver-courtier-row.vc_row-has-fill > .vc_column_container > .vc_column-inner,
body .a-vendre-row.c_row-has-fill > .vc_column_container > .vc_column-inner {
    padding-top: 0;
}

body .vc_row.trouver-courtier-row .vc_btn3.vc_btn3-color-white,
body .vc_row.a-vendre-row .vc_btn3.vc_btn3-color-white {
    background-color: #EAE3D4
}

body .vc_row.trouver-courtier-row .vc_btn3.vc_btn3-color-white:hover,
body .vc_row.a-vendre-row .vc_btn3.vc_btn3-color-white:hover {
    background-color: #EEE9DD
}

body .vc_row.equipe_bureau_row {
    text-align: center;

}

body .vc_row.equipe_bureau_row h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 28px;
}

body .vc_column_container .vc_column-inner {
    width: auto !important;
}

body .vc_row.equipe_bureau_row .vc_column_container .vc_column-inner {
    margin: 0 8%;
    padding: 90px 9% !important;

    background: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(72, 66, 71, 0.15);
    -moz-box-shadow: 0px 0px 20px 0px rgba(72, 66, 71, 0.15);
    box-shadow: 0px 0px 20px 0px rgba(72, 66, 71, 0.15);
}

/*body .vc_row.equipe_bureau_row .vc_column_container:first-child .vc_column-inner,
body .vc_row.equipe_bureau_row .vc_column_container:last-child .vc_column-inner {
	-webkit-box-shadow: unset;
-moz-box-shadow: unset;
box-shadow: unset;
background: transparent;
}*/
body .vc_row.equipe_bureau_row .vc_column_container {
    margin-bottom: 90px;
    margin-top: 40px;
}

#infolettre_row h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 28px;
}

.gform_wrapper form.form_infolettre {
    display: block;
    width: 100%;
}

.gform_wrapper form.form_infolettre > Â div {

}

.gform_wrapper form.form_infolettre .gform_body {
    width: calc(100% - 265px);
    display: table-cell;
    vertical-align: top;
    display: block;
    float: left;
}

.gform_wrapper form.form_infolettre .gform_footer {
    display: block;
    width: 263px;
    vertical-align: top;
    padding-top: 9px;
    float: right;
    clear: none;
}

.gform_wrapper .form_infolettre ul.gform_fields li.gfield {
    clear: none;
    width: 50%;
    float: left;
    padding-right: 16px;
}

.gform_wrapper .form_infolettre input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: inherit;
    font-family: inherit;
    padding: 13px 21px;
    letter-spacing: normal;
    border: 0;
    border-bottom: 1px solid gray;
    font-size: 14px;

}

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit] {
    width: 100%;
    text-align: center;
    border: 0;
    background: var(--accent-color);
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 12px 21px;
    border-radius: 0;
    -webkit-appearance: none;
}

body .gform_wrapper .gform_footer input.button:hover,
body .gform_wrapper .gform_footer input[type=submit]:hover {
    opacity: 1;
    background: var(--hover);
}

body .visit_info_agent .gform_wrapper .gform_footer {
    text-align: center;
}

body .visit_info_agent .gform_wrapper .gform_footer input.button,
body .visit_info_agent .gform_wrapper .gform_footer input[type=submit] {
    max-width: 335px;
}

.gform_wrapper ul.gform_fields li.gfield.preciser input {
    max-width: 231px;
    margin-left: 29px;
}

.gform_wrapper ul.gform_fields li.gfield,
.gform_wrapper ul.gform_fields li.gfield.form_col12 {
    width: 100%;
    clear: both;
    float: left;
}

.gform_wrapper ul.gform_fields li.gfield.form_col6 {
    width: 50%;
    clear: none;
    float: left;
}

.gform_wrapper ul.gform_fields li.gfield.form_col8 {
    width: 66.66666%;
    clear: none;
    float: left;
}

.gform_wrapper ul.gform_fields li.gfield.form_col4 {
    width: 33.33333%;
    clear: none;
    float: left;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-transform: uppercase;
}

::-moz-placeholder { /* Firefox 19+ */
    text-transform: uppercase;
}

:-ms-input-placeholder { /* IE 10+ */
    text-transform: uppercase;
}

:-moz-placeholder { /* Firefox 18- */
    text-transform: uppercase;
}

body .vc_row.temoignages_row {
    text-align: center;
    color: #EAE3D4;
}

.temoignages_row .temoignage {
    font-family: Marcellus, serif;
    font-size: 21px;
    margin-bottom: 20px;
}

.temoignages_row .temoigneur {
    font-size: 12px;
}

.temoignages_row .temoigneur strong {
    font-size: 18px;
    font-weight: normal;
}

.parole_experts_row {

}


.liste_icon_texte h3 {
    font-size: 24px;
    font-weight: 300;
    color: #484247;
    text-transform: uppercase;
}

.liste_icon_texte .vc_column_container:first-child .wpb_single_image {
    margin-bottom: 0;
}

.liste_icon_texte {
    padding-bottom: 35px !important;
    margin-bottom: 66px;
    border-bottom: 1px solid rgba(163, 160, 162, .5);
}

.liste_icon_texte:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0;
    border-bottom: 0;
}

.liste_icon_texte .wpb_column:first-child {
    width: 18%;
}

.liste_icon_texte .wpb_column:nth-child(2) {
    width: 82%;
}


/****** les rÃ©gions *****/
.wrap_regions:after {
    content: '';
    display: block;
    clear: both;
}

.les_regions .region {
    width: 33.333%;
    float: left;
    position: relative;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;

}

.les_regions .region:nth-child(1),
.les_regions .region:nth-child(2),
.les_regions .region:nth-child(3) {
    border-bottom: 1px solid rgba(163, 160, 162, .5)
}

.les_regions .region:nth-child(1),
.les_regions .region:nth-child(2),
.les_regions .region:nth-child(4),
.les_regions .region:nth-child(5) {
    border-right: 1px solid rgba(163, 160, 162, .5)
}

.les_regions .region h3 {
    font-size: 28px;
    font-weight: 300;
    color: var(--accent-color);
    text-transform: uppercase;
}

.les_regions .region .img {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.les_regions .region:hover .img {
    opacity: .2;
}

.grille_regions .taxonomy-item {
    margin-bottom: 0;
}

.grille_regions .taxonomy-text-wrap {
    width: 89%;
}

.grille_regions .hover-effect-flat {
    border-radius: 0;
}


.grille_regions .taxonomy-grids-module-v1 .row > div:nth-child(1) .taxonomy-item-square,
.grille_regions .taxonomy-grids-module-v1 .row > div:nth-child(2) .taxonomy-item-square,
.grille_regions .taxonomy-grids-module-v1 .row > div:nth-child(3) .taxonomy-item-square {
    border-bottom: 1px solid rgba(163, 160, 162, .5)
}

.grille_regions .taxonomy-grids-module-v1 .row > div:nth-child(1) .taxonomy-item-square,
.grille_regions .taxonomy-grids-module-v1 .row > div:nth-child(2) .taxonomy-item-square,
.grille_regions .taxonomy-grids-module-v1 .row > div:nth-child(4) .taxonomy-item-square,
.grille_regions .taxonomy-grids-module-v1 .row > div:nth-child(5) .taxonomy-item-square {
    border-right: 1px solid rgba(163, 160, 162, .5)
}

.grille_regions .taxonomy-grids-module-v1 .row > div {
    padding: 0;
}

.grille_regions .hover-effect-flat:before {
    opacity: 1;
    background-color: #fff;
}

.grille_regions .hover-effect:hover:before,
.grille_regions .hover-effect-flat:hover:before {
    opacity: .7;
}

.grille_regions .taxonomy-title {
    font-size: 28px;
    font-weight: 300;
    color: var(--accent-color);
    text-transform: uppercase;
    line-height: 1.2;
}

.grille_regions .taxonomy-subtitle {
    display: none;
}

/**** page a propos ****/
.nos_chefs {
    padding-top: 25px !important;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
}

.nos_chefs .vc_column-inner {
    padding: 0 30px !important;
}

.nos_chefs .wpb_single_image {
    margin-bottom: 10px;
}

.nos_chefs h3 {
    font-size: 21px;
    color: #484247;
    font-weight: normal;
    font-family: Marcellus, serif;
}

body .nos_chefs {
    font-size: 14px;
    font-weight: 300;
}


/******.  proprietes_quebec ****/

.proprietes_quebec {
    padding-top: 30px;
}

.proprietes_quebec + .wpb_text_column {
    display: none;
}

.proprietes_quebec .small_view {

    width: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: auto !important;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;


}

.listing-switch-view {
    display: none !important;
}

body .item-wrap-v6 {
    padding: 0;
    border-radius: 4px !important;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.proprietes_quebec .grid-view {
    margin-right: -30px;
    margin-left: -30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.proprietes_quebec .grid-view .item-listing-wrap {
    padding-left: 30px;
    padding-right: 30px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    display: block;
}

.grid-view .item-listing-wrap .infos_prop {
    color: #fff;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px;
}

.grid-view .item-listing-wrap .infos_prop:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 120px;
    background: rgba(72, 66, 71, 0);
    background: -moz-linear-gradient(top, rgba(72, 66, 71, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(72, 66, 71, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(72, 66, 71, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(72, 66, 71, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(72, 66, 71, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(72, 66, 71, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#484247', endColorstr='#000000', GradientType=0);
    z-index: 0;
}

.grid-view .item-listing-wrap .item-header {

    width: 100%;
}

.grid-view .item-listing-wrap .item-header > a {
    position: relative;
    display: block;
    padding-top: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*.grid-view .item-listing-wrap .item-header:hover .infos_prop:before {
	opacity: 0;
}*/
.recent_articles .one_post .post_thumb {
    position: relative;
}

.grid-view .item-listing-wrap .item-header:hover > a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    height: 100%;
    background: rgba(51, 46, 50, 1);
    background: -moz-linear-gradient(-45deg, rgba(51, 46, 50, 1) 0%, rgba(93, 79, 89, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(51, 46, 50, 1)), color-stop(100%, rgba(93, 79, 89, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(51, 46, 50, 1) 0%, rgba(93, 79, 89, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(51, 46, 50, 1) 0%, rgba(93, 79, 89, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(51, 46, 50, 1) 0%, rgba(93, 79, 89, 1) 100%);
    background: linear-gradient(135deg, rgba(51, 46, 50, 1) 0%, rgba(93, 79, 89, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#332e32', endColorstr='#5d4f59', GradientType=1);
    opacity: .7;
}

.recent_articles .one_post .post_thumb:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    height: 100%;
    background: rgba(51, 46, 50, 1);
    background: -moz-linear-gradient(-45deg, rgba(51, 46, 50, 1) 0%, rgba(93, 79, 89, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(51, 46, 50, 1)), color-stop(100%, rgba(93, 79, 89, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(51, 46, 50, 1) 0%, rgba(93, 79, 89, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(51, 46, 50, 1) 0%, rgba(93, 79, 89, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(51, 46, 50, 1) 0%, rgba(93, 79, 89, 1) 100%);
    background: linear-gradient(135deg, rgba(51, 46, 50, 1) 0%, rgba(93, 79, 89, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#332e32', endColorstr='#5d4f59', GradientType=1);
    opacity: .7;
}

.recent_articles .one_post:hover .post_thumb:before {
    opacity: 0
}

.grid-view .item-listing-wrap .infos_prop .region {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
    position: relative;

}

.grid-view .item-listing-wrap .infos_prop .address {
    font-size: 12px;
    position: relative;
}

body .item-wrap-v6 .item-header {
    border-radius: 0;
    overflow: hidden;
}

body .item-wrap-v6 .item-body li.item-price {
    padding-top: 0;
    white-space: nowrap;
}

body .item-wrap-v6 .item-body li.item-price .extra {
    white-space: unset;
}

body .item-wrap-v6 .item-body {
    border-radius: 0;
    padding: 12px 30px 12px 30px;
}

.grid-view .small_view .item-listing-wrap:nth-child(2n + 1) {
    clear: both;
}

.single-houzez_agent .grid-view .item-listing-wrap .infos_prop,
.grid-view .small_view .item-listing-wrap .infos_prop {
    padding: 12px 15px;
}

body.single-houzez_agent .item-wrap-v6 .item-body,
body .small_view .item-wrap-v6 .item-body {

    padding: 10px 0 10px 15px;
}

.cta_all {

}

body .grid-view .item-wrap {
    border-radius: 0 !important;
    display: block;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;

}

body .grid-view .small_view .item-wrap {

}

body .grid-view .item-listing-wrap-v6 {
    margin-bottom: 15px;
}

body.single-houzez_agent .grid-view .item-listing-wrap-v6 {
    margin-bottom: 60px;
    display: block;
}

.cta_all .item-wrap {
    height: auto !important;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    padding-top: 100%;
    background: var(--accent-color);
    color: #fff;
}

.cta_all .item-wrap span {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 15px;
    right: 15px;
    text-align: center;
    transform: translateY(-50%);
    color: #fff;

}

.cta_all .item-wrap:hover {
    background: var(--hover);
}

body .item-wrap-v6 .item-amenities {
    color: #A3A0A2;
}

/***** articles rÃ©cents ****/

#recent_articles {
    margin: 0;
    display: table;
    width: 100%;
}

#recent_articles > .wpb_column {
    float: none !important;
    vertical-align: middle;
    display: table-cell;
}

#recent_articles:after {
    content: '';
    display: block;
    clear: both;
}

.recent_articles .one_post {
    width: 33.333%;
    float: left;
    margin-bottom: 10px;
}

.recent_articles .one_post .wrap {
    margin: 0 25px;
}

.recent_articles .one_post .date {
    font-size: 12px;
    color: #AA91A3;
    margin-bottom: 7px;
}

.recent_articles .one_post h3 {
    font-size: 21px;
    color: var(--accent-color);
    font-weight: normal;
    font-family: Marcellus, serif;
    min-height: 74px;
}

.recent_articles .one_post h3 a {
    color: var(--accent-color);
}

.recent_articles .one_post .post_thumb {
    display: block;
    padding-top: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 10px;
}

.recent_articles .one_post:first-child .post_thumb {
    padding-top: 111%;
}

.recent_articles .one_post:first-child {
    width: 66.666%;

}

.vc_col-sm-4 {
    width: 33.33333333%;
    float: left;
}

.vc_col-sm-8 {
    width: 66.66666667%;
    float: left;
}

.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}

.vc_column_container > .vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}


/***** page courtiers ****/

.agents-list-view {
    margin: 0 -30px;
}

.agents-list-view:after {
    content: '';
    display: block;
    clear: both;
}

.agents-list-view .one_agent {
    width: 25%;
    float: left;
    margin-bottom: 85px;
}

.agents-list-view .one_agent:nth-child(4n + 1) {
    clear: both;
}

.agents-list-view .one_agent .agent-wrap {
    margin: 0 30px;
}

.agents-list-view .one_agent .agent-image {
    margin-bottom: 8px;
    overflow: hidden;
}

.agents-list-view .one_agent .agent-image img {
    /*opacity: .8;*/
    /*-webkit-filter: grayscale(.7);
    filter: grayscale(.7);*/
    transition: all .2s ease-in-out;
}

.agents-list-view .one_agent:hover .agent-image img {
    /*opacity: 1;
	-webkit-filter: grayscale(0);
    filter: grayscale(0);*/
    transform: scale(1.1);
}

.agents-list-view .one_agent .agent-content {

}

.agents-list-view .one_agent .agent-content ul {
    list-style: none;
    padding-left: 0;
}

.agents-list-view .one_agent .agent-content .titre {
    list-style: none;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: .5rem;
}

.agents-list-view .one_agent .agent-content ul li {
    list-style: none;
    font-size: 14px;
    font-weight: 300;
}

.agents-list-view .one_agent .agent-content ul li strong {
    display: none;
}

.agents-list-view .one_agent .agent-content a {
    color: #484247;
}

.agents-list-view .one_agent h2 {
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 0 !important;
}

.agents-list-view .one_agent h2 a {
    color: #484247;
}

.agent-autre a {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px 15px;
    color: var(--accent-color) !important;
}

.agent-autre .agent-contact {
    border: 1px solid var(--accent-color);
    margin-bottom: 8px;
}

.agent-autre .agent-contact:hover {
    color: #fff !important;
    background: var(--accent-color);
}

.agent-autre .agent-list-link:after {
    content: '';
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    width: 18px;
    height: 6px;
    background: url(images/arrow-right-s.png) no-repeat right center;
    background-size: 100% auto;
}


/**** page un agent *****/


.single-houzez_agent .un_agent .row {
    padding-left: 8%;
    padding-right: 8%;
}


/**** recents articles *****/


.vc_row#recent_articles {
    padding: 40px;
    padding-bottom: 40px;
    background: rgba(246, 243, 236, 0.2);
    background: -moz-linear-gradient(-45deg, rgba(246, 243, 236, 0.2) 0%, rgba(234, 227, 212, 0.3) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(246, 243, 236, 0.2)), color-stop(100%, rgba(234, 227, 212, 0.3)));
    background: -webkit-linear-gradient(-45deg, rgba(246, 243, 236, 0.2) 0%, rgba(234, 227, 212, 0.3) 100%);
    background: -o-linear-gradient(-45deg, rgba(246, 243, 236, 0.2) 0%, rgba(234, 227, 212, 0.3) 100%);
    background: -ms-linear-gradient(-45deg, rgba(246, 243, 236, 0.2) 0%, rgba(234, 227, 212, 0.3) 100%);
    background: linear-gradient(135deg, rgba(246, 243, 236, 0.2) 0%, rgba(234, 227, 212, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f3ec', endColorstr='#eae3d4', GradientType=1);
}

/***** page nous joindre ****/

body .vc_row.largeur_content_moins .vc_column-inner {
    max-width: 1035px;
    margin: 0 auto;
}

body .vc_row.largeur_content_moins .vc_column-inner p {
    margin-right: 5%;
    margin-left: 5%;
}


/**** contact *****/

body .leaflet-container {
    position: relative;
}

.leaflet-container .leaflet-pane .leaflet-layer img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .5 !important;
}

.contact_form .gform_wrapper {
    /*position: absolute;
	left: 0;
	right: 0;
	top: -278px;
	z-index: 4;*/
    position: relative;

}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper textarea {
    padding: 18px 20px;
    border: 1px solid rgba(163, 160, 162, .3);
    font-size: 14px;
    color: #A3A0A2;
    border-radius: 0;
    margin-top: 0;
    width: 100%;
}

body .contact_form .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}

html body .contact_title h1 {
    margin-bottom: 55px;
    font-family: Marcellus, serif;
    text-transform: uppercase;
}

html body .contact_title h2 {
    font-size: 28px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
}

.contact_form .gform_wrapper form {
    margin-left: calc(100% - 554px);
    padding: 64px 40px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(72, 66, 71, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(72, 66, 71, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(72, 66, 71, 0.5);

    position: absolute;

    right: 0;
    top: -278px;
    z-index: 4;
}

#owner_testimonial_form {
    padding: 64px 40px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(72, 66, 71, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(72, 66, 71, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(72, 66, 71, 0.5);
}

#owner_testimonial_form .distantheme-form-confirm input {
    width: 100% !important;
}

.contact_form h3 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact_form .gform_wrapper textarea.large {
    height: 112px;
}

.custom_map.desktop {
    display: block;
}

.custom_map.mobile {
    display: none;
}


/****** page blogs ****/
.blog .titre_page {
    margin-bottom: 50px;
}

.blog .titre_page h1 {
    font-size: 42px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #484247;
    font-family: Marcellus, serif;
}

.blog .article-wrap .post-wrap h2 {
    color: var(--accent-color);
    font-size: 21px;
    font-family: Marcellus, serif;
    margin-bottom: 15px;
}

.blog .article-wrap .post-wrap h2 a {
    color: var(--accent-color);
}

.blog .article-wrap .post-wrap {
    margin-bottom: 60px;
}

.blog .article-wrap .post-wrap .date_category {
    font-size: 12px;
    color: #AA91A3;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.blog .first .article-wrap .post-wrap {
    display: table;
    width: 100%
}

.blog .first .article-wrap .post-wrap .btn-read-more {
    font-size: 16px;
    color: var(--accent-color);
    text-transform: uppercase;
    padding-right: 24px;
    background: url(images/arrow-right-s.png) no-repeat right center;
    background-size: 19px auto !important;
}

/*.blog .first .article-wrap .post-wrap .btn-read-more:after {
    content: '';
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    width: 18px;
    height: 6px;
    background: url(images/arrow-right-s.png) no-repeat right center;
    background-size: 100% auto;
}*/
.blog .first .article-wrap .post-wrap .post-excerpt-wrap {
    margin-bottom: 20px;
}

.blog .first .article-wrap .post-wrap .post-thumbnail-wrap {
    display: table-cell;
    vertical-align: middle;
    width: 56%;
    padding-right: 30px;
}

.blog .first .article-wrap .post-wrap .post-infos {
    display: table-cell;
    padding: 15px 0;
    vertical-align: middle;
    border-top: 1px solid rgba(163, 160, 162, .5);
    border-bottom: 1px solid rgba(163, 160, 162, .5);
}

.blog .plus {
    margin: 0 -30px;
}

.blog .plus .article-wrap {
    width: 33.333%;
    float: left;
    margin-bottom: 60px;
}

.blog .plus .article-wrap:nth-child(3n + 1) {
    clear: both;
}

.blog .plus .article-wrap .post-wrap {
    margin: 0 30px;
}

.blog .plus .article-wrap .post-wrap .post-thumbnail-wrap {
    margin-bottom: 8px;
}

.blog .plus .article-wrap .post-wrap .post-infos {
    padding-bottom: 14px;
}

.blog .plus .article-wrap .post-wrap .post-excerpt-wrap,
.blog .plus .article-wrap .post-wrap .btn-read-more {
    display: none;
}

body.blog .widget ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(.dropdown-menu):not(.nav-tabs) li a {
    color: var(--accent-color);
    font-size: 18px;
    text-transform: none;
}

.blog .sidebar-wrap {
    margin-top: -56px;

}

body .widget-wrap {
    padding: 0 0 30px 30px;

}

.property-overview-data .property-overview-item {
    font-size: 16px;
    min-height: 25px;
    padding-right: 10px;
}

body .property-overview-wrap ul li {
    padding-right: 10px;
    white-space: unset;
}

.widget-wrap.widget_search .form-row {
    border-bottom: 1px solid rgba(163, 160, 162, .5);
}

.widget-wrap.widget_search .form-row .form-group {
    margin-bottom: 0;
}

.widget-wrap.widget_search .form-row > div:nth-child(1) {
    width: calc(100% - 52px);
    -ms-flex: 0 0 calc(100% - 52px);
    flex: 0 0 calc(100% - 52px);
    padding: 0;
    max-width: unset;
}

.widget-wrap.widget_search .form-row > div:nth-child(2) {
    width: 52px;
    padding: 0;
    -ms-flex: 0 0 52px;
    flex: 0 0 52px;
}

.widget-wrap.widget_search .form-control {

    border: 0;

    border-radius: 0;
}

.widget-wrap.widget_search .btn-primary {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    overflow: hidden;
    text-indent: -200px;
    background: transparent url(images/loop-icon.jpg) no-repeat center;
    background-size: 28px auto;
}

.widget_search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-transform: none;
}

.widget_search ::-moz-placeholder { /* Firefox 19+ */
    text-transform: none;
}

.widget_search :-ms-input-placeholder { /* IE 10+ */
    text-transform: none;
}

.widget_search :-moz-placeholder { /* Firefox 18- */
    text-transform: none;
}

body.blog .widget-title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 300;
    color: #484247;
    text-transform: uppercase;
}


/**** page un article ****/
.single-article-wrap .post-wrap {
    display: flex;
}

.single-article-wrap .post-wrap .post-thumbnail-wrap {
    margin: 65px 50px 0 0;
}

.single-article-wrap .post-wrap .post-header-wrap,
.single-article-wrap .post-wrap .post-content-wrap,
.single-article-wrap > div {
    max-width: 1190px;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.single-article-wrap .post-wrap .post-header-wrap {
    padding: 65px 0 25px
}

.single-post .post-title-wrap h1 {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: normal;
    color: #484247;
    font-family: Marcellus, serif;
}

.single-post .post-header-wrap .date_category {
    text-transform: uppercase;
    font-size: 12px;
    color: #AA91A3;
    margin-bottom: 15px;
}

body .next-prev-block {
    border-top: 1px solid #D1CFD0;
}

body .next-prev-block p {
    margin-bottom: 0;
}

body .next-prev-block a {
    color: var(--accent-color);
    font-size: 16px;
    position: relative;
    display: inline-block;
}

body .next-prev-block .prev-box a {
    padding-left: 24px;
    background: transparent url(images/arrow-left-s.png) no-repeat left center !important;
    background-size: 19px auto !important;
}

/*body .next-prev-block .prev-box a:before{
	content: '';
	display: inline-block;
	width: 19px;
	height: 6px;
	background:  transparent url(images/arrow-left-s.png) no-repeat left center !important;
	background-size: 100%;
	vertical-align: middle;
	margin-right: 5px;
}*/
body .next-prev-block .next-box a {
    padding-right: 24px;
    background: transparent url(images/arrow-right-s.png) no-repeat right center !important;
    background-size: 19px auto !important;
}

/*body .next-prev-block .next-box a:after{
	content: '';
	display: inline-block;
	width: 19px;
	height: 6px;
	background:  transparent url(images/arrow-right-s.png) no-repeat right center !important;
	vertical-align: middle;
	background-size: 100%;
	margin-left: 5px;
}*/
body .next-prev-block .prev-box,
body .next-prev-block .next-box,
.back-box {
    width: 33.333%;
    text-align: center !important;
    text-transform: uppercase;
}

.back-box {
    float: left;

    border-left: 1px solid #D1CFD0;
    border-right: 1px solid #D1CFD0;

}

body .next-prev-block .prev-box .next-prev-block-content,
body .next-prev-block .next-box .next-prev-block-content,
.back-box .back-block-content {
    padding: 23px 0;
}

.comment-form-cookies-consent {
    display: none !important;
}

body .form-control {
    padding: 15px 20px;
    border: 1px solid rgba(163, 160, 162, .3);
    font-size: 14px;
    color: #A3A0A2;
    border-radius: 0;
    height: 56px;

}

body .sort-by .form-control {
    height: auto;
}

.search-expandable .form-group, {
    height: 56px;
}

body .advanced-search .bootstrap-select > .btn {
    border: 1px solid rgba(163, 160, 162, .3);
    border-radius: 0;
    line-height: 56px !important;
}

.comment-respond .form-group {
    margin-bottom: 30px;
}

.comment-respond h3 {
    font-size: 40px;
    font-weight: normal;
    color: #484247;
    font-family: Marcellus, serif;

}

#commentform {
    margin-top: 49px;
}

.comment-respond .form-submit {
    text-align: center;
}

.comment-respond .form-submit input[type="submit"] {
    background-color: var(--accent-color) !important;
    font-size: 16px;
    font-weight: 300;

    color: #fff;
    text-transform: uppercase;
    width: auto;
    border: 0;
    padding: 12px 15px;
    width: 100%;
    max-width: 359px;
    float: none;
    border-radius: 0;
    -webkit-appearance: none;
}

.share_cta {
    text-align: center;
    font-size: 16px;
    color: #484247;
    text-transform: uppercase;
    padding: 23px 0;
}

.share_cta span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.share_cta a {
    color: var(--accent-color);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    border: 1px solid var(--accent-color);
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
    line-height: 1.7;
}

.share_cta a:hover {
    color: var(--hover);
}

body .fa-facebook-f:before {
    content: "\f39e";
}

.single-post .content-wrap:before,
.single-post .content-wrap:after {
    display: none;
}

body .post-comment-content .houzez-icon,
body .post-comment-thumb {
    display: none !important;
}


/**** page agent *****/


.single-houzez_agent .listing h2 {
    text-align: center;
    display: block;
}

.single-houzez_agent .grid-view {
    margin-right: -25px;
    margin-left: -25px;
}

.single-houzez_agent .grid-view .item-listing-wrap {
    width: 25%;
    flex-basis: 25%;

    padding-left: 25px;
    padding-right: 25px;

}

body .agent-profile-wrap h1 {
    font-size: 48px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #484247;
    font-weight: 300;
}

body .agent-profile-wrap h3 {
    font-size: 21px;
    line-height: 1.2;
    font-family: Marcellus, serif;
    font-weight: normal;
    color: var(--accent-color);
    margin-bottom: 0;
}

body .agent-profile-top-wrap {
    border-bottom: 0;
    margin-bottom: 22px;
}

.agent-profile-wrap .row > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.agent-profile-wrap .agent_info {
    padding-right: 8%;
}

.agent-profile-wrap .agent_info .titre {
    text-align: center;
}

.phone_web {
    display: table;
    border-bottom: 1px solid rgba(163, 160, 162, .5);
    width: 100%;
    margin: 0 0 28px;
}

.phone_web div {
    display: table-cell;
    text-align: center;
    padding: 24px 15px;
    color: #484247;
}

.agent-profile-wrap .agent_info .adresse,
.phone_web div a {
    color: #484247;
}

.phone_web div:nth-child(2) {

    border-left: 1px solid rgba(163, 160, 162, .5);
}

.agent-profile-wrap .agent_info .adresse {
    text-align: center;
    margin-bottom: 10px;
}

.agent-profile-wrap .agent_info .adresse address {
    margin-bottom: 0;
}

.agent-profile-wrap .agent_info .agent-social {
    margin-bottom: 46px;
    text-align: center;
}

.agent-profile-wrap .agent_info .agent-social a {
    display: inline-block;
    padding: 10px 0;
    color: var(--accent-color) !important;
}

.agent-list-social {
    text-align: center;
}

.agent-list-social a {
    display: inline-block;
    padding: 10px 0;
    color: var(--accent-color) !important;
}

.agent-profile-buttons {
    margin-top: 30px;
}

.agent-profile-buttons .btn_contact {
    display: inline-block;
    text-align: center;
    border: 0;
    background: var(--accent-color);
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 18px 30px;
    border-radius: 0;
    line-height: 1;
}

#property-overview-wrap {
    display: none;
}

body .property-overview-wrap ul li strong {
    font-weight: normal;
}

body .item-price-wrap .item-price {
    font-size: 21px;
    color: #484247;
    font-family: Marcellus, serif;
}

body .item-price-wrap .extra {
    font-size: 12px;
}

body #auto_complete_ajax .auto-complete-content-wrap a.search-result-view,
body #auto_complete_ajax .auto-complete-image-wrap {
    display: none !important;
}

/***** pages des propriÃ©tÃ©es ****/
.page-template-template-listing-grid-v6 .grid-view .item-listing-wrap {
    width: 33.333%;
    flex-basis: 33.333%;
}

/***** une propriÃ©tÃ© *****/

#accordion .block-content-wrap {
    padding: 1em 2.2em;
}

address.item-address {
    display: none;
}

body .property-wrap .page-title-wrap .page-title {
    max-width: unset;
}

body .block-content-wrap .detail-wrap li span {
    max-width: 50%;
}

.single-property .page-title h1 {

    font-size: 48px;
    text-transform: uppercase;
}

.single-property .centris_id {
    text-transform: uppercase;
    font-size: 14px;
    color: #A3A0A2;
    letter-spacing: .33px;
}

.single-property .item-price-wrap {
    bottom: 0;
    left: 0;

    position: relative;
}

.single-property .property-section-wrap,
body .block-title-wrap.ui-accordion > *,
#accordion > * {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(72, 66, 71, 0.08);
    -moz-box-shadow: 0px 0px 10px 0px rgba(72, 66, 71, 0.08);
    box-shadow: 0px 0px 10px 0px rgba(72, 66, 71, 0.08);
}

body .block-title-wrap.ui-accordion > *,
#accordion > * {
    border: 0 !important;
}

body .block-title-wrap.ui-accordion > div {
    position: relative;

}

body .block-title-wrap.ui-accordion > div > ul {
    padding-bottom: 20px;

}

#accordion > h2,
body .block-title-wrap.ui-accordion > h2 {
    z-index: 1;
    margin-top: 30px;
    position: relative;
    transition: bottom .3s ease;
    padding: .5em 15px .5em .7em;
    margin-bottom: 0 !important;
}

body .block-title-wrap.ui-accordion > h2::after {
    content: attr(data-update);
    font-size: 12px;
    color: #636363;
    font-family: Montserrat;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    position: absolute;
    right: 35px;
    top: 0;
    bottom: auto;
    height: 88px;
    line-height: 88px;
}

body .block-title-wrap.ui-accordion > h2::before,
body .block-title-wrap.ui-accordion > div::before {
    content: "";
}

body .block-title-wrap.ui-accordion > h2:not(.ui-accordion-header-collapsed)::before,
body .block-title-wrap.ui-accordion > div::before {
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: white;
}

body .block-title-wrap.ui-accordion > h2:not(.ui-accordion-header-collapsed)::before {
    top: auto;
    bottom: -10px;
}

body .block-title-wrap.ui-accordion > h2.ui-accordion-header-collapsed::before {
    bottom: 0;
}

body .block-title-wrap {
    border-bottom: 0;
    margin-bottom: 30px;
    padding-bottom: 0;
}

body .block-title-wrap h2,
body .block-title-wrap.ui-accordion h2.ui-accordion-header {
    font-size: 28px;
    color: #484247;
    font-weight: normal;
    font-family: Marcellus, serif;
    padding-right: 15px;
}

body .block-title-wrap.ui-accordion h2.ui-accordion-header {
    margin-bottom: 0 !important;
}

#accordion .list-2-cols {
    font-size: 16px;
    /*margin-left: -20px;
    margin-right: -20px;*/
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
    table-layout: fixed;
    width: 100%;

}

#accordion .list-2-cols tr {
    border-bottom: 1px solid #e3e2e3;
}

#accordion .list-2-cols tr:last-child {
    border-bottom: 1px solid transparent;
}

#accordion .list-2-cols td,
#accordion .list-2-cols th {
    /*margin-left: 20px;
    margin-right: 20px;
    width: calc(50% - 40px);
    float: left;*/
    width: 50%;
    padding-top: 30px;
    padding-bottom: 30px;
    vertical-align: top;
}

#accordion .list-2-cols td:first-child,
#accordion .list-2-cols th:first-child {
    padding-right: 30px;
    padding-left: 0 !important;
}

#accordion .list-2-cols td:last-child,
#accordion .list-2-cols th:last-child {
    padding-left: 30px;
}

#accordion .list-2-cols td:first-child:last-child,
#accordion .list-2-cols th:first-child:last-child {

}

#accordion .list-2-cols td > * {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

#accordion .list-2-cols td > :first-child {
    font-weight: 600;
}

#accordion .list-2-cols td > :last-child {
    text-align: right;
}

#accordion .ui-accordion-header-icon {
    background-image: none !important;
    background-color: transparent !important;
    text-indent: 0;
    overflow: visible;
    position: absolute;
    top: 22px;
    right: 17px;
    width: 27px;
    height: 28px;
    color: var(--accent-color);
    /*font-weight: 300;*/
}

.property-detail-wrap .list-2-cols .piece {
    display: table;
    width: 100%;
}

.property-detail-wrap .list-2-cols .piece .niveau {
    display: table-cell;
    width: 33.33%;
}

.property-detail-wrap .list-2-cols .piece .la_piece {
    display: table-cell;
    width: 33.33%;
}

.property-detail-wrap .list-2-cols .piece .dimension {
    display: table-cell;
    text-align: right;
    width: 33.33%;
}

.property-detail-wrap .block-title-wrap h3 {
    font-size: 26px;
    color: #484247;
    font-weight: normal;
    font-family: Marcellus, serif;
}

body .item-amenities {
    padding-left: 8px;
}

.visit_info_agent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 90px 0;
    width: 100%;
    flex-direction: row-reverse;
    background: url(images/bg_visite_info.jpg) no-repeat top center;
    background-size: 100% auto;
}

.visit_info_agent .visit_info {
    width: calc(100% - 80px - 365px);
    max-width: calc(100% - 80px - 365px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 80px - 365px);
    flex: 0 0 calc(100% - 80px - 365px);

    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.visit_info_agent .visit_info .tabs {
    width: 33.333%;
    max-width: 33.333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    border-right: 1px solid var(--accent-color);
    padding-left: 30px;

}

.visit_info_agent .visit_info .tabs .tab {
    padding: 40px 15px;
    font-size: 24px;
    letter-spacing: .5px;
    font-weight: 300;
    color: #484247;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;

}

.visit_info_agent .visit_info .tabs .tab:not(.actif):hover {
    background: #f7eff5;
}

.visit_info_agent .visit_info .tabs .tab.actif {
    background: var(--accent-color);
    color: #fff;
}

.visit_info_agent .visit_info .forms {
    width: 66.666%;
    max-width: 66.666%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666%;
    flex: 0 0 66.666%;
    border-right: 1px solid rgba(163, 160, 162, .5);
}

.visit_info_agent .visit_info .forms .form {
    display: none;
    padding: 15px 36px 50px 50px;
}

.visit_info_agent .visit_info .forms .form.actif {
    display: block;
}

.visit_info_agent .agent {
    width: calc(365px + 80px);
    max-width: calc(365px + 80px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(365px + 80px);
    flex: 0 0 calc(365px + 80px);
    padding: 50px;
    text-align: center;
}

.visit_info_agent .agent:not(.multi) .agent-details .d-flex {
    display: block !important;
}

.visit_info_agent .agent.multi {
    padding: 0 0 0 33px;
}

.visit_info_agent .agent.multi .agent-details {
    margin-bottom: 30px;
}

.visit_info_agent .agent .agent-name {
    font-size: 40px;
    color: #484247;
    font-family: Marcellus, serif;
    margin-bottom: 14px;
    font-weight: normal;
    line-height: 1;
}

.visit_info_agent .agent.multi .agent-name {
    font-size: 21px;
    margin-bottom: 5px;
}

.visit_info_agent .agent .agent-image {
    margin-bottom: 30px;
}

.visit_info_agent .agent.multi .agent-image {
    width: 125px;
    max-width: 125px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 125px;
    flex: 0 0 125px;
    margin-bottom: 0;
}

.visit_info_agent .agent.multi .agent-image img {
    width: 125px !important;
    height: auto !important;
}

.visit_info_agent .agent:not(.multi) .agent-image img {
    width: auto !important;
    height: auto !important;
}

.visit_info_agent .agent.multi .agent-information {
    vertical-align: top;
    text-align: left;
}

.visit_info_agent .agent .agent-phone {
    font-size: 18px;
    color: #484247;
    margin-bottom: 30px;
    width: 100%;
}

.visit_info_agent .agent.multi .agent-phone {
    font-size: 14px;
}

.visit_info_agent .agent.multi .agent-phone {
    margin-bottom: 10px;
}

.visit_info_agent .agent .agent-link a {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--accent-color);
    display: inline-block;


}

.visit_info_agent .agent.multi .agent-link a {
    font-size: 14px;
}

.visit_info_agent .agent .agent-link a:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 10px;
    background: url(images/arrow-right-s.png) no-repeat right center;
    background-size: 19px auto !important;
    margin-left: 5px;
}

body .detail-wrap {
    background-color: transparent;
    border-color: var(--accent-color);
    border: 0;
    padding: 0;
}

body .property-address-wrap .block-content-wrap .list-2-cols li span,
body .block-content-wrap .detail-wrap li span {
    white-space: unset;
    overflow: unset;
}

.block-content-wrap strong {
    font-weight: normal;
}

.block-content-wrap .list-3-cols li:after,
.block-content-wrap .list-2-cols li:after {
    content: '';
    display: block;
    clear: both;
}

body .block-content-wrap .list-3-cols li,
body .block-content-wrap .list-2-cols li {
    line-height: 1.2;
    padding: 12px 2px;
}

/**** popup recherche ****/

.recherche_pop {
    position: fixed;
    top: 0;
    right: -700px;
    bottom: 0;
    width: 653px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;

    z-index: 22222;
    padding: 106px 55px 34px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px 0px;
    -webkit-transition: right 500ms ease-out;
    -moz-transition: right 500ms ease-out;
    -o-transition: right 500ms ease-out;
    transition: right 500ms ease-out;

}

.recherche_pop .cta_close {
    position: absolute;
    top: 44px;
    right: 85px;
}

.recherche_pop .cta_close a {

    text-align: center;
    border: 0;
    background: var(--accent-color);
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 12px 25px;
    border-radius: 0;
    line-height: 1;
    opacity: 1;
}

.recherche_pop.open_search {
    right: 0;
}

.recherche_pop .wrap_recherche {
    overflow: hidden;
    overflow-y: auto;
    padding: 0 15px;
}

.recherche_pop .wrap_recherche .search-expandable-wrap {
    position: relative;
}

.recherche_pop .search-expandable {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

body .block-content-wrap .detail-wrap li strong {

    font-weight: normal;
}

.single-property .property-detail-v3 ul.lSPager.lSGallery li {
    max-height: 100px;
}

.single-property #sidebar {
    padding: 40px 0 40px 40px;
    font-size: 24px;
    font-weight: 300;
}

.single-property .theiaStickySidebar {
    width: 320px !important
}

.single-property .property-view {
    padding-left: 15px;
}

.single-property #sidebar .property-view > ul {
    margin-bottom: 25px;
}

.single-property #sidebar .item-price-wrap .item-price {
    font-size: 40px;
}

.single-property #sidebar .label_side {
    font-size: 12px;
    text-transform: uppercase;

}

.single-property .item-price-wrap {
    bottom: 20px;
    left: 0;
    color: #484247;
    font-weight: 500;
    font-size: 12px;
}

.cta_sidebar a,
.property-virtual-tour-wrap a {
    display: block;
    width: 100%;
    text-align: center;
    border: 0;
    background: #fff;
    color: var(--accent-color);
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 18px 21px;
    margin-bottom: 10px;

}

.cta_sidebar a:after,
.property-virtual-tour-wrap a:after {
    content: '';
    display: inline-block;
    width: 19px;
    height: 7px;
    background: transparent url(images/arrow-right-s.png) no-repeat right center !important;
    vertical-align: middle;
    background-size: 100% auto !important;
    margin-left: 5px;
}

.cta_sidebar {
    padding-top: 15px;
}

.cta_sidebar a.full,
.property-virtual-tour-wrap a.full {
    background: var(--accent-color);
    color: #fff;
}

.cta_sidebar a.full:hover,
.property-virtual-tour-wrap a.full:hover {
    background: var(--hover);
    color: #fff;
}

.cta_sidebar a.full:after,
.property-virtual-tour-wrap a.full:after {
    display: none;
}

body .property-banner .nav {
    display: none;
}

body .range-text,
body .btn,
body .form-control,
body .bootstrap-select .text,
body .sort-by-title {
    text-transform: uppercase;
    font-size: 14px;
}

body .slick-arrow {
    background-color: #AFAEAE;
}

body .slick-arrow:hover {
    background-color: rgba(175, 174, 174, 0.65);
}

/*****popup ****/
html.popup {
    overflow-y: hidden;
}

.video_pop {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 0;
    width: 0;
    background: rgba(93, 79, 89, 1);
    background: -moz-linear-gradient(-45deg, rgba(93, 79, 89, 1) 0%, rgba(51, 46, 50, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(93, 79, 89, 1)), color-stop(100%, rgba(51, 46, 50, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(93, 79, 89, 1) 0%, rgba(51, 46, 50, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(93, 79, 89, 1) 0%, rgba(51, 46, 50, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(93, 79, 89, 1) 0%, rgba(51, 46, 50, 1) 100%);
    background: linear-gradient(135deg, rgba(93, 79, 89, 1) 0%, rgba(51, 46, 50, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d4f59', endColorstr='#332e32', GradientType=1);
    color: #000;
    text-align: center;
    z-index: 0;
    overflow: hidden;
    transition: 0.5s all;
    border-radius: 999px;
    overflow: auto;

    /*display: flex;
  justify-content: center;
  align-items: center;*/
}

.video_pop.open_pop {
    width: 100% !important;
    padding: 100px;
    height: 100% !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 99999;
    border-radius: 1px;
}

.video_pop > .wrap {
    background-color: #fff;
    padding: 50px 0 50px;
    min-height: calc(100vh - 200px);
    display: block;
    vertical-align: middle;
    overflow: auto;
}

.video_pop.vente > .wrap {
    background-image: url(images/Pattern-tuiles-form-vente.jpg);
    background-position: right center;
    background-repeat: no-repeat;
}

.video_pop.joindre > .wrap {
    background-image: url(images/form-joindre.jpg);
    background-position: right center;
    background-repeat: no-repeat;
}

.video_pop.courtier > .wrap {
    background-image: url(images/form-agent.jpg);
    background-position: right center;
    background-repeat: no-repeat;
}

.video_pop .close {
    display: inline-block;
    /*border: 1px solid #fff;*/
    width: 26px;
    height: 26px;
    border-radius: 22px;
    text-align: center;
    font-size: 40px;
    position: absolute;
    opacity: 1;
    transform-origin: center;
    top: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 22;
    color: #fff;
    font-weight: normal;

    line-height: .6;
    -webkit-transition: transform 250ms ease-out;
    -moz-transition: transform 250ms ease-out;
    -o-transition: transform 250ms ease-out;
    transition: transform 250ms ease-out;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    transform-origin: 50% 50%;
}

.video_pop .close:hover {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.video_pop .video {
    position: relative;

    max-width: calc(1178px + 45px);
    max-height: 80%;
    width: 100%;
    margin: 0 auto 0;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;

}

.video_pop .gform_body .gform_page .gform_page_fields,
.video_pop .gform_body .gform_page .gform_page_footer,
#gform_16 .gform_body,
#gform_17 .gform_body,
#gform_16 .gform_footer,
#gform_17 .gform_footer {
    padding-left: 51.85%;
    position: relative;
}

.video_pop .gform_body .gform_page .gform_page_fields:after,
.video_pop .gform_body .gform_page .gform_page_footer:after,
#gform_16 .gform_body:after,
#gform_17 .gform_body:after,
#gform_16 .gform_footer:after,
#gform_17 .gform_footer:after {
    content: '';
    display: block;
    clear: both;
}

#gform_16 .gform_footer,
#gform_17 .gform_footer {
    text-align: center;
}

#gform_16 .gform_footer input[type=submit],
#gform_17 .gform_footer input[type=submit] {
    max-width: 262px;
}

body .gform_wrapper {
    margin-bottom: 0;
    margin-top: 0;

}

body .video_pop .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.side_title_positionnement {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 50%;
}

body .video_pop .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.side_title_positionnement p {
    max-width: 375px;
    font-size: 18px;
}

.video_pop .video h2 {
    color: #484247;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 5px !important;
}

.video_pop .video h2 strong {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 300;
    display: block;
}

.video_pop .video p {
    font-size: 24px;
    margin-bottom: 30px;
}

.video_pop .gform_wrapper form {
    text-align: left;
}

.video_pop .gform_page_fields > .gform_fields > li {
    width: 100%
}

body .video_pop .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.side_title_positionnement > * {
    display: table-cell;
    vertical-align: middle;
    width: calc(100% - 45px);
}

body .video_pop .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.side_title_positionnement ul.positionnement {
    padding: 0 !important;
    list-style: none;

    margin: 0 !important;
    width: 37px;

}

body .video_pop .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.side_title_positionnement ul.positionnement li {
    list-style: none !important;
    float: none;
    margin: 0 !important;
    list-style: none;
    display: block !important;
}

.positionnement {

}

.positionnement li span {
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    font-size: 36px;
    border: 3px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #AA91A3;
    padding-top: 0;
    font-weight: 600px;
}

.positionnement li.actif span {
    border-color: var(--accent-color);
    background-color: #fff;
    color: #000;

}

.video_pop .gform_wrapper .gform_page_footer {
    border: none;
    padding-top: 0;
    margin: 48px 0 0;
    padding-top: 0;
    text-align: center;

}

.video_pop .gform_wrapper .btn_gauche .gform_page_footer {
    text-align: left;
}

.video_pop .ginput_container_select {

    width: 100%;
    overflow: hidden;
    background: #D9D5D5;
    position: relative;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.video_pop .ginput_container_select:after {
    content: "\f078";
    position: absolute;
    top: 50%;
    right: 30px;
    font-family: FontAwesome;
    color: #000;
    font-size: 20px;
    margin-top: -15px;
    z-index: 0;
}

.video_pop .ginput_container_select select {
    padding: 20px 25px !important;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    position: relative;
    z-index: 1;
}

.video_pop .ginput_container_select select:focus {
    outline: none;
}


.video_pop .gform_wrapper label.gfield_label {
    font-weight: normal;
    font-size: 21px;
    font-family: Marcellus, serif;
}

.video_pop .gf_progressbar_wrapper {
    display: none;
}

.video_pop .gform_page_footer .gform_next_button {

}

.video_pop .gform_page_footer .gform_previous_button {

}

.video_pop .gform_page_footer input[type=submit].gform_button,
.video_pop .gform_page_footer input[type="button"].button.gform_next_button {
    background-color: var(--accent-color) !important;
    font-size: 16px;
    font-weight: 300;

    color: #fff;
    text-transform: uppercase;
    width: auto;
    border: 0;
    padding: 12px 15px;
    width: 100%;
    max-width: 262px;
    float: none;
    border-radius: 0;
    -webkit-appearance: none;
}

.video_pop .gform_page_footer input[type=submit].gform_button:hover,
.video_pop .gform_page_footer input[type="button"].button.gform_next_button:hover {
    background-color: var(--hover) !important;
}

.video_pop .gform_page_footer input[type="button"].button.gform_previous_button {
    background: transparent url(images/arrow-left-s.png) no-repeat 0 50% !important;
    background-size: 19px auto !important;
    font-size: 16px;
    font-weight: 300;

    color: var(--accent-color);
    text-transform: uppercase;
    width: auto;
    border: 0;
    padding: 0 15px 0 27px;
    position: absolute;
    top: 0;
    left: 0;
    float: none;
}

.video_pop .gform_wrapper textarea.large {
    height: 168px;
    margin-top: 0;
}

body .video_pop input[type="text"],
body .video_pop textarea,
body .video_pop input[type="email"],
body .video_pop input[type="password"],
body .video_pop input[type="tel"],
body .video_pop input[type="url"],
body .video_pop input[type="search"],
body .video_pop input[type="date"] {
    background-color: #fff !important;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 15px 18px !important;
    border: 1px solid rgba(163, 160, 162, .3);
    font-size: 14px !important;
    margin-top: 6px;

}

body[data-form-style="minimal"] .video_pop textarea {
    width: calc(100% - 50px);
    height: calc(153px - 40px);
}

.video_pop .gform_wrapper .gfield_radio li,
.video_pop .gform_wrapper .gfield_checkbox li {
    margin-bottom: 42px;
}

.video_pop .gform_wrapper .list_2_colonnes .gfield_checkbox li {
    display: inline-block;
    width: calc(49%);
    padding-right: 10px !important;
    vertical-align: top;
    margin-bottom: 23px;
}

.video_pop .gform_wrapper .gfield_radio li:last-child,
.video_pop .gform_wrapper .gfield_checkbox li:last-child {
    margin-bottom: 0;
}

/* Base for label styling */
.video_pop .gfield_radio [type="radio"]:not(:checked),
.video_pop .gfield_radio [type="radio"]:checked,
.video_pop .gfield_checkbox [type="checkbox"]:not(:checked),
.video_pop .gfield_checkbox [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.video_pop .gfield_radio [type="radio"]:not(:checked) + label,
.video_pop .gfield_radio [type="radio"]:checked + label,
.video_pop .gfield_checkbox [type="checkbox"]:not(:checked) + label,
.video_pop .gfield_checkbox [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
    font-weight: 300 !important;
    color: #484247;
    text-transform: uppercase;
}

/* checkbox aspect */
.video_pop .gfield_radio [type="radio"]:not(:checked) + label:before,
.video_pop .gfield_radio [type="radio"]:checked + label:before,
.video_pop .gfield_checkbox [type="checkbox"]:not(:checked) + label:before,
.video_pop .gfield_checkbox [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #484247;
    background: #fff;
    border-radius: 0;

}

.video_pop .gfield_radio [type="radio"]:not(:checked) + label:before,
.video_pop .gfield_radio [type="radio"]:checked + label:before {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

/* checked mark aspect */

.video_pop .gfield_checkbox [type="checkbox"]:not(:checked) + label:after,
.video_pop .gfield_checkbox [type="checkbox"]:checked + label:after {
    content: '\2713\0020';
    position: absolute;
    top: -8px;
    left: .1em;
    font-size: 29px;
    line-height: 0.8;
    color: #484247;
    transition: all .2s;
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}

.video_pop .gfield_radio [type="radio"]:not(:checked) + label:after,
.video_pop .gfield_radio [type="radio"]:checked + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: var(--accent-color);
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/* checked mark aspect changes */
.video_pop .gfield_radio [type="radio"]:not(:checked) + label:after,
.video_pop .gfield_checkbox [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.video_pop .gfield_radio [type="radio"]:checked + label:after,
.video_pop .gfield_checkbox [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* disabled checkbox */
.video_pop .gfield_radio [type="radio"]:disabled:not(:checked) + label:before,
.video_pop .gfield_radio [type="checkbox"]:disabled:checked + label:before,
.video_pop .gfield_checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
.video_pop .gfield_checkbox [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

.video_pop .gfield_radio [type="radio"]:disabled:checked + label:after,
.video_pop .gfield_checkbox [type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

.video_pop .gfield_radio [type="radio"]:disabled + label,
.video_pop .gfield_checkbox [type="checkbox"]:disabled + label {
    color: #aaa;
}

/* accessibility */
.video_pop .gfield_radio [type="radio"]:checked:focus + label:before,
.video_pop .gfield_checkbox [type="checkbox"]:not(:checked):focus + label:before {
    /*border: 2px dotted blue;*/
}

/* hover style just for information */
.gfield_radio label:hover:before,
.gfield_checkbox label:hover:before {
    border: 2px solid #4778d9 !important;
}


.video_pop ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-transform: uppercase;
    color: #A3A0A2;
    font-size: 14px;
}

.video_pop ::-moz-placeholder { /* Firefox 19+ */
    text-transform: uppercase;
    color: #A3A0A2;
    font-size: 14px;
}

.video_pop :-ms-input-placeholder { /* IE 10+ */
    text-transform: uppercase;
    color: #A3A0A2;
    font-size: 14px;
}

.video_pop :-moz-placeholder { /* Firefox 18- */
    text-transform: uppercase;
    color: #A3A0A2;
    font-size: 14px;
}

.video_pop .gform_wrapper #gform_page_2_5 .gform_page_footer {
    padding-top: 40px;
}

body .gform_wrapper ul.gfield_checkbox li label,
body .gform_wrapper ul.gfield_radio li label {
    width: 100%;
    max-width: unset;
    line-height: 1.3;
    min-height: 19px;
}

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 0 !important;
    border-top: 0;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    box-sizing: border-box;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding-right: 16px;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 8px;
}

body .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
    margin-top: 16px;
}

body .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0px;
    font-size: 12px;
}

body .gform_wrapper .ginput_container_select {
    position: relative;
}

body .gform_wrapper .ginput_container_select select {
    background-color: #fff;

    width: 100%;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    padding: 18px 20px;
    border: 1px solid rgba(163, 160, 162, .3);
    font-size: 14px;
    color: #A3A0A2;
    border-radius: 0;
    margin-top: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

body .gform_wrapper .ginput_container_select::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 22px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;

    border-top: 10px solid var(--accent-color);
    margin-top: -5px;
    pointer-events: none;
    z-index: 20;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    margin-left: 0;
}

body .gform_wrapper .ginput_container_select:hover::before {
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.2);
}

body .gform_wrapper .ginput_container_select select option {
    padding: 30px;
}

body .gform_wrapper textarea.large {
    height: 111px;

}

.upload_cv.gfield .ginput_container_fileupload {
    position: relative;
    margin-top: 0 !important;
}

.gform_wrapper .upload_cv label.gfield_label {
    margin-top: 8px;
    display: block;
    padding: 15px 139px 15px 18px;
    background: #fff url(img/upload-icon.png) no-repeat 98% 50%;
    color: #000;
    text-align: left;
    font-size: 15px;

    border: 1px solid rgba(163, 160, 162, .3);
    font-size: 14px;
    font-family: Montserrat;
    text-transform: uppercase;
    color: #A3A0A2;
    position: relative;
    cursor: pointer;
}

.gform_wrapper .upload_cv label.gfield_label:after {
    content: 'parcourir';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 125px;
    background: var(--accent-color);
    text-align: center;
    color: #fff;
    padding: 15px 5px;
    cursor: pointer;
}

html[lang='en-US'] .gform_wrapper .upload_cv label.gfield_label:after {
    content: 'browse';
}

.upload_cv.gfield input[type='file'] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;

}

body .proprietes_quebec .container {
    max-width: unset;
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/***** footer *****/
.footer-top-wrap .widget_media_image {
    max-width: 294px;
}

body .footer-top-wrap {
    background-color: #fff;
}

body .footer-top-wrap .widget ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(.dropdown-menu):not(.nav-tabs) li span,
body .widget ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(.dropdown-menu):not(.nav-tabs) li a {
    color: #484247;
    font-size: 16px !important;
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
    float: none;
    padding-left: 0;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    z-index: 1;

}

body .widget ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(.dropdown-menu):not(.nav-tabs) li a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0.2;
    height: 50%;
    width: 100%;
    background-color: #666;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: color 0.1s, transform 0.2s ease-out;


}

body .widget ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(.dropdown-menu):not(.nav-tabs) li.current-menu-item a:before,
body .widget ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(.dropdown-menu):not(.nav-tabs) li a:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
    color: #DDD3DA !important;
}

body .footer-bottom-wrap a,
body .footer-bottom-wrap {
    background-color: #fff;
    color: rgba(163, 160, 162, .7);
    font-family: Marcellus, serif;
    font-size: 10px;
}

body .footer-bottom-wrap .texte {
    font-size: 12px;
    font-weight: normal;
    color: rgba(72, 66, 71, .8);
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
}

body .footer-top-wrap .footer-social a {
    color: #484247;
    width: 25px;
    display: inline-block;
    overflow: hidden;
    line-height: 1;
    height: 25px;
    font-size: 17px;
    text-align: center;
}

body .footer-top-wrap .footer-social span {
    display: inline-block;
    vertical-align: top;
}

body .footer-top-wrap .footer-social a i {
    display: inline-block;
    margin-bottom: 15px;
}

body .footer-top-wrap .row > div:nth-child(1) {
    /*width: calc(calc(100% - 262px) * .5) ;*/
    max-width: unset;

    -ms-flex: 0 0 calc(50% - 131px);
    flex: 0 0 calc(50% - 131px);
}

body .footer-top-wrap .row > div:nth-child(2) {
    display: none;
}

body .footer-top-wrap .row > div:nth-child(3) {
    /*width: calc(calc(100% - 262px) * .5) ;*/
    max-width: unset;
    -ms-flex: 0 0 calc(50% - 131px);
    flex: 0 0 calc(50% - 131px);
}

body .footer-top-wrap .row > div:nth-child(4) {
    width: 262px;
    max-width: unset;
    -ms-flex: 0 0 262px;
    flex: 0 0 262px;
}

body .footer-top-wrap .widget-wrap {
    margin-bottom: 15px;
}

body .bt-content-wrap {
    margin-bottom: 0;
}

.block-content-wrap .list-1-col li {
    line-height: 1.2;
    padding: 12px 2px;
    border-bottom: 1px solid;
    border-color: #dce0e0;
}

.property-characteristics-wrap .block-content-wrap .list-2-cols li strong {
    float: left;
    max-width: 270px;
}

.property-characteristics-wrap .block-content-wrap .list-2-cols li span,
.property-taxes-wrap .block-content-wrap .list-2-cols li span,
.property-expenses-wrap .block-content-wrap .list-2-cols li span,
.property-rooms-wrap .block-content-wrap .list-2-cols li span,
.property-included-excluded-wrap .block-content-wrap .list-2-cols li span,
.property-characteristics-wrap.block-content-wrap .list-2-cols li span,
.property-taxes-wrap.block-content-wrap .list-2-cols li span,
.property-expenses-wrap.block-content-wrap .list-2-cols li span,
.property-rooms-wrap.block-content-wrap .list-2-cols li span,
.property-included-excluded-wrap.block-content-wrap .list-2-cols li span {
    max-width: 220px;
}

/*.property-included-excluded-wrap .block-content-wrap strong {
	font-weight: 700;
	display: block;
	margin-bottom: 15px;
}

.property-included-excluded-wrap .block-content-wrap span {
	width: 100%;
	text-align: left;
}*/

.property-included-excluded-wrap .block-content-wrap .list-3-cols li,
.property-included-excluded-wrap .block-content-wrap .list-2-cols li,
.property-included-excluded-wrap .block-content-wrap .list-1-col li {
    border-bottom: 0;
}

.block-content-wrap .list-1-col li span {
    float: right;
}

#houzez-single-listing-map-td {
    padding-right: 0 !important;
}

#houzez-single-listing-map {
    width: 100% !important;
}

.detail-address span {
    width: 100% !important;
    font-weight: 400 !important;
    text-align: left !important;
}

@media (min-width: 992px) {
    body .bt-sidebar-wrap {
        width: 350px;
        max-width: 350px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
        flex: 0 0 350px;
    }

    body .bt-content-wrap {
        width: calc(100% - 30px - 350px);
        max-width: calc(100% - 30px - 350px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px - 350px);
        flex: 0 0 calc(100% - 30px - 350px);
    }

    /*body .lSSlideWrapper .lSSlide {
		height: auto !important;
	}*/
}

@media (min-width: 1001px) {
    body .container {
        max-width: 970px;
    }
}

@media (min-width: 1301px) {
    body .container {
        max-width: calc(1300px);
    }

}

@media (max-height: 570px) {
    .menu_toggle .wrap_2 {
        display: block;
    }
}

@media (min-height: 720px) {
    .recherche_pop {
        display: block;

    }

    .recherche_pop .wrap_recherche {
        overflow: auto;
    }
}


@media (min-width: 1601px) {
    body .container {
        max-width: calc(1721px + 160px);
    }
}

@media (max-width: 1800px) {
    .visit_info_agent .visit_info .tabs .tab {
        padding: 35px 15px;
        font-size: 20px;
    }

    .visit_info_agent .visit_info .forms .form {

        padding: 15px 14px 50px 30px;
    }

    .visit_info_agent .agent:not(.multi) {

        padding: 38px;
    }
}

@media (max-width: 1600px) {
    #main-wrap > .listing-wrap:after,
    #main-wrap > .listing-wrap:before,
    .content-wrap:after,
    .content-wrap:before {

        width: 40px;

    }

    #header-section .container {
        padding-left: 40px;
        padding-right: 40px;
    }

    body .header-v4 a {

        font-size: 14px;
    }

    body .main-nav .nav-link {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }

    body .header-v4 .right-nav .cta_search a {
        font-size: 14px;
        padding: 12px 17px;
    }

    body .header-v4 .cta_search {
        margin-left: 20px;
    }

    body .vc_row.banner h1 {
        font-size: 37px;
    }

    body .vc_row.banner h1 .small {
        font-size: 22px;
    }

    body .vc_row.banner h2 {
        font-size: 33px;
    }

    html body h2 {
        font-size: 38px;
    }

    #infolettre_row h2 {
        font-size: 26px;
    }

    .grille_regions .taxonomy-title {
        font-size: 26px;
    }

    .contact_form .gform_wrapper form,
    .advanced-search #search-expandable-collapse {
        margin-left: calc(100% - 504px);

    }

    body .vc_row.banner .vc_column-inner {
        max-width: 55.33%;
    }

    body .vc_row.pad_left_right {
        padding-left: 4.333%;
        padding-right: 4.333%;
    }

    .single-houzez_agent .un_agent .row {
        padding-left: 4.333%;
        padding-right: 4.333%;
    }

    .footer-top-wrap > .container > .row,
    body .vc_row.pad_left_right_plus {
        padding-left: 8.666%;
        padding-right: 8.666%;
    }

    body .vc_row.bg_pad_left_right > .wpb_column:first-child {
        padding-left: calc(4.333% - 15px);

    }

    body .vc_row.bg_pad_left_right > .wpb_column:last-child {
        padding-right: calc(4.333% - 15px);

    }

    body .vc_row.bg_pad_left_right_plus > .wpb_column:first-child {
        padding-left: calc(8.666% - 15px)

    }

    body .vc_row.bg_pad_left_right_plus > .wpb_column:last-child {

        padding-right: calc(8.666% - 15px);
    }

    .proprietes_quebec .grid-view .item-listing-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }

    .proprietes_quebec .grid-view {
        margin-right: -20px;
        margin-left: -20px;
    }

    body .vc_row.h2_different h2 {
        font-size: 24px;
    }

    body .vc_row.h2_different h2 strong {
        font-size: 39px;
    }

    body .vc_row.equipe_bureau_row h2 {

        font-size: 26px;
    }

    body .vc_row {
        padding-top: 95px;
        padding-bottom: 95px;
    }

    .recent_articles .one_post .wrap {
        margin: 0 20px;
    }

    body.single-houzez_agent .item-wrap-v6 .item-body,
    body .small_view .item-wrap-v6 .item-body {
        padding: 6px 0 6px 13px;
    }

    body .grid-view .item-listing-wrap-v6 {
        margin-bottom: 5px;
    }

    /*.vc_column_container .vc_column-inner {
	    margin: 0 7%;
	    padding: 90px 7%;

	}*/
    body .vc_row.equipe_bureau_row .vc_column_container .vc_column-inner {
        margin: 0 7%;
        padding: 60px 7% !important;
    }

    .cta_all .item-wrap {
        font-size: 16px;
    }

    body .vc_row.double_pad_bottom {
        padding-bottom: 150px;
    }

    .recent_articles .one_post h3 {
        font-size: 18px;
        min-height: 53px;

    }

    .menu_toggle_wrap a {

        font-size: 22px;
    }

    .menu_toggle_wrap .columns > div:nth-child(3) a {
        font-size: 14px;
    }

    .logo_menu .wrap_logo {
        max-width: 256px;

    }

    .menu_toggle_wrap .columns > div ul li {
        margin-bottom: 32px;
    }

    .agents-list-view {
        margin: 0 -25px;
    }

    .agents-list-view .one_agent .agent-wrap {
        margin: 0 25px;
    }

    body .agent-profile-wrap h1 {
        font-size: 42px;

    }

    body .agent-profile-wrap h3 {
        font-size: 19px;

    }

    .blog .titre_page h1 {
        font-size: 36px;
    }

    .blog .titre_page {
        margin-bottom: 44px;
    }

    .blog .plus {
        margin: 0 -15px;
    }

    .blog .plus .article-wrap .post-wrap {
        margin: 0 15px;
    }

    .video_pop.open_pop {

        padding: 80px;
    }

    .video_pop .video h2 strong {
        font-size: 44px;
    }

    .video_pop .video h2 {
        font-size: 26px;
    }

    .video_pop .gform_wrapper label.gfield_label {
        font-size: 19px;

    }

    .single-houzez_agent .grid-view {
        margin-right: -20px;
        margin-left: -20px;
    }

    .single-houzez_agent .grid-view .item-listing-wrap {

        padding-left: 20px;
        padding-right: 20px;
    }

    .recherche_pop .cta_close {

        right: 60px;
    }

    .recherche_pop .cta_close a {
        font-size: 14px;
        padding: 12px 17px;
    }

    .visit_info_agent .agent {

        width: calc(240px + 80px);
        max-width: calc(240px + 80px);

        -ms-flex: 0 0 calc(240px + 80px);
        flex: 0 0 calc(240px + 80px);

    }

    .visit_info_agent .agent:not(.multi) {
        padding: 38px 0 38px 30px;
    }

    .visit_info_agent .agent:not(.multi) .agent-link a {
        font-size: 14px;
    }

    .visit_info_agent .agent:not(.multi) .agent-name {
        font-size: 32px;
    }

    .visit_info_agent .visit_info {
        width: calc(100% - 80px - 240px);
        max-width: calc(100% - 80px - 240px);
        -ms-flex: 0 0 calc(100% - 80px - 240px);
        flex: 0 0 calc(100% - 80px - 240px);
    }

    .visit_info_agent .visit_info .tabs {
        width: 30.333%;
        max-width: 30.333%;

        -ms-flex: 0 0 30.333%;
        flex: 0 0 30.333%;
        padding-left: 15px;
    }

    .visit_info_agent .visit_info .forms {
        width: 69.666%;
        max-width: 69.666%;
        -ms-flex: 0 0 69.666%;
        flex: 0 0 69.666%;
    }

    .visit_info_agent .visit_info .tabs .tab {
        padding: 31px 15px;
        font-size: 18px;
    }

    body .bt-sidebar-wrap {
        width: 300px;
        max-width: 300px;

        -ms-flex: 0 0 300px;
        flex: 0 0 300px;

    }

    body .bt-content-wrap {
        width: calc(100% - 20px - 300px);
        max-width: calc(100% - 20px - 300px);

        -ms-flex: 0 0 calc(100% - 20px - 300px);
        flex: 0 0 calc(100% - 20px - 300px);
    }

    .single-property #sidebar {
        padding: 0 0 40px 20px;
        font-size: 21px;


    }

    .single-property .theiaStickySidebar {
        width: 260px !important;

    }

    .cta_sidebar a,
    .property-virtual-tour-wrap a {

        font-size: 14px;

        padding: 14px 15px;

    }

    .single-property #sidebar .item-price-wrap .item-price {
        font-size: 33px;
    }

    body .block-wrap {
        padding: 30px;
        font-size: 16px;

    }

    body .block-title-wrap h2 {
        font-size: 34px;
    }

    body .block-title-wrap {

        margin-bottom: 20px;
    }

    .single-property .property-view {
        padding-left: 0px;
    }

    .property-detail-v3 ul.lSPager.lSGallery li {
        max-height: 60px;
    }

    .property-overview-data .property-overview-item + li {
        font-size: 14px;
    }

    .video_pop > .wrap {

        min-height: calc(100vh - 160px);
    }

    .single-property .page-title h1 {
        font-size: 42px;
    }

    body .item-price-wrap .item-price {
        font-size: 18px;
    }

    .visit_info_agent .agent.multi {
        padding: 0 0 0 25px;
    }

    .visit_info_agent .agent.multi .agent-image {
        width: 100px;
        max-width: 100px;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
    }

    .visit_info_agent .agent.multi .agent-link a {
        font-size: 12px;
        line-height: 1.3;
    }

    .visit_info_agent .agent.multi .agent-name {
        font-size: 19px;
        margin-bottom: 1px;
    }

    body .header-v4 .logo_large {
        height: 80px;
    }
}

@media (max-width: 1300px) {
    html body {
        font-size: 16px;
    }

    body .header-v4 .logo_large {
        height: 45px;
    }

    body .header-v4 a {
        font-size: 12px;
    }

    body .main-nav .navbar-nav {
        padding-right: 179px;
    }

    body .header-v4 .right-nav .cta_search a {
        font-size: 12px;
        padding: 9px 14px;
    }

    body .main-nav .nav-link {
        padding-right: 6px !important;
        padding-left: 6px !important;
    }

    #main-wrap > .listing-wrap:after,
    #main-wrap > .listing-wrap:before,
    .content-wrap:after,
    .content-wrap:after,
    .content-wrap:before {

        width: 25px;

    }

    #header-section .container {
        padding-left: 25px;
        padding-right: 25px;
    }

    body .vc_row.pad_left_right {
        padding-left: 3.333%;
        padding-right: 3.333%;
    }

    .single-houzez_agent .un_agent .row {
        padding-left: 0;
        padding-right: 0%;
    }

    .footer-top-wrap > .container > .row,
    body .vc_row.pad_left_right_plus {
        padding-left: 5.666%;
        padding-right: 5.666%;
    }

    body .vc_row.bg_pad_left_right > .wpb_column:first-child {
        padding-left: calc(3.333% - 15px);

    }

    body .vc_row.bg_pad_left_right > .wpb_column:last-child {
        padding-right: calc(3.333% - 15px);

    }

    body .vc_row.bg_pad_left_right_plus > .wpb_column:first-child {
        padding-left: calc(5.666% - 15px)

    }

    body .vc_row.bg_pad_left_right_plus > .wpb_column:last-child {

        padding-right: calc(5.666% - 15px);
    }

    .contact_form .gform_wrapper form,
    .advanced-search #search-expandable-collapse {
        margin-left: calc(100% - 358px);
        padding: 41px 31px;

    }

    /*.vc_column_container .vc_column-inner {
	    margin: 0 4%;
	    padding: 90px 4%;
	}*/
    body .vc_row.banner .vc_column-inner {
        max-width: 54.33%;
    }

    body .vc_row.banner h1 {
        font-size: 34px;
    }

    body .vc_row.banner h1 .small {
        font-size: 20px;
    }

    body .vc_row.banner h2 {
        font-size: 30px;
    }

    body .vc_row.banner {
        min-height: calc(100vh - 107px - 25px);
    }

    html body h2 {
        font-size: 31px;
    }

    .proprietes_quebec {
        padding-top: 16px;
    }

    .proprietes_quebec .grid-view .item-listing-wrap {
        padding-left: 12px;
        padding-right: 12px;
    }

    .proprietes_quebec .grid-view {
        margin-right: -12px;
        margin-left: -12px;
    }

    .single-houzez_agent .grid-view .item-listing-wrap .infos_prop, .grid-view .small_view .item-listing-wrap .infos_prop {
        padding: 12px 10px;
    }

    body.single-houzez_agent .item-wrap-v6 .item-body, body .small_view .item-wrap-v6 .item-body {
        padding: 6px 0 6px 10px;
    }

    .grid-view .item-listing-wrap .infos_prop {

        padding: 18px;
    }

    body .item-wrap-v6 .item-body {
        border-radius: 0;
        padding: 12px 0 12px 18px;
    }

    body .item-price-wrap .item-price {
        font-size: 16px;
    }

    .grid-view .item-listing-wrap .infos_prop .region {
        font-size: 15px;
    }

    .cta_all .item-wrap {
        font-size: 14px;
    }

    .grille_regions .taxonomy-title {
        font-size: 19px;
    }

    body .vc_row.h2_different h2 strong {
        font-size: 29px;
    }

    body .vc_row.h2_different h2 {
        font-size: 18px;
    }

    body .vc_row {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    body .vc_row.double_pad_bottom {
        padding-bottom: 100px;
    }

    #infolettre_row h2 {
        font-size: 22px;
    }

    .gform_wrapper form.form_infolettre .gform_footer {
        width: 198px;
        padding-top: 7px;
    }

    .gform_wrapper .form_infolettre input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {

        padding: 9px 21px;
    }

    .recent_articles .one_post .wrap {
        margin: 0 10px;
    }

    .recent_articles .one_post h3 {
        font-size: 16px;
        min-height: 49px;
    }

    body .footer-top-wrap .widget ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(.dropdown-menu):not(.nav-tabs) li span, body .widget ul:not(.item-amenities):not(.item-price-wrap):not(.contact-list):not(.dropdown-menu):not(.nav-tabs) li a {

        font-size: 14px;
    }

    body .vc_row.equipe_bureau_row h2 {
        font-size: 22px;
    }

    body .vc_row.equipe_bureau_row .vc_column_container .vc_column-inner {
        margin: 0 6%;
        padding: 50px 6% !important;
    }

    body .vc_btn3.vc_btn3-size-md {
        font-size: 13px;

        padding: 10px 23px;
    }

    body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type=submit] {

        padding: 9px 21px;
    }

    .temoignages_row .temoignage {

        font-size: 18px;

    }

    .temoignages_row .temoigneur strong {
        font-size: 16px;
    }

    .menu_toggle_wrap .columns > div {

        padding: 28px;
    }

    .menu_toggle_wrap a {

        font-size: 18px;
    }

    .menu_toggle_wrap .columns > div:nth-child(3) a {
        font-size: 12px;
    }

    .logo_menu .wrap_logo {
        max-width: 179px;
        display: inline-block;
    }

    .menu_toggle_wrap .columns > div ul li {
        margin-bottom: 28px;
    }

    .menu_toggle_wrap .footer-social a {
        width: 24px;
        font-size: 20px;
    }

    .search-expandable .form-group,
    body .form-control {

        height: 45px;

    }

    body .advanced-search .bootstrap-select > .btn {

        line-height: 45px !important;
    }

    .liste_icon_texte h3 {
        font-size: 20px;

    }

    .agents-list-view .one_agent:nth-child(4n + 1) {
        clear: none;
    }

    .agents-list-view .one_agent:nth-child(3n + 1) {
        clear: both;
    }

    .agents-list-view .one_agent {
        width: 33.333%;
        margin-bottom: 55px;

    }

    .agent-autre a {
        font-size: 15px;
        padding: 9px 15px;
    }

    .single-article-wrap .post-wrap .post-header-wrap {
        padding: 53px 0 20px;
    }

    .single-post .post-title-wrap h1 {
        font-size: 36px;
    }

    .agent-stats-wrap, .agent-profile-wrap, .agent-bio-wrap {
        padding: 40px 0;

    }

    .agent-profile-wrap .agent_info {
        padding-right: 4%;
    }

    body .agent-profile-wrap h1 {
        font-size: 38px;
    }

    .agent-profile-buttons .btn_contact {
        font-size: 16px;
        padding: 15px 23px;
    }

    .nos_chefs .vc_column-inner {
        padding: 0 20px !important;
    }

    body .vc_row.banner.marg_bottom {
        margin-bottom: 100px;
    }

    body .bt-sidebar-wrap {
        width: 237px;
        max-width: 237px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 237px;
        flex: 0 0 237px;
    }

    body .bt-content-wrap {
        width: calc(100% - 20px - 237px);
        max-width: calc(100% - 20px - 237px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 2px - 237px);
        flex: 0 0 calc(100% - 20px - 237px);
    }

    body .widget-wrap {
        padding: 0 0 30px 15px;
    }

    .blog .first .article-wrap .post-wrap .post-thumbnail-wrap {

        width: 56%;
        padding-right: 20px;
        vertical-align: top;
    }

    .blog .titre_page h1 {
        font-size: 32px;

    }

    .blog .plus {
        margin: 0 -15px;
    }

    .blog .plus .article-wrap .post-wrap {
        margin: 0 15px;
    }

    .blog .article-wrap .post-wrap h2 {

        font-size: 18px;
    }

    .blog .sidebar-wrap {
        margin-top: -45px;
    }

    .video_pop.open_pop {

        padding: 80px;
    }

    .video_pop .video h2 strong {

        font-size: 35px;

    }

    .video_pop .video h2 {

        font-size: 21px;
    }

    .video_pop .gform_wrapper .gfield_radio li, .video_pop .gform_wrapper .gfield_checkbox li {
        margin-bottom: 31px;
    }

    .video_pop .gform_wrapper label.gfield_label {
        font-size: 18px;

    }

    .single-houzez_agent .grid-view {
        margin-right: -14px;
        margin-left: -14px;
    }

    .single-houzez_agent .grid-view .item-listing-wrap {

        padding-left: 14px;
        padding-right: 14px;
    }

    .recherche_pop {

        right: -610px;

        width: 578px;

        padding: 106px 41px 34px;

    }

    .recherche_pop .cta_close {

        right: 25px;
        top: 28px;
    }

    .recherche_pop .cta_close a {
        font-size: 12px;
        padding: 9px 14px;
    }

    .visit_info_agent .gform_wrapper ul.gform_fields li.gfield.form_col6 {
        width: 100%;
        clear: none;
        float: none;

    }

    .visit_info_agent .gform_wrapper ul.gform_fields li {
        padding-right: 0;
    }

    .visit_info_agent .agent {

        width: calc(190px + 80px);
        max-width: calc(190px + 80px);

        -ms-flex: 0 0 calc(190px + 80px);
        flex: 0 0 calc(190px + 80px);

    }

    .visit_info_agent .agent:not(.multi) {
        padding: 38px 0 38px 20px;
    }

    .visit_info_agent .visit_info {
        width: calc(100% - 80px - 190px);
        max-width: calc(100% - 80px - 190px);
        -ms-flex: 0 0 calc(100% - 80px - 190px);
        flex: 0 0 calc(100% - 80px - 190px);
    }

    .visit_info_agent .visit_info .tabs {
        width: 35.333%;
        max-width: 35.333%;

        -ms-flex: 0 0 35.333%;
        flex: 0 0 35.333%;
    }

    .visit_info_agent .visit_info .forms {
        width: 64.666%;
        max-width: 64.666%;
        -ms-flex: 0 0 64.666%;
        flex: 0 0 64.666%;
    }

    .visit_info_agent .visit_info .forms .form {
        padding: 15px 14px 30px 20px;
    }

    .visit_info_agent .visit_info .tabs .tab {
        padding: 31px 15px;
        font-size: 16px;
    }

    .visit_info_agent .agent:not(.multi) .agent-name {
        font-size: 34px;
    }

    .visit_info_agent .agent:not(.multi) .agent-image {
        margin-bottom: 18px;
    }

    .single-property #sidebar {
        padding: 4px 0 40px 0;
        font-size: 18px;
    }

    body .bt-sidebar-wrap {
        width: 215px;
        max-width: 215px;

        -ms-flex: 0 0 215px;
        flex: 0 0 215px;

    }

    body .bt-content-wrap {
        width: calc(100% - 20px - 215px);
        max-width: calc(100% - 20px - 215px);

        -ms-flex: 0 0 calc(100% - 20px - 215px);
        flex: 0 0 calc(100% - 20px - 215px);
    }

    .single-property .theiaStickySidebar {
        width: 200px !important;
    }

    .single-property #sidebar .item-price-wrap .item-price {
        font-size: 28px;
    }

    .single-property .property-view {
        padding-left: 0px;
    }

    body .block-title-wrap h2 {
        font-size: 29px;
    }

    body .block-wrap {
        padding: 22px;
    }

    .property-overview-data .property-overview-item + li {
        font-size: 12px;
    }

    .single-property .list-2-cols {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }

    body .item-amenities li {
        margin-right: 4px;

    }

    .gform_wrapper form.form_infolettre .gform_body {
        width: calc(100% - 198px);
    }

    .vc_btn3-container.vc_btn3-inline.cta_marg_left a {

        max-width: 360px;

    }

    .vc_btn3-container.vc_btn3-inline.cta_marg_left {
        margin-left: calc(15% + 15px);
        display: block;
    }

    .search_banner {
        position: relative;
    }

    .single-property .page-title h1 {
        font-size: 32px;
    }
}

@media (max-width: 1000px) {
    body .vc_row.pad_left_right {
        padding-left: 0;
        padding-right: 0;
    }

    .video_pop > .wrap {

        min-height: calc(100vh - 112px);
    }

    .footer-top-wrap > .container > .row,
    body .vc_row.pad_left_right_plus {
        padding-left: 2.666%;
        padding-right: 2.666%;
    }

    body .vc_row.bg_pad_left_right > .wpb_column:first-child {
        padding-left: 0;

    }

    body .vc_row.bg_pad_left_right > .wpb_column:last-child {
        padding-right: 0;

    }

    body .vc_row.bg_pad_left_right_plus > .wpb_column:first-child {
        padding-left: calc(2.666% - 15px)

    }

    body .vc_row.bg_pad_left_right_plus > .wpb_column:last-child {

        padding-right: calc(2.666% - 15px);
    }

    .header-v4 .main-nav {
        display: none;
    }

    .right-nav li.menu-item-object-page {
        display: none !important;
    }

    body .header-v4 .toggle_menu_header {

        display: inline-block !important;
    }

    body .header-v4 .right-nav .cta_search a {
        font-size: 14px;

    }

    body .header-v4 a {
        font-size: 14px;


    }

    .vc_mobile #header-section.open_menu #main-menu-right,
    .sticky-nav-area #main-menu-right {
        display: inline-block;
    }

    body .vc_col-has-fill > .vc_column-inner,
    body .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
    body .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
    body .vc_row-has-fill > .vc_column_container > .vc_column-inner {
        padding-top: 0;
    }

    body .vc_row.double_pad_bottom {
        padding-bottom: 40px;

    }

    #infolettre_row h2 {
        font-size: 20px;
    }

    body .vc_row.h2_different h2 strong {
        font-size: 26px;
    }

    body .vc_row.h2_different h2 {
        font-size: 18px;
    }

    .grille_regions .taxonomy-title {
        font-size: 17px;
    }

    body .header-v4 .logo_large {
        height: 63px;

    }

    body .header-v4 .header-inner-wrap {
        height: auto;
        padding: 10px 0;
    }

    .proprietes_quebec .grid-view .item-listing-wrap {
        width: 100%;
        flex-basis: 100%;

    }

    .proprietes_quebec .small_view {
        width: 100%;
        flex-basis: 100%;


    }

    .proprietes_quebec .grid-view .small_view .item-listing-wrap {
        width: 50%;
        flex-basis: 50%;

    }

    body .vc_row.equipe_bureau_row h2 {
        font-size: 20px;
    }

    .proprietes_quebec .listing-wrap {
        max-width: 490px;
        margin: 0 auto;
    }

    .proprietes_de_reve_row.vc_row.vc_row-flex {

        display: block;
    }

    .vc_row.vc_row-flex.proprietes_de_reve_row > .vc_column_container {
        width: 100%;
        display: block;
        float: none;
    }

    #recent_articles {
        display: block;

    }

    #recent_articles > .wpb_column {

        vertical-align: middle;
        display: block;
        width: 100%;
    }

    #custom_search .advanced-search {
        margin-top: -240px;

    }

    .contact_form h3,
    .advanced-search h3 {
        font-size: 19px;
        margin-bottom: 20px;

    }

    html body h2 {
        font-size: 27px;
    }

    .recent_articles {
        margin: -35px -10px 0;
    }

    body .btn,
    body .form-control,
    body .bootstrap-select .text,
    body .sort-by-title {
        font-size: 12px;
    }

    .contact_form .gform_wrapper form,
    .advanced-search #search-expandable-collapse {
        margin-left: calc(100% - 329px);
        padding: 27px 23px;
    }

    body .vc_row.banner {
        min-height: 470px;
    }

    body .vc_row.banner .vc_column-inner {
        max-width: 100%;
    }

    .search-expandable .form-group,
    body .form-control {

        height: 42px;

    }

    body .advanced-search .bootstrap-select > .btn {

        line-height: 35px !important;
    }

    .advanced-search .btn-search {
        font-size: 14px;
        padding: 14px 21px;
    }

    body .btn-search:hover,
    body .btn-search:active {
        color: #ffffff;
        background-color: var(--accent-color);
        border-color: var(--accent-color);
        opacity: .8;
    }

    body .container {
        padding-right: 60px;
        padding-left: 60px;
    }

    #nav-icon3 span:nth-child(4) {
        top: 20px;
    }

    #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
        top: 10px;
    }

    #nav-icon3 {
        width: 31px;
        height: 24px;
    }

    #main-wrap {
        position: unset;
    }

    .liste_icon_texte {
        padding-bottom: 16px !important;
        margin-bottom: 46px;

    }

    body .container {
        padding-right: 40px;
        padding-left: 40px;
    }

    .agents-list-view {
        margin: 0 -20px;
    }

    .agents-list-view .one_agent .agent-wrap {
        margin: 0 20px;
    }

    .agents-list-view .one_agent {
        margin-bottom: 45px;
    }

    .single-post .post-title-wrap h1 {
        font-size: 30px;
    }

    .agent-profile-wrap .agent_info {
        padding-right: 2%;
    }

    body .agent-profile-wrap h1 {
        font-size: 33px;
    }

    body .agent-profile-wrap h3 {
        font-size: 16px;
    }

    .agent-profile-wrap .agent_info .adresse {

        margin-bottom: 35px;
    }

    .nos_chefs .vc_column-inner {
        padding: 0 10px !important;
    }

    .vc_btn3-container.vc_btn3-inline.cta_marg_left {
        margin-left: calc(14% + 15px);

    }

    body .vc_row.banner.marg_bottom {
        margin-bottom: 80px;
    }

    .blog .first .article-wrap .post-wrap {
        display: block;
        width: 100%;

    }

    .blog .first .article-wrap .post-wrap .post-thumbnail-wrap {
        width: 100%;
        padding-right: 0;
        vertical-align: top;
        margin-bottom: 15px;
    }

    .blog .first .article-wrap .post-wrap .post-infos {
        display: block;
        padding: 15px 0;
        vertical-align: middle;
        border-top: 0;
        border-bottom: 1px solid rgba(163, 160, 162, .5);
    }

    .blog .plus .article-wrap {
        width: 50%;

    }

    .blog .plus .article-wrap:nth-child(3n + 1) {
        clear: none;

    }

    .blog .plus .article-wrap:nth-child(2n + 1) {
        clear: both;

    }

    .blog .titre_page h1 {
        font-size: 28px;
    }

    .video_pop.open_pop {
        padding: 56px;
    }

    .video_pop .close {
        top: 20px;
        right: 20px;

    }

    .video_pop .video {

        max-width: 490px;
    }

    body .video_pop .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.side_title_positionnement {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
    }

    .video_pop .gform_body .gform_page .gform_page_fields, .video_pop .gform_body .gform_page .gform_page_footer {
        padding-left: 0;

    }

    .video_pop .video h2 strong {
        font-size: 31px;

    }

    .video_pop .video h2 {
        font-size: 19px;
    }

    .video_pop > .wrap {

        padding: 40px 0 40px;
    }

    .video_pop .gform_page_footer input[type="button"].button.gform_previous_button {
        max-width: 250px;
        width: 100%;
        position: absolute;
        top: 61px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .video_pop .gform_wrapper .gform_page_footer {
        height: 100px;
    }

    .video_pop .gform_wrapper .gform_page:first-child .gform_page_footer {
        height: auto;
    }

    .menu_toggle_wrap .columns > div {
        padding: 14px;
    }

    .menu_toggle_wrap a {
        font-size: 16px;
    }

    body .toggle_open .navbar-expand-lg .navbar-nav li {
        display: none;
    }

    body .header-desktop {
        opacity: 1;
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
    }

    body.admin-bar .header-desktop {
        top: 46px;
    }

    .single-houzez_agent .grid-view .item-listing-wrap {
        width: 33.333%;
        flex-basis: 33.333%;
    }

    .recherche_pop {

        right: -500px;

        width: 450px;

        padding: 106px 32px 34px;

    }

    .recherche_pop .cta_close a {
        font-size: 14px;

    }

    .content-wrap {

        padding-top: 80px;
    }

    .visit_info_agent .visit_info {
        display: block;
    }

    .visit_info_agent .visit_info .tabs {
        width: 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        display: flex;
    }

    .visit_info_agent .visit_info .tabs .tab {
        width: 50%;
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .visit_info_agent .visit_info .forms {
        width: 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 15px;
    }

    .visit_info_agent .agent:not(.multi) {
        padding: 0 0 38px 20px;
    }

    .visit_info_agent .agent:not(.multi) .agent-name {
        font-size: 31px;
    }

    .visit_info_agent .agent:not(.multi) .agent-link a {
        font-size: 14px;
    }

    .visit_info_agent .visit_info .forms .form {
        padding: 15px 14px 30px 0;

    }

    body .bt-sidebar-wrap {
        display: none;
    }

    body .bt-content-wrap {
        width: calc(100%);
        max-width: calc(100%);
        -ms-flex: 0 0 calc(100%);
        flex: 0 0 calc(100%);
    }

    body .block-title-wrap h2 {
        font-size: 25px;
    }

    .property-view > .visible-on-mobile {
        display: block;
    }

    .page-title-wrap {
        display: none;
    }

    .single-property .page-title h1 {
        margin: 0;
        font-size: 25px;
    }

    .single-property .item-price-wrap {
        bottom: 0;

    }

    .property-overview-data .property-overview-item + li {
        font-size: 12px;
    }

    /*
	body .item-price-wrap .item-price {
	    font-size: 29px;
	}*/
    .single-property #pills-tab {
        display: none;
    }

    .single-property .list-2-cols {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }

    body .block-wrap {
        font-size: 14px;

    }

    body .detail-wrap {

        /*padding: 20px;*/
    }

    body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper textarea {
        padding: 15px 20px;
    }

    .proprietes_quebec .small_view,
    .proprietes_quebec .grid-view .item-listing-wrap {

        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #property-overview-wrap {
        display: block;
    }

    body .mobile-property-title {
        padding: 13px 30px 28px;
    }

    body .property-overview-wrap .property-overview-data .flex-fill {
        width: calc(100% / 3.1);
        display: inline-block;
        padding: 15px 0 0;
    }

    body .property-overview-wrap .property-overview-data {
        display: block !important;
    }

    .visit_info_agent {

        background-position: top right;
        background-size: 131% auto;
    }
}

@media (min-width: 992px) {
    .page-template-template-search .grid-view {
        margin-right: -40px;
        margin-left: -40px;
    }

    .page-template-template-search .grid-view-3-cols.grid-view .item-listing-wrap {
        width: calc(100% / 2);
        -ms-flex-preferred-size: calc(100% / 2);
        flex-basis: calc(100% / 2);
        padding-left: 40px;
        padding-right: 40px;
    }

}

@media (max-width: 991.98px) {
    body .header-desktop {
        display: block;
    }

    .single-article-wrap .post-wrap {
        display: block;
    }
}

@media (max-width: 768px) {
    .single-property .list-2-cols {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }

    .contact_form .gform_wrapper form,
    .advanced-search #search-expandable-collapse {
        margin-left: 0;
        max-width: 330px;
        margin: 0 auto;

    }

    .contact_form .gform_wrapper form {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
    }

    .proprietes_quebec .small_view .item-listing-wrap {
        float: left;
    }

    .proprietes_quebec .grid-view {
        margin-right: -8px;
        margin-left: -8px;
    }

    .grille_regions .taxonomy-grids-module-v1 .taxonomy-item-square .taxonomy-item {
        padding-bottom: 80%;
    }

    .proprietes_quebec .grid-view .item-listing-wrap {
        padding-left: 8px;
        padding-right: 8px;
    }

    /*.grille_regions .taxonomy-grids-module-v1 .row > div:nth-child(4) .taxonomy-item-square {
	    border-bottom: 1px solid rgba(163,160,162,.5);

	}
	.grille_regions .taxonomy-grids-module-v1 .row > div:nth-child(3) .taxonomy-item-square {
	    border-right: 1px solid rgba(163,160,162,.5);
	}
	.grille_regions .taxonomy-grids-module-v1 .row > div:nth-child(2) .taxonomy-item-square,
	.grille_regions .taxonomy-grids-module-v1 .row > div:nth-child(4) .taxonomy-item-square {
	    border-right:0;
	}*/
    body .vc_row {
        padding-top: 69px;
        padding-bottom: 69px;
    }

    html body h2 {
        font-size: 25px;
    }

    body .vc_row.equipe_bureau_row .vc_column_container {
        margin-bottom: 39px;
        margin-top: 20px;


    }

    .gform_wrapper form.form_infolettre .gform_footer {
        width: 100%;
        padding-top: 10px;
        display: block;
    }

    .gform_wrapper form.form_infolettre .gform_body {
        width: 100%;
        display: block;
        vertical-align: top;
    }

    .gform_wrapper .form_infolettre ul.gform_fields li.gfield {
        clear: none;
        width: 100%;
        float: none;
        padding-right: 0;
    }

    .recent_articles .one_post:first-child {
        width: 100%;
    }

    .recent_articles .one_post {
        width: 50%;
        float: left;
        margin-bottom: 10px;
    }

    body.single-houzez_agent .item-wrap-v6 .item-body, body .small_view .item-wrap-v6 .item-body {
        padding: 6px 0;
    }

    .proprietes_quebec {
        padding-top: 0;
    }

    body .vc_row.banner h1 {
        font-size: 31px;
    }

    body .vc_row.banner h2 {
        font-size: 25px;
    }

    .liste_icon_texte .wpb_column:first-child,
    .liste_icon_texte .wpb_column:nth-child(2) {

        float: left;
    }

    .liste_icon_texte h3 {
        font-size: 19px;
    }

    .recent_articles {
        /*margin: 0px -10px 0;*/
    }

    body .property-wrap > .container,
    body .container {
        padding-right: 40px;
        padding-left: 40px;
    }

    .agents-list-view {
        margin: 0 -10px;
    }

    .agents-list-view .one_agent .agent-wrap {
        margin: 0 10px;
    }

    .agents-list-view .one_agent h2 {
        font-size: 15px;
        font-weight: normal;
        margin-bottom: .5rem !important;
    }

    .agent-autre a {
        font-size: 12px;
        padding: 8px 10px;
    }

    .footer-top-wrap .row {
        display: block;
    }

    .footer-top-wrap .row:after {
        content: '';
        display: block;
        clear: both;
    }

    body .footer-top-wrap .row > div:nth-child(1) {
        /* width: calc(calc(100% - 262px) * .5); */
        max-width: unset;
        -ms-flex: unset;
        flex: unset;
        width: 100%;
        text-align: center;

    }

    body .footer-top-wrap .row > div:nth-child(3),
    body .footer-top-wrap .row > div:nth-child(4) {
        /* width: calc(calc(100% - 262px) * .5); */
        max-width: unset;
        -ms-flex: unset;
        flex: unset;
        width: 50%;
        float: left;
        padding: 0;
    }

    .single-post .post-title-wrap h1 {
        font-size: 26px;
    }

    body .next-prev-block a {

        font-size: 14px;
    }

    .agent-profile-buttons {
        margin-bottom: 30px;
        text-align: center;
        margin-top: 0;
    }

    .nos_chefs .vc_column-inner {
        padding: 0 0 !important;
        max-width: 313px;
        margin-left: auto;
        margin-right: auto;
    }

    #custom_search .advanced-search {
        margin-top: -200px;
    }

    .blog-wrap .row {
        display: block;
    }

    body .bt-content-wrap {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 100%;
        flex: 100%;
        margin-bottom: 25px;
    }

    body .bt-sidebar-wrap {
        width: 237px;
        max-width: 237px;
        -webkit-box-flex: 0;
        -ms-flex: unset;
        flex: unset;
    }

    .blog .titre_page h1 {
        font-size: 28px;

    }

    .blog .titre_page {
        margin-bottom: 34px;
    }

    .blog .plus:after {
        content: '';
        display: block;
        clear: both;
    }

    .video_pop.open_pop {
        padding: 37px;
    }

    .video_pop .video {
        max-width: 390px;
    }

    .video_pop .video h2 strong {
        font-size: 26px;
    }

    .video_pop .video h2 {
        font-size: 15px;
    }

    .video_pop .gform_wrapper .gfield_radio li, .video_pop .gform_wrapper .gfield_checkbox li {
        margin-bottom: 27px;
    }

    .video_pop .gform_page_footer input[type=submit].gform_button, .video_pop .gform_page_footer input[type="button"].button.gform_next_button {
        font-size: 14px;
        padding: 10px 15px;
        max-width: 235px;
    }

    .video_pop .gform_page_footer input[type="button"].button.gform_previous_button {

        font-size: 14px;
        max-width: 250px;
        padding: 0 0 0 1px;
    }

    .video_pop .gform_wrapper .list_2_colonnes .gfield_checkbox li {
        width: 100%;
        padding-right: 0 !important;
        margin-bottom: 18px;
    }

    .video_pop .gform_wrapper label.gfield_label {
        font-size: 16px;
    }

    .menu_toggle_wrap .columns {
        display: block;

    }

    .menu_toggle_wrap .columns > div {
        display: block;
        vertical-align: middle;

    }

    .menu_toggle_wrap .container {
        max-width: 294px;
    }

    .menu_toggle_wrap .columns > div:nth-child(2), .menu_toggle_wrap .columns > div:nth-child(3) {
        border-left: 0 !important;

    }

    .menu_toggle_wrap .columns > div:nth-child(3) {
        border-top: 2px solid rgba(163, 160, 162, .5) !important;
        text-transform: uppercase;
    }

    .menu_toggle.open_toggle {
        display: block;
    }

    .menu_toggle_wrap .columns > div:first-child {
        display: none;
    }

    .menu_toggle .wrap_2 {
        display: block;
    }

    .single-houzez_agent .grid-view .item-listing-wrap {
        width: 50%;
        flex-basis: 50%;

    }

    .visit_info_agent .visit_info .forms,
    .visit_info_agent .visit_info .tabs {
        padding-left: 0;

    }

    body .block-wrap {
        margin-top: 30px;
    }

    .mobile-property-contact.visible-on-mobile {
        display: none !important;
    }

    /*.footer-top-wrap .container {
		max-width: unset !important
	}*/
    .single-property .page-title h1 {

        font-size: 23px;
    }

    /*
	body .item-price-wrap .item-price {
	    font-size: 27px;
	}*/
    body .mobile-property-title {
        padding: 0 0px 28px;
    }

    body .mobile-property-title .labels-wrap {
        bottom: 30px;
        right: 20px;
    }

    .contact_form .gform_wrapper {


        padding-bottom: 25px;
    }

    .video_pop > .wrap {

        min-height: calc(100vh - 74px);
    }

    .custom_map.desktop {
        display: none;
    }

    .custom_map.mobile {
        display: block;
    }

    .vc_btn3-container.vc_btn3-inline.cta_marg_left a {
        max-width: 297px;
    }

    .grille_regions .taxonomy-grids-module-v1 .row > div {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;

    }

    .footer-top-wrap .widget_media_image {
        margin: 0 auto;
    }

    .recent_articles .one_post .post_thumb:before,
    .grid-view .item-listing-wrap .item-header:hover > a:before {
        display: none;
    }

    body .item-wrap-v6 .item-body {
        border-radius: 0;
        padding: 8px 0 12px 0px;
    }

    .item-amenities {
        font-size: 12px;
        line-height: 14px;

    }

    body .mr-1,
    body .mx-1 {
        margin-right: .1rem !important;
    }

    .single-property .centris_id {
        font-size: 12px;
    }

    body .property-overview-wrap .property-overview-data .flex-fill {
        width: calc(100% / 2.1);

    }
}

@media (max-width: 767.98px) {
    body .property-banner .tab-pane {
        height: auto;
        padding-top: 0;
    }

    body .property-detail-v3 .top-gallery-section {
        position: relative;
    }
}

@media only screen and (max-width: 767px) {
    .grille_regions .taxonomy-grids-module-v1 .row > div {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;

    }

    .grille_regions .taxonomy-grids-module-v1 .row > div:nth-child(4) .taxonomy-item-square {
        border-bottom: 1px solid rgba(163, 160, 162, .5);

    }

    .grille_regions .taxonomy-grids-module-v1 .row > div:nth-child(3) .taxonomy-item-square {
        border-right: 1px solid rgba(163, 160, 162, .5);
    }

    .grille_regions .taxonomy-grids-module-v1 .row > div:nth-child(2) .taxonomy-item-square,
    .grille_regions .taxonomy-grids-module-v1 .row > div:nth-child(4) .taxonomy-item-square {
        border-right: 0;
    }

    .footer-top-wrap .widget_media_image {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 700px) {
    .visit_info_agent .visit_info {
        width: calc(100%);
        max-width: calc(100%);
        -ms-flex: 0 0 calc(100%);
        flex: 0 0 calc(100%);

    }

    .visit_info_agent .agent {

        width: calc(100%);
        max-width: calc(100%);
        -ms-flex: 0 0 calc(100%);
        flex: 0 0 calc(100%);
    }

    .visit_info_agent {

        max-width: 400px;
        margin: 0 auto;
    }

    .visit_info_agent .agent:not(.multi) {
        padding: 0 0 38px 0;
    }

    .visit_info_agent .visit_info .forms,
    .visit_info_agent .visit_info .tabs {

        border-right: 0;

    }

    .visit_info_agent .visit_info .forms .form {
        padding: 0 0 30px 0;
    }

    .visit_info_agent .agent.multi {
        padding: 0 0 0 0;
        margin-bottom: 20px;
    }

}

@media only screen and (min-width: 641px) {
    .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {

        max-width: 100% !important;
    }
}

@media only screen and (max-width: 641px) {
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: 1.2;
        min-height: 2rem;
    }

    .video_pop .gform_wrapper ul.gform_fields li.gfield {
        width: 100% !important;
    }

    .video_pop .video p {
        font-size: 18px;
        margin-bottom: 10px;
    }

    body .video_pop .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.side_title_positionnement p {

        font-size: 15px;
    }

    body .video_pop input[type="text"], body .video_pop textarea, body .video_pop input[type="email"], body .video_pop input[type="password"], body .video_pop input[type="tel"], body .video_pop input[type="url"], body .video_pop input[type="search"], body .video_pop input[type="date"] {
        padding: 11px 15px !important;
    }

    body .gform_wrapper ul li.gfield {
        margin-top: 11px;

    }


}

@media (max-width: 576px) {
    .grille_regions .taxonomy-grids-module-v1 .taxonomy-item-square .taxonomy-item {
        padding-bottom: 246px;
    }

    .grille_regions .taxonomy-grids-module-v1 .row > div .taxonomy-item-square {
        border-bottom: 1px solid rgba(163, 160, 162, .5) !important;
        border-right: 0 !important;
    }

    .grille_regions .taxonomy-title {
        font-size: 18px;
    }

    .grille_regions .hover-effect-flat:before {
        opacity: .95;

    }

    body .vc_row.equipe_bureau_row .vc_column_container .vc_column-inner {
        margin: 0;
        padding: 27px 15px !important;
    }

    .temoignages_row .temoignage {
        font-size: 16px;
    }

    #infolettre_row h2 {
        font-size: 18px;
    }

    html body {
        font-size: 14px;
    }

    body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type=submit] {
        font-size: 14px;
    }

    body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type=submit] {
        padding: 9px 21px;
    }

    .vc_row {
        padding-left: 0;
        padding-right: 0;
    }

    body .container {
        padding-right: 20px;
        padding-left: 20px;
        width: auto;
    }

    #main-wrap > .listing-wrap:after,
    #main-wrap > .listing-wrap:before,
    .content-wrap:after,
    .content-wrap:after, .content-wrap:before {
        width: 15px;
    }

    body .vc_row.banner h1 {
        font-size: 25px;
    }

    body .vc_row.banner h2 {
        font-size: 20px;
    }

    body .header-v4 .toggle_menu_header {

        margin-left: 17px;

    }

    body .header-v4 .right-nav .cta_search a {
        font-size: 12px;
    }

    #header-section .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    body .vc_row.h2_different h2 strong {
        font-size: 25px;
    }

    body .vc_row.h2_different h2 {
        font-size: 14px;
    }

    .agents-list-view .one_agent {
        width: 50%;

    }

    .agents-list-view .one_agent:nth-child(3n + 1) {
        clear: none;
    }

    .agents-list-view .one_agent:nth-child(2n + 1) {
        clear: both;
    }

    .single-article-wrap .post-wrap .post-header-wrap {
        padding: 40px 0 3px;
    }

    .agents-list-view .one_agent h2 {
        font-size: 18px;

    }

    html body h2 {
        font-size: 20px;
    }

    body .vc_row.banner.marg_bottom {
        margin-bottom: 60px;
    }

    #custom_search .advanced-search {
        margin-top: -175px;
    }

    .video_pop.open_pop {
        padding: 26px;
    }

    .video_pop .close {
        top: 6px;
        right: 5px;
    }

    .video_pop .video {
        max-width: 298px;
    }

    .video_pop .video h2 strong {
        font-size: 22px;
    }

    .video_pop .video h2 {
        font-size: 13px;
    }

    .video_pop .gform_wrapper .gfield_radio li, .video_pop .gform_wrapper .gfield_checkbox li {
        margin-bottom: 22px;
    }

    .video_pop .gform_wrapper .gform_page_footer {
        margin: 35px 0 0;
    }

    .video_pop .gform_page_footer input[type=submit].gform_button, .video_pop .gform_page_footer input[type="button"].button.gform_next_button {
        font-size: 14px;
        padding: 6px 15px;
        max-width: 216px;
    }

    .video_pop .gform_page_footer input[type="button"].button.gform_previous_button {
        max-width: 216px;
        padding: 0 0 0 15px;
    }

    .video_pop .gform_wrapper .list_2_colonnes .gfield_checkbox li {
        margin-bottom: 15px;
    }

    #tab-properties .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .single-houzez_agent .grid-view {
        margin-left: -10px;
        margin-right: -10px;
    }

    .single-houzez_agent .grid-view .item-listing-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }

    .recherche_pop {
        right: -380px;
        width: 320px;
        padding: 106px 10px 34px;
    }

    body .block-wrap {
        font-size: 13px;
    }

    .video_pop > .wrap {

        min-height: calc(100vh - 52px);
    }

}

@media (max-width: 479px) {
    .proprietes_quebec .grid-view .small_view .item-listing-wrap {
        width: 100%;
        flex-basis: 100%;
    }

    body .header-v4 .logo_small,
    body .header-v4 .logo_toggle,
    body .header-v4 .logo_large {
        height: 54px;
        width: auto !important;
    }

    body .header-v4 .cta_search {
        margin-left: 20px;
        display: none;
    }

    .liste_icon_texte .wpb_column:first-child .vc_column-inner {
        padding: 0 0 0 15px;
    }

    .liste_icon_texte {
        padding-bottom: 5px !important;
        margin-bottom: 31px;

    }

    .cta_all .item-wrap {
        font-size: 18px;

        padding-top: 117px;
    }

    .proprietes_quebec .grid-view .item-listing-wrap {
        margin-bottom: 25px;
    }

    body .footer-top-wrap .row > div:nth-child(3),
    body .footer-top-wrap .row > div:nth-child(4) {
        /* width: calc(calc(100% - 262px) * .5); */
        max-width: unset;
        -ms-flex: unset;
        flex: unset;
        width: 100%;
        float: none;
        text-align: center;

    }

    body .next-prev-block a {

        font-size: 12px;
    }

    .share_cta a {

        margin: 0 4px;

    }

    .blog .plus {
        margin: 0 -8px;
    }

    .blog .plus .article-wrap .post-wrap {
        margin: 0 8px;
    }

    body .widget-title {
        margin-bottom: 14px;

    }

    body .widget-wrap {
        padding: 0 0 8px 15px;
    }

    .content-wrap {

        padding-top: 74px;
    }

    body .vc_row.banner {
        min-height: 366px;
    }

    body .block-wrap {
        font-size: 12px;
    }

    body .block-title-wrap h2 {
        font-size: 22px;
    }

    .mobile-property-title {
        padding: 0 10px 20px;
    }

    .single-property .page-title h1 {
        margin: 0;
        font-size: 21px;
    }

    .mobile-property-title .labels-wrap {
        bottom: 0;
        right: 10px;
    }

    .visit_info_agent .visit_info .tabs .tab {
        padding: 25px 15px;
        font-size: 14px;
    }

    body .leaflet-map {
        height: 425px !important
    }

    .vc_btn3-container.vc_btn3-inline.cta_marg_left {
        margin-left: 0;
        text-align: center;
    }

    .vc_btn3-container.vc_btn3-inline.cta_marg_left a {

        max-width: 225px;

    }

    body .vc_row {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    body .page-item.disabled .page-link, body .page-item .page-link {

        font-size: 12px;
        width: 28px;
        height: 28px;
        line-height: 28px;

    }

    .item-price {
        font-size: 14px;
    }

    .grid-view .item-listing-wrap {
        padding-left: 8px;
        padding-right: 8px;

    }

    .visit_info_agent .agent.multi .agent-image {
        width: 84px;
        max-width: 84px;
        -ms-flex: 0 0 84px;
        flex: 0 0 84px;
    }

    .visit_info_agent .agent.multi .agent-phone {
        margin-bottom: 1px;
    }
}

@media (max-width: 450px) {
    body .property-overview-wrap .property-overview-data .flex-fill {
        width: 100%;
        display: block;
        padding: 15px 0 0;
    }
}

@media (max-width: 420px) {
    .recent_articles .one_post {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .agents-list-view .one_agent {
        width: 100%;
        float: none;

    }

    .grid-view .item-listing-wrap {
        width: 100%;
        flex-basis: 100%;
    }

    .recent_articles {
        margin: 0 -10px 0;
    }

    .single-houzez_agent .grid-view .item-listing-wrap {
        width: 100%;
        flex-basis: 100%;
    }

    /*
	body .item-price-wrap .item-price {
	    font-size: 21px;
	}*/
    .single-property .page-title h1 {
        margin: 0;
        font-size: 18px;
    }

    .mobile-property-title {
        padding: 0 0 20px;
    }

    .mobile-property-title .labels-wrap {
        bottom: 0;
        right: 0;
    }

    .visit_info_agent .visit_info .tabs .tab {
        padding: 25px 5px;
        font-size: 12px;
    }

    body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper textarea {
        padding: 15px 12px;
        font-size: 12px;
    }

    body .gform_wrapper .ginput_container_select select {
        padding: 18px 12px;
        font-size: 12px;
    }

    body .leaflet-map {
        height: 365px !important
    }

}

/** accueil ***/
.vc_custom_1591825805923 {
    background: #484247 url(../../uploads/2020/05/bhhs-accueil-banner-1.jpg?id=55) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.vc_custom_1591737414906 {
    background-image: url(../../uploads/2020/05/a-vendre-bg.jpg?id=73) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.vc_custom_1591723408976 {
    background-image: url(../../uploads/2020/05/Pattern-tuiles3.jpg?id=243) !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
}

.vc_custom_1591737429382 {
    background-image: url(../../uploads/2020/05/a-vendre-bg.jpg?id=73) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/** achat / location ***/
.vc_custom_1591826498565 {
    background: #484247 url(../../uploads/2020/06/bhhs-achat-banner-v2.jpg?id=488) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.vc_custom_1591723631288 {
    background-image: url(../../uploads/2020/06/bg-escalier.jpg?id=1168) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/*** vente ****/

.vc_custom_1591826851888 {
    background: #484247 url(../../uploads/2020/05/bhhs-vente-banner.jpg?id=139) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.vc_custom_1591826844938 {
    background-image: url(../../uploads/2020/05/bhhs-trouver-courtier-bg.jpg?id=203) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


/**** a propos ****/
.vc_custom_1591719828228 {
    background: #484247 url(../../uploads/2020/06/bhhs-a-propos-banner-v2.jpg?id=502) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.vc_custom_1591724079031 {
    background: var(--accent-color) url(../../uploads/2020/05/bhhs-temoignages-bg.jpg?id=181) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/** courtiers***/

.vc_custom_1591720108755 {
    background: #484247 url(../../uploads/2020/06/bhhs-courtier-merci-bg.jpg?id=274) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/**** joinsew team *****/

.vc_custom_1592231569031 {
    background: #484247 url(../../uploads/2020/06/bhhs-se-joindre-banner.jpg?id=510) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.vc_custom_1592231573336 {
    background-image: url(../../uploads/2020/06/bhhs-joindre-bg.jpg?id=336) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


.ui-widget {
    font-family: inherit;
}


@media screen and (max-width: 1299px) {
    #accordion .list-2-cols td > * {
        width: 100%;
        text-align: left !important;
    }

    #accordion .list-2-cols td,
    #accordion .list-2-cols th {
        /*margin-left: 20px;
	    margin-right: 20px;
	    width: calc(50% - 40px);
	    float: left;*/
        width: 50%;
        padding-top: 15px;
        padding-bottom: 15px;
        vertical-align: top;
    }

    #accordion .list-2-cols td:first-child,
    #accordion .list-2-cols th:first-child {
        padding-right: 15px;
        padding-left: 0 !important;
    }

    #accordion .list-2-cols td:last-child,
    #accordion .list-2-cols th:last-child {
        padding-left: 15px;
    }
}

@media screen and (max-width: 599px) {
    html body #accordion .list-2-cols td,
    html body #accordion .list-2-cols th {
        width: 100%;
        display: inline-block;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    html body #accordion .list-2-cols td:first-child,
    html body #accordion .list-2-cols th:first-child {
        border-bottom: 1px solid #e3e2e3;
    }
}