/**************************************/
/**************************************/
/* Base generale Proclus 3 avec immobilier */
/**************************************/
/**************************************/
html, body
{
	background-repeat: no-repeat;
	background-size:cover;
	background-attachment:fixed;
	background-position:center;
}
body, .site_body
{
	color:#5e5e5e;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/**************************************/
/***		   	  LINKS				***/
/**************************************/
a, a:link, a:visited, a:active, a:hover
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.site_links, .site_links:link, .site_links:visited, .site_links:active, .site_links:hover
{

}
.site_links:hover
{

}
/**************************************/
/***		   END OF LINKS			***/
/**************************************/

/**************************************/
/***		   	  FORM				***/
/**************************************/
button, input, textarea, select, optgroup, option, .formfield, .formfield_error
{

}
.formfield
{
	font-family:arial,verdana,sans serif;
	font-size:14px;
	padding:6px;
	border: 2px solid #d9d9d9;
    min-height: 34px
}
.formfield_error
{

}
/**************************************/
/***		  END OF FORM			***/
/**************************************/

/**************************************/
/***		 	BUTTONS				***/
/**************************************/
.button, a.button_link
{
	font-size: 16px;
	padding: 10px 20px;
	border:2px solid #fff;
	text-transform: uppercase;
}
.button, a.button_link, a.button_link:link, a.button_link:visited, a.button_link:active
{
	color:#fff;
}
.button:hover, a.button_link:hover,
.button:focus, a.button_link:focus
{
	background:#fff;
}
.navbar_bt .button
{

}
.button.button_small, a.button_link.button_small
{
	font-size: 14px;
	padding: 5px 10px;
}

.mod_search .button
{
	padding:6px;
	font-size:14px;
	line-height:16px;
	margin: 2px 0 2px 0;
}
.mod_search .button.button_icon
{
	padding: 0px 8px;
	height: 34px;
}

.button.cff_bt_date
{
	font-size: 14px;
	padding: 6px;
	box-sizing: border-box;
	line-height: 100%;
	font-size:0.01px;
}
.button.cff_bt_date:before
{
	font-family:FontAwesome;
	content:'\f073';
	font-size: 14px;
	line-height: 100%;
}
/**************************************/
/***		 END OF BUTTONS			***/
/**************************************/

/**************************************/
/***		CHECKBOX, RADIO			***/
/**************************************/
.cff-checkbox, .cff-radio-cnt input
{
	display:none;
}
.cff-checkbox-style,
.cff-radio-style
{
	display:inline-block;
	border: 2px solid #d9d9d9;
	width:1.5em;
	height:1.5em;
	margin-right:5px;

	transition: all 0.3s ease 0s;
	vertical-align:middle;
}
.cff-checkbox-style
{
	font-family: 'FontAwesome';
	font-size:1em;
	line-height:1.5em;
	text-align:center;
}
.cff-radio-style
{
	border-radius: 50%;
	position:relative;
}
.cff-checkbox-style:after
{
	content:'\f00c';
	opacity:0;
}
.cff-radio-style:after
{
	content:'';
	display:block;
	position:absolute;
	top:4px;
	right:4px;
	bottom:4px;
	left:4px;
	background:#5e5e5e;
	border-radius: 50%;
	opacity:0;
}
.cff-checkbox-label,
.cff-radio-label
{
  padding-top:2px;
}
.cff-checkbox:checked+.cff-checkbox-style:after,
.cff-radio:checked+.cff-radio-style:after
{
	opacity:1;
	transition: all 0.2s ease 0s;
}
.bg_dark .cff-radio-style:after
{
	background:#FFF;
}
/**************************************/
/***		 END OF CHECKBOX		***/
/**************************************/

/**************************************/
/***		      MENU				***/
/**************************************/
.menu_container
{

}
.menu
{
	padding:5px 8px;
	background: transparent;
	font-weight: bold;
}
.bg_dark .menu
{
	color: #fff;
}
.menu.selected, .menu.current, .menu.current.selected
{
	color:#fff;
	font-weight: bold;
}
.bg_dark .menu.selected, .bg_dark  .menu.current, .bg_dark  .menu.current.selected
{
	background-color: #fff;
}

.submenu_container
{

}
.submenu
{
	color: #fff;
}
.submenu.selected, .submenu.current, .submenu.current.selected
{
	background-color: #fff;
}

.mod_menu_acc .menu_title
{

}
.mod_menu_acc .menu_container
{

}
.mod_menu_acc .menu
{

}
.mod_menu_acc .menu_level2 .menu, .mod_menu_acc .menu_level2 .menu.current
{

}
.mod_menu_acc .menu.current
{

}
.mod_menu_acc .menu.selected
{

}
.mod_menu_acc .menu.current.selected
{

}
/*Start of tab menu*/
.ss-folders
{

}
.ss-fold_title
{

}
.ss-folders>.ss-fold_title>.ss-title
{
}
.ss-folders>.ss-fold_title>.ss-title.current, .ss-folders>.ss-fold_title>.ss-title:hover
{
}
.ss-folders>.ss-fold_cnt>.ss-item>.ss-cnt
{
}
/*Start of accordeon menu*/
.ss-accordion
{

}
.ss-accordion .ss-title
{
}
.ss-accordion .open .ss-title, .ss-accordion .ss-title:hover
{
}
.ss-accordion>.ss-item>.ss-cnt
{
}
/**************************************/
/***		  END OF MENU			***/
/**************************************/

/**************************************/
/***		 	CONTENT				***/
/**************************************/
h1, .pagetitle
{
	font-size:2.4em;
	font-weight: 900;
	line-height: 100%;
	padding-bottom:10px;
	text-transform: uppercase;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
}
.under640 h1, .under640 .pagetitle
{
	font-size:2em;
}
.pagetitle_details
{

}
h2, .sectiontitle
{
	font-size: 2em;
	font-weight: bold;
	line-height: 100%;
	padding-bottom:10px;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
}
.under640 h2, .under640 .sectiontitle
{
	font-size:1.8em;
}
.sectiontitle_details
{

}
h3, .subtitle
{
	font-size: 1.8en;
	font-weight: bold;
	line-height: 100%;
	padding-bottom:10px;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
}
.under640 h3, .under640 .subtitle
{
	font-size: 1.6em;
}
.subtitle_details
{

}
h4, .bigcontent_title
{
	line-height: 100%;
	padding-bottom:10px;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
}
.bigcontent
{
	font-size:1.5em;
}
.under640 .bigcontent
{
	font-size:1.2em;
}
h5, .content_title
{
	font-size:1.2em;
	line-height: 100%;
	padding-bottom:10px;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
}
.content
{

}
h6, .smallcontent_title
{

}
.smallcontent
{

}
/**************************************/
/***		 END OF CONTENT			***/
/**************************************/

/**************************************/
/***		  WHITECONTENT			***/
/**************************************/
.whitecontent_title
{

}
.whitecontent
{

}
.whitecontent:link
{

}
.whitecontent:visited, .whitecontent:active
{

}
.whitecontent:hover
{

}
/**************************************/
/***	   END OF WHITECONTENT		***/
/**************************************/

/**************************************/
/***		  	 TABLE				***/
/**************************************/
.main
{
	border:2px solid #000;
}
table.main
{

}
.title
{

}
.column
{

}

.row1
{

}
.row2
{

}
.emptyrow1, .emptyrow2
{

}
.emptyrow1
{

}
.emptyrow2
{

}

.row1inactiv, .emptyrow1inactiv
{

}
.row2inactiv, .emptyrow2inactiv
{

}

.listtable
{
	margin-bottom:10px;
}
.listcell
{

}
.list
{

}
.listover, .list:hover
{

}
.listinactiv
{

}
.listinactiv2
{

}
.listoverinactiv
{

}
.list_green
{

}
.list_orange
{

}
.list_red
{

}
.negativ
{

}
/**************************************/
/***		  END OF TABLE			***/
/**************************************/

/**************************************/
/***		   	  MISC				***/
/**************************************/
.bt_nav_div
{

}
div.hr
{
	height: 1px
}
div.hr hr
{

}
div.hr.dotted
{

}
div.hr.dashed
{

}
/**************************************/
/***		   END OF MISC			***/
/**************************************/

/**************************************/
/***		   	  BOX				***/
/**************************************/
.box1_main
{
	margin-bottom: 20px;
}
.box1_title, .box2_title
{
	color:#fff;
	padding:10px 20px;
	font-size: 24px;
	line-height:100%;
}
.box1_content, .box2_content
{
	padding:10px 20px;
	border:2px solid #777;
	border-top-style:none;
}

.box2_main
{

}
.box2_title
{

}
.box2_content
{

}
/**************************************/
/***		   END OF BOX			***/
/**************************************/

/**************************************/
/***		  	  BAND 				***/
/**************************************/
.bg_light,
.bg_light a,
.bg_light a:hover,
.bg_light .site_links, .bg_light .site_links:link, .bg_light .site_links:visited, .bg_light .site_links:active, .bg_light .site_links:hover,
.bg_light .site_links:hover,
.bg_light a.button_link
{
	color:#5e5e5e;
}

/*bg_dark*/
.bg_dark
{
}
.bg_dark a, .bg_dark  a:link, .bg_dark  a:visited, .bg_dark  a:active, .bg_dark  a:hover,
.bg_dark .site_links, .bg_dark .site_links:link, .bg_dark .site_links:visited, .bg_dark .site_links:active, .bg_dark .site_links:hover
{
	color:#ffffff;
}
.bg_dark a:hover, .bg_dark .site_links:hover
{

}
.bg_dark .button a, .bg_dark a.button_link
{

}
.bg_dark .button:hover a, .bg_dark a.button_link:hover
{

}
.bg_dark h1, .bg_dark .pagetitle, .bg_dark h2, .bg_dark .sectiontitle
{
	color:#fff;
	border-color: #FFF;
}
.bg_dark h3, .bg_dark .subtitle, .bg_dark h4, .bg_dark .bigcontent_title, .bg_dark h5, .bg_dark .content_title, .bg_dark h6, .bg_dark .smallcontent_title
{
	color:#FFF;
	border-color: #FFF;
}

.bg_dark .ss-folders>.ss-fold_title>.ss-title.first,
.bg_dark .ss-accordion .first .ss-title
{
	border-color:#fff;
}


.band_content>.ss-d,
.band_content>.ss-t,
.band_content>.ss-folders,
.band_content>.ss-accordion,
.band_content>.ss-layers,
.ss-box-default-content
{
	padding:40px 40px;
	margin:0 auto;
	max-width: 1300px;
}
.band_content>.no_padding
{
	margin:-40px -40px;
}

.under640 .band_content>.ss-d,
.under640 .band_content>.ss-t,
.under640 .band_content>.ss-folders,
.under640 .band_content>.ss-accordion,
.under640 .band_content>.ss-layers,
.under640 .ss-box-default-content
{
	padding-left:10px;
	padding-right:10px;
}
.under640 .band_content>.no_padding
{
	margin-left:-10px;
	margin-right:-10px;
}

/**************************************/
/***		  END OF BAND			***/
/**************************************/

/**************************************/
/***		  PHOTOSTYLES			***/
/**************************************/
.ps_picture_shadow
{

}

/**************************************/
/***		  END OF PHOTOSTYLES	***/
/**************************************/

/**************************************/
/***			ROTATOR			    ***/
/**************************************/
/* slider */
.jssl_prev_slide_orientation_h img, .jssl_next_slide_orientation_h img
{
	display:none;
}
.jssv_prev_slide_h, .jssv_next_slide_h,
.jssl_prev_slide_orientation_h, .jssl_next_slide_orientation_h
{
	background:transparent;
	width:auto;
	width:50px;
	text-align:center;
	cursor:pointer;
}
.jssv_prev_slide_h:hover, .jssv_next_slide_h:hover,
.jssl_prev_slide_orientation_h:hover, .jssl_next_slide_orientation_h:hover
{
	background:transparent;
}
.jssv_prev_slide_h:after, .jssv_next_slide_h:after,
.jssl_prev_slide_orientation_h:after, .jssl_next_slide_orientation_h:after
{
	font-family: 'FontAwesome';
	font-size:40px;
	line-height:64px;
	color:rgba(255,255,255,.9);
	text-shadow:0 0 2px rgba(0,0,0,1);
}
.jssv_prev_slide_h:hover:after, .jssv_next_slide_h:hover:after,
.jssl_prev_slide_orientation_h:hover:after, .jssl_next_slide_orientation_h:hover:after
{
	color:rgba(255,255,255,1);
}
.jssv_prev_slide_h:after,
.jssl_prev_slide_orientation_h:after
{
	content:'\f137'; /* fa-chevron-circle-left*/
}
.jssv_next_slide_h:after,
.jssl_next_slide_orientation_h:after
{
	content:'\f138'; /* fa-chevron-circle-right*/
}


.generic_rotator_1 .jssv_box_title span
{
	padding:5px 15px 35px 15px;
}
.generic_rotator_2 .jssv_box_title span
{
	padding:5px 15px 25px 15px;
}
.generic_rotator_1 .jssv_box_title h3, .generic_rotator_2 .jssv_box_title h3
{
	color:#fff;
	margin-top:0px;
	margin-bottom:5px;
	border-bottom:none;
}
.generic_rotator_1 .jssv_box_title h3:hover, .generic_rotator_2 .jssv_box_title h3:hover
{
	color:#fff;
}
.generic_rotator_1 .jssv_box_title p, .generic_rotator_2 .jssv_box_title p
{
	color:#fff;
	padding:0px;
}
/**************************************/
/***		END OF ROTATOR			***/
/**************************************/

/**************************************/
/***			BLOG				***/
/**************************************/
.data_small
{

}
.data_large
{

}
.blog_list_large_container h3, .blog_list_large_container h3 a
{

}
.blog_list_large_container h3.blog_title_no_margin, .blog_list_large_container h3.blog_title_no_margin a
{

}
.blog_list_medium_container
{

}
.blog_list_medium_container h3, .blog_list_medium_container h3 a
{

}
.blog_list_small_container
{

}
.blog_list_small_container h3, .blog_list_small_container h3 a
{

}
.gab_blog_list_10 .blog_list_container
{

}
.gab_blog_list_10 .blog_title_container a
{

}
.gab_blog_list_10 .blog_content_container
{

}
.gab_blog_list_10 .blog_content_container p
{

}
.gab_blog_column_list_3_medium .blog_list_medium_container
{

}
/**************************************/
/***		  END OF BLOG			***/
/**************************************/


/**************************************/
/***	  END OF PRODUCT LIST		***/
/**************************************/
.th_sidemenu
{
	background:#000;
}
.th_sidemenu h5, .th_sidemenu .content_title
{
	font-weight:normal;
}
.bt_sidemenu img, .bt_sidemenu_close img
{
	cursor:pointer;
}

#TB_head
{
	height: 40px;
	background-color: #e8e8e8;
}

.cff-pt, .cff-t>tbody>tr>td.cff-pt
{
    padding-top: 7px;
}

.mod_login_form
{
	margin-bottom:1em;
}

/* Icones pour telephone */
.th_header_phone, .th_header_cellphone
{
	padding-right:20px;
}
.under800 .th_header_phone, .under800 .th_header_cellphone
{
	display:inline-block;
	white-space:nowrap;
	padding-right:20px;
	text-align:right;
}
.th_header_phone:before
{
	display:inline-block;
	font-family:FontAwesome;
	content:'\f095'; /* fa-phone  fa-mobile f10b */
	/*font-size: 14px;
	line-height: 100%;*/
	padding-right:.4em;
}
.th_header_phone:empty,
.th_header_cellphone:empty
{
	display:none;
}
.th_header_cellphone:before
{
	display:inline-block;
	font-family:FontAwesome;
	content:'\f10b'; /* fa-mobile */
	/*font-size: 14px;
	line-height: 100%;*/
	padding-right:.4em;
}

/* Icone pour lien google maps */
.th_header_location
{
	cursor:pointer;
	/*color:#FFF;*/
}
.th_header_location:before
{
    display: inline-block;
    font-family: FontAwesome;
    content: '\f041'; /* fa-map-marker */
    padding: 4px 10px;
}

/* Format de texte spéciaux */
.txt_phone .content_title:before,
.txt_phone .content:before
{
	font-family:FontAwesome;
	content:'\f095'; /* fa-phone  fa-mobile f10b */
	padding-right:.4em;
}
.txt_fax .content_title:before,
.txt_fax .content:before
{
	font-family:FontAwesome;
	content:'\f1ac'; /* fa-fax */
	padding-right:.4em;
}
.txt_website .content_title:before,
.txt_website .content:before
{
	font-family:FontAwesome;
	content:'\f0c1'; /* fa-globe f0ac fa-link f0c1 */
	padding-right:.4em;
}
.txt_route .content_title:before,
.txt_route .content:before
{
	font-family:FontAwesome;
	content:'\f14e'; /* fa-compass */
	padding-right:.4em;
}
.txt_pdf .content_title:before,
.txt_pdf .content:before
{
	font-family:FontAwesome;
	content:'\f1c1'; /* fa-file-pdf */
	padding-right:.4em;
}

/**************************************/
/**************************************/
/* FIN Base generale */
/**************************************/
/**************************************/


/**************************************/
/* Compte a rebours. */
/**************************************/
.countdown_cnt
{
}
.countdown_label
{
	text-align:center;
	font-size:60px;
}
.under800 .countdown_label
{
	font-size:36px;
}
.countdown_parts
{
}
.countdown_part
{
	width:25%;
	display:inline-block;
}
.countdown_unit
{
	display:block;
	text-align:center;
	text-transform:uppercase;
	font-size:36px;
	padding:30px 0;
}
.under800 .countdown_unit
{
	font-size:20px;
}
.countdown_unit_before
{
	display:none;
}
.countdown_digits
{
	display:block;
	margin:0 auto;
	border:2px solid #FFF;
	border-radius:50%;
	width:170px;
	height:170px;
	text-align:center;
	font-size:60px;
	line-height:170px;
	vertical-align:middle;
}
.under800 .countdown_digits
{
	width:170px;
	height:170px;
	font-size:60px;
}
.countdown_digit
{
}
.countdown_unit_after
{
}


#th_body_fixedbg
{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index: -1;
}
/*.pageid_mls_view #th_body_fixedbg*/
.pageid_mls_view .ss-body
{
	background-color:#EEE;
}
#th_body_fixedbg_inner
{
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	z-index: -1;
}
/*
.min1280 #th_body_fixedbg_inner
{
	width:100%;
	max-width:640px;
	max-height:960px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
*/

/**************************************/
/* MLS                                */
/**************************************/
.mls_imglows
{
	display:table;
	margin:0 auto;
}
.mls_imglow_main
{
	display:table-cell;
	padding:10px;
	vertical-align:top;
}
.mls_imglow_main .mls_imglow_img
{
	width:100%;
}
.under1024 .mls_imglow_main
{
	display:table;
	margin:0 auto;
}
.mls_imglow_thumbs
{
	display:table-cell;
	max-width:600px;
	text-align:left;
	vertical-align:bottom;
}
.under1024 .mls_imglow_thumbs
{
	display:block;
	max-width:100%;
	/*max-width:1300px;
	margin:0 auto;*/
	text-align:center;
	vertical-align:top;
}
.mls_imglow_thumb
{
	display:inline-block;
	padding:10px;
}
.mls_imglow_thumb_img
{
	cursor:pointer;
}
.mls_imglow_thumb_imgwrap
{
}
.imglow_thumb_img
{
	width:100%;
}

/* Images en tuiles */
.mls_imgtiles
{
	text-align:center;
}
.mls_imgtile
{
	display:inline-block;
	padding:10px;
	position:relative;
}
.mls_imgtile_img
{
	transition: all 2s ease 0s;
	width:100%;
	max-width:800px;
}
.under1280 .mls_imgtile_img
{
	/*max-width:calc(1sw / 2 - 20px);*/
}
.mls_imgtile_label
{
	transition: all 2s ease 0s;
	padding:5px 10px;
	color:#FFF;
	background-color:rgba(0,0,0,.8);
	text-align:center;
	font-size:16px;
	max-width:800px;
}
.min640 .mls_imgtile_label
{
	position:absolute;
	left:10px;
	right:10px;
	bottom:10px;
	overflow:hidden;
}
.under640 .mls_imgtile_label
{
}
/*
.mls_imgtile_reduced .mls_imgtile_first
{
	display:table;
	margin:0 auto;
}
.mls_imgtiles.mls_imgtile_reduced
{
	max-width:1300px;
	margin:0 auto;
}
.mls_imgtile_reduced .mls_imgtile_more
{
	cursor:pointer;
}
.mls_imgtile_reduced .mls_imgtile_more .mls_imgtile_img
{
	max-width:200px;
}
.mls_imgtile_reduced .mls_imgtile_more .mls_imgtile_label
{
	max-width:200px;
	display:none;
}
*/

.bnr
{
	padding:1em 0;
}


.ss-flex .mls_details_container
{
	padding:20px;
	margin:0 20px 20px 0;
	background-color:#FFF;
}
.ss-flex .mls_details_container.mls_details_container_mortage
{
	padding:0;
	margin:0;
	background-color:transparent;
}

.mls_details_container_main
{
	line-height: 150%;
}

.mls_details_container_top
{
	margin-bottom: 10px;
}
.mls_no,
.mls_details_container_prices .sale,
.mls_address,
.mls_address,
.mls_address_postal,
.mls_source,
.mls_date_regis,
.mls_details_container_mortage_link
{
	line-height: 24px;
}
.mls_details_container_prices .sale
{
	font-size: 24px;
}
/***********************************************************************************************/
.mls_details_container_pagetitle
{
	display:inline-block;
	vertical-align: top;
}
.mls_details_container_prices
{
	display:inline-block;
	vertical-align: top;
}

.mls_details_container_generalinfo
{
	font-size:1.2em;
}
.under640 .mls_details_container_generalinfo
{
	font-size:1.1em;
}
.mls_details_container_generalinfo .mls_details_title
{
	display:none;
}
.mls_details_container_buttons
{

}
.mls_details_container_social
{

}

.mls_pictures_cnt
{
	position:relative;
}
.mls_pictures_cnt .mls_sold
{
	z-index:20;
	position: absolute;
    bottom: auto;
    right: auto;
    top: 20px;
    left: 60px;
    transform: rotate(-10deg);
    width: 200px;

	background-color: #DD0000;
	padding: 8px 10px 9px 10px;
    color: #FFF;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: .4px;
    text-align: center;
}

/* Recherche a gauche avec resultats a droite. */
.mls_search_result_left
{
	width: 270px;
}
.mod_mls_search_result_left
{
	width: 270px;
}

.mls_search_result_menu
{
	width:auto;
}
.mls_search_result_menu td
{
	width:0px;
	display:none;
 	font-size: 0px;
 	border:2px solid #fff;
 	border-left:none;
 	border-bottom:none;

}
.folder
{
	cursor:pointer;
}
.mls_search_result_menu td.td_folder
{
	display:table-cell;
}
.mls_search_result_menu td.td_folder .folder
{
	padding:5px 20px;
	font-size:14px;
	background: #fff;
	text-align: center;
}
.mls_search_result_menu td.td_folder .folder.current,
.mls_search_result_menu td.td_folder .folder:hover
{
	color:#000;
	background: #ddd;
}
/*
.mls_search_result_menu td:first-child
{
	border-left:2px solid #fff;
}
.mls_search_result_view .result_page
{
	padding:0px;
	background: #fff;
}
*/
.mls_list_separator
{
	font-weight: bold;
	margin-bottom: 10px;
}

.mls_list .item
{
	margin-bottom:15px;
}
.mls_list .mls_list_item_left, .mls_list .item_left
{
	width: 200px;
	vertical-align:top;
}
.mls_list .mls_list_item_right
{
	width:100%;
	vertical-align:top;
}
.mls_gmap_list .item_right
{
	vertical-align:top;
	padding-left:5px;
}
.mls_list .tag
{
	position:absolute;
	z-index:2;
}
.mls_list .mls_no, .mls_photo_list .mls_no, .mls_gmap_list .mls_no
{
	font-size:10px;
}
.mls_list .mls_genre
{
	font-size:1.2em;
}
.mls_list .sector, .mls_photo_list .sector, .mls_gmap_list .sector
{
	font-weight: bolder;
}
.mls_list_item .mls_list_item_left,
.mls_list_item .mls_list_item_right
{
	padding-bottom:1em;
}

/*Couleur + transparence au div sur les résulats lors du changement de page*/
#mls_list_results .div_over_wait, #mls_photo_list_result .div_over_wait
{
	background-color: #FFFFFF;
	opacity: 0.5;
	filter: alpha(opacity=50);
}


/*
.mls_search_result_view .jssl_container
{

}
.mls_search_result_view .jssl_imagelinkprev_orientation_v
{
	width:16px;
	height:12px;
}
.mls_search_result_view .jssl_prev_slide_orientation_v
{
	width:16px;
	height:12px;
	margin-top: 4px;
	background: url(../../comp/js_slider/images/slider_mini_up.png) no-repeat;
}
.mls_search_result_view .jssl_prev_slide_orientation_v:hover
{
	width:16px;
	height:12px;
	margin-top: 4px;
	background: url(../../comp/js_slider/images/slider_mini_upo.png) no-repeat;
}
.mls_search_result_view .jssl_imagelinknext_orientation_v
{
	width:16px;
	height:12px;
}
.mls_search_result_view .jssl_next_slide_orientation_v
{
	width:16px;
	height:12px;
	background: url(../../comp/js_slider/images/slider_mini_down.png) no-repeat;
}
.mls_search_result_view .jssl_next_slide_orientation_v:hover
{
	width:16px;
	height:12px;
	background: url(../../comp/js_slider/images/slider_mini_downo.png) no-repeat;
}
*/

/***********************************************************************************************/
.mls_details_container_bottom
{
	margin-top:10px;
}

.grd_table .grd_cell
{
	/*line-height: 24px;*/
	padding-bottom: 5px;
	padding-right:20px;
	vertical-align: top;
}
.grd_row .grd_cell:last-child
{
	padding-right:0;
}
.grd_row_total
{
	text-align:right;
	font-weight:bold;
}
.grd_row_total .grd_col_1
{
	font-size:.8em;
	font-weight:normal;
	padding-top: 3px;
}
.mls_details_container_rooms .grd_table .grd_row_divider .grd_cell
{
	font-weight:bold;
	font-size:.8em;
}
.grd_cell_currency
{
	text-align:right;
	white-space: nowrap;
}
.grd_table .grd_cell_header
{
	font-size:.8em;
	font-weight: bold;
	padding-bottom: 5px;
	/*line-height: 24px;
	border-bottom:1px solid #000;*/
}
.grd_table .grd_col_1
{
	font-weight: bold;
	/*width: 220px;*/
}
.grd_table .grd_col_2
{
	/*width: 320px;*/
}
.grd_table .grd_col_3
{
	/*width: 160px;*/
}
.mls_details_container_info
{
	/*margin-bottom:10px;*/
}
.mls_details_container_info .mls_subtitle
{
	/*margin-top:0px;*/
}
.mls_details_container_category
{
	margin-bottom:3px;
	font-weight: bold;
}

.mls_renovations_row_info
{
	font-weight: normal;
}

/*Expenses*/
.mls_details_container_expenses .grd_table .grd_col_2,
.mls_details_container_expenses .grd_table .grd_col_3
{
	width: 80px;
}
.mls_details_container_expenses .grd_table, .mls_details_container_evaluation .grd_table,
.mls_details_container_building .grd_table, .mls_details_container_lot .grd_table
{
	/*margin-top:-20px;*/
}
/*Rooms*/
.mls_details_container_rooms .grd_table
{
	margin-bottom:10px;
}
.mls_details_container_rooms .grd_table .grd_col_1,
.mls_details_container_incomespaces .grd_table .grd_col_1
{
	font-weight: normal;
}
.mls_details_container_rooms .grd_table .grd_col_1 .mls_room_row_description,
.mls_details_container_rooms .grd_table .grd_cell_header.grd_col_1
{
	font-weight: bold;
}


.gab_mls_flex .ss-flex
{
	display:block;
}
.min640 .gab_mls_flex .ss-flex
{
	display:flex;
}
.gab_mls_flex .ss-flexitem
{
	display:block;
}
.min640 .gab_mls_flex .ss-flexitem
{
	display:inline-block;
}

/*Rooms 2*/
.mls_details_container_rooms2
{

}
.mls_details_container_rooms2 .content_group
{
}
.min640 .mls_details_container_rooms2 .content_group
{
	display: inline-block;
	vertical-align: top;
	padding-right: 50px;
}
.mls_details_container_rooms2 .mls_rooms_row
{
    padding: 0px 0px 20px 0px;
    /*display: inline-block;
	vertical-align: top;*/
}
.mls_details_container_rooms2 .content_description
{
	/*text-align:center;*/
}
.mls_details_container_rooms2 .mls_room_row_description
{
	font-weight:bold;
}
.mls_details_container_rooms2 .content_dimension
{
	/*text-align:center;*/
}


.mls_features_row
{
	padding: 0px 0px 20px 0px;
	/*
    padding: 0px 50px 20px 0px;
    display: inline-block;
	max-width: 600px;
	vertical-align: top;
	*/
}
.min640 .mls_features_row
{
	padding-right: 50px;
}
.mls_features_title
{
	font-weight: bold;
}

/***********************************************************************************************/
.mls_details_container_bottom_right
{
	width:320px;
}
.mls_button.button
{
	text-align: center;
}
.mls_social_container
{
	padding:10px;
	display: none;
	margin-top:-11px;
	margin-bottom:10px;
	border:1px solid #cccccc;
}
.mls_social
{
	margin-bottom: 10px;
}
.pageid_mls_agents .mod_mls_agents
{
	margin-top:50px;
}
.viewer_agent
{
	text-align:center;
	margin:0 0 10px 0;
}
.viewer_agent.viewer_agent_default
{
	text-align:left;
	margin-bottom:50px;
}
.viewer_agent_default .viewer_agent_photo_container
{
	padding-right:20px;
}
.viewer_agent_fullname
{
	font-weight:bold;
}
.viewer_agent_default .viewer_agent_fullname
{
	font-size:1.2em;
}
.viewer_agent_certificate
{
	font-size:.8em;
}
.viewer_agent_specialities
{
	font-size:.8em;
	padding:5px 0;
}
.viewer_agent_firm
{
	margin:10px 0;
}

.agent_box .viewer_agent_phone:before,
.agent_box .viewer_agent_phone2:before
{
    font-family: FontAwesome;
    content: '\f095';
    padding-right: .4em;
}

.mls_details_container_agent .viewer_agent_container
{
	width: 320px;
	/*height: 150px;*/
	display: block;
	background: #fff;
}
.mls_details_container_agent .viewer_agent_container .viewer_agent,
.mls_details_container_agent .viewer_agent_container .viewer_agent_details,
.mls_details_container_agent .viewer_agent_container .viewer_agent_reqinfo_container
{

}
.mls_details_container_agent .viewer_agent_container .viewer_agent_details
{
	padding:10px 10px 0px 10px;
}
.mls_details_container_agent .viewer_agent_container .viewer_agent_reqinfo_container
{
	padding:10px 0 0 0;
}
.mls_details_container_agent .viewer_agent_details
{
	padding:0px;
}

.mls_details_container_mortage .mortgage_rates .rate
{
	width:60px;
	line-height: 24px;
	font-weight: bold;
}
.mls_details_container_mortage .mortgage_rates .label
{
	line-height: 24px;
}

.mod_mls_search .search_city,
.mod_mls_search_form .search_city
{
	background-image: url("../images/arrow.gif");
	background-position: right 3px center;
	background-repeat: no-repeat;
}

.citydrop
{
	position: absolute;
	z-index: 10;
	overflow: auto;
	background-color: #FFFFFF;
	font-size: 12px;
	width: 320px;
	padding: 3px 5px;
	box-sizing:border-box;

	border: 1px solid #CCCCCC;
	-moz-box-shadow: 2px 2px 4px #CCCCCC;
	-webkit-box-shadow: 2px 2px 4px #CCCCCC;
	box-shadow: 2px 2px 4px #CCCCCC;
}
/*
.mod_mls_search .citydrop,
.mod_mls_search_form .citydrop
{
	position: absolute;
	z-index: 10;
	overflow: auto;
	background-color: #FFFFFF;
	font-size: 12px;
	width: 320px;
	padding: 3px 5px;
	box-sizing:border-box;

	border: 1px solid #CCCCCC;
	-moz-box-shadow: 2px 2px 4px #CCCCCC;
	-webkit-box-shadow: 2px 2px 4px #CCCCCC;
	box-shadow: 2px 2px 4px #CCCCCC;
}
*/
.mod_mls_search .citydrop_inner,
.mod_mls_search_form .citydrop_inner
{

}
.mod_mls_search .citydrop .city_item,
.mod_mls_search_form .citydrop .city_item
{

}
.mod_mls_search .citydrop .city_item_quartier,
.mod_mls_search_form .citydrop .city_item_quartier
{

	color:#555;
}
.mod_mls_search .citydrop .city_item:hover,
.mod_mls_search_form .citydrop .city_item:hover
{

}
.mod_mls_search .citydrop label,
.mod_mls_search_form .citydrop label
{

}

/* Recherche minimale */
.mls_search_minimal .mod_form_fields,
.mls_search_minimal .mod_form_buttons
{
	display:inline-block;
	padding:0;
}

/* FIN Recherche minimale */

/* Nouvelle liste */
.mls_list .mls_infos
{
	background-color:#EEE;
}

.mls_bedrooms, .mls_bathrooms
{
	font-size:20px;
	font-weight:bold;
	display:inline-block;
	padding:10px;
}
.mls_bedrooms:empty, .mls_bathrooms:empty
{
	display:none;
}
.mls_bedrooms:after, .mls_bathrooms:after
{
	font-family:FontAwesome;
	font-size:22px;
	padding-left:10px;
}
.mls_bedrooms:after
{
	content:'\f236'; /* fa-bed */
}
.mls_bathrooms:after
{
	content:'\f2cd'; /* fa-bath */
}

.mls_list .mls_terrain
{
	font-weight:bold;
}

.mls_list_img_wrap
{
	position:relative;
	text-align: center;
	color:#FFF;
	transition: all 0.3s ease 0s;
}
.mls_list_img_wrap:hover
{
	opacity:.7;
	transition: all 0.2s ease 0s;
}

.min640 .mls_list_img_top
{
	position:absolute;
	left:0;
	top:0;
	right:0;
	text-align:right;
}
.mls_list_img_top .sale
{
	font-size:22px;
}
.min640 .mls_list_img_bottom
{
	position:absolute;
	text-align: left;
	left:0;
	bottom:0;
	right:0;
}
.ss_edit .mls_list_img_bottom,
.ss_edit .mls_list_img_top
{
	position:relative;
}
.min640 .mls_list_img_top .mls_inner,
.min640 .mls_list_img_bottom .mls_inner
{
	display:inline-block;
}
.under640 .mls_list_img_top .mls_inner,
.under640 .mls_list_img_bottom .mls_inner
{
	display:block;
}
.mls_list_img_top .mls_inner,
.mls_list_img_bottom .mls_inner
{
	background-color:rgba(0,0,0,.8);
	padding:5px 10px;
	font-size:16px;
}
.gab_mls_list_small .mls_list_img_top .mls_inner,
.gab_mls_list_small .mls_list_img_bottom .mls_inner
{
	padding:5px 8px;
	font-size:14px;
}

.mls_list_img_bottom .mls_address
{
	font-size:12px;
}
.mls_list_img_wrap a,
.mls_list_img_wrap a:link,
.mls_list_img_wrap a:visited,
.mls_list_img_wrap a:active,
.mls_list_img_wrap a:hover
{
	text-decoration:none !important;
	color:#FFF !important;
}
/* FIN nouvelle liste */

/* Retire 2018-03-04
.mls_list
{
	border-collapse: separate;
	border-spacing: 0px 10px;
}
.listing_table
{
	border-collapse: collapse;
	border-spacing: 0px;
}
.mls_list .item_left a, .mls_list .mls_list_item_left a
{
	display: block;
	position: relative;
}
*/

/*
.mls_list .item_left a::before, .mls_list .mls_list_item_left a::before
{
	z-index:3;
	content: '';
    display: block;
    position: absolute;

    top:0px;
    left:0px;
    right:0px;
    bottom:0px;

    -webkit-box-shadow: inset 0px 0px 10px #000000;
	-moz-box-shadow: inset 0px 0px 10px #000000;
	box-shadow: inset 0px 0px 10px #000000;
}
*/

/* Retire 2018-03-04
.ss-t.viewer_agent
{
	margin-bottom:10px;
}
.ss-t.viewer_agent img.main
{
	max-width: 127px;
}
.ss-ct.viewer_agent_photo_container
{
	width: 129px;
}
.ss-ct.viewer_agent_firm_container
{
	width:120px;
}
.listing_row
{
	margin-bottom:10px;
}

.ss-t.listing_table .listing_row
{
	margin-bottom:0px;
}

.listing_table .listing_row .mls_genre
{
	margin-bottom: 0px;
	border:none;
}
.listing_table .listing_row .mls_city
{
	font-size:16px;
}

.listing_row .item_left, .mls_list_item .mls_list_item_left, .mls_list .mls_list_item_left
{
	width:200px;
}
*/

.item_img_wrap
{
	position:relative;
}
img.item_img_tag
{
	top:0px;
	left:0px;
	position: absolute;
}


/* Retire 2018-03-04

.mls_visite
{
	font-weight: bold;
}

.viewer_agent_phone, .viewer_agent_phone_other, .viewer_agent_fax, .viewer_agent_email, .viewer_agent_website
{
	white-space: nowrap;
}

.mls_details h3, .mls_details .subtitle
{
	font-size: 16px;
}

.firm_box
{
	margin-bottom:10px;
}

.firm_box .viewer_firm
{
	width:137px;
}

.mls_details_container_compare
{
	display: none;
}

.item_pictureabove
{
	margin-bottom: 10px;
}
.mls_list .item_pictureabove .mls_genre
{
	margin-top: 0px;
	font-weight: bold;
	margin-bottom: 0px;
	border:none;
}
.item_pictureabove .item_img
{
	width:100%;
	height:auto;
}


.mls_address
{
	font-size: 18px;
	margin: 5px 0px;
}

.mod_mls_list .ss-cut
{
	width: 50px !important;
	min-width: 50px !important;
}
.mod_mls_list .mls_prices
{
	font-size: 20px;
	font-weight: bold;
}

.under800 .listing_table_col_1 .ss-ct,
.under800 .listing_table_col_2 .ss-ct,
.under800 .listing_table_col_3 .ss-ct,
.under800 .listing_table_col_4 .ss-ct,
.under800 .listing_table_col_5 .ss-ct
{
	width:100%;
}
.listing_table_col_2 .listing_col
{
	width:50%;
}
.listing_table_col_3 .listing_col
{
	width:33.334%;
}
.listing_table_col_4 .listing_col
{
	width:25%;
}
.listing_table_col_5 .listing_col
{
	width:20%;
}

.under800 .mod_mls_list .listing_table,
.under800 .mod_mls_list .listing_row,
.under800 .mod_mls_list .listing_row .ss-ct,
.under800 .mod_mls_list .ss-cut
{
	display: block;
}
.under800 .mls_list .item_pictureabove
{
	margin:0 auto;
	max-width: 320px;
	margin-bottom: 10px;
}
*/

.calc_buttons
{
	text-align:left;
	padding: 1em 0 .5em 0;
}

/**************************************/
/***		   	MLS FOOTER		    ***/
/**************************************/
.mls_header_menu
{
	height: 2em;
	text-align: right;
	padding: 2px 0 0 0;
	margin-right:20px;
}
.mls_header_menu a
{
	padding-left: 20px;
	text-decoration: none;
}
.mls_header_menu a:hover
{
	text-decoration: underline;
}

.mls_footer_photos
{
	width:10%;
	padding:0 20px 20px 0;
}
.mls_footer_photos .mls_agent_photo
{

}
.mls_footer_contact .mls_firm_photo, .mls_footer_contact .mls_firm_photo_trans
{
	margin: .5em 0 .5em 0;
}
.mls_footer_contact .mls_firm_photo
{
	padding: 5px 5px;
}
.mls_footer_contact .site_name
{
	font-size:1.5em;
}
.mls_footer_contact .site_details
{
	margin-bottom:5px;
}
.mls_footer_contact .smedias_icons
{
	display:block;
	margin-top:5px;
}
.dynasimple_logo
{
	display:table;
	margin:5px 0 5px auto;
}
.mls_footer_contact .entry .label
{
	font-size:12px;
}
.mls_footer_contact .entry .value
{
	display:block;
}

.mod_mls_question .pagetitle,
.mod_mls_question .mod_form_content
{
	padding-right:10px;
	padding-left:10px;
}
.mod_mls_question .mod_form_content
{
	padding-bottom:10px;
}
/**************************************/
/***		 END OF MLS FOOTER		***/
/**************************************/


.jssv_box_title
{
	max-width:600px;
	background-color:transparent;
	/*
	background-color:rgba(255,255,255,.7);
	border-radius:20px;
	*/
	padding:10px 20px;
}
.jssv_box_title_text h3
{
	padding:0;
	font-size:60px;
	color:#FFF;
	text-shadow:0 0 2px rgba(0,0,0,.5);
}
.under800 .jssv_box_title_text h3
{
	padding:0;
	font-size:36px;
	color:#FFF;
}

/*
.jssv_box_title
{
    z-index: 20;
    background-color: transparent;
    opacity: 0;
    position: absolute;
    left: 0;
	right:0;
    top: auto;
	bottom:75px;
	text-align:center;
}
.jssv_box_title_text h3
{
	padding:10px 20px;
	display:inline-block;
	background-color: #f85d44;
	color:#FFF;
	font-size:42px;
	text-transform:uppercase;
	font-weight:lighter;
}
.under640 .jssv_box_title_text h3
{
	font-size:36px;
}
*/

.textpic
{
}
.textpic_title
{

}
.textpic_title a
{
	position:relative;
	top:-19px;
	background-color: #5e5e5e;
	font-size:14px;
	text-transform:uppercase;
	line-height:100%;
	margin:0 40px;

	display:block;
	padding:12px 12px;
	min-width:226px;
	text-align:center;
}
.textpic_title a, .textpic_title a:link, .textpic_title a:visited, .textpic_title a:active, .textpic_title a:hover
{
	text-decoration:none;
	color:#FFF;
}
.textpic_title a:hover
{
	transform: scale(1.2);
}

h5, .content_title
{
	font-size:1em;
	line-height: 150%;
	padding:0;
}

/* Entete du site */
.th_header_companyname, .th_header_subtitle
{
	display: block;
    text-align: center;
    white-space: nowrap;
	text-decoration:none;
    text-transform: uppercase;
}
.ss-textfill
{
	opacity:0;
}
.ss-textfill.ss-textfill-done
{
	opacity:1;
	transition: all 0.3s ease 0s;
}
.th_header_companyname
{
	font-size:20px;
	line-height: 36px;
	font-weight: bold;
	letter-spacing: 3px;
}
.th_header_subtitle
{
	font-size:10px;
    margin-top: 5px;
    letter-spacing: 4px;
}
.ss_edit .ss-textfill
{
	opacity:1;
}


.th_header_phone, .th_header_cellphone
{
	padding-right:20px;
}
.under800 .th_header_phone, .under800 .th_header_cellphone
{
	display:inline-block;
	white-space:nowrap;
	padding-right:20px;
	text-align:right;
}
.th_header_phone:before
{
	display:inline-block;
	font-family:FontAwesome;
	content:'\f095'; /* fa-phone  fa-mobile f10b */
	/*font-size: 14px;
	line-height: 100%;*/
	padding-right:.4em;
}
.th_header_cellphone:empty
{
	display:none;
}
.th_header_cellphone:before
{
	display:inline-block;
	font-family:FontAwesome;
	content:'\f10b'; /* fa-mobile */
	/*font-size: 14px;
	line-height: 100%;*/
	padding-right:.4em;
}


.round_frame_outer
{
	overflow: hidden;
	border-radius: 50%;
	display: inline-block;
}
.round_frame_inner
{

}

.site_logo
{
	width:100%;
	padding:5px 10px;
}

/* Ajustement pour compatibilite des bannieres html */
.mls_list_item .mls_list_img_wrap{
	position: relative;
}
/* Bannières Html par dessus les inscriptions */
:root{
	/*--mls-tag-commitment-color: #60b54c;*/
	--mls-tag-color:#950027;
}


.mls_tag
{
	position: absolute;
	z-index: 4;
	top: 0;
  	margin: 5px;
  	margin-left: 0;
  	width: 145px;
  	height: 26px;
}
.mls_list_medium .mls_tag
{
  	width: 190px;
  	height: 36px;
}

.mls_tag .inner
{
	position: relative;
	display: flex;
	align-items: center;
  	justify-content: center;
  	width: 100%;
  	height: 100%;
  	background: var(--mls-tag-color);
	color: white;
	font-weight: bold;
  	font-size: 12px;
  	letter-spacing: 0.05em;
  	text-align: center;
  	text-transform: uppercase;
}
.mls_tag .inner.mls_tag_small_text{
	font-size: 9px;
}

.mls_tag .inner1
{
  	content: ' ';
  	position: absolute;
  	background-color: transparent;
  	top: 0;
  	left: 100%;
  	width: 0;
  	height: 0;
  	border-top: 26px solid var(--mls-tag-color);
  	border-right: 10px solid transparent;
}
.mls_list_medium .mls_tag .inner1
{
  	border-top: 35px solid var(--mls-tag-color);
  	border-right: 13px solid transparent;
}
.mls_tag .inner2
{
  	content: ' ';
  	position: absolute;
  	background-color: transparent;
  	top: 0;
  	left: 100%;
  	width: 0;
  	height: 0;
  	border-bottom: 26px solid var(--mls-tag-color);
  	border-right: 10px solid transparent;
}
.mls_list_medium .mls_tag .inner2
{
  	border-bottom: 36px solid var(--mls-tag-color);
  	border-right: 13px solid transparent;
}

/* Couleurs associees aux types de bannieres */
.mls_tag_commitment
{
	--mls-tag-color: #60b54c;
}
.mls_tag_bachelor
{
	--mls-tag-color: #F87623;
}
.mls_tag_corpo
{
	--mls-tag-color: #113398;
}
.mls_tag_exchange
{
	--mls-tag-color: #86C645;
}
.mls_tag_forrent
{
	--mls-tag-color: #9844AD;
}
.mls_tag_intergeneration
{
	--mls-tag-color: #087F08;
}
.mls_tag_waterfront
{
	--mls-tag-color: #0085eb;
}
.mls_tag_new
{
	--mls-tag-color: #542DA5;
}
.mls_tag_openhouse
{
	--mls-tag-color: #18A29A;
}
.mls_tag_reduced
{
	--mls-tag-color: #D6AA00;
}
.mls_tag_rent
{
	--mls-tag-color: #E13500;
}
.mls_tag_sold
{
	--mls-tag-color: #E10800;
}
.mls_tag_land2
{
	--mls-tag-color: #788d00;
}
.mls_tag_condo
{
	--mls-tag-color: #5600a7;
}
.mls_tag_duplex
{
	--mls-tag-color: #0091ca;
}
.mls_tag_commercial
{
	--mls-tag-color: #890096;
}
.mls_tag_building
{
	--mls-tag-color: #854700;
}
.mls_tag_wateraccess, .mls_tag_lakeaccess
{
	--mls-tag-color: #1576C1;
}

.formlabel
{
	font-size:14px;
}
.formnote
{
	font-size:14px;
	text-align:right;
	margin-bottom:2px;
}