/* Stylesheets and Google fonts import */
/* @import url("all.css"); */
/* @import url("font-awesome.css"); */
/* @import url("animations.css");
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i');
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800); */
/*  CSS definations for Real Spaces  */

/*-------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*-------------------------------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

iframe {
	border: 0;
}


/* ==================================================
   Basic Styles
================================================== */
body.hebrew h1,
body.hebrew h3,
body.hebrew h2,
body.hebrew h4,
body.hebrew h5,
body.hebrew p,
body.hebrew td,
body.hebrew form,
body.hebrew label,
body.hebrew ul.checks>li,
body.hebrew .accordion-inner,
body.hebrew .col-md-2-index .widgettitle,
body.hebrew .navigation>ul>li>ul li>a,
body.hebrew .navigation>ul>li>a,
body.hebrew .col-md-2-index .nav-tabs li.mandats a {
	font-family: Arial;
	direction: rtl;
}

body.hebrew .col-md-2-index strong a,
body.hebrew .col-md-2-index i,
body.hebrew label,
body.hebrew .block .alert,
body.hebrew .property-grid .alert,
body.hebrew .block h3,
body.hebrew .nav-tabs li.mandats,
body.hebrew .col-md-4-index .widget,
body.hebrew .single-property .block h1,
body.hebrew .bloc-form-contact ul>li {
	text-align: right;
	direction: rtl;
}

body.hebrew .block .alert {
	padding: 7px 15px 5px 5px;
}

body.hebrew .close {
	float: left;
}

body.hebrew .property-grid .property-info,
body.hebrew .property-grid .property-info h3 {
	text-align: right !important;
	direction: rtl;
}

body.hebrew .site-footer .label-primary {
	text-align: right;
	display: inline-block;
	padding: .1em .6em .1em;
	margin-bottom: 2px;
}

body.hebrew .block h3 .btn,
body.hebrew .block .btn {
	float: left !important;
}

body.hebrew form .col-md-6,
body.hebrew form .col-md-12,
body.hebrew form .col-md-4,
body.hebrew form .col-md-8,
body.hebrew form .col-md-10,
body.hebrew form .col-md-2,
body.hebrew form .col-md-1,
body.hebrew form .col-md-3,
body.hebrew form .col-md-7,
body.hebrew form .col-md-5,
body.hebrew form .input-group {
	float: right;
	text-align: right;
	direction: rtl;
}

body.hebrew form .input-group {
	margin-bottom: 20px;
}

body.hebrew form .btn {
	text-align: center;
}

body.hebrew .property-grid .alert li {
	margin-right: 8px;
}

body.hebrew select.custom-select-2,
body.hebrew .select,
body.hebrew input[type="text"].select {
	background: rgba(0, 0, 0, 0) url(../images/down-arrow.png) no-repeat scroll 5% center !important;
}

body.hebrew .block-heading h4 {
	direction: ltr;
}

body.hebrew .agent-info h3,
body.hebrew .single-agent h3,
body.hebrew .property-info h3 {
	text-align: left;
}

body.hebrew .navigation>ul>li>a strong {
	padding-right: 35px;
	padding-left: 0;
}

body.hebrew .navigation>ul>li i.fa-user-circle-o {
	padding-right: 0;
}

body.hebrew .col-md-6-index .widget ul>li {
	float: right;
}

body.hebrew .owl-alt-controls.owl-theme .owl-controls .owl-buttons div.owl-next {
	left: 50px;
	right: auto;
}

body.hebrew .owl-alt-controls.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: 15px;
	right: auto;
}

body.hebrew .footer-widget {
	font-family: Arial;
	text-align: right;
}

html,
body {
	height: 100%;
}

html,
hmtl a {
	width: 100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a {
	color: #053063;
	cursor: pointer;
	-webkit-transition: color 0.1s linear 0s;
	-moz-transition: color 0.1s linear 0s;
	-o-transition: color 0.1s linear 0s;
	transition: color 0.1s linear 0s;
}

a:hover {
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	outline: 0;
	color: #666666;
}

a img {
	border: none;
}

a>img {
	vertical-align: middle;
}

.gray-bg {
	background: #bababa;
}

.blue-bg {
	background: #00D4ED;
	color: #fff !important;
	padding: 25px;
	margin-top: 30px;
}

.blue-bg h5 {
	color: #fff !important;
	font-size: 25px;
	line-height: 1.08349;
	font-weight: 600;
	margin-top: 25px;
	padding-left: 40px;
	padding-right: 40px;

}

.blue-bg h2 {
	color: #fff !important;
	font-size: 30px;
	line-height: 1.15;
	font-weight: 600;
	text-align: center;
	margin-top: 12px;
	padding-left: 40px;
	padding-right: 40px;

}

.blue-bg p {
	color: #fff !important;
	font-size: 21px;
	line-height: 1.381;
	font-weight: 400;
	letter-spacing: .011em;
	text-align: center;
	margin-top: 25px;
	padding-left: 40px;
	padding-right: 40px;
}

h2.big {
	color: #111 !important;
	font-size: 48px;
	line-height: 1.08349;
	font-weight: 700;
	margin-top: 22px;
	padding-left: 40px;
	padding-right: 40px;

}

.kitmedia h2.big {
	margin-top: 0;
}

h3.big {
	color: #111 !important;
	font-size: 30px;
	margin-top: -30px;
	line-height: 1.08349;
	margin-bottom: 20px;
}

p.big {
	color: #111 !important;
	font-size: 21px !important;
	line-height: 1.8 !important;
	font-weight: 600 !important;
	letter-spacing: .011em !important;
	margin-top: 18px;
	padding-left: 40px;
	padding-right: 40px;
}

p.big span {
	text-decoration: underline;
	font-weight: 800;
}

.bg-immo p.big {
	color: #fff !important;
	font-size: 26px !important;
	font-family: 'Raleway', sans-serif;
	line-height: 30px;
	font-weight: 600 !important;
	margin-top: 0;
	line-height: 1;
}

.bg-immo h1.big {
	font-size: 42px !important;
	font-weight: 700;
}

.gray-bg2 {
	background: #656d78 !important;
}

.gray-text {
	color: #bababa;
}

.lgray-bg {
	background: #f8f8f8;
}

.lgray-bg2 {
	background: #e6e9ed;
}

.dgray-bg {
	background: #333333;
}

img {
	max-width: 100%;
}

object,
embed,
audio,
video {
	max-width: 100%;
}

img {
	height: auto;
}
.my-image img {
	width: 100% !important;
	height: 500px !important;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
  }
.center-content {
	display: flex;
	justify-content: center;
  }

strong,
.strong {
	font-weight: 700;
}

p {
	margin: 0 0 20px;
}

i,
em,
.italic {
	font-style: italic;
}

.uppercase {
	text-transform: uppercase;
}

.align-left {
	float: left;
	margin: 0 25px 0 0px !important;
}

.align-right {
	float: right;
	margin: 0 0 0 25px !important;
}
.align-p-right {
	float: right;
	padding: 0 0 0 25px !important;
}
.text-align-left {
	text-align: left;
}

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

h2.text-align-center {
	margin-bottom: 30px;
	line-height: 36px;
	margin-top: 5px;
}

.text-align-center>i {
	color: #053063;
}

.text-align-center .btn i {
	color: inherit !important;
}


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

.color-text {
	color: #ffffff;
}

.through {
	text-decoration: line-through;
}

.border-radius {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

small {
	font-size: 80%;
}

.apropos small {
	font-size: 11px;
	line-height: 9px;
}

form small {
	font-size: 11px;
	line-height: 9px;
}

/* ==================================================
   Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px 0;
	color: #072d64;
	font-weight: 400;
	line-height: 1.5em;
	font-family: 'Raleway', sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
span a,
li a,
p a {
	color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
span a:hover,
li a:hover,
p a:hover {
	color: #053063;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 29px;
}

.text-white h1,
.text-white h2,
.text-white h4,
.text-white {
	color: #ffffff !important;
}

.section-title h1,
.section-title h2,
.section-title h3 {
	text-transform: uppercase;
	margin-bottom: 0;
}

.section-title h1 {
	font-size: 16px;
	text-transform: none;
}

.section-title h2 {
	line-height: 34px;
}

.alert h1,
.block h1 {
	font-size: 24px;
	line-height: 30px;
}

.alert span {
	font-size: 24px;
	line-height: 30px;
}

h3,
.h3 {
	font-size: 24px;
	line-height: 30px;
	color: #072d64;
	font-weight: 400;
	line-height: 1.5em;
	font-family: 'Raleway', sans-serif;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 16px;
	font-weight: 700;
}

h6 {
	font-size: 12px;
}

h1.short,
h2.short,
h3.short,
h4.short,
h5.short,
h6.short,
p.short {
	margin-bottom: 5px;
}

h1.spaced,
h2.spaced,
h3.spaced,
h4.spaced,
h5.spaced,
h6.spaced {
	margin-top: 22px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #072d64;
	text-decoration: none;
}

/*************************
  15. Section title 1
***********************/
.section-title {}

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4 {
	margin-bottom: 0;
}

#content .site-search-module .section-title {
	padding-left: 20px;
	padding-top: 10px;
}

.section-title h3 {
	font-weight: 600;
}

.section-title p {
	margin-bottom: 0px;
	font-size: 14px;
}

/*************************
  16. section title 2
*************************/
.section-title-2 {
	margin: 20px auto;
	width: calc(100% - 30%);
}

.section-title-2 h1 {}

.section-title-2 h2,
.section-title-2 h1 {
	line-height: 1;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 30px;
}

.section-title-2 p {}

.section-title-2 .title-line {
	padding: 20px 0 15px
}

/*flat-item-info*/

.flat-item-info {
	padding: 15px 0;
}

.flat-title-price {
	overflow: hidden;
	padding-bottom: 5px;
}

.flat-title-price .price {
	float: right;
	line-height: 1;
	color: #053063;
	font-family: "montserrat";
	font-size: 22px;
	font-weight: 400;
}

.flat-title-price h5 {
	float: left;
	margin-bottom: 0;
}

.flat-item-info img {
	margin-right: 10px;
}

.flat-item-info>p {
	font-size: 15px;
	margin-bottom: 0;
}

/*====================*/


.huge {
	font-size: 10em;
}

blockquote {
	margin: 30px 0;
	padding: 0 0 0 30px;
	border-left: 3px solid;
}

blockquote p {
	margin-bottom: 8px;
	white-space: normal;
	font-style: italic;
	font-size: 20px;
	font-family: Georgia, serif;
}

blockquote cite {
	color: #ffffff;
}

blockquote cite:before {
	content: "- ";
}

p {
	color: #053063;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 15px;
}

p.mailing {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 5px 0;
}

.justify {
	text-align: justify;
}

.footer-widget p.villes {
	font-size: 13px;
	line-height: 26px;
}

p.md {
	font-size: 16px;
	line-height: 22px;
}

p.lg {
	font-size: 30px;
	line-height: 1.2em;
}

.big {
	font-size: 200%;
	line-height: 1.5em;
}

.thin {
	font-weight: 300;
}

body.hebrew p.drop-caps:first-child:first-letter {
	float: right;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 0;
	padding: 4px;
	font-size: 85px;
	font-family: Georgia, serif;
	line-height: 50px;
}

p.drop-caps:first-child:first-letter {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	padding: 4px;
	font-size: 75px;
	font-family: Georgia, serif;
	line-height: 60px;
}

p.drop-caps.secondary:first-child:first-letter {
	margin-right: 10px;
	padding: 6px 12px;
	border-radius: 4px;
	color: rgb(255, 255, 255);
	background-color: #053063;
}

hr {
	display: block;
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 80%;
	height: 1px;
	border: 0;
	background: #e3e3e3;
}

hr.kit-media {
	display: block;
	clear: both;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
	height: 10px;
	border: 0;
	background: #e3e3e3;
}

hr.kit-media2 {
	display: block;
	clear: both;
	margin-top: 50px;
	margin-bottom: 50px;
	width: 100%;
	height: 2px;
	border: 0;
	background: #e3e3e3;
}

hr.fw {
	display: block;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	height: 1px;
	border: 0;
	background: #eee;
}

hr.sm {
	display: inline-block;
	margin: 15px 0;
	width: 40px;
	height: 2px;
	border: 0;
	background: #eee;
}

ul.checks,
ul.angles,
ul.carets,
ul.chevrons {
	margin-bottom: 15px;
}

ul.checks>li,
ul.angles>li,
ul.carets>li,
ul.chevrons>li {
	margin: 10px 0;
}

ul.checks>li>i,
ul.angles>li>i,
ul.carets>li>i,
ul.chevrons>li>i {
	margin-right: 2px;
}

ul.inline,
ul.inline2 {
	margin: 0px 0;
}

ul.inline>li {
	display: inline-block;
	margin: 0 5px 5px 0;
}

ul.inline2>li {
	display: inline-block;
	margin-right: 10px;
}

ul.inline2>li i.fa {
	margin-right: 2px;
}

ul.inline>li>i.fa-check-circle-o {
	display: none !important;

}

ul.nav-list-primary>li a {
	display: block;
	padding: 8px;
	border-bottom: 1px solid #f5f5f5;
	color: #666666;
	text-decoration: none;
}

ul.nav-list-primary>li a:hover {
	text-decoration: none;
}

ul.unordered {
	margin: 10px 0 10px 20px;
	list-style-type: disc;
}

ol {
	margin: 10px 0 10px 30px;
	list-style-type: decimal;
}

ul.unordered ul,
ol ul {
	margin: 10px 0 10px 20px;
}

ul.unordered ul {
	list-style-type: circle;
}

dl {
	margin: 10px 0;
}

dl dt {
	font-weight: 700;
}

address.ico i {
	display: inline-block;
	float: left;
	clear: both;
	padding-top: 3px;
}

address.ico p {
	margin: 0;
	padding-bottom: 10px;
}

address.ico span {
	display: inline-block;
	padding-left: 20px;
}

.cursive {
	font-family: Georgia, serif;
	font-style: italic;
	text-transform: none;
	font-weight: 400;
	letter-spacing: 0;
}

label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 400;
}

.block label.radio {
	text-align: left;
	display: inline-block;
	color: #fff;
	width: 100%;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	/* padding-top: 0px; */
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	margin-top: 0;
}

.block label.bg1 {
	background: #ef8f1e;
}

.block label.bg2 {
	background: #f4a11d;
}

.block label.bg3 {
	background: #fab51a;
}

.block .radio input[type="radio"] {
	margin-left: O !important;
}

.block .radio input[type="radio"] {
	margin-left: -1px !important;
	margin-right: 10px;
	margin-top: 11px;
}

.block label {
	text-align: left;
	font-weight: 600;
	color: #555;
	padding-left: 5px;
}

label h2 {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0;
}

#room label,
#desc_div label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: normal;
	padding: 3px 3px 0 0;
}

label span {
	color: #053063;
	font-size: 20px;
	font-weight: bold;
}

label span.asterisque {
	color: #df0000;
	font-weight: bold;
	font-size: 30px;
	vertical-align: -webkit-baseline-middle;
	vertical-align: middle;
}

h4 span.asterisque {
	color: #df0000;
	font-weight: bold;
	font-size: 30px;
	vertical-align: -webkit-baseline-middle;
	vertical-align: middle;
}

.lgray-bg label span.asterisque,
.block label span.asterisque,
.block h4 span.asterisque {
	color: #df0000;
	font-weight: bold;
	font-size: 30px;
	vertical-align: -webkit-baseline-middle;
	vertical-align: middle;
}

.block-heading h4 span.asterisque,
.block h1 span.asterisque {
	color: #df0000;
	font-weight: bold;
	font-size: 30px;
	vertical-align: -webkit-baseline-middle;
	vertical-align: middle;
}

.lgray-bg label span {
	color: #df0000;
	font-size: 12px;
}

.lgray-bg strong a {
	color: #df0000;
	font-size: 16px;
	text-decoration: underline;
}

.controls {
	margin-top: 10px;
	border: 1px solid transparent;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 32px;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
	background-color: #fff !important;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
	margin-left: 12px;
	padding: 0 11px 0 13px;
	text-overflow: ellipsis;
	width: 300px;
}

#pac-input:focus {
	border-color: #4d90fe;
}

.form-control,
.cke {
	margin-bottom: 20px !important;
}

.table-striped .form-control {
	margin-bottom: 0px;
}

.margin10 {
	margin-bottom: 10px;
}


/* ==================================================
   Margin Bottom Sets
================================================== */

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

.margin-t0 {

	margin-top: 0 !important;
}

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

.margin-t-10 {
	margin-top: 10px;
}

.margin-r-10 {
	margin-right: 10px;
}

.margin-t-25 {
	margin-top: 25px;
}

.margin-t-20 {
	margin-top: 20px;
}

.margin-15 {
	margin-bottom: 15px !important;
}

.margin-20 {
	margin-bottom: 20px !important;
}

.margin-tb-20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.margin-30 {
	margin-bottom: 30px !important;
}

.margin-40 {
	margin-bottom: 40px !important;
}

.margin-50 {
	margin-bottom: 50px !important;
}

.margin-60 {
	margin-bottom: 60px !important;
}

.margin-70 {
	margin-bottom: 70px !important;
}

.margin-80 {
	margin-bottom: 80px !important;
}

.push-top {
	margin-top: 35px;
}

/* ==================================================
   Padding Sets
================================================== */
.nopadding {
	padding: 0 !important;
}

.padding-b0 {
	padding-bottom: 0 !important;
}

.padding-t0 {
	padding-top: 0 !important;
}

.padding-tb20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.padding-tb25 {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}

.padding-tb10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.padding-lr20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.padding-tb30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.padding-t30 {
	padding-top: 30px;
	padding-bottom: 0;
}

.padding-tb45 {
	padding-top: 45px;
	padding-bottom: 45px;
}

.padding-tb75 {
	padding-top: 75px;
	padding-bottom: 75px;
}

.padding-tb100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.padding-tb125 {
	padding-top: 125px;
	padding-bottom: 125px;
}

.padding-b125 {
	padding-bottom: 125px !important;
}

.padding-as25 {
	padding: 25px;
}

.plr-140 {
	padding-left: 7%;
	padding-right: 7%;
}

.margin-t0 {
	margin-top: 0 !important;
}

/* ==================================================
   Spacers
================================================== */
.spacer-10-noclear {
	height: 10px;
	width: 100%;
}

.spacer-10 {
	height: 10px;
	clear: both;
	width: 100%;
}

.spacer-15 {
	height: 15px;
	clear: both;
	width: 100%;
}

.spacer-20 {
	height: 30px;
	clear: both;
	width: 100%;
}

.spacer-30 {
	height: 30px;
	clear: both;
	width: 100%;
}

.spacer-40 {
	height: 40px;
	clear: both;
	width: 100%;
}

.spacer-50 {
	height: 50px;
	clear: both;
	width: 100%;
}

.spacer-75 {
	height: 75px;
	clear: both;
	width: 100%;
}

.spacer-100 {
	height: 100px;
	clear: both;
	width: 100%;
}

/* ----------------------------------------------------------------------------------------- */
/* Multi purpose classes */
/* ----------------------------------------------------------------------------------------- */
.overlay-transparent {
	background: rgba(0, 0, 0, .6);
}

.btn {
	/*border-width: 0;*/

}

.btn-default {
	border-width: 1px;
	box-shadow: none;
	text-shadow: none;
}

.button-2 {
	background: #666666 none repeat scroll 0 0;
	border: none;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	padding: 5px 2px;
	text-align: center;
	/* text-transform: uppercase; */
	height: 40px;
	font-weight: 600;
	/* font-family: Lora; */
	border-radius: 4px;
}

.button-2:hover,
.button-2:active,
.button-2:focus {
	background: #053063 none repeat scroll 0 0;
	border: none;
	color: #eb7e0a;
	text-decoration: none;
}

.button-1 {
	background: #053063 none repeat scroll 0 0;
	border: 1px solid #053063;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 5px 13px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 25px;
}

.site-search-module .button-1 {
	margin-bottom: 4px;
	height: 35px;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.pb-70 {
	padding-bottom: 70px !important;
}

.submit-btn-1 {
	background: #053063 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	padding: 5px 30px 4px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-size: 16px;
}

.btn-hover-1:hover {
	background: none;
	border: 1px solid #fff;
	color: #fff;
}

.btn:hover,
.btn:active,
.btn:focus {}

.social-icons a {
	margin: 0 8px;
	text-decoration: none;
	background: #053063 none repeat scroll 0 0;
	color: #053063;
}

.next-prev-nav {
	display: inline-block;
}

.next-prev-nav a {
	display: inline-block;
	width: 20px;
	height: 20px;
	color: #fff;
	text-align: center;
	line-height: 20px;
	text-decoration: none;
}

.next-prev-nav a:hover {
	color: #fff;
}

.meta-data {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-style: italic;
	color: #053063;
	padding: 0 !important;
	border-bottom-width: 3px !important;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.meta-data a {
	color: #666666;
}

.meta-data a i {
	color: #053063;
}

.meta-data a:hover {
	text-decoration: none;
}

.meta-data>span {
	display: inline-block;
	padding: 5px 10px 5px 5px;
	border-right: 1px solid #DBDBDB;
}

.meta-data i,
.grid-content i {
	margin-right: 4px;
	color: #053063;
}

.meta-data>span:last-child {
	border-right: 0;
}

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.media-box {
	position: relative;
	display: block;
	max-width: 100%;
}

.col-md-6 .media-box {
	margin-bottom: 7px;
	margin-top: 7px;
}

.media-box .zoom,
.media-box .expand {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #ffffff !important;
	font-size: 1.5em;
	z-index: 999;
	left: 0;
	top: 0;
	margin: 0;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
	-webkit-transition: all 0.3s ease 0.2s;
	-moz-transition: all 0.3s ease 0.2s;
	-ms-transition: all 0.3s ease 0.2s;
	-o-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.1s;
}

.img-thumbnail img:hover,
.img-thumbnail:hover,
.img-thumbnail2:hover {
	opacity: .9
}

.media-box:hover .zoom,
.media-box:hover .expand {
	opacity: 1;
	-webkit-transition: opacity .3s .2s;
	-moz-transition: opacity .3s .2s;
	-ms-transition: opacity .3s .2s;
	-o-transition: opacity .3s .2s;
	transition: opacity .3s .2s;
}

.selectpicker {
	font-weight: 400;
	padding-top: 5px;
	padding-bottom: 5px;
}

.input-lg .selectpicker {
	padding-top: 12px;
	padding-bottom: 11px;
}

.bootstrap-select.form-control {
	margin-bottom: 20px !important;
}

.bootstrap-select.margin-0 {
	margin-bottom: 0px !important;
}

/*-------------------------------------------------------------------------------------------*/
/* SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
body {
	color: #053063;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 27.2px;
	line-height: 1.7rem;
	background-attachment: fixed;
	overflow-x: hidden;
}

body.boxed .body {
	position: relative;
	/*margin:-70% auto;*/
	margin: 0 auto;
	max-width: 1200px;
	overflow: hidden;
	width: 100%;
	height: auto;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}

@media (min-width: 1200px) {

	body.boxed .body .site-header,
	body.boxed .body .main-menu-wrapper {
		max-width: 100%;
		width: 1200px;

	}
}


.site-header {
	width: 100%;
}

.top-header {
	height: 30px;
}

.middle-header {
	position: relative;
	padding-top: 6px;
	padding-bottom: 6px;
}

.credit .middle-header {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.credit .main-menu-wrapper {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	height: 80px;
}

.credit .navigation>ul>li:hover>a {
	color: #0269b6;
}

.credit .navigation>ul>li>a {
	font-weight: 600;
}

.credit .navigation>ul>li.logo {
	width: 40%;
}

.credit .navigation>ul>li.logo>a>img {
	width: 400px;
}

.credit .navigation>ul>li.logo>a {
	padding-left: 0;
}

.middle-header2 {
	position: relative;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	padding-top: 5px;
	padding-bottom: 5px;
	z-index: 8;
}

.middle-header3 {
	position: relative;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 8;
}

.site-header h1.logo {
	position: relative;
	z-index: 1300;
	display: table;
	vertical-align: middle;
	padding: 0 20px;
	margin-bottom: 0;
	padding-top: 20px;
}

.site-header .middle-header3 h1.logo {
	position: relative;
	z-index: 1300;
	display: table;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 2px;
	vertical-align: middle;
	line-height: 0;
	margin-bottom: 2px;
}

#kit-media h1.logo {
	position: relative;
	z-index: 1300;
	display: table;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 3px;
	vertical-align: middle;
	line-height: 0;
	width: 300px;
}

.site-header h1.logo-kit-media {
	position: relative;
	z-index: 1300;
	display: table;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: -30px;
	vertical-align: middle;
	line-height: 0;
}


/* My Comment */
.logo a {
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
}

.horiz-nav>li,
.horiz-nav2>li {
	text-align: center;
	display: inline-block;
}

.horiz-nav>li>a {
	display: inline-block;
	padding: 0 15px;
	line-height: 29px;
	text-decoration: none;
	border-right: 1px solid rgba(255, 255, 255, .3);
	color: #fff;
}

.horiz-nav>li>a .fa,
.fa .kit-media {
	color: #053063;
	margin-right: 4px;
}

.horiz-nav2>li>a {
	padding: 0 10px 0 15px;
	line-height: 29px;
	text-decoration: none;
	color: #fff;
}

.horiz-nav>li>a:hover,
.horiz-nav2>li:hover {
	background: rgba(255, 255, 255, .3);
}

.horiz-nav>li:first-child>a {
	border-left: 1px solid rgba(255, 255, 255, .3);
}

.horiz-nav a,
.horiz-nav2 a {
	text-decoration: none;
}

.horiz-nav2 a {
	background: url(../images/top-flag7.png) no-repeat;
}

.horiz-nav2 a.flag-portuguese {
	background-position: -187px -3px;
}

.horiz-nav2 a.flag-spanish {
	background-position: -157px -3px;
}

.horiz-nav2 a.flag-Russian {
	background-position: -128px -3px;
}

.horiz-nav2 a.flag-italian {
	background-position: -96px -3px;
}

.horiz-nav2 a.flag-french {
	background-position: -9px -4px;
}

.horiz-nav2 a.flag-english {
	background-position: -39px -4px;
}

.horiz-nav2 a.flag-hebrew {
	background-position: -68px -4px;
}

.horiz-nav2 a:hover {
	opacity: 1
}

.boxed .horiz-nav.pull-left li:first-child a {
	border-left: 0;
}

.boxed .horiz-nav.pull-right li:last-child a {
	border-right: 0;
}

.contact-info-blocks {
	text-align: center;
	width: 100%;
	margin-left: -10px;
}

.contact-info-blocks>div {
	display: inline-block;
	margin: 0px 0 0 0;
	padding: 12px 20px;
	color: #053063;
	text-align: center;
	-webkit-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
	-khtml-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
	-ms-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
	-o-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
	box-shadow: rgba(0, 0, 0, 0.18) 0 0 6px 0;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
}

.contact-info-blocks a {
	color: #072d64;
	font-weight: 400;
}

.contact-info-blocks a.btn-default {
	margin-top: 5px;
	font-size: 14px;
	color: #053063;
}

.contact-info-blocks a.btn-default:hover {
	color: #fff;
}

.contact-info-blocks>div.kit-media {
	display: inline-block;
	margin: 0px;
	padding: 5px 15px;
	border-right: 1px solid #f5f5f5;
	color: #053063;
	text-align: left;
}

.contact-info-blocks>div:last-child {}

.contact-info-blocks>div>span {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #666;
}

.site-header .menu-toggle {
	font-size: 30px;
	margin: 10px 10px 0 0;
	float: right;
}

.site-header .star-toggle {
	font-size: 18px;
	margin: 10px 20px 0 0;
	float: right;
}

.site-header .star-toggle .badge-selection {
	background: #053063;
	border-radius: 100px;
	color: #fff;
	display: none;
	font-size: 12px;
	font-style: normal;
	height: 15px;
	line-height: 15px;
	position: absolute;
	right: 55px;
	text-align: center;
	bottom: 40px;
	width: 15px;
	display: block;
	font-weight: bold;
}

.featured-block .badge-selection {
	background: #053063;
	border-radius: 100px;
	color: #fff;
	display: none;
	font-size: 13px;
	font-style: normal;
	height: 25px;
	line-height: 25px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 0;
	width: 25px;
	display: block;
	font-weight: bold;
}

.site-header .menu-toggle:focus {
	outline: 0;
}

.main-menu-wrapper {
	display: block;
	position: relative;
	background: #ffffff;
	z-index: 6;
	width: 100%;
	height: 55px;
	border-bottom: 1px solid #053063;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .4);
}

.espacepro a {
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
}

.navigation {
	height: 50px;

}

.navigation>ul>li {
	display: inline-block;
	font-size: 14px;
	position: relative;
}

.navigation>ul>li {
	margin-top: 0px !important;
	top: 0px;
}

.navigation>ul>li.logo {
	margin-top: -8px !important;
	top: 0;
	margin-left: 10px;
}

.navigation>ul>li.espacepro {
	margin-right: 30px !important;
	top: 0;
}


.navigation>ul>li>a>img {
	width: 260px;
	padding-top: 13px;
}

.navigation>ul>li>a strong {
	padding-left: 0px;

}

.navigation>ul>li i {
	font-size: 20px;
	margin-left: 10px;
	margin-right: 2px;
}

.navigation>ul>li i.fa-user-circle-o {
	padding-right: 10px;
	/* color: white; */
	font-size: 25px;
	position: absolute;
	/* top: 12px; */
	/* left: 12px; */
	/* height: 16px; */
	line-height: 41px;
	line-height: 28px;
	padding-top: 10px;
}

.navigation>ul>li>select {
	margin: 10px 20px 10px 0;
	height: 30px;
}

.navigation>ul>li>a {
	padding: 0 10px;
	display: block;
	text-decoration: none;
	color: #053063;
	height: 40px;
	line-height: 50px;
}


.navigation>ul#kit-media>li>a {
	padding: 15px 19px;
	display: block;
	text-decoration: none;
	border-right: 1px solid rgba(0, 0, 0, .05);
}

.navigation>ul>li:first-child>a {
	border-left: 0;
}

.navigation ul#kit-media>li:hover>a {
	padding: 12px 19px;
	background: #fff;
}

.navigation>ul>li ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
	display: none;
	min-width: 100%;
	height: auto;
	background: #fff;
	text-align: left;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
	border-bottom: 4px solid #053063;
}

.navigation>ul>li:hover ul {
	display: block;
}

.navigation>ul>li>ul li {
	line-height: normal;
	font-size: 14px;
	position: relative;
}

.navigation>ul>li>a.btn {
	font-weight: 600;
	font-size: 18px;
	position: absolute;
	top: -36px;
	height: 60px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	text-transform: none;
	font-style: italic;
	/* box-shadow: rgba(0, 0, 0, 0.48) 0 0 4px 0; */
	padding: 4px 20px;
	line-height: 45px;
	color: white;
}

.navigation>ul>li>ul li>a {
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #f8f7f3;
	white-space: nowrap;
	text-decoration: none;
	color: #053063;
}

/* .navigation > ul > li > a.btn {
    font-weight: 600;
    font-size: 18px;
    position: absolute;
    top: -26px;
    color: white;
} */
.navigation>ul>li>a.btn:hover {
	color: #e71616;
}

.navigation>ul>li>ul>li:hover>a,
.navigation>ul>li>ul>li>ul>li:hover>a {
	text-decoration: none;
	color: #ffffff;
	border-top: 0;
	background-color: #053063;
}

.navigation>ul>li>ul li:last-child a {
	border-bottom: 0;
}

.navigation>ul>li>ul li ul {
	left: 100% !important;
	top: 0;
	min-width: inherit;
	position: absolute;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
}

.boxed .navigation>ul>li:first-child a {
	border-left: 0;
}

.boxed .navigation>ul>li:last-child a {
	border-right: 0;
}

.sticky-wrapper {
	max-height: 50px;
}

.sticky-logo img {
	display: none;
	transition: all 0.3s ease 0s;
}

.is-sticky .main-menu-wrapper {
	z-index: 1000;
	min-height: 45px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}


.is-sticky .navigation {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* Site Showcase */
.site-showcase {
	position: relative;
	z-index: 0;
}

.bg-opacity-black-70:before {
	background: rgba(0, 0, 0, 0.7);
}

.bg-contact:before,
.bg-immo:before,
.bg-kit:before {
	background: rgba(66, 73, 83, 0.85) !important;
}

.page-mandat .page-header::before {
	background: #05306D !important;
}

.page-credit .page-header::before {
	background: none;
}

/* Hero Slider */
.flexslider {
	margin: 0;
	padding: 0;
}

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

.flexslider .slides>li .label {
	position: relative;
	bottom: 55px;
	font-size: 100%;
	font-weight: bold;
	border-radius: 10px;
	background-color: #f3901d !important;
}

.label-orange {

	background-color: #f3901d !important;
}

.flexslider .slides>li .label span {
	font-weight: normal;
	font-size: 90%;
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

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

* html .slides {
	height: 1%;
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides>li>a>img {
	width: auto;
}

.middle-header .flexslider .slides>li>a>img {
	width: auto;
}

.middle-header .flexslider {
	text-align: center;
}

.slider-mask {
	width: 100%;
	height: 450px;
	position: absolute;
	z-index: 3;
	display: block;
	display: none;
}

.hero-slider {
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	height: 380px;
	width: 100%;
	overflow: hidden;

}

.hero-slider::before {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 7;
}

.slider-1-title-1 {
	font-size: 23px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.slider-1-title-1 span {
	color: #fff;
}

.slider-1-title-2 {
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.slider-1-title-3 {
	font-size: 38px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.slider-1-desc {
	font-size: 16px;
	margin-bottom: 0px;
}

.slider-1-title-1,
.slider-1-title-2,
.slider-1-title-3,
.slider-1-desc {
	color: #fff;
	display: block;
}

.slider-button {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	padding: 3px 18px;
	font-size: 14px;
	margin-top: 40px;
}

.page-agence .slider-button,
.page-mandat .slider-button {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	padding: 3px 18px;
	font-size: 13px;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 0;
	letter-spacing: 0.5px;
}

.page-agence .slider-button2,
.page-mandat .slider-button2 {
	background: #053063;
	border: 2px solid #053063;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	padding: 3px 18px;
	font-size: 13px;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	letter-spacing: 0.5px;
	margin: 5px;
}

#panorama .slider-button {
	border-radius: 50px;
	background-color: #e4001b;
	color: #fff;
	text-transform: uppercase;
	padding: 6px 18px;
	font-size: 16px;
	margin-top: 26px;
	font-weight: bold;
	border: none;
	width: auto;
}

#panorama .slide-text>h3 {
	font-size: 40px;
	color: #e4001b;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 18px;
	text-transform: none;
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}

#panorama .slide-text>h2 {
	padding: 0;
	color: #ffffff;
	font-size: 48px;
	line-height: 50px;
	font-style: normal;
	margin-bottom: 10px;
	display: block;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#panorama .slide-text>h2 span {
	padding: 0;
	color: #ffffff;
	font-size: 30px;
	font-style: normal;
	padding-top: 20px;
}

#panorama .slide-text {
	top: 40px;
	right: 0px;
}

.slider-button:focus {
	color: #fff;
}

.page-agence .slider-button:hover,
.page-agence .slider-button a:hover {
	background: #053063;
	border: 2px solid #053063;
	color: #fff !important;
}

.page-agence .slider-button2:hover,
.page-mandat .slider-button2:hover {
	background: #fff;
	border: 2px solid #fff;
	color: #053063;
}

.hero-slider.mailing {
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	height: 300px;
	width: 100%;
	overflow: hidden;
}

#fond {
	display: block;
	height: 100%;
	width: 100%;
}

.hero-slider .flex-viewport {
	width: 100%;
}

.hero-slider.flexslider>ul.slides {
	height: 100%;
}

.hero-slider.flexslider ul.slides li {
	height: 380px;
	width: 100%;
	overflow: hidden;
	position: static;
	background-attachment: fixed !important;

}

.hero-slider.flexslider ul.slides li.hbh {
	height: 250px;
	width: 100%;
	overflow: hidden;
	position: static;
	background-position-x: center;
	background-attachment: scroll !important;
}

li.hbh a.btn-primary {
	background: #d1a64b;
	width: 100%;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 34px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

li.hbh a:hover.btn-primary {
	background: #dabf6e;
}

li.moon a.btn-primary {
	background: #EC0000;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 100px;
	height: 100px;
	line-height: 18px;
	border-style: solid;
	border-color: white;
	border-width: 3px;
	text-align: center;
	padding-top: 30px;
	padding-right: 0;
	padding-left: 0;
}

li.hbh .flex-caption .hero-agent-contact {
	color: #d1a64b;
}

li.remax a.btn-primary {
	background: #e51e25;
	text-transform: uppercase;
}

li.remax a:hover.btn-primary {
	background: #ae1120;
	text-transform: uppercase;
}

li.remax .flex-caption .hero-agent-contact {
	color: #e51e25;
}

.hero-slider.flexslider ul.slides li.mailing {
	height: 300px;
	width: 100%;
	overflow: hidden;
	position: static;
	background-attachment: scroll !important;
	cursor: auto;
}

.flex-caption {
	display: none;
	color: #fff;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 5px 10px;
	position: relative;
	z-index: 8;
	margin: 0 auto;
}

.slider-content {
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-44%);
	width: calc(100% - 40%);
}

li.hbh .flex-caption {
	display: none;
	margin: 0 auto;
	margin-top: 60px;
	text-align: center;
	background: none;
	border-top: 0px;
	position: absolute;
	right: 35%;
	margin-right: -450px;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 200px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}

li.moon .flex-caption {
	display: none;
	margin: 0 auto;
	margin-top: 75px;
	text-align: center;
	background: none;
	border-top: 0px;
	position: absolute;
	right: 35%;
	margin-right: -270px;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 200px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}

li.remax .flex-caption {
	display: none;
	text-align: center;
	width: 450px;
	background: rgba(255, 255, 255, 0.4);
	border-top: 0px;
	position: absolute;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 10px;
	padding: 10px;
	border-style: solid;
	border-color: #ffffff;
	border-width: 3px;
	margin: 0 auto;
	right: 50%;
	top: 60px;
	margin-right: 250px;
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .6), 0 0 4px rgba(0, 0, 0, .6);
	box-shadow: inset 0 0 4px rgba(0, 0, 0, .6), 0 0 4px rgba(0, 0, 0, .6);
}


.flex-caption strong.title {
	font-size: 48px;
	line-height: 52px;
	display: block;
	font-weight: bold;
	color: #ffffff;
}

.flex-caption strong.title em {
	font-style: italic;
	font-size: 29px;
	font-weight: 400;
	color: #efd55a;

}

.flex-caption .btn {
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 24px;
	text-transform: uppercase;
}

.flex-caption .btn-primary {
	background-color: #ad1f23;
}

.flex-caption .btn-primary:hover {
	background-color: #FF0000;
}


.flex-caption .fa-caret-down {
	color: rgba(255, 255, 255, .8);
	position: absolute;
	left: -9px;
	top: 0;
	font-size: 30px;
}

.flex-caption .hero-agent-pic {
	border: 3px solid #ffffff;
	border-radius: 100%;
	width: 100px;
	height: 100px;
	position: absolute;
	left: 405px;
	top: 123px;
	z-index: 2;
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, .3), 0 0 3px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 8px rgba(0, 0, 0, .3), 0 0 3px rgba(0, 0, 0, .3);
}

.flex-caption .hero-agent-contact {
	position: absolute;
	left: 380px;
	top: 126px;
	color: #efd55a;
	z-index: 3;
	background: #f8f8f8;
	border: 3px solid #ffffff;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 33px;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .6), 0 0 3px rgba(0, 0, 0, .6);
	box-shadow: inset 0 0 1px rgba(0, 0, 0, .6), 0 0 3px rgba(0, 0, 0, .6);
}

.flex-caption .hero-agent-contact:hover {
	background: #f5f5f5;
}

.flexslider .flex-control-nav {
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 111;
	left: 0;
	bottom: 10px;
	padding: 0;
	margin: 0;
}

.hero-slider.flexslider .flex-control-nav {
	bottom: -40px;
	-webkit-transition: all 0.3s ease 0.2s;
	-moz-transition: all 0.3s ease 0.2s;
	-ms-transition: all 0.3s ease 0.2s;
	-o-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.1s;
}

.hero-slider.flexslider:hover .flex-control-nav {
	bottom: 10px;
	-webkit-transition: bottom .3s .2s;
	-moz-transition: bottom .3s .2s;
	-ms-transition: bottom .3s .2s;
	-o-transition: bottom .3s .2s;
	transition: bottom .3s .2s;
}

.flexslider .flex-control-nav li {
	display: inline;
}

.flexslider .flex-control-nav a {
	width: 25px;
	height: 8px;
	background-color: #ffffff;
	display: inline-block;
	margin: 0 6px;
	text-indent: -9999px;
	text-decoration: none;
}

.flexslider .flex-prev,
.flexslider .flex-next {
	color: #072d64;
	background: rgba(255, 255, 255, .7);
	display: block;
	margin-bottom: 10px;
	position: absolute;
	top: 50%;
	right: 20px;
	font-size: 15px;
	line-height: 25px;
	width: 25px;
	height: 25px;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none;
	display: none;
	text-align: center;
	border-radius: 3px;
	font-weight: 700;
}

.property-grid .flexslider .flex-prev,
.property-grid .flexslider .flex-next {
	top: 46%;
}

/* My Comment */
.flexslider .flex-prev {
	left: 20px;
	right: auto;
}

.property-grid .flexslider .flex-prev {
	left: 10px;
	right: auto;
}

.property-grid .flexslider .flex-next {
	left: 40px;
	right: auto;
}

.flexslider .flex-next {}

.flexslider .flex-prev:before {
	content: "\f104";
}

.flexslider .flex-next:before {
	content: "\f105";
}

.hero-slider.flexslider .flex-prev,
.hero-slider.flexslider .flex-next {
	border: 1px solid #9b9b9b;
	color: #9b9b9b;
	cursor: pointer;
	font-family: FontAwesome;
	font-size: 13px;
	line-height: 15px;
	padding: 15px 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 45%;
	width: 40px;
	z-index: 9;
	background: none;
	border-radius: 0;
	height: auto;
	margin-bottom: 0;
}

.flexslider:hover .flex-prev,
.flexslider:hover .flex-next {
	display: block;
}

.hero-slider.flexslider .flex-prev {
	left: 8%;
}

.hero-slider.flexslider .flex-next {
	right: 8%;
}

.property-listing .flexslider .flex-prev,
.property-listing .flexslider .flex-next {
	border: none;
	color: #072d64;
	background: rgba(255, 255, 255, .7);
	border-radius: 3px;
	cursor: pointer;
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 15px;
	padding: 15px 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	bottom: 5px;
	width: auto;
	z-index: 9;
	top: auto;
	padding: 5px 10px;
}

.property-listing .images-count,
.property-grid .images-count {
	border: none;
	color: #ffffff;
	background: #053063;
}

.property-grid #ala-une .images-count {
	top: 170px;
	bottom: inherit;
	right: 0;
}

.property-grid .images-count {
	top: 170px;
	bottom: inherit;
	right: 0;
}

.images-count-small {
	border: none;
	color: #ffffff;
	background: #d9534f;
}

.property-grid .owl-item .images-count {
	width: 70%;
	text-align: center;
	top: 10%;
	/* Positionne verticalement au centre */
	left: 50%;
	/* Positionne horizontalement au centre */
	transform: translate(-50%, -50%);
	/* Ajuste la position exacte au centre */
	border-radius: 16px;
	/* Arrondit les coins */
	right: auto;
	/* Enlève la contrainte de positionnement à droite */
	bottom: auto;
	/* Enlève la contrainte de positionnement en bas */
}

.property-grid .owl-item .images-count-small {
	position: absolute;
	width: 70%;
	text-align: center;
	top: -60%;
	/* Positionne verticalement au centre */
	left: 13%;
	border-radius: 16px;
	/* Arrondit les coins */
	right: auto;
	/* Enlève la contrainte de positionnement à droite */
	bottom: auto;
	/* Enlève la contrainte de positionnement en bas */
}
}

.property-listing #ala-une .flexslider .flex-prev {
	left: 77%;
}

.property-listing #ala-une .flexslider .flex-next {
	right: 5%;
}

.property-listing .flexslider .flex-prev {
	left: 73%;
}

.property-listing .flexslider .flex-next {
	right: 9%;
}

.property-grid .alert h4 {
	margin-top: -20px;
}

.hero-slider.flexslider .flex-prev:hover,
.hero-slider.flexslider .flex-next:hover {
	background: #053063;
	color: #fff;
	border-color: #053063;
}

#gmap {
	height: 550px;
	overflow: hidden;
	position: relative;
}

#gmap.map-single-page {
	height: 200px;
}

#gmap img,
#map img {
	max-width: none;
}

#gmap .map-property,
#map .map-property {
	padding-bottom: 10px;
	width: 310px;
}

#gmap .property-featured-image,
#map .property-featured-image {
	margin-bottom: 10px;
	margin-right: 20px;
	float: left;
	height: 130px;
}

.site-search-module {
	position: absolute;
	z-index: 2;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 30px;
	padding-bottom: 0;
  }

.bg-full {
	position: relative;
	width: 100%;
	/* background: #e6e6e6; */
	/* padding-top: 15px; */
	padding-bottom: 15px;
}

.bg-gradient {
	position: relative;
	width: 100%;
	background-color: #f2f2f2;
	background-image: -webkit-linear-gradient(top, hsl(0, 0%, 95%), white 70%);
	/* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
	background-image: -moz-linear-gradient(top, hsl(0, 0%, 95%), white 70%);
	/* For Firefox (3.6 to 15) */
	background-image: -o-linear-gradient(top, hsl(0, 0%, 95%), white 70%);
	/* For old Opera (11.1 to 12.0) */
	background-image: linear-gradient(to bottom, hsl(0, 0%, 95%), white 70%);
	/* Standard syntax; must be last */
	padding: 0;
}


.bg-white {
	position: relative;
	width: 100%;
	background: #fff;
	padding-top: 35px;
	padding-bottom: 0;
}

.bg-banner {
	padding: 40px 0 30px;
	background-image: url(../images/banner/bg_banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-banner .btn-default {
	color: #fff;
	background-color: #072d64;
	border-color: #072d64;
	font-size: 14px;
	padding: 0 8px;
	text-transform: none;
	border-radius: 4px;
	font-weight: 400;
}

header.producti…f7db06d9.css:1 *,
:after,
:before {
	box-sizing: border-box;
}

#content .site-search-module {
	position: relative;
	width: 100%;
	background: #072d64;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: -10px;
	margin-bottom: 10px;
}

.site-search-module h4 a i {
	color: #fff;
}

.site-search-module h4 a:hover i {
	color: #fff;
}

.site-search-module h4 a:hover,
.site-search-module h4 a:hover i {
	color: #072d64;
}

#content .site-search-module a {
	color: #fff;
	padding-right: 10px;
}

.site-search-module a:hover,
.col-md-8-index h4.bg a:hover,
.col-md-12 h4.bg a:hover {
	color: #fff;
}

.site-search-module a:hover i,
.col-md-8-index h4.bg a:hover i,
.col-md-12 h4.bg a:hover i {
	color: #053063;
}

.site-search-module .section-title h2 {
	text-transform: none;
}

@media (min-width: 1170px) and (max-width: 1400px) {
	.plr-140 {
		padding-left: 2%;
		padding-right: 2%;
	}
}

@media (min-width: 992px) and (max-width: 1169px) {
	.plr-140 {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 992px) {
	.plr-140 {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 1170px) and (max-width: 1600px) {
	.counters:before {
		width: 37%;
	}
}

#content .site-search-module:after {
	background: #072d64 none repeat scroll 0 0;
	right: 0;
	margin-right: -34px;
	/* -webkit-transform: skewX(-30deg); */
	/* transform: skewX(-30deg); */
	width: 3%;
	height: 100%;
	position: absolute;
	top: 0;
	content: "";
}

.counters:before {}

.counters {
	padding-top: 35px;
	padding-bottom: 25px;
	border-top: 2px solid #656d78;
	background: #072d64;

}

.kit-media .counters {
	padding-top: 35px;
	padding-bottom: 25px;
	background: none;
	border-top: 0;

}

.site-search-module .form-control {
	display: block;
	width: 100%;
	color: #fff;
	vertical-align: middle;
	border: 1px solid #fff;
	border-radius: 0px;
	font-size: 14px;
	padding: 0px 15px;
	height: 35px;
	line-height: 35px;
	background: transparent none repeat scroll 0 0;
}

#content .site-search-module .form-control {
	min-height: 39px;
	line-height: 39px;
	background: transparent none repeat scroll 0 0;
}

.site-search-module .form-control[disabled],
.site-search-module .form-control[readonly] {
	background: transparent none repeat scroll 0 0;

}

.site-search-module-inside {
	background: none repeat scroll 0% 0% #ffffffb9;;
	border-radius: 25px;
	padding: 10px 15px 0;
	height: 80px;

}

.site-search-module-inside h3 {
	padding: 5px 15px;
	width: 100%;
	background: #053063;
	color: #ffffff;
	font-size: 22px;
	margin-bottom: 20px;
}

.site-search-module-inside h4 {
	padding: 5px 15px;
	width: 100%;
	background: #053063;
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 20px;
}

.sidebar h4.bg {
	padding: 5px 15px;
	width: 111%;
	background: #072d64;
	color: #ffffff;
	font-size: 16px;
	margin-top: -10px;
	margin-left: -10px;
	margin-bottom: 10px;
}

.col-md-8-index h4.bg,
.col-md-4-index h4.bg,
.col-md-12 h4.bg {
	width: 100%;

}

.col-md-8-index h4.bg a,
.col-md-12 h4.bg a {
	color: #cccccc;
	font-size: 14px;

}

.col-md-8-index h4.bg a:hover,
.col-md-12 h4.bg a:hover {
	color: #fff;
}

.site-search-module-inside .btn,
.form-group2 .btn {
	padding-top: 8px;
	padding-bottom: 8px;
}

.site-search-module-inside .block-heading .btn {
	padding-top: 5px;
	padding-bottom: 5px;
	background: #053063;
}

.site-search-module-inside .block-heading .btn:hover,
.submit-btn-1:hover {
	background: #072d64;
}

.site-search-module-inside .selectpicker.btn {
	padding-top: 12px;
}

#ads-trigger {
	display: inline-block;
	padding-top: 11px;
	padding-bottom: 11px;
}

.main {
	position: relative;
	/* background: #f2f2f2; */
	/*z-index: 5;*/
}

.home .main {
	z-index: 5;
}

.content {
	padding: 30px 0;
}

.featured-blocks {
	margin-bottom: 10px;
}

.col-md-8-index .featured-block {
	position: relative;
	text-align: left;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	padding-top: 15px;
	padding-bottom: 5px;
}

.featured-block {
	position: relative;
	text-align: center;
	/* box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0; */
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	padding-top: 15px;
	padding-bottom: 5px;
	margin: 12px;
}

.col-md-8-index .featured-block img {
	width: 50%;
	display: block;
	border-radius: 100%;
	margin-bottom: 15px;
	text-align: center;
	margin: auto;
	margin-bottom: 10px;
}

.featured-block h5 {
	text-align: left;
	margin: 0 5%;
	margin-bottom: 5%;
}

.featured-block ul {
	padding-bottom: 20px;
	margin: 0 5%;
	text-align: left;
}

.featured-block li a {
	text-decoration: none;
	font-size: 13px;
	color: #00A3BE;
}

.featured-block li a:hover {
	text-decoration: none;
	color: #00D4ED;
	font-weight: normal;
}

.featured-block img {
	width: 180px;
	display: inline-block;
	border-radius: 50%;
	margin-bottom: 15px;
}

.featured-block .col-md-4 img {
	width: 50%;

}

.featured-block .col-md-4 {
	padding-right: 0;

}

#services .featured-block img {
	width: 100%;
	margin-bottom: 5px;
}

#services .col-md-1 {
	width: 10%;
	margin-left: 25px;
	margin-right: 25px;
}

#services h3 {
	font-size: 20px;
}

#services .images-count {
	color: #fff;
}

#services .featured-block {
	font-size: 14px;
	font-weight: ;
	line-height: 16px;
}

#services .featured-block a:hover {
	color: #053063;
}

#services .featured-block .img-thumbnail img:hover,
#services .featured-block .img-thumbnail:hover,
#services .property-featured-image:hover {
	opacity: .8;
}

#services .property-featured-image:hover .overlay {
	display: none;
}

.featured-block .col-md-4 img {
	width: 70%;

}

.featured-block .col-md-4 {
	padding-right: 0;

}

.featured-block h3 {
	text-transform: uppercase;
	line-height: 30px;
	font-size: 26px;
}

.featured-block p {
	padding: 0 8%;
}

.col-md-8-index .featured-block a {}

.featured-block a,
.featured-block p a {
	color: #FFF !important;
}

.featured-block a:hover,
.featured-block p a:hover {

	color: #053063 !important;
	font-weight: normal !important;
}

.featured-block p.kit-media {
	padding: 0 10%;
	margin-bottom: 0px;
	text-align: center;
}

.property-block {
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 16px;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
}

.property-block a:hover,
.property-info a:hover,
.property-info a:hover h5,
.property-info a:hover p {
	color: #ef771d;
}

.property-block:hover {
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}

.property-featured-image,
.agent-featured-image {
	display: block;
	position: relative;
}

.index-2019 .property-featured-image {
	border: 1px solid #d9d9d9;
}

.property-featured-image img,
.agent-featured-image img {
	min-width: 100%;
}

#map .property-featured-image img {
	width: auto;
	height: 100%;
}

#map h4 {
	margin-bottom: 5px;
}

#map .location {
	margin-left: 5px;
}

#map .btn a,
#map .btn a:hover {
	color: #fff;
}

@media (max-width: 992px) {
	h1 {
		font-size: 20px;
	}
	.hide-on-mobile {
		display: none;
	  }

	.carousel-inner {
		display: none;
	  }

	.property-featured-image img,
	.property-featured-image img.kit-media,
	.agent-featured-image img {
		min-width: 100%;
		height: 250px;


	}

	#map .property-featured-image img {
		width: auto;
		height: 100%;
	}

	.property-featured-image img.recherche,
	.agent-featured-image img.recherche {
		min-width: 100%;
		height: auto;
		max-height: 225px;
	}

	.property-listing .images-count {
		bottom: 30px;
	}

	#map h4 {
		margin-bottom: 5px;
	}

	#map .location {
		margin-left: 5px;
	}
}

@media (min-width: 992px) {

	.property-featured-image img,
	.agent-featured-image img {
		min-width: 100%;
		height: 300px;
		border-top-left-radius: 16px;
		/* border-top-right-radius: 16px; */
	}

	.property-featured-image-small img {
		min-width: 100%;
		height: 150px;
		border-top-left-radius: 16px;
		/* border-top-right-radius: 16px; */
	}
}

.recherche-img {
	min-width: 100%;
	height: 300px;
	border-radius: 16px;

}
.recherche-img-grid {
	min-width: 100%;
	height: 300px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;

}

#metiers .property-featured-image img {
	min-width: 100%;
	height: auto;
}

#biens-similaires .property-featured-image img,
#biens-vendus .property-featured-image img {
	min-width: 100%;
	height: 140px;
}

.property-featured-image img.kit-media {
	min-width: 100%;
	height: 215px;
}

#map .property-featured-image img {
	width: auto;
	height: 100%;
	max-width: 185px;
}

#map h4 {
	margin-bottom: 5px;
}

#map .location {
	margin-left: 5px;
}


.property-featured-image img.kit-media-big {
	min-width: 100%;
	height: 232px;
}

.property-featured-image img.recherche,
.agent-featured-image img.recherche {
	min-width: 100%;
	height: 200px;
}

#ala-une .property-featured-image img.recherche {
	min-width: 100%;
	height: 225px;
}

.flexslider .slides>li#ala-une>a.property-featured-image>img.recherche {
	min-width: 100%;
	height: 350px;
}

.recommande a.property-featured-image>img.recherche,
.property-slider #property-images .recommande img {
	border: 2px solid #ffb90c;
	border-top: 20px solid #ffb90c;
}

.recommande .recommandeText {
	display: block;
	position: absolute;
	top: 0;
	padding: 0 10px;
	font-size: 11px;
	line-height: 20px;
	color: #fff;
	pointer-events: none;
	z-index: 10;
}

.property-slider .recommande .recommandeText {
	display: block;
	position: relative;
	top: 20px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	pointer-events: none;
	z-index: 10;
	margin: auto;
	text-align: center;
}
}

@media (min-width: 992px) {
	.overlay {
		width: 100%;
		height: 158px;
		line-height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		color: #fff;
		font-size: 24px;
		text-align: center;
		display: block;
		-webkit-transition: all 0.3s ease 0.2s;
		-moz-transition: all 0.3s ease 0.2s;
		-ms-transition: all 0.3s ease 0.2s;
		-o-transition: all 0.3s ease 0.2s;
		transition: all 0.3s ease 0.1s;
		opacity: 0;
		background: rgba(0, 0, 0, .6);
	}

	.property-listing .overlay {
		background: none;
	}
}

@media (max-width: 992px) {
	.overlay {
		width: 100%;
		height: 100%;
		line-height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		color: #fff;
		font-size: 24px;
		text-align: center;
		display: block;
		-webkit-transition: all 0.3s ease 0.2s;
		-moz-transition: all 0.3s ease 0.2s;
		-ms-transition: all 0.3s ease 0.2s;
		-o-transition: all 0.3s ease 0.2s;
		transition: all 0.3s ease 0.1s;
		opacity: 0;
		background: rgba(0, 0, 0, .6);
	}

	.property-listing .overlay {
		background: none;
	}

}

.overlay {
	width: 100%;
	height: 100%;
	line-height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 24px;
	text-align: center;
	display: block;
	-webkit-transition: all 0.3s ease 0.2s;
	-moz-transition: all 0.3s ease 0.2s;
	-ms-transition: all 0.3s ease 0.2s;
	-o-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.1s;
	opacity: 0;
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}

.property-listing .overlay {
	background: none;
}

.property-listing .overlay i {
	display: none;
}

.property-featured-image:hover .overlay,
.agent-featured-image:hover .overlay {
	-webkit-transition: opacity .3s .2s;
	-moz-transition: opacity .3s .2s;
	-ms-transition: opacity .3s .2s;
	-o-transition: opacity .3s .2s;
	transition: opacity .3s .2s;
	opacity: 1;
}

#featured-properties .overlay {
	line-height: 160px !important;
}

#biens-similaires .images-count,
#biens-vendus .images-count {
	position: relative;
	right: 0;
	z-index: 9;
	border: none;
	color: #ccc;
	background: #072d64;
	padding: 4px 14px;
	font-size: 14px;
	font-weight: normal;
	bottom: initial;
	border-top: 1px solid #fff;
	width: 100%;
	display: block;
	text-align: left;
}

#biens-similaires .property-info,
#biens-vendus .property-info {
	padding: 15px;
	display: block;
	text-align: left;
	min-height: 160px;
}

.single-property #biens-similaires .property-info,
.error-404 #biens-similaires .property-info {
	min-height: auto;
}

#biens-similaires .property-info h5,
#biens-vendus .property-info h5 {
	margin-bottom: 5px;
	font-size: 15px;
	border-left: 0;
	padding-left: 0;
}

#biens-similaires .property-info h5 span.price,
#biens-vendus .property-info h5 span.price {
	float: right;
	color: #053063;
	background: none;
	height: auto;
}

#biens-similaires .property-info p,
#biens-vendus .property-info p {
	min-height: 0;
	max-height: inherit;
}

#biens-similaires .property-info h5:hover,
#biens-similaires .property-info p:hover,
#biens-similaires .property-info a:hover,
#biens-vendus .property-info h5:hover,
#biens-vendus .property-info p:hover,
#biens-vendus .property-info a:hover {
	color: #053063;
}


#biens-similaires .property-listing .col-md-3 {
	position: relative;
	width: 130px;
}

#biens-similaires .property-listing .property-featured-image img,
#biens-vendus .property-listing .property-featured-image img {
	width: 130px;
	height: 92px;
}

#biens-similaires .property-listing>ul>li:last-child,
#biens-similaires .property-listing>ul>li {
	margin-bottom: 20px;
	padding: 0;
}

#biens-similaires .property-listing .property-info,
#biens-vendus .property-listing .property-info {
	padding: 0;
	min-height: auto;
	padding-top: 10px;
}

#biens-similaires .property-listing .property-info .location {
	margin-bottom: 0;
}

#biens-similaires .property-listing a {
	text-decoration: underline;
	color: #ef771d;
	font-weight: 600;
	cursor: pointer;
}

#biens-similaires .property-listing .property-info a {
	text-decoration: underline;
	color: #ef771d;
	font-weight: 600;
	cursor: pointer;
	font-style: italic;
}

#biens-similaires .property-listing .property-info h5,
#biens-vendus .property-listing .property-info h5 {
	margin-bottom: 0;
}

#biens-similaires .property-listing .block-heading h4 {
	font-size: 20px;
}

#biens-similaires .property-listing .property-info .price,
#biens-similaires .property-listing .property-info .price strong,
#biens-similaires .property-listing .property-info .price span {
	font-size: 14px;
	height: 23px;
	line-height: 23px;
}

#biens-similaires .label-danger {
	background-color: #d9534f;
	padding: .2em .6em .3em;
	font-size: 75%;
}

.images-count {
	position: absolute;
	bottom: 0;
	right: 1;
	z-index: 9;
	color: #ffffff;
	border: none;
	color: #cccccc;
	background: #072d64;
	padding: 2px 14px;
	font-size: 12px;
	font-weight: normal;
}

.exclu {
	position: absolute;
	left: 18px;
	z-index: 9;
	bottom: 10px;
}

.exclu .label-info {
	background-color: #00D4ED;
	font-size: 12px;
	/* text-transform: none; */
}

.ala-une {
	background: #072d64;
	border-radius: 16px;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0;
	position: absolute;
	top: 26px;
	left: -30px;
	/*     transform: rotate(-8deg); */
	transition: all 0.1s ease-in-out;
	width: 110px;
	text-align: center;
}

#metiers .images-count {
	position: relative;
	bottom: 30px;
	right: 0;
	z-index: 9;
	color: #FFF;
	border: none;
	background: #072d64;
	padding: 8px 14px;
	font-size: 14px;
	line-height: 2;
}

#cdc .images-count {
	position: relative;
	bottom: 30px;
	right: 0;
	z-index: 9;
	color: #ffffff;
	border: none;
	background: none;
	font-weight: bold;
	font-size: 1.1em;
	padding: 12px 6px 4px 6px;
}

.images-count h4 {
	color: #ffffff;
	padding: 0;
	margin: 0;
}

.titres-kit-media {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 9;
	color: #ffffff;
	background: rgba(0, 0, 0, .5);
	padding: 8px 10px;
	width: 100%;
	font-size: 20px;
}

.badges {
	position: absolute;
	z-index: 0;
	left: 22px;
	top: 6px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #fff;
	font-weight: 700;
}

.badges-services {
	position: absolute;
	z-index: 0;
	right: -9px;
	top: -9px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	line-height: 55px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	background: #fff;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}

.bronze {
	color: #27d2d9 !important;
	border: 4px solid #27d2d9 !important;
}

.silver {
	color: #ff4990 !important;
	border: 4px solid #ff4990 !important;
}

.gold {
	color: #a755ff !important;
	border: 4px solid #a755ff !important;
}

h3.platinum,
h3.bronze,
h3.silver,
h3.gold,
h5 span.platinum,
h5 span.bronze,
h5 span.silver,
h5 span.gold,
p span.bronze,
p span.silver,
p span.gold,
p span.platinum {
	border: none !important;
}

.platinum {
	color: #2b4cf2 !important;
	border: 4px solid #2b4cf2 !important;
}

.bg-bronze {
	border: 5px solid #27d2d9 !important;
	background-color: #27d2d9;
	border-bottom: 0;
}

.bg-silver {
	border: 5px solid #ff4990 !important;
	background-color: #ff4990;
	border-bottom: 0;
}

.bg-gold {
	border: 5px solid #a755ff !important;
	background-color: #a755ff;
	border-bottom: 0;
}

.bg-platinum {
	border: 5px solid #2b4cf2 !important;
	background-color: #2b4cf2;
	border-bottom: 0;
}

btn.bg-bronze,
span.bg-bronze,
btn.bg-silver,
span.bg-silver,
btn.bg-gold,
span.bg-gold,
btn.bg-platinum,
span.bg-platinum {
	border: 0 !important;
}

.bg-bronze:hover {
	background-color: #20bcc2 !important;
	border-bottom: 0;
}

.bg-silver:hover {
	background-color: #e02870 !important;
	border-bottom: 0 !important;
}

.bg-gold:hover {
	background-color: #8429e6 !important;
	border-bottom: 0 !important;
}

.bg-platinum:hover {
	background-color: #1231c1 !important;
	border-bottom: 0 !important;
}



.badges-star {
	position: absolute;
	z-index: 0;
	right: 25px;
	top: 6px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	line-height: 27px;
	text-align: center;
	background: none;
}

#ala-une .badges-star {
	right: 30px;
}

.badges2 {
	position: absolute;
	z-index: 0;
	left: 6px;
	top: 6px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #fff;
	font-weight: 700;
}

.badges3 {
	position: absolute;
	z-index: 0;
	left: 15px;
	top: 10px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #053063;
	font-weight: bold;
	font-size: 28px;
	color: #ffffff;
}

.property-info {
	padding: 15px;
	display: block;
	border-bottom: 1px solid #f5f5f5;

}

.grid-holder .property-info {
	text-align: left;
	padding-bottom: 8px;
}

.agent-info {
	padding: 15px;
	display: block;
	border-bottom: none;
}

#metiers h3 {
	border-left: none !important;
}

#metiers .btn-primary-credit,
#metiers .btn-default,
#metiers .btn-primary-normal {
	letter-spacing: 0;
	text-transform: uppercase;
	padding: 8px 17px;
	font-size: 15px;
}

#credit .btn-primary-credit,
#credit .btn-default,
#credit .btn-primary-normal {
	letter-spacing: 0;
	text-transform: uppercase;
	padding: 5px 14px;
	font-size: 12px;
}

#credit .widget h5 {
	font-size: 15px;
	margin-top: 10px;
	line-height: 1.4em;
	border-left: none;
	padding-left: 0;
}

#metiers .btn-default,
#credit .btn-default {
	border-radius: 50px;
	border-width: 2px;
	border-color: #0269b6;
	color: #0269b6 !important;
	font-weight: 700;
}

#metiers .btn-default:hover,
#credit .btn-default:hover {
	color: #0269b6;
	background: #fff;
	-webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 50%);
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 50%);
	-o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}

#metiers .property-info {
	padding: 15px;
	display: block;
	border-bottom: 1px solid #f5f5f5;
	padding-top: 0;
	margin-top: -12px;
	text-align: left;
}

#cdc .property-info {
	padding: 10px;
	display: block;
	border-bottom: none;
	padding-top: 0;
	margin-top: -15px;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 0.9em;
	line-height: 20px;
	color: #053063;
	padding-left: 5px;
	text-align: left;
}

#cdc .property-block {
	border: none;
	margin-bottom: 20px;
}

#cdc .property-info a strong {
	font-size: 1em;
	font-weight: 700;
}

#cdc .property-info a:hover,
#cdc .property-block:hover a {
	color: #072d64;
}

.property-amenities {
	margin-top: 5px;
}

.property-amenities>span,
.property-amenities>h2 {
	display: block;
	width: auto;
	float: left;
	padding: 4px 10px;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	border-right: 1px solid #DFDFDF;
	margin-bottom: 0;
}

.property-amenities>span.kit-media {
	width: 50%;
}

.property-amenities>span:last-child {
	border-right: none;
}

.property-amenities>span>strong,
.property-amenities>h2 {
	display: block;
	font-size: 13px;
	color: #666;
	line-height: 2em;
	font-weight: bold;
}

.property-info h4,
.agent-info h4 {
	margin-bottom: 0;
}

#metiers .property-info h4 {
	margin-bottom: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 1.3;
	font-size: 21px;
}

.property-info h3,
.agent-info h3 {
	margin-bottom: 10px;
	font-size: 20px;
}

.agent-info h3 {
	margin-bottom: 0px;
}


.property-info p {
	margin-bottom: 4px;
}

.property-info p.ilana {
	margin-bottom: 11px;
	font-size: 16px;
	font-family: "Lato", Arial, Verdana, sans-serif;
}

.property-info .label {
	margin-right: 4px;
}

.property-info .location,
.property-listing .location {
	display: inline-block;
	font-size: 100%;
	padding: 0;
	margin-bottom: 5px;
}


.property-info .location>i.fa-calendar,
.property-info .location>i.fa-home {
	margin-left: 5px;
}

.property-info .location>i {
	margin-right: 2px;
}

.property-info span a {
	color: #053063;
}

.property-info span a:hover {
	color: #053063;
}

.price,
.counts {
	display: inline-block;
	background: #072d64;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 30px;
}

.price strong,
.counts strong {
	background: rgba(255, 255, 255, .2);
	padding: 0 7px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	line-height: 30px;
	height: 30px;
	display: inline-block;
	font-weight: 400;
}

.price span,
.counts span {
	padding: 0 7px;
	line-height: 30px;
	height: 30px;
	font-weight: 700;
}

#latest-properties .property-block {
	margin-bottom: 40px;
}

.block-heading-fw {
	background: #fff;
	padding: 10px 0;
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .07);
	box-shadow: 0 2px 0 rgba(0, 0, 0, .07);
}

.block-heading-fw h3 {
	margin-bottom: 0;
}

.block-heading-fw .btn-sm {
	margin-top: 5px;
}

.sort-source a {
	text-decoration: none;
}

.block {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background-color: rgb(255, 255, 255);
	border-radius: 16px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	box-shadow: rgba(0, 0, 0, 0.30) 0px 1px 4px;

}
.block-grid {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background-color: rgb(255, 255, 255);
	border-radius: 16px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	box-shadow: rgba(0, 0, 0, 0.30) 0px 1px 4px;

}

.block1 {
	border: 1px solid #053063;
	border-radius: 16px;
	margin: 5px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;

}

.block-detail {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background-color: rgb(255, 255, 255);
	border-radius: 16px;
/* 	border-top-left-radius: 0px;
	border-top-right-radius: 0px; */
	box-shadow: rgba(0, 0, 0, 0.30) 0px 1px 4px;

}
.block-detail-form {
	border: 1px solid #053063;
	border-radius: 16px;
	margin: 5px;

}

.block h4 {
	font-size: 24px;
	text-align: center;
}

.block h4 img {
	width: 40px;
}

.block h4 span {
	font-size: 16px;
}

.block .table {
	width: 100%;
	margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
}

.infos .block img {
	width: 180px;
	margin-bottom: 10px;
}

.block .table .property-featured-image img {
	width: 100px;
	height: 70px;
	min-width: 100px;
}

.block .table .overlay {
	width: 100px;
}

.block .alert {
	text-align: left;
	padding: 5px 5px 5px 15px;
	line-height: 1.5em;

}

.sidebar .block h4 {
	font-size: 20px;
}

.block p a {
	text-decoration: underline;
	color: #ef771d;
	margin-top: 15px;
	font-weight: 400;
}

.block p a.btn {
	margin-top: 0;
}

.block a.btn-primary,
.block a.btn {
	text-decoration: none !important;
	color: #fff;
}

.block a.btn-sm {
	text-decoration: none;
	color: #fff;
	text-transform: none;
	font-weight: 600;
}

.block .accordion-inner .btn-sm {
	padding: 5px 10px;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0.5px;
	text-transform: none;
	font-weight: 600;
}

.block a.btn-xs {
	text-decoration: none;
	color: #fff;
	text-transform: none;

}

.block .btn-primary,
.block .btn {
	/*text-decoration: none;
	color: #fff;
	padding-left: 30px;
    padding-right: 30px;
        padding-top: 7px;
    padding-bottom: 7px;
    font-weight: bold;*/

}

.btn-heart {
	color: #053063;
	background-color: #ffffff;
	border-color: #053063;
	font-size: 22px;
	padding: 0 8px;
	text-transform: none;
	border-radius: 100px;
	width: 45px;
	height: 45px;
	line-height: 45px;
}

.btn-heart:hover,
.badges-star a.fav:hover,
.btn-heart:visited,
.badges-star a.fav:visited,
.btn-heart:focus,
.badges-star a.fav:focus,
.btn-heart:active,
.badges-star a.fav:active,
.btn-heart.active,
.btn.active,
.block .btn-default.active {
	color: #ffffff !important;
	background-color: #053063 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.block .btn-default,
.property-info a:hover {
	text-decoration: none;
	color: #053063 !important;
}

.block .btn-default:hover {
	text-decoration: none;
	color: #ffffff !important;
	background-color: #053063 !important;
	border-color: #053063 !important;
}

#metiers .btn-default:hover {
	text-decoration: none;
	color: #ffffff !important;
	background-color: #0269b6 !important;
	border-color: #0269b6 !important;
}

.btn-default a:hover,
a.btn-default:hover i {
	color: #ffffff !important;
}

.block a.btn-block {
	font-size: 20px !important;
	border-color: #c8c8c8;
	font-size: 13px;
	padding: 4px;
	text-transform: none;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.block a.btn-block:hover {
	background-color: #ebebeb;
	border-color: #adadad;
	color: #333 !important;
}

.news h5 i,
.news h3 i {
	font-size: 20px;
	margin-right: 5px;
}

.news p a {
	text-decoration: none;
	color: inherit;
}

.news p a:hover {
	text-decoration: underline;
	color: #666 !important;
	font-weight: #333 !important;
}

.block a.btn-primary:hover,
.block a.btn:hover {
	text-decoration: none;
	color: #fff !important;
}

.block .promo {
	color: white;
	font-weight: 700;
	font-size: 22px;
	text-align: center;
	position: absolute;
	top: -22px;
	right: 20px;
	background: #00D4ED;
	border: 3px solid white;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	padding-top: 22px;
	letter-spacing: -1px;
}

.block a.silver:hover,
.block a.bronze:hover,
.block a.gold:hover,
.block a.platinum:hover {
	text-decoration: none;
	color: inherit !important;
}

.block p a:hover {
	text-decoration: underline;
	color: #ef771d;
	font-weight: bold;
}

.block input[type="text"],
.block input[type="email"],
.block input[type="number"],
.block input[type="password"],
.block input[type="file"],
.block input[type="search"],
.block textarea,
.block select {
	background-color: rgba(0, 0, 0, 0.025) !important;
	border-radius: 5px;
	border-color: #6c6c6c;
}

.block input[type="submit"],
.block .btn-primary,
,
.btn-primary {
	background-color: #00D4ED !important;
	color: #fff;
	border-bottom: 3px solid #00a3b7;
	font-weight: bold;
}

.infos .block .btn-primary {
	width: 90%;
}

.block input[type="submit"]:hover,
.btn-primary:hover,
btn-primary:focus,
.btn-primary:active {
	background-color: #00a3b7;
	color: #fff;
	border-bottom: 3px solid #00D4ED;
}

.block select {
	padding-right: 5px;
}

.block-heading {
	background: #fff;
	height: 50px;
	margin-bottom: 15px;
	/* border-left: 4px solid #053063; */
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
	-khtml-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
	-ms-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
	-o-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
	box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.apropos h2 {
	color: #111;
}

.apropos p {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 15px;
}

.apropos ul li {
	margin-bottom: 10px;
	font-size: 16px;
}

.apropos ul li i {
	margin-right: 15px;
}

.apropos blockquote p {
	font-size: 20px;
}

.single-property .block-heading {
	margin-bottom: 10px;
}

.block h3,
#credit h3 {
	font-size: 20px;
	text-align: left;
	border-left: none;
	padding-left: 0;
	border-right: 0;
	padding-right: 0;
}


.single-property h5,
.single-property h3 {
	font-size: 18px;
	font-weight: 400;
	border-left: 4px solid #053063;
	padding-left: 10px;
	font-family: 'Montserrat', sans-serif;
	border-bottom: none;
}

.single-property m2 {
	font-size: 18px;
	font-weight: 400;
	border-left: 4px solid #053063;
	padding-left: 10px;
	font-family: 'Montserrat', sans-serif;
	border-bottom: none;
}

.agent-contact-details {
	margin-bottom: 20px;
}

.agent-contact-details ul.inline li:after {
	content: '';
	border-right: 1px solid #ccd1d9;
	margin: 5px 3px 5px 7px;
}

.agent-contact-details ul.inline li:last-child:after {
	border-right: 0;
}

.agent-contact-details ul.inline li {
	cursor: pointer;
	color: #494949;
	font-size: 13px;
	line-height: 26px;
	text-decoration: underline;
	font-family: "Lato", Arial, Verdana, sans-serif;
}

.agent-contact-details h5,
.agent-contact-details h3 {
	font-size: 16px;
	font-weight: 400;
	border-left: none;
	padding-left: 0;
	border-bottom: none;
}

.agent-contact-details h3 {
	margin-bottom: 0;
}

.agent-contact-details a.biens {
	text-decoration: underline;
	font-weight: 600;
}

.single-property .widget .widgettitle {
	border-bottom: none;
}

body.hebrew .single-property .agent-contact-details h3 {
	text-align: left;
	border-right: 0;
}

body.hebrew .single-property h5,
body.hebrew .single-property h3 {
	text-align: right;
	border-right: 4px solid #053063;
	border-left: 0;
	padding-left: 0;
	padding-right: 10px;
}

.single-property h5 span,
.single-property h1 span,
.single-property h3 span {
	font-size: 14px;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}

.block-heading a {
	margin-top: 10px;
	text-decoration: underline;
	color: #ef771d;
	font-weight: 600;
	cursor: pointer;
}

.block-heading h4,
.block-heading h1 {
	font-size: 24px;
	line-height: 50px;
	color: #072d64;
	display: inline-block;
	padding-right: 15px;
	float: left;
}

.block h4 {
	font-size: 24px;

}

.block-heading h4 i,
.block h4 i,
.block h1 i,
.block-heading h1 i {
	font-size: 20px;
	margin-right: 5px;

}

.block-heading h4 span,
.block-heading h1 span {
	font-size: 20px;
}

.infos .block h4.price {
	background: none;
	font-size: 3.8em;
	color: #00a3b7;
	font-weight: bold;
	font-family: "Open Sans", Arial, Verdana, sans-serif;
	height: auto;
	margin-bottom: 4px;
}

.infos .block h4.price sup strong {
	color: #00a3b7;
	font-weight: bold;
}

.infos .block h4.price sup {
	top: -.5em;
	color: #535353;
	font-size: 0.55em;
	font-weight: normal;
	text-transform: uppercase;
}

.infos h3 {
	margin-bottom: 5px;
}

.infos .block h5 {

	margin-bottom: 25px;
}

.block-heading h4 span.label,
.block-heading h1 span.label {
	font-size: 75%;
	border-radius: .25em;
	font-family: 'Open Sans', sans-serif !important;
	margin-right: 10px;
}

.block-heading .heading-icon i {
	line-height: 50px;
}

.block-heading .heading-icon,
.block .heading-icon {
	width: 20px;
	text-align: center;
	margin-right: 10px;
	display: inline-block;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	position: relative;
}

.block-heading .heading-icon .icon-design {
	color: rgba(255, 255, 255, .3);
	font-size: 20px;
	position: absolute;
	right: -7px;
	display: none;

}

.single-property .block-heading .btn-sm,
.single-property .breadcrumb .btn-sm {
	text-transform: none;
	margin-left: 10px;

}

.single-property .breadcrumb .btn-default,
.single-property .breadcrumb .pull-right {
	text-transform: none;
	margin-right: 10px;

}

.bottom-blocks h3 {
	margin-bottom: 30px;
}

.features-list li .icon {
	font-size: 30px;
	line-height: 40px;
	float: left;
	width: 8%;
}

.features-list li .text {
	float: left;
	width: 92%;
}

.features-list li .text h4 {
	margin-bottom: 5px;
}

.popular-agent .img-thumbnail {
	margin-bottom: 15px;
}

.contact-info li {
	margin: 5px 0;
	border-bottom: 0 !important;
	white-space: nowrap;
}

.contact-info li i {
	margin-right: 7px;
}

.testimonials>li {
	border-bottom: 0 !important;
	margin-bottom: 25px;
}

.testimonials>li.kit-media {
	border-bottom: 0 !important;
	margin-bottom: 0px;
}

.testimonials>li>p {
	border: 1px solid #D7D5D5;
	background: #f5f5f5;
	padding: 15px;
	position: relative;
	margin: 0 0 10px 0;
}

.testimonials>li>p:before,
.testimonials>li>p:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-bottom: 0;
}

.testimonials>li>p:before {
	bottom: -9px;
	right: 31px;
	border-top-color: #f5f5f5;
	border-width: 10px;
}

.testimonials>li>p:after {
	bottom: -8px;
	right: 32px;
	border-top-color: #fff;
	border-width: 9px;
}

.testimonials>li .testimonial-sender {
	float: right;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 0 2px #f5f5f5;
	box-shadow: 0 0 3px 3px #DFDFDF;
}

.testimonials>li .testimonial-sender2 {
	float: right;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 0 2px #f5f5f5;
	box-shadow: 0 0 3px 3px #DFDFDF;
	margin-bottom: 10px;
}

img.testimonial-sender {
	float: left;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 5px;
	width: 60px;
	height: 60px;
	border: 0px solid #fff;
	-webkit-box-shadow: 0 0 3px #B0B0B0;
	box-shadow: 0 0 3px #B0B0B0;
	margin-right: 5px;
	margin-top: 20px;
}

.testimonials>li cite {
	display: block;
	margin-top: 10px;
}

.testimonials>li cite a {
	text-decoration: none;
	color: #053063;
}

.bg-opacity-black-90:before {
	background: rgba(0, 0, 0, 0.9);
}

.bg-1,
.bg-2,
.bg-3,
.bg-4,
.bg-5,
.bg-6,
.bg-7,
.bg-8,
.bg-9,
.bg-10 {
	background-attachment: fixed;
	background-clip: initial;
	background-color: rgba(0, 0, 0, 0);
	background-origin: initial;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
}

.bg-2 {
	background: #072d64;
}

.site-footer {
	background: #072d64;
	padding: 30px 0 0 0;

}

.site-footer-avocats {
	background: #3a111a;
	padding: 30px 0 0 0;

}

.site-footer-bottom-avocats {
	border-top: 2px solid #656d78;
	background: #3a111;
	padding: 20px 0 10px;
	font-size: 12px;
}

.site-footer .site-footer-avocats .label-primary {
	background-color: #fab41a;
}

.site-footer p {
	color: #ffffff;
}

.site-footer-bottom {
	border-top: 2px solid #656d78;
	background: #072d64;
	padding: 20px 0 10px;
	font-size: 12px;
}

.site-footer-bottom .site-footer-bottom-avocats h3,
footer h3 {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-transform: none;
}

.site-footer-bottom-kit-media {
	background-color: #eee;
	border-top: 1px solid #e1e1e1;
	padding: 20px 20px;
	font-size: 12px;

}

footer .widget ul li a.btn {
	color: #fff;
	font-size: 14px;
}

footer .widget ul li a.btn i {
	margin-left: 5px;
}

.site-footer-bottom .site-footer-bottom-avocats ul li,
footer ul li {
	border-bottom: 0 !important;
	margin-bottom: 5px !important;
}


.site-footer-bottom p,
.site-footer-bottom-avocats p {
	margin-bottom: 0;
	color: #ccc;
	font-size: 12px;
}

footer .widget ul li a {
	color: #ccc;
	font-size: 12px;
}

footer a:hover,
footer .widget ul li a:hover,
footer .widget span a:hover {
	color: #fff !important;
}

.copyrights-col-left p a {
	color: #fff;
}

.site-footer-bottom .copyrights-col-right p {
	text-align: right;
}

.site-header .social-icons {
	margin-top: 30px;
}

.site-footer-bottom .social-icons,
.site-footer-bottom-kit-media .social-icons {
	padding-top: 0;
}

.site-footer-bottom .social-icons,
.site-footer-bottom .horiz-nav2 {
	text-align: right;
}

.site-footer-bottom .social-icons a,
.site-footer-bottom-kit-media .social-icons a {
	background: #ccc;
	color: #3c3e46;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	display: inline-block;
	margin: 0 0 0 8px;
	text-decoration: none;
}

.bg-contact a.icon {
	background: #fff;
	color: #424953;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	display: inline-block;
	line-height: 40px;
}

.bg-contact a.icon i {
	color: #053063;
	font-size: 20px;
	line-height: 40px;
}

.bg-contact a.icon i.fa-whatsapp {
	font-size: 25px;
	line-height: 40px;
}

.bg-contact span {
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin-top: 10px;
}

.bg-contact span.input-group-addon {
	text-align: center;
	color: #555555 !important;
	font-size: 14px !important;
	margin-top: 0;
}

.bg-contact .input-group .form-control {
	width: 100%;
	margin-bottom: 0 !important;
	background: #fff !important;
}

.social-icons a {
	background: #053063;
	color: #fff;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	display: inline-block;
	margin: 0 0 0 8px;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
}

.social-icons a:hover {
	color: #fff;
}

.social-icons a#fb {
	background: #3b59a1;
}

.social-icons a#twitter {
	background: #31aae2;
}

.social-icons a#print {
	background: #ff6600;
}

.social-icons a#mail {
	background: #EA367E;
}

/* Property Listing */
.property-listing>ul>li,
.agents-listing>ul>li {
	border: 1px solid #dddddd;
	border-radius: 16px;
	-webkit-transition: all 0.3s ease 0.2s;
	-moz-transition: all 0.3s ease 0.2s;
	-ms-transition: all 0.3s ease 0.2s;
	-o-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.1s;

	margin-bottom: 15px;
	padding-top: 10px;

}

.property-listing>ul.pagination>li,
.agents-listing>ul.pagination>li {
	border: none;
	background: none;
	margin-bottom: 0px;
	padding: 0;
}

.property-listing>ul>li.format-image {
	padding-left: 10px;
	padding-right: 10px;
}

.property-listing>ul>li:hover,
.agents-listing>ul>li:hover {
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}

.property-listing>ul>li:last-child,
.agents-listing>ul>li:last-child {
	margin-bottom: 0;
}

.property-listing .property-info,
.agents-listing .agent-info {
	padding: 15px;
	border-bottom: 0;
	text-align: left;
}

.col-md-8>div.property-info {
	padding: 0 0 10px 0;
	border-bottom: 0;
}

.property-listing .property-amenities {
	border-bottom: 2px solid #DBDBDB;

}

.property-listing .property-amenities strong {
	display: inline-block;
	margin-right: 5px;
}

.property-listing .col-md-2,
.property-listing .col-md-3 {
	padding-right: 0;
	padding-left: 0;
	top: 0;
	right: 0;
	height: 100%;
	position: absolute;

}

@media (max-width: 992px) {
	.property-listing .col-md-3 {
		position: relative;
	}
}

.property-listing .col-md-6,
.property-listing .col-md-5 {
	padding-right: 0px;
	padding-left: 0px;
}

.property-listing .col-md-4 {
	padding-right: 20px;
	padding-left: 10px;
}

.property-listing .col-md-4 {
	padding-right: 20px;
	padding-left: 10px;
}

.property-listing #ala-une,
.property-grid #ala-une {
	/*   padding-bottom: 0;
   border: 1px solid #053063;
   padding-top: 10px;
   border-radius: 16px; */
}

.property-grid #ala-une {
	padding-top: 0;
}

.property-grid #ala-une img.recherche {
	min-width: 100%;
	height: 300px;
}

.property-grid .flexslider .slides>li>a.property-featured-image>img.recherche {
	min-width: 100%;
	height: 300px;
}

.property-listing #ala-une .col-md-4 {
	padding-right: 5px;
	padding-left: 0;
	left: 0;
	top: -10px;
	margin-bottom: -10px;
}

.property-listing .alert,
.property-grid .alert,
.single-property .alert {
	padding: 20px;
	background-color: #fff;
	text-shadow: none;
	border: 0;
}

.property-listing .alert {
	height: 100%;
	border-left: 1px solid #ddd;
	border-radius: 16px;
}

.property-grid .alert {
	padding: 6px 15px;
	background-color: #fff;
	border-top: 1px solid #ddd;
}

.single-property .alert {
	text-align: center;
}

.single-property .alert li.btn-default,
.single-property .agent-contact-details li.btn-default {
	font-size: 18px;
	margin-bottom: 15px;
	padding: 5px 20px;
	width: 100%;
	font-family: "Lato", Arial, Verdana, sans-serif;
}

.single-property .agent-contact-details li.btn-default,
.agent-contact-details span.btn-default {
	margin-bottom: 2px;

}

.single-property .owl-carousel {
	position: initial;
}

.agent-contact-details span.btn-default {
	margin-bottom: 2px;
	width: 100%;
	padding: 1px;
	color: #424952;
	background-color: #ffffff;
	border-color: #424952;
	font-family: "Lato", Arial, Verdana, sans-serif;
	font-size: 14px;
}

#contact .agent-contact-details span.btn-default {
	border-color: inherit;
}

.agent-contact-details span.btn-default:hover {
	color: #fff;
	background-color: #424952;
	border-color: #424952;
}

.bloc-form-contact {
	line-height: 1;
	background-color: #e6e9ed;
	margin-top: 5px;
	padding: 20px;
	border-radius: 4px;
	box-sizing: border-box;

}

.bloc-form-contact ul>li {
	margin-bottom: 20px;
	margin-top: 10px;
	border-bottom: none;
}

.shareaholic-share-buttons-container {
	padding: 0;
	padding-bottom: 0px;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.share-buttons {
	list-style-type: none;
	margin: 20px 0 10px;
	text-align: center;
}

.share-buttons>li {
	display: inline-block;
	margin: 0 5px 10px 5px;
}

.share-buttons>li>a {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: 0;
	border-radius: 50% / 50%;
	color: #fff;
	text-align: center;
	line-height: 28px;
}

.share-buttons>li>a:hover {
	background: #fff;
	color: #111;
}

.single-property .alert span.btn-default {
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
}

.single-property .agent .btn-default {
	margin-top: 15px;
	margin-right: 10px;

}

.single-property .agent .social-icons {
	margin-top: 10px;

}

.property-listing .alert i.fa-caret-right {
	color: #ffffff;
	position: absolute;
	left: 0;
	top: 30px;
	font-size: 30px;
	/* width: 20px; */
	/* left: 44%; */
	line-height: 0px;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);

}

.property-grid .alert i.fa-caret-down {
	color: #ffffff;
	position: absolute;
	right: 15px;
	margin-top: -8px;
	font-size: 30px;
	line-height: 0;

}

.single-property .alert i.fa-caret-right {
	color: #ffffff;
	position: absolute;
	left: 9px;
	top: 37px;
	font-size: 40px;
	/* width: 20px; */
	/* left: 44%; */
	line-height: 0px;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.property-listing .alert i,
.single-property .alert i {
	color: #053063;
}

.property-listing .alert a,
.property-grid .alert a {
	color: #053063;
}

.property-grid .alert a,
.property-grid .alert ul li i {
	color: #053063;
	font-size: 15px;
	line-height: 27px;
	margin-left: 8px;
	display: inline-block;
}

.property-grid .alert a.url {
	color: #053063;
	font-size: 12px;
	line-height: 24px;
	display: block;
}

.property-grid .alert a img {
	margin-left: -8px;

}

.property-listing .alert ul {
	padding-top: 20px;
}

.property-grid .alert ul {
	text-align: right;
	display: inline-block;
}

.single-property .alert ul {
	padding-top: 15px;
}

.property-listing .alert li {
	padding-left: 17px;
	font-size: 12px;
	line-height: 24px;
	color: #053063;
}

.property-listing .alert li.ilana {
	padding-left: 17px;
	font-size: 14px;
	line-height: 27px;
	font-family: "Lato", Arial, Verdana, sans-serif;
}

.property-grid .alert li {
	padding-left: 0;
	font-size: 12px;
	color: #053063;
	margin-right: 0;
	line-height: 12px;
	text-align: right;
	display: inline-block;

}

.single-property .block {
	text-align: left;

}

.single-property .block h1 {
	font-size: 22px;
	color: #072d64;
	margin-bottom: 10px;
}

.single-property .block h1 span {
	font-size: 13px;
}

.sidebar .block ul>li {
	margin-top: 12px;
}

.sidebar .block ul>li>i {
	margin-right: 5px;
	color: #ef771d;
}

.block-title {
	padding: 10px 15px;
	background: #f9b31a;
	font-size: 20px;
	color: white;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	text-align: center;
}

.block-title a {
	color: #fff;
	font-size: 13px;
	text-transform: none;
}

.block-title a:hover {
	color: #fff;
	text-decoration: underline;
}

#services .block-title {
	font-size: 24px;
	text-transform: uppercase;
}

.alert .col-md-2 {
	padding-left: 0;
}


.single-property .alert li {
	font-size: 16px;
	line-height: 24px;
}

.single-property .alert h5,
.single-property .alert h3 {
	margin-top: 0;
	margin-bottom: 8px;
	padding-left: 0;
	border-left: 0;
}

.single-property .agent h5,
.single-property .agent h3 {
	margin-top: 0;
	padding-left: 0;
	border-left: 0;
	margin-bottom: 10px;
}

.property-listing .alert img.img-thumbnail,
.property-grid .alert img.img-thumbnail,
.single-property .alert img.img-thumbnail {
	width: auto;
	max-height: 100px;
}

.property-grid .alert img.img-thumbnail {
	max-width: 130px;
	max-height: 35px;
}

.property-listing .alert a#logo-agence img.img-thumbnail {
	width: auto;
	max-height: 55px;
}

p#infocomp.closed {
	height: 100px;
	overflow: hidden;
	margin-bottom: 5px;
}

p#descagence.closed {
	height: 80px;
	overflow: hidden;
	margin-bottom: 5px;
}

.single-property .alert input[type="text"],
.single-property .alert input[type="email"],
.single-property .agent input[type="text"],
.single-property .agent input[type="email"] {
	background: #fff;
	border: 1px solid #cccccc;
	color: #053063;

}

.agent-contacts li {
	display: inline-block;
	margin: 5px 20px 0 0;
}

.agent-contacts li.social-icons a {}

.agent-contacts li i {
	font-size: 16px;
}

.agent-contact-details .col-md-7 {
	padding-left: 5px;
	padding-right: 5px;
}

.agent-contact-details .col-md-5 {
	padding-right: 5px;
}

.agent-contact-details .col-md-5 .img-thumbnail {
	max-width: 100%;
	width: auto;
}

.property-listing .property-info .price {
	float: right;
	margin-top: 0;
	margin-left: 5px;
	margin-bottom: 5px;
}

.property-listing .property-info .price.ilana {
	float: none;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 10px;
}

.agents-listing .agent-info .counts {
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
}


.property-listing .property-info .star {
	float: right;
	margin-top: 0;
	margin-left: 5px;
	height: 26px;
}

.property-listing .property-info .star .btn,

{
height: 26px;
line-height: 26px;
}

.property-listing .property-info .price,
.property-grid .property-info .price,
.property-listing .property-info .price strong,
.property-grid .property-info .price strong,
.property-listing .property-info .price span,
.property-grid .property-info .price span {
	height: 26px;
	line-height: 26px;
	font-size: 18px;
	font-family: "Lato", Arial, Verdana, sans-serif;
}

.property-listing .property-info .price.ilana span,
.property-grid .property-info .price.ilana span {
	height: 26px;
	line-height: 26px;
	font-size: 22px;
	font-family: "Lato", Arial, Verdana, sans-serif;
}

.property-listing h3,
.property-grid .owl-item h3 {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 0;
}

.property-grid .owl-item .property-info .price {
	display: table-cell;
}

h3.kit-media {
	font-size: 24px;
	line-height: 1.5em;
	margin-bottom: 15px;
	color: #053063;

}

.property-listing span.kit-media {
	padding-bottom: 10px;
	font-size: 15px;
}

.property-grid>ul>li {
	margin-bottom: 25px;
}

.toggle-view {
	margin: 15px 20px 0 0;
}

.toggle-view a {
	background: #fff;
	margin: 0;
	padding: 3px 12px;
	color: #747f8f;
	font-size: 15px;
}

.toggle-view a.two {
	border-left: solid 1px #ccd1d9;
}

.toggle-view a i {
	font-size: 15px;
	margin-left: 5px;
}

.toggle-view a.active,
.toggle-view a:hover {
	color: #053063;
	font-weight: 600;
}

.pagination {
	margin-top: 40px;
	margin-bottom: 20px;
}

.full-search-form {
	background: #f5f5f5;
	padding: 10px 5px;
}

.col-md-2-index .full-search-form,
.col-md-4-index .full-search-form {
	background: #fff;
	padding: 10px;
	border-style: solid;
	border-width: 2px;
	border-radius: 0px 0px 4px 4px;
	border-color: #053063;
}

#credit .full-search-form {
	border-color: #0269b6;
	border-radius: 16px !important;
	padding-top: 15px;
	padding-bottom: 20px;

}

.full-search-form label {
	margin-top: 0;
	padding-top: 0;
	line-height: normal;
}

.page-header {
	margin: 0;
	position: relative;
	padding: 60px 0;
	border: 0;
}

.page-mandat .page-header {
	padding: 100px 0;
}

.page-credit .page-avocat .page-header {
	padding: 100px 0;
	background: #05306D;
	background: linear-gradient(0deg, rgba(101, 109, 120, 1) 0%, rgba(67, 74, 84, 1) 100%);
	text-align: center;
}

.page-avocat {
	padding: 100px 0;
	background: #3f1020;
	text-align: center;
}

.page-gestion {
	padding: 100px 0;
	background: #616c96;
	text-align: center;
}

.page-header2 {
	margin: 0;
	position: relative;
	padding: 60px 0;
	border: 0;
	background-color: #666;
}

.page-header img.img-thumbnail {
	width: auto;
	max-height: 150px;
	margin-bottom: 15px;
}

.page-header h1,
.page-header2 h1 {
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 0;
	/* line-height: 1em; */
	/* text-shadow: 1px 1px 3px rgba(0,0,0,.8); */
	text-align: center;
	font-size: 40px;
	line-height: 30px;
	font-weight: 600;
}

.bg-opacity-black-70 {
	background: rgba(0, 0, 0, 0) url(../images/promoteur-bg.jpg) repeat scroll 0 0;
}

.bg-israel {
	background: rgba(0, 0, 0, 0) url(../images/israel.avif) repeat scroll 0 0;
}

.bg-israel h1:before,
.bg-israel h1:after {
	display: inline-block;
	width: 50px;
	height: 1px;
	content: '';
	vertical-align: middle;
	background: rgba(255, 255, 255, 0.5);
}

.page-mandat .bg-israel h1:before,
.page-mandat .bg-israel h1:after {
	display: inline-block;
	width: 0;
	height: 0;
	content: ;
	vertical-align: middle;
	background: none;
}

.bg-israel h1:before {
	margin-right: 10px;
}

.bg-israel h1:after {
	margin-left: 10px;
}

.bg-contact {
	background: rgba(0, 0, 0, 0) url(../espace-pro/images/bg-contact.jpg) repeat scroll 0 0;
}

.bg-immo {
	background: rgba(0, 0, 0, 0) url(../espace-pro/images/bg-israel.jpg) repeat scroll 0 0;
	padding: 70px 0;
	padding-bottom: 50px;
}

.bg-kit {
	background: rgba(0, 0, 0, 0) url(../espace-pro/images/bg-kit.jpg) repeat scroll 0 0;
	padding: 95px 0;
}

.bg-abonnement {
	background: url(../kit-media/images/bg-abonnement.jpg) repeat scroll 0 50%;
}

.bg-banniere {
	background: url(../kit-media/images/bg-banniere.jpg) repeat scroll 0 50%;
}

.bg-agences {
	background: url(../kit-media/images/bg-agences.jpg) repeat scroll 0 50%;
}

.bg-mailing {
	background: url(../kit-media/images/bg-mailing.jpg) repeat scroll 0 50%;
}

.bg-lemag {
	background: url(../kit-media/images/bg-lemag2.jpg) repeat scroll 0 50%;
}

.bg-site {
	background: url(../kit-media/images/bg-site.jpg) repeat scroll 0 50%;
}

.bg-contact p,
.contact p {
	color: #fff;
	font-size: 22px !important;
	vertical-align: middle;
	line-height: 35px !important;
	font-family: 'Roboto', arial;
	text-align: center;
	margin-bottom: 10px;
}

.bg-contact p.lien {
	color: #ffffff;
	margin: 0;
	text-align: left;
	margin-top: 0;
	margin-left: 10px;
	display: inline-block;
	vertical-align: baseline;
	direction: ltr !important;
}

.bg-contact p {
	direction: ltr !important;
}

.bg-contact p a,
.contact p a {
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
}

.bg-contact p a,
.contact p a {
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
}

.bg-contact p small {
	font-size: 15px;
	color: #fff;
}

.page-header::before {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.bg-opacity-black-70:before {
	background: rgba(0, 0, 0, 0.7);
}

.bg-opacity-black-10,
.bg-opacity-black-20,
.bg-opacity-black-30,
.bg-opacity-black-40,
.bg-opacity-black-50,
.bg-opacity-black-60,
.bg-opacity-black-70,
.bg-opacity-black-80,
.bg-opacity-black-90,
.bg-opacity-white-10,
.bg-opacity-white-20,
.bg-opacity-white-30,
.bg-opacity-white-40,
.bg-opacity-white-50,
.bg-opacity-white-60,
.bg-opacity-white-70,
.bg-opacity-white-80,
.bg-opacity-white-90 {
	z-index: 9;
}

.page-header p,
.page-header2 p {
	color: #ffffff;
	margin: 0;
	text-align: center;
	font-size: 16px;
	margin-top: 15px;
}

.page-header p,
.page-header iframe p {
	color: #ffffff !important;
}

.espace-2019 .page-header form label {
	color: #ffffff !important;
}

.bg-immo p,
.bg-kit p {
	font-size: 22px !important;
	font-family: 'Roboto', arial;
	line-height: 30px;
}

.single-property .property-amenities {
	border-bottom: 3px solid #f5f5f5;
}

.single-property .property-amenities span {
	font-size: 14px;
	width: 18%
}

.single-property .property-amenities span.orientation {
	font-size: 14px;
	width: 42%
}

.single-property .property-amenities strong {
	display: inline-block;
	margin-right: 5px;
}

.single-property h2.page-title {
	margin-bottom: 10px;
}

.location {
	font-size: 75%;
	color: #053063;
	font-family: 'Open Sans', sans-serif !important;
	font-style: italic;
}


.location>i.fa-map-marker {
	display: none;
}

.location2 {
	font-size: 100%;
	color: #043262;
	font-family: 'Open Sans', sans-serif !important;
	font-style: italic;
}

.tab-content2 .location2 {
	padding: 2px 5px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	background: #f5f5f5;
	color: #5e5e5e;

}

.tab-content2 .post-meta {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 14px;
	margin-top: 5px;
}


.location2>i {
	margin-right: 5px;
}

.single-property .price {
	margin-bottom: 5px;
	margin-left: 5px;
	color: #fff;
}

.single-property .tabs {
	margin-bottom: 10px;
}

.single-property .agent {
	padding: 25px;
	margin-bottom: 30px;
	background: #f5f5f5;
}

.agent {
	padding: 15px;
	margin-bottom: 10px;
	background: #f5f5f5;
}

.agent .widget {
	margin-bottom: 0px;
}

.single-property .agent h4 i,
.single-property .alert .btn-block i {
	padding-right: 5px;
}

.single-property .alert .btn-block i {
	color: #fff;
}

.single-property .desc {
	margin-bottom: 15px;
	padding: 20px 15px 15px 20px;
}

.single-property .desc .additional-amenities>span {
	background: none;

}

.property-slider {
	/* 	margin:15px 0 15px 0; */
}

.property-slider #property-images {
	position: relative;
	text-align: center;
}

@media (max-width: 992px) {
	.property-slider #property-images img {
		width: 100%;
		height: 500px;
	}
}

@media (max-width: 767px) {
	.content {
		padding: 30px 0;
	}

	.single-property .block h1 {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.breadcrumb {
		padding: 8px 0 8px 15px;
		font-size: 11px;
	}

	.property-slider #property-images img {
		width: 100%;
		height: 280px;
	}

	.property-slider #property-images #googlemap {
		width: 100%;
		height: 280px !important;
	}

	.single-property .property-amenities span {
		font-size: 14px;
		width: auto;
		padding: 4px 20px;
		padding-bottom: 0;
	}

	#services .col-md-1 {
		width: 50%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
	}

	#services .featured-block img {
		width: 50%;
		margin-bottom: 5px;
	}

	.property-listing>ul>li,
	.agents-listing>ul>li {
		padding: 0 !important;
	}

	.property-listing .alert img.img-thumbnail {
		float: right;
		margin-right: 0;
		max-height: 50px;
	}

	.navigation>ul>li>a.btn {
		position: initial;
	}
}

@media (min-width: 992px) {
	.property-slider #property-images img {
		width: 100%;
		height: auto;
		max-height: 500px;
		border-top-left-radius: 16px;
		border-top-right-radius: 16px;
	}
}

@media (max-width: 992px) {
	.property-slider #property-thumbs img {
		width: 145px;
		height: auto;
	}
}

@media (min-width: 992px) {
	.property-slider #property-thumbs img {
		width: 145px;
		height: 100px;
	}
}

.property-slider #property-thumbs {
	position: relative;
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
	width: auto;

}

.property-slider #property-thumbs .flex-prev {
	left: 20px;
	margin-top: -10px;
}

.property-slider #property-thumbs .flex-next {
	right: 20px;
	margin-top: -10px;
}

.property-slider #property-thumbs .slides li {
	margin: 0 2px;
	width: auto !important;
}

.property-slider #property-thumbs img {
	cursor: pointer;
	/* 	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px; */
}

.property-slider #property-thumbs .flex-active-slide img {
	opacity: 1;
}

.single-agent .contact-details {
	margin: 20px 0;
}

.single-agent .counts {
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
}

.single-agent h3 {
	margin-bottom: 10px;
}

.grid-holder {
	width: 105%;
	margin-left: -3%;
	float: left;
	border-radius: 3px;
	overflow: inherit !important;
}

.grid-holder .grid-item {
	float: left;
}

.grid-item,
.gallery-item {
	margin-bottom: 3%;
}

.gallery-listed {
	margin: 0;
	list-style-type: none;
}




.grid-item-inner {
	/*-webkit-box-shadow: -4px 4px 10px 0px rgba(0,0,0,0.4);
-moz-box-shadow: -4px 4px 10px 0px rgba(0,0,0,0.4);
box-shadow: -4px 4px 10px 0px rgba(0,0,0,0.4);*/
	background: #ffffff;
	border: 1px solid #f5f5f5;
}

.grid-item-inner2 {
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	background: #072d64;
	border: 1px solid #f5f5f5;
	border-radius: 6px;
}

.grid-holder .grid-item {
	margin-left: 3%;
}

#recherche .property-grid li.grid-item .property-block {
	min-height: 327px;
}

.property-grid li#ala-une .property-block {
	min-height: auto;
}


.grid-holder.col-2 .grid-item {
	width: 45%;
}

.grid-holder.col-3 .grid-item {
	width: 29.63%;
}

.grid-holder.col-4 .grid-item {
	width: 21%;
}

.grid-holder.col-5 .grid-item {
	width: 16%;
}

.grid-holder.col-6 .grid-item {
	width: 13%;
	top: auto !important;
}

.grid-media {
	position: relative;
}

.grid-content {
	padding: 20px 25px;
}

.grid-content .fa-external-link {
	margin-left: 10px;
}

.events-grid .grid-item {}

.grid-item h3 {
	line-height: 1em;
}

.grid-item h3.kit-media {
	line-height: 1.5em;
}

.post-title {
	margin-bottom: 0;
	padding-bottom: 6px;
}

.post-content {
	padding-top: 0px;
}

.post-content .featured-image {
	margin-bottom: 15px;
	margin: auto;
}

.post-content .featured-image .img-thumbnail {
	margin-bottom: 15px;
}

.single-post-header {
	margin-bottom: 0;
}

.posts-archive .post {
	margin-bottom: 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f5f5f5;
}

.posts-archive .post:last-child {
	margin-bottom: 0;
}

.posts-archive .post h4 {
	margin-bottom: 5px;
}

.posts-archive .post-content h4 {
	margin-bottom: 5px;

}

.grid-content p {
	font-size: 24px;
	line-height: 32px;
	font-style: italic;
	margin-bottom: 0;
}

.grid-item-inner2 .grid-content p {
	font-size: 24px;
	line-height: 36px;
	font-style: italic;
	color: #ffffff;

}

.grid-item-inner2 .grid-content h3 {

	color: #ffffff;
}

.grid-content2 p {
	font-size: 16px;
	line-height: 26px;
	font-style: normal;
	color: #333333;
	margin-bottom: 30px;
}

.single-post-header .btn-toolbar {
	margin-top: 8px;
}

.post-comments-count {
	margin-top: 15px;
}

.timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
}

.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #eee;
	left: 50%;
	margin-left: -1.5px;
}

.timeline>li {
	margin-bottom: 20px;
	position: relative;
}

.timeline>li:before,
.timeline>li:after {
	content: " ";
	display: table;
}

.timeline>li:after {
	clear: both;
}

.timeline>li:before,
.timeline>li:after {
	content: " ";
	display: table;
}

.timeline>li:after {
	clear: both;
}

.timeline>li>.timeline-panel {
	width: 46%;
	float: left;
	border: 1px solid #eee;
	border-radius: 5px;
	position: relative;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	padding: 10px 10px;
}

.timeline-panel .col-md-4 {
	padding-right: 0;
}


.timeline>li>.timeline-panel:before {
	position: absolute;
	top: 29px;
	right: -10px;
	display: inline-block;
	border-top: 10px solid transparent;
	border-left: 10px solid #d0d0d2;
	border-right: 0 solid #d0d0d2;
	border-bottom: 10px solid transparent;
	content: " ";
}

.timeline>li>.timeline-panel:after {
	position: absolute;
	top: 30px;
	right: -9px;
	display: inline-block;
	border-top: 9px solid transparent;
	border-left: 9px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 9px solid transparent;
	content: " ";
}

.timeline>li>.timeline-badge {
	color: #fff;
	width: 50px;
	height: 50px;
	padding-top: 11px;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -25px;
	background-color: #eee;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}

.timeline>li>.timeline-badge span {
	font-size: 14px;
	display: block;
	line-height: 16px;
}

.timeline>li.timeline-inverted>.timeline-panel {
	float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
	border-left-width: 0;
	border-right-width: 10px;
	left: -10px;
	right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
	border-left-width: 0;
	border-right-width: 9px;
	left: -9px;
	right: auto;
}

.timeline-title {
	margin-top: 0;
	color: inherit;
	font-size: 20px;
}

.timeline-title a {
	text-decoration: none;
}

.timeline-body>p:last-child,
.timeline-body>ul:last-child {
	margin-bottom: 0;
}

.timeline-body>p+p {
	margin-top: 5px;
}

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

.error-404 h2 {
	font-size: 80px;
}

.image-placeholder {
	background: #eee;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 10px;
}

/* Widgets */
.widget {
	margin-bottom: 30px;
}

footer .widget {
	margin-bottom: 5px;
}

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

.col-md-2-index .widget,
.col-md-4-index .widget {
	margin-bottom: 17px;
}

.widget .widgettitle {
	border-bottom: 1px solid #053063;
	margin-bottom: 20px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 18px;
}

.widgettitle {
	border-bottom: 1px solid #053063;
	margin-bottom: 15px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 18px;
	color: #303030;
}

#searchForm .widgettitle {
	font-size: 14px;
	color: #053063;
	font-weight: bold;
	padding-bottom: 0;
}

.site-search-module #searchForm .widgettitle {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	padding-bottom: 0;
}

.col-md-2-index .widget .widgettitle,
.col-md-4-index .widget .widgettitle {
	font-size: 16px;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.col-md-2-index .widget h5 a,
.col-md-4-index .widget h5 a {
	color: #053063;
	line-height: 30px;
}

.col-md-2-index .widget>h5>a>i,
.col-md-4index .widget>h5>a>i {
	color: #333333;
}


.col-md-2-index .widgettitle,
.col-md-4-index .widgettitle {
	font-size: 16px;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.widget-recent-posts .widgettitle {
	margin-bottom: 8px;
}

.widget ul>li {
	margin-bottom: 12px;
	border-bottom: 1px solid #f5f5f5;
}

.partenaire .widget h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
}

.agent .widget ul>li {
	color: #072d64;
}

.agent .widget ul>li span {
	color: #072d64;
	font-weight: 600;
}

.widget ul>li div.col-md-7,
.widget ul>li div.col-md-8 {
	padding-left: 0;
}

.widget ul>li .location {
	font-size: 12px;
	color: #60605F;
	font-weight: 300;
}

.widget ul>li .property-info .location {
	font-size: 13px;
	color: #053063;
	font-weight: 300;
	margin-top: 5px;
	line-height: 22px;
}

.widget ul>li p {
	font-size: 13px;
	color: #60605F;
	line-height: 20px;
}

.widget ul>li h4 {
	font-size: 15px;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 0;
}

.widget ul>li a:hover h4 {
	color: #053063;
}

.widget ul>li img.img-thumbnail {
	max-height: 52px;
}

.widget ul.kit-media>li {
	padding: 0 0 6px 0;
	margin-bottom: 6px;
	border-bottom: 1px solid #f5f5f5;
}

.widget ul>li.clearfix {
	padding: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #f5f5f5;
	background: #f5f5f5;

}

.widget ul>li.clearfix2 {
	padding: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #f5f5f5;

}

.col-md-6-index .widget ul>li {
	padding: 0;
	margin-bottom: 0;
	border-bottom: 1px solid #f5f5f5;
}

.widget ul.slides>li {
	padding: 0;
	margin-bottom: 0;
	border-bottom: 0px;
}

.widget .media-box {
	margin-bottom: 15px;
	/* border-top: 3px solid #D5D5D5;
border-bottom: 3px solid #D5D5D5;*/

}

@media (max-width: 767px) {
	.col-md-6 .media-box {
		margin-bottom: 7px;
		margin-top: 7px;
	}

	.block-heading h4,
	.block-heading h1 {
		font-size: 16px;
		line-height: 23px;
		color: #072d64;
		display: inline-block;
		padding-right: 5px;
		float: left;
	}

	.block-heading h4 span,
	.block-heading h1 span {
		font-size: 14px;
	}
}

.widget a {
	text-decoration: none;
}

a .label {
	text-decoration: none;
}

.widget .meta-data {
	margin-top: 0;
	font-size: 13px;
	font-weight: 500;
}

.widget h4 {
	margin-bottom: 5px;
}

.widget .meta-data>span {
	padding: 3px 5px 3px 10px;
}

.tag-cloud a {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 7px;
	padding: 2px 8px;
	border-radius: 16px;
	background: #f8f8f8;
	font-size: 14px;
	text-decoration: none;
}

.tag-cloud a:hover {
	text-decoration: none;
}

.tag-cloud a.tous {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 7px;
	padding: 2px 10px;
	border-radius: 16px;
	background: #072d64;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
}

.tag-cloud a.tous:hover {
	text-decoration: none;
	background: #053063;
}

.widget-recent-posts .post-image {
	width: 100%;

}

.widget-recent-posts .widget-blog-content {
	width: 100%;

}

.widget-recent-posts .widget-blog-content>a {
	font-weight: bold;
	display: block;
	margin-top: 0;
}

.widget-recent-posts .fa-angle-right {
	display: none;
}

.widget-recent-posts .fa-plus {
	margin-right: 0;
}

.widget-recent-posts ul li a {
	text-decoration: none;
}

.widget-recent-posts ul li:first-child a {
	padding-top: 0;
}

.widget-gallery ul {
	margin-left: -3%;
}

.widget-gallery ul li {
	float: left;
	width: 30%;
	margin-left: 3%;
	margin-bottom: 20px;
	border-bottom: 0;
	padding: 0;
}

.widget-gallery ul li i {
	display: none;
}

.featured-properties-widget {
	margin-bottom: 10px;
}

.featured-properties-widget .property-block {
	padding-bottom: 0;
	margin-bottom: 20px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0;
}

.featured-properties-widget .property-block:last-child {
	margin-bottom: 0;
}

.featured-properties-widget .property-featured-image {
	width: 100%;
}

.featured-properties-widget .property-info {
	width: 100%;
	padding: 10px 0px;
	border-bottom: 0;
}

.widget-agents .badge {
	margin-top: 8px;
}

.widget-properties .price {
	margin-top: 8px;
}

.additional-amenities {
	text-align: left;
}

.additional-amenities>span {
	padding: 2px;
	display: inline-block;
	margin: 0 5px 7px 0;
	background: #f8f8f8;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 24px;
}

footer .additional-amenities>span {
	display: inline-block;
	background: none;
	border-radius: O;
	color: #ffffff;
}

.additional-amenities>span.navailable i {
	color: #053063;
}

.properties-table th {
	font-weight: 700;
}

.table .thead-dark th {
	color: #fff;
	background-color: #212529;
	border-color: #32383e;
}

.table .thead-light th,
.table .thead-light td {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.table tbody tr td {
	vertical-align: middle;
	color: #053063;
}

.table .thead-dark th a {
	color: #fff;
}

.table thead tr th a,
.table thead tr th {
	color: #072d64;
}

.properties-table .action-button {
	margin-left: 20px;
	font-weight: bold;
	text-decoration: none;
}

.properties-table .action-button i {
	font-size: 16px;
}

.post-meta {
	background-color: #f8f8f8;
	border-bottom: 1px solid #DBDBDB;
	padding: 10px 20px;
	font-size: 12px;
}

.alert .post-meta h1 {
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	margin-bottom: 0;
}

.alert .post-meta {

	border-bottom: 1px solid #DBDBDB;
	padding: 10px 20px;
	font-size: 13px;
	font-weight: normal;
	color: #444444;
	line-height: 16px;
	margin-bottom: 0;
	margin-top: 13px;
}

.alert .accordion,
.alert .accordion-group {
	margin-bottom: 0;
}

.alert #map {
	margin-top: 20px;
}

.post-meta i {
	margin-right: 5px;
	font-size: 14px;
}

.post-comments {
	margin: 30px 0 0 0;
}

.comments {
	margin: 0;
	list-style-type: none;
}

.comments li {
	margin-bottom: 25px;
}

.comments li .post-comment-block {
	padding: 5px;
	padding-bottom: 5px;
	border: 1px solid #f5f5f5;
	border-bottom-width: 2px;
	background: #ffffff;
}

.comments li.admin>.post-comment-block {
	background-color: #f8f7f3;
}

.comments li .img-thumbnail {
	float: left;
	margin-right: 20px;
}

.comments li h5 {
	margin-bottom: 5px;
}

.comments li ul {
	padding-top: 25px;
	padding-left: 50px;
}

.post-comment-form {
	margin: 30px 0 0 0;
	border-bottom: 0;
}

.post-comment-form .form-control {
	margin-bottom: 20px;
}

.gallery-filter ul {
	float: right;
}

#message {
	margin-top: 10px;
}

#clients-slider li {
	border: 1px solid #f5f5f5;
	height: 100px;
	line-height: 100px;
	padding: 0 30px;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
}

#clients-slider li:hover {
	border: 1px solid #053063;
}

#clients-slider li img {
	max-height: 50px;
	-webkit-filter: grayscale(100%);
	/* Chrome, Safari, Opera */
	filter: grayscale(100%);
	opacity: .9;

}

#clients-slider li img:hover {

	-webkit-filter: grayscale(0%);
	/* Chrome, Safari, Opera */
	filter: grayscale(0%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 1;

}

#contact-map {
	padding: 0;
}

#back-to-top {
	position: fixed;
	z-index: 999;
	right: 17px;
	bottom: 17px;
	display: none;
	padding: 5px 12px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: rgba(0, 0, 0, .7);
	color: #ffffff;
}

.btn-mobile {
	display: none;
	text-align: center;
	padding: 16px 6px;
}

#pricing-mobile {
	display: none;
}


#pricing-ordi,
#pricing-ordi2 {
	display: block;
}

#btn-contact-detail {
	position: fixed;
	z-index: 999;
	display: none;
	padding: 5px 12px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #00D4ED;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	width: 100%;
	left: 0;
	height: 45px;
	line-height: 35px;
}

#back-to-top2 {
	position: fixed;
	z-index: 999;
	right: 37px;
	bottom: 17px;
	display: none;
	padding: 5px 12px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: rgba(0, 0, 0, .7);
	color: #ffffff;
}

/*-------------------------------------------------------------------------------------------*/
/* SHORTCODE DEFINATIONS */
/*-------------------------------------------------------------------------------------------*/
/* ==================================================
   Tabs
================================================== */
.tabs,
.tabs2 {
	margin-bottom: 25px;
}

.nav-tabs {}

.nav-tabs li {
	position: relative;
	display: block;
	float: left;
	margin-right: 1px;
}

.col-md-2-index .nav-tabs li.mandats,
.col-md-4-index .nav-tabs li.mandats {
	position: relative;
	display: block;
	float: left;
	margin-right: 1px;
	width: 100%;
}

.nav-tabs li a {
	display: block;
	padding: 5px;
	background: #fefefe;
	text-decoration: none;
}

.tabs2 .nav-tabs li a {
	display: block;
	padding: 4px 10px;
	border-radius: 4px 4px 0 0;
	background: #053063;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
}

.tabs2 .nav-tabs li a:hover,
.tabs2 .nav-tabs li.active a {
	background: #053063;
	text-decoration: none;
}

.col-md-2-index .nav-tabs li.mandats a,
.col-md-4-index .nav-tabs li.mandats a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	border-radius: 4px 4px 0 0;
	background-color: #053063;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
}

.col-md-2-index .nav-tabs li.mandats a:hover,
.col-md-4-index .nav-tabs li.mandats a:hover {
	text-decoration: underline;
	color: #ffffff;
	background-color: #053063;
}

.site-search-module .nav-tabs li a {
	display: block;
	padding: 10px 20px;
	background: rgba(0, 0, 0, 0.5);
	text-decoration: none;
	color: #ffffff;
	border-radius: 4px 4px 0 0;
}

/*
.site-search-module label {
color: #fff;
	}

.site-search-module input[type="text"] {
color: #fff;
	}

.site-search-module input[type="text"],
.site-search-module input[type="text"]:-moz-placeholder,
.site-search-module input[type="text"]::-moz-placeholder,
.site-search-module input[type="text"]:-ms-input-placeholder,
.site-search-module input[type="text"]::-webkit-input-placeholder,
.site-search-module input[type="search"]::-webkit-input-placeholder {
color: #fff!important;
	}
.site-search-module input,
.site-search-module input:-moz-placeholder,
.site-search-module input::-moz-placeholder,
.site-search-module input:-ms-input-placeholder,
.site-search-module input::-webkit-input-placeholder {
color: #fff!important;
	}*/

.site-search-module .nav-tabs li>i {
	color: rgba(61, 61, 61, 0.5);
}

.nav-tabs li a.actu {
	display: block;
	padding: 9px 10px;
	background: #f5f5f5;
	text-decoration: none;
}

.nav-tabs li>i {
	color: #f5f5f5;
}

.col-md-2-index .nav-tabs li.mandats>i,
.col-md-4-index .nav-tabs li.mandats>i,
.tabs2 .nav-tabs li>i,
.tabs2 .nav-tabs li.active>i,
.tabs2 .nav-tabs li:hover>i {
	color: #053063;
}

.nav-tabs li>i {
	position: absolute;
	bottom: -10px;
	font-size: 16px;
	width: 20px;
	left: 50%;
	margin-left: -5px;
}

.nav-tabs li.active>i {
	width: 30px;
	font-size: 30px;
	bottom: -18px;
}

.nav-tabs li a:hover {
	color: #fff;
	background: #666 !important;
	text-decoration: none;
}

.nav-tabs li a:active,
.nav-tabs li.active a {
	color: #fff;
	background: #666;
}

.tab-content {
	padding: 20px 20px 10px;
	background: #ffffff;
	border: 1px solid #eee;
}


.tab-content2 {
	border-radius: 0 6px 6px 6px;
	padding: 10px 20px 0;
	background: #ffffff;
	border: solid 3px #053063;
	box-shadow: 0px 1px 2px #FFF inset, 0px 0px 3px #BABABA, 0px 4px 3px #BABABA;
}

.site-search-module .tab-content {
	padding: 0;
	background: none;
	border: 0;
}

.tab-content h4 {
	margin-bottom: 0px;
}

.tab-content>.tab-pane,
.tab-content2>.tab-pane {
	display: none;
}

.tab-content>.active,
.tab-content2>.active {
	display: block;
}

/* ==================================================
   Accordion & Toggle
================================================== */
.accordion {
	margin-bottom: 15px;
}

.accordion-group {
	margin-bottom: 8px;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.accordion-heading {
	border-bottom: 0 none;
}

.accordion-heading .accordion-toggle {
	position: relative;
	display: block;
	background-color: #ffffff;
	padding: 10px 15px;
	border-top: 1px solid #043262;
	font-weight: 600;
}

.accordion-heading .accordion-toggle {
	color: #043262;
	font-variant: normal;
	font-size: 16px;
	text-transform: none;
}

.alert .accordion-heading .accordion-toggle {
	color: #ffffff;
	border-radius: 3px;
	line-height: 23px;
	font-size: 15px;
	padding: 17px 6px;
	text-transform: uppercase;
	padding-left: 37px;
	font-weight: 400;
}

.alert .accordion-heading.togglize .accordion-toggle i {
	margin: auto;
	font-size: 38px;
	top: 25px;
	left: 8px;
}


.accordion-toggle {
	cursor: pointer;
}

.accordion-heading:hover .accordion-toggle,
.accordion-toggle:hover,
.accordion-heading:hover.togglize .accordion-toggle i {
	background-color: #043262;
	text-decoration: none;
	color: #ffffff;
}

.alert .accordion-heading:hover .accordion-toggle,
.alert .accordion-toggle:hover,
.alert .accordion-heading:hover.togglize {
	text-decoration: none;
	color: #fff;
	background-color: #043262;
}

.accordion-heading:hover .accordion-toggle.inactive {
	color: #ffffff;
	background-color: #043262;
}

.alert .accordion-heading:hover .accordion-toggle.inactive,
.alert .accordion-heading .accordion-toggle.inactive {
	background-color: #043262;
	color: #fff;
}


.accordion-heading .accordion-toggle.active {
	color: #043262;
	background-color: #ffffff;
	text-decoration: none;
}

.alert .accordion-heading .accordion-toggle.active {
	color: #fff;
	background-color: #ef771d;
	text-decoration: none;
}

.accordion-heading .accordion-toggle.inactive {
	color: #043262;
	background-color: #ffffff;
	text-decoration: none;

}

.alert .accordion-heading.togglize .accordion-toggle i {
	color: #fff;
}

.accordion-heading.accordionize .accordion-toggle i,
.accordion-heading.togglize .accordion-toggle i.fa-plus-circle,
.accordion-heading.togglize .accordion-toggle i.fa-minus-circle {
	position: absolute;
	top: 50%;
	right: 20px;
	margin: -10px 0 0 0;
	color: #444;
	font-size: 18px;
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
}

.accordion-heading:hover .accordion-toggle i {
	color: #fff;
}

.accordion-heading.togglize .accordion-toggle i {
	margin: -10px 5px 0 0;
	font-size: 18px;
}

.accordion-heading.togglize .accordion-toggle .fa-plus-circle {
	display: block;
}

.alert .accordion-heading.togglize .accordion-toggle .fa-plus-circle {
	display: none;
}

.accordion-heading.togglize .accordion-toggle.active .fa-plus-circle {
	display: none;
}

.accordion-heading.togglize .accordion-toggle .fa-minus-circle {
	display: none;
}

.accordion-heading.togglize .accordion-toggle.active .fa-minus-circle {
	display: block;
}

.alert .accordion-heading.togglize .accordion-toggle.active .fa-minus-circle {
	display: none;
}

.accordion-inner {
	padding: 16px;
	border-bottom: 1px solid #000000;
	background: #fff;
}

.sidebar .accordion-inner {
	padding: 10px 5px;
	border: 1px solid #f5f5f5;
}


/* ==================================================
   Alerts
================================================== */

.alert {
	margin-bottom: 20px;
	padding: 15px 15px 15px 15px;
	border: 1px solid #f5f5f5;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #f5f5f5;
	text-shadow: none;
}

.alert2 {
	margin-bottom: 20px;
	padding: 15px 15px 15px 15px;
	border: 1px solid #ffffff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #ffffff;
	text-shadow: none;
}

.alert3 {
	-webkit-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
	-khtml-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
	-ms-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
	-o-box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
	box-shadow: rgba(0, 0, 0, 0.08) 0 0 6px 0;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #fff;

}


.alert .close {
	position: relative;
	top: 0px;

	color: #FFFFFF;
	text-shadow: none;
	line-height: 20px;
	text-decoration: none;
	-webkit-transition: opacity 0.1s linear 0s;
	-moz-transition: opacity 0.1s linear 0s;
	-ms-transition: opacity 0.1s linear 0s;
	-o-transition: opacity 0.1s linear 0s;
	transition: opacity 0.1s linear 0s;
}

.alert .close:hover {
	text-decoration: none;
	opacity: 1;
}

.alert-standard {
	border-color: #f5f5f5;
	background-color: #f8f8f8;
}

.alert-standard,
.alert-standard .close {
	color: #666;
}

.alert-success {
	border-color: #d6e9c6;
	background-color: #dff0d8;
}

.alert-success,
.alert-success .close {
	color: #468847;
}

.apropos h5 span.alert-danger {
	color: #fff;
	background-color: #053063;
	font-weight: normal;
	padding: 2px;
	margin-left: 5px;
	margin-right: 5px;
}

.alert-danger,
.alert-error {
	border-color: #ebccd1;
	background-color: #f2dede;
}

.alert-danger,
.alert-danger .close,
.alert-error,
.alert-error .close {
	color: #c3201d;
}

.alert-info {
	border-color: #bce8f1;
	background-color: #d9edf7;
}

.alert-info,
.alert-info .close {
	color: #3a87ad;
}

.alert-warning {
	border-color: #faebcc;
	background-color: #fcf8e3;
}

.alert-warning,
.alert-warning .close {
	color: #ddae02;
}

/* ==================================================
   Progress bars
================================================== */
@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

@-moz-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

@-o-keyframes progress-bar-stripes {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 40px 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

.progress {
	margin-bottom: 15px;
	height: 20px;
	border-radius: 3px;
	background-color: #eaeaea;
	-webkit-box-shadow: none;
	box-shadow: none;
	overflow: visible;
}

.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	background-color: #eaeaea;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	-webkit-transition: width 0.6s ease;
	transition: width 0.6s ease;
	position: relative;
	border-radius: 3px;
}

.progress-striped .progress-bar {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
}

.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
	background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
	background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
	background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
	background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

#slider-pourcentage span.progress-bar-tooltip {
	position: absolute;
	position: absolute;
	top: -30px;
	right: 5px;
	display: block;
	padding: 4px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: rgba(0, 0, 0, .8);
	color: #FFF;
	font-size: 13px;
	line-height: 15px;
	opacity: 0;
	filter: alpha(opacity=0);
	-o-border-radius: 3px;
}

span.progress-bar-tooltip {
	position: absolute;
	position: absolute;
	top: -28px;
	right: 5px;
	display: block;
	padding: 4px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: rgba(0, 0, 0, .8);
	color: #FFF;
	font-size: 11px;
	line-height: 15px;
	opacity: 0;
	filter: alpha(opacity=0);
	-o-border-radius: 3px;
}

span.progress-bar-tooltip:after {
	position: absolute;
	bottom: -5px;
	left: 13px;
	display: block;
	width: 0;
	border-width: 5px 5px 0;
	border-style: solid;
	border-color: #333 transparent;
	content: "";
}

.progress-label {
	text-transform: uppercase;
}

/* ==================================================
   Facts Counters
================================================== */
.fact-ico {
	display: inline-block;
	color: #053063;
	margin-right: 10px;
}

.stats-agences .fact-ico {
	margin-right: 0;
}

.fact-ico.kit-media {
	display: inline-block;
	height: 70px;
	color: #053063;
	line-height: 60px;
	margin: 10px 0;
}

.fact {
	display: inline-block;
	color: #e0e0e0;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0;
}

.fact2 {
	display: inline-block;
	color: #053063;
	font-size: 18px;
	font-family: 'Volkhov', serif;
	font-style: italic;
	text-align: center;

}

.counters .timer,
.counters2 .timer2 {
	display: inline-block;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 34px;
	font-weight: 400;
}

.counters .kit-media .count {
	color: #053063;

}

.counter-item {
	float: left;

}









.parallax .counters .timer {
	color: #ffffff;
}

/* ==================================================
   Modal Box
================================================== */
.modal-open {
	overflow: hidden;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	display: none;
	overflow: auto;
	overflow-y: scroll;
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-dialog {
	position: relative;
	z-index: 1050;
	margin: 10px;
	width: auto;
}

.modal-content {
	position: relative;
	outline: none;
	border: 1px solid #053063;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	background-color: #ffffff;
	background-clip: padding-box;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 6;
	background-color: #000000;
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}

.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.modal-header {
	padding: 10px;
	min-height: 16.428571429px;
	border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	line-height: 1.428571429;

}

h4.modal-title {
	margin: 0;
	line-height: 1.428571429;
	font-size: 24px;
	text-align: center;
}

.modal h5 {
	border-left: none !important;
}

.modal-body {
	position: relative;
	padding: 10px;
	text-align: center;
}

.modal-footer {
	margin-top: 5px;
	padding: 10px;
	border-top: 1px solid #e5e5e5;
	text-align: right;
}

.modal-footer:before,
.modal-footer:after {
	display: table;
	content: " ";
}

.modal-footer:after {
	clear: both;
}

.modal-footer:before,
.modal-footer:after {
	display: table;
	content: " ";
}

.modal-footer:after {
	clear: both;
}

.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0;
}

@media screen and (min-width: 768px) {
	.modal-dialog {
		margin: 30px auto;
		width: 620px;
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
}

@media screen and (min-width: 1200px) {
	.modal-dialog {
		margin: 20px auto;
		width: 820px;
	}

	#mymodal-credit-credit .modal-dialog {
		margin: 20px auto;
		width: 700px;
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
}

/*-------------------------------------------------------------------------------------------*/
/* Parallax
/*-------------------------------------------------------------------------------------------*/
.parallax {
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #eee;
}

.touch .parallax,
.page-header.parallax,
.page-header2.parallax {
	background-attachment: scroll !important;
}

/*-------------------------------------------------------------------------------------------*/
/* Pricing Tables
/*-------------------------------------------------------------------------------------------*/
.pricing-table {
	margin-top: 50px;
	margin-bottom: 50px;
}

.pricing-table:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}

.pricing-table>div:first-child .pricing-column-content,
.pricing-table>div:first-child h3 {
	/*border-left: 1px solid #d1d1d1!important;*/
}

.kit-media .pricing-column {
	text-align: center;
}

.pricing-column {
	float: left;
	overflow: hidden;
	padding: 0px;
	background-color: #fff;
	text-align: left;
	-webkit-transition: box-shadow 0.2s linear;
	-moz-transition: box-shadow 0.2s linear;
	-o-transition: box-shadow 0.2s linear;
	transition: box-shadow 0.2s linear;
	border-top: 1px solid #d1d1d1;
}

.col-md-8-index .pricing-column {
	text-align: center;

}

.pricing-column .features {
	padding: 0;
	margin-bottom: 0;
	background: none;
	height: auto !important;
}

.pricing-column .pricing-column-content {
	padding: 0px 0px 20px 0px;
	/*border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;*/
}

.pricing-column.highlight {
	position: relative;
	z-index: 1;
	margin: -20px -1px 0px -1px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, .09);
	box-shadow: 0px 0px 13px rgba(0, 0, 0, .09);
	-o-box-shadow: 0px 0px 13px rgba(0, 0, 0, .09);
}

.pricing-column.highlight .pricing-column-content,
.pricing-column.highlight h3 {
	border: none;
}

.pricing-column.highlight h3 .highlight-reason {
	display: block;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 14px;
	font-weight: bold;
}

#mailing .pricing-column.highlight h3 .highlight-reason {
	letter-spacing: 1.1px;
	font-size: 13px;
}

.pricing-column.highlight .pricing-column-content {
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
}

.pricing-column.highlight:hover {
	-webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, .15);
	box-shadow: 0px 0px 13px rgba(0, 0, 0, .15);
	-o-box-shadow: 0px 0px 13px rgba(0, 0, 0, .15);
}

.pricing-column ul li {
	padding: 10px 25px;
	color: #666666 !important;
	list-style: none;
	border-bottom: 1px solid #eee;
	margin-bottom: 0;
	line-height: 18px;
}

.pricing-column ul li:first-child {
	border-top: 1px solid #d1d1d1;
}

.pricing-column ul li:nth-child(2n+1) {
	background-color: #f8f8f8;
}

.pricing-column ul li.bottom {
	border-bottom: 1px solid #b3aeae !important;
}

.pricing-column ul li.bg {
	background-color: #053063;

}

.pricing-column ul li.bg h5 {
	color: #fff !important;
}

.pricing-column.highlight h3 {
	margin-bottom: 0px !important;
	padding: 15px 0px;
	color: #ffffff !important;
	text-align: center !important;
}

.pricing-column.highlight h3.price {
	color: #053063;
	text-align: center !important;
	background: none;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 2px 10px 6px 10px;
	line-height: 42px !important;
}

.toggle .pricing-column h3 {
	font-size: 26px !important;
}

.pricing-column h3 {
	margin-bottom: 0px;
	padding: 18px 0px 18px 0px;
	font-size: 26px;
	line-height: 28px;
	text-align: center !important;
}

.pricing-column .features h3,
.pricing-column .features h3.price {
	color: #333 !important;
}

.pricing-column h4 {
	margin-bottom: 0px;
	margin-left: -22px;
	padding: 8px;
	color: #333333;
	font-size: 20px !important;
	line-height: 28px !important;
	text-align: center !important;
}

#mailing .pricing-column h4,
#mailing .pricing-column .interval {
	display: inline-block;
	margin-left: 0;
}

#mailing .pricing-column h4.big,
#mailing .pricing-column .big .interval {
	display: block !important;
	margin-left: 0;
}

.mobrems {

	color: #333333;
	text-align: center !important;
}

.pricing-column h4.big {
	margin-bottom: 0px;
	margin-left: -22px;
	padding: 20px 30px 6px 30px;
	color: #333333;
	font-size: 54px !important;
	line-height: 42px !important;
}

.features h3 {
	margin-bottom: 0px;
	margin-left: -22px;
	padding: 2px 10px 6px 10px;
	color: #333333;
	font-size: 54px !important;
	line-height: 42px !important;
}

.pricing-column h3 {
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 2px 10px 6px 10px;
	font-size: 35px !important;
	line-height: 42px !important;
	font-weight: 600;
	text-align: left;
}

.pricing-column h5 {
	margin-bottom: 0px;
	font-weight: 600;
	padding: 5px 0;
	color: #333333;

}

.pricing-column h4 .dollar-sign {
	position: relative;
	top: 0;
	right: 0;
	font-size: 22px;
	line-height: 22px;
}

.pricing-column h4.big .dollar-sign {
	position: relative;
	top: -30px;
	right: -6px;
	font-size: 22px;
	line-height: 22px;
}

.pricing-column .interval {
	display: block;
	display: block;
	padding-bottom: 5px;
	color: #053063;
	text-align: center;
}

.pricing-column ul {
	margin-left: 0px;
}

.pricing-column .btn {
	margin-top: 25px;
	margin-bottom: 20px;
}

.pricing-column.highlight .btn {
	margin-bottom: 15px;
	margin-top: 15px;
}

.pricing-table.six-cols>div {
	width: 16.5%;
}

.pricing-table.five-cols>div {
	width: 20%;
}

.pricing-table.four-cols>div {
	width: 25%;
}

.pricing-table.three-cols>div {
	width: 33.2%;
}

.pricing-table.two-cols>div {
	width: 50%;
}

.pricing-table.one-cols>div {
	width: 100%;
}

.apropos .pricing-column .pricing-column-content {
	padding: 0;

}

.apropos .pricing-column-content ul li {
	margin-bottom: 0;
	padding: 15px 25px;
	color: #072d64 !important;
}

.apropos .pricing-column-content ul.mob li {
	margin-bottom: 0;
	padding: 5px 5px;
	color: #072d64 !important;
	height: 26px;
	font-size: 10px;
}

.mobi {
	height: 50px !important;
}

.apropos .pricing-column {
	border-left: 1px solid #d1d1d1 !important;
	border-right: 1px solid #d1d1d1 !important;
	border-bottom: 1px solid #d1d1d1;
}

.apropos .pricing-column h3 {
	padding: 8px 10px 6px 10px;
	border-right: 0 !important;
	border-left: 0 !important;
}

.apropos .pricing-column h2 {
	padding: 56px 25px;
	border-right: 0 !important;
	border-left: 0 !important;
}

.apropos .pricing-column h4.big {
	padding-top: 10px;
	font-size: 58px !important;
	font-weight: 600;
	font-family: 'Roboto', arial;
	margin-left: 0;
}

#mailing .pricing-column h4 {
	font-weight: 600;
	font-family: 'Roboto', arial;
	margin-left: 0;
}

.apropos h5 .label {
	margin-left: 2px;
}

.apropos h5 span.inclus {
	font-weight: normal;
	font-style: italic;
}

.expert {
	color: #2143bc !important;
}

.label-expert {
	background-color: #2143bc;
}

.pro {
	color: #49cece !important;
}

.label-pro {
	background-color: #49cece;
}

.label-notoriete {
	background-color: #fabf02;
}

.basic {
	color: #ff6e6e !important;
}

.label-basic {
	background-color: #ff6e6e;
}

.label-defaut {
	background: #eee;
	color: #262626;
	font-weight: normal;
}

/*-------------------------------------------------------------------------------------------*/
/* Responsive Classes
/*-------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1200px) {}

@media (min-width: 768px) and (max-width: 1024px) {

	.ala-une {
		top: 10px;
		left: -10px;
	}

	.flex-caption .hero-agent-pic {
		left: 330px;

	}
}

@media (max-width: 420px) {
	#credit-detail {
		display: none;
	}

	.ala-une {
		top: 10px;
		left: -10px;
	}

	.h1 {
		font-size: 20px;
	}

	#clients-slider li img {
		height: auto;
	}


	.property-slider #property-thumbs,
 .shareaholic-canvas,
	.shareaholic-share-buttons-container {
		display: none !important;
	}

	.btn-mobile,
	#pricing-mobile {
		display: block;

	}

	.single-property #metiers,
	#pricing-ordi,
	#pricing-ordi2 {
		display: none;

	}

	.property-slider #property-images img {
		width: 100%;
		height: 220px;
	}

	.single-property .block {
		padding: 10px 10px;
	}

	.single-property .block h1 {
		font-size: 16px;
		margin-bottom: 5px;
		line-height: 22px;
	}

	.agent-contact-details .col-md-5 {
		padding-left: 15px;

	}

	.property-slider {
		margin-top: 0px;
	}

	.single-property .desc {
		padding: 10px 15px 5px 8px;
	}

	#biens-similaires .property-listing .col-md-3,
	#biens-similaires .property-listing .col-xs-3 {
		position: relative;
		width: 25%;
	}

	#biens-similaires .property-info a {
		display: none;
	}

	#biens-similaires .property-listing .property-info,
	#biens-vendus .property-listing .property-info {
		padding: 10px;
		min-height: auto;
		padding-top: 10px;
	}

	#biens-similaires .property-listing .property-featured-image {
		margin-bottom: 0;
	}

	.competition-podium {
		display: none;

	}

}


@media (min-width: 992px) and (max-width: 1199px) {
	#credit-detail {
		display: none;
	}

	.ala-une {
		top: 10px;
		left: -10px;
	}

	.navigation>ul>li>a {
		padding: 0 9px;
	}

	.h1 {
		font-size: 20px;
	}

	.site-search-module .col-sm-3 {
		padding-right: 8px;
		padding-left: 8px;
	}

	.navigation ul>li:hover>a,
	.navigation ul>li.current_menu_item>a {
		padding: 12px 16px 15px 16px;
	}

	.flex-caption,
	li.hbh .flex-caption {
		margin-right: -380px;
	}

	li.remax .flex-caption {
		margin-right: -40px;
	}

	li.moon .flex-caption {
		margin-right: -220px;
	}

	#featured-properties .overlay {
		line-height: 150px !important;
	}

	.grid-content .meta-data>span {
		padding: 10px 10px;
	}
}

@media only screen and (max-width: 992px) {
	.sticky-wrapper {
		height: auto !important
	}

	.middle-header,
	.middle-header2,
	.middle-header3 {
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
		box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	}

	.middle-header {
		display: block;
		background: #fff;
	}

	.main-menu-wrapper {
		height: auto;
		position: relative;
		width: 100%;
		background: #053063;
		display: none;
		z-index: 9999;
	}

	.navigation {
		height: auto;
		margin: 10px 10px;
	}

	.navigation li.logo {
		display: none;
		padding: 0;
	}

	.sticky-logo img {
		display: block;
		float: left;
		padding: 10px 0;
		width: 200px;
	}

	.media-box {
		position: relative;
		max-width: 100%;
	}

	.main-menu-wrapper2,
	.esppace-2019 .main-menu-wrapperv {
		height: auto;
		position: absolute;
		width: 100%;
		background: #fff;
		display: none;
		z-index: 9999;
	}

	.navigation>ul>li {
		display: block;
		width: 100%;
		line-height: normal;
		text-align: left;
		margin-top: 0;
	}

	.navigation>ul>li>a {
		padding: 10px 20px;
		background: #FFFFFF none repeat scroll 0 0;
		color: #072d64;
		border-top: 1px solid #072d64;
		line-height: normal;
		height: auto;
	}

	.navigation>ul>li i.fa-user-circle-o {
		padding-top: 0;
	}

	.navigation>ul>li:hover>a {
		padding: 17px 25px 20px 25px;
	}

	.navigation>ul>li:first-child a {
		border-left: 0;
	}

	.navigation>ul>li:last-child a {
		border-bottom: 0;
	}

	.navigation>ul>li>ul,
	.navigation>ul>li>ul li ul {
		position: static;
		height: auto !important;
		border-bottom: 1px solid #f5f5f5;
		top: 0;
		left: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		margin-left: 0;
	}

	.navigation>ul>li>ul:before,
	.navigation>ul>li>ul li ul:before {
		display: none;
	}

	li.hbh .flex-caption {
		margin-right: -10px;
		top: 75px;
	}

	li.remax .flex-caption {
		top: 17px;
		width: 371px;
		margin-right: -40px;
	}

	li.moon .flex-caption {
		margin-right: -60px;
		top: 45px;
	}

	li.hbh a.btn-primary {
		background: #d1a64b;
		width: 150px;
		text-transform: uppercase;
		font-size: 16px;
		line-height: 18px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}

	li.moon a.btn-primary {
		background: #EC0000;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		width: 100px;
		height: 100px;
		line-height: 18px;
		border-style: solid;
		border-color: white;
		border-width: 3px;
		text-align: center;
		padding-top: 30px;
		padding-right: 0;
		padding-left: 0;
	}


	.hero-slider {
		height: 200px;
	}

	.hero-slider.flexslider ul.slides li,
	.hero-slider.flexslider ul.slides li.moon,
	.hero-slider.flexslider ul.slides li.hbh,
	.hero-slider.flexslider ul.slides li.remax {
		height: 200px;
	}

	.site-search-module {
		position: relative;
		height: auto;
		bottom: auto;
		left: auto;
		z-index: 2;
		left: 50%;

	}

	.site-search-module-inside {
		width: 100%;
		height: auto;
		padding-bottom: 10px;
	}

	.site-search-module-inside #ads-trigger {
		display: none;
	}

	.featured-blocks .featured-block {
		margin-bottom: 30px;
	}

	.bottom-blocks .column {
		margin-bottom: 30px;
	}

	.owl-theme .owl-controls .owl-buttons div {
		display: none !important;
	}

	.block-heading h4 {
		display: block;

	}

	.block-heading .btn,
	.block-heading .toggle-view,
	.breadcrumb .btn,
	.breadcrumb .pull-right {
		display: none;
	}

	.agent>div>div>img {
		margin-bottom: 30px;
	}

	.gallery-item .media-box img,
	.grid-item .media-box img {
		min-width: 100%;
	}

	#featured-properties .overlay {
		line-height: auto !important;
	}

	.property-listing .property-featured-image,
	.agents-listing .agent-featured-image {
		margin-bottom: 30px;
	}

	.tab-content .img-thumbnail {
		margin-bottom: 30px;
	}

	.register-form {
		margin-top: 30px;
	}

	.right-sidebar {
		margin-bottom: 20px;
		position: static;
		width: 100%;
	}

	.mid-sidebar {
		margin-top: 40px;
	}

	.single-agent .img-thumbnail {
		margin-bottom: 30px;
	}

	.widget-agents strong,
	.widget-properties .price {
		display: block;
	}

	.action-button>span {
		display: none;
	}

	.submit-description {
		margin-top: 20px;
	}

	.submit-property-type,
	.submit-contract-type,
	.submit-image {
		margin-bottom: 20px;
	}

	.pricing-column .features {
		margin-bottom: 0;
	}

	.pricing-column.highlight {
		margin: 0;
	}

	.pricing-table>div:third-child .pricing-column-content,
	.pricing-table>div:nth-child(2n+1) h3 {
		border-left: 1px solid #eeeeee !important;
	}

	.pricing-column ul li:first-child {
		border-top: 1px solid #eeeeee;
	}

	.pricing-column ul li:nth-child(2n+1) {
		background-color: #f8f8f8;
	}

	.toggle .pricing-column h3 {
		font-size: 26px !important;
	}

	.pricing-table.six-cols>div {
		width: 50%;
	}

	.pricing-table.five-cols>div {
		width: 50%;
	}

	.pricing-table.four-cols>div {
		width: 50%;
	}

	.pricing-table.three-cols>div {
		width: 50%;
	}

	.pricing-table.two-cols>div {
		width: 50%;
	}

	.pricing-table.one-cols>div {
		width: 100%;
	}

	.grid-content .meta-data>span {
		padding: 5px 0;
		border-right: 0;
	}

	ul.timeline:before {
		left: 40px;
	}

	ul.timeline>li>.timeline-panel {
		width: calc(100% - 90px);
		width: -moz-calc(100% - 90px);
		width: -webkit-calc(100% - 90px);
	}

	ul.timeline>li>.timeline-badge {
		left: 15px;
		margin-left: 0;
		top: 16px;
	}

	ul.timeline>li>.timeline-panel {
		float: right;
	}

	ul.timeline>li>.timeline-panel:before {
		border-left-width: 0;
		border-right-width: 15px;
		left: -15px;
		right: auto;
	}

	ul.timeline>li>.timeline-panel:after {
		border-left-width: 0;
		border-right-width: 14px;
		left: -14px;
		right: auto;
	}
}

@media only screen and (max-width: 767px) {

	.site-search-module::before,
	.counters::before,
	.site-search-module::after {
		position: inherit;
	}

	.site-search-module .section-title {
		margin-bottom: 20px;
		margin-top: 0;
		text-align: center;
	}

	.h3 {
		font-size: 16px;
	}

	#recherche h1 {
		font-size: 16px !important;
		margin-bottom: 10px !important;
	}

	#affiner {
		display: none;
	}

	.alert {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.alert .post-meta {
		margin-top: 0;
	}

	.alert .accordion-heading .accordion-toggle {
		padding: 10px 6px;
		padding-left: 37px;
	}

	.property-listing .property-featured-image,
	.agents-listing .agent-featured-image {
		margin-bottom: 5px;
	}

	.property-listing .images-count {
		bottom: 5px;
	}

	.single-property .alert img.img-thumbnail,
	.property-grid .alert img.img-thumbnail {
		width: auto;
		max-height: 35px;
		float: left;
		margin-right: 10px;
	}

	.property-listing .alert ul {
		padding-top: 0;
	}

	.property-listing .alert {
		height: 100%;
		border: none;
	}

	.alert .accordion-heading.togglize .accordion-toggle i {
		font-size: 30px;
	}

	/* Isotope */
	.isotope {
		overflow: visible !important;
		height: auto !important;
	}

	.isotope-item {
		position: static !important;
		margin-right: auto;
		margin-left: auto;
		width: auto;
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
	}

	.isotope-hidden {
		display: none !important;
	}

	.grid-item {
		margin-bottom: 6%;
	}

	.grid-holder.col-2 .grid-item {
		width: 95%;
	}

	.grid-holder.col-3 .grid-item {
		width: 95%;
	}

	.grid-holder.col-4 .grid-item {
		width: 95%;
	}

	.grid-holder.col-5 .grid-item {
		width: 95%;
	}

	.grid-holder.col-6 .grid-item {
		width: 95%;
		top: auto !important;
	}

	.pricing-table.six-cols>div {
		margin: 0 auto 30px;
		width: 100%;
	}

	.pricing-table.five-cols>div {
		margin: 0 auto 30px;
		width: 100%;
	}

	.pricing-table.four-cols>div {
		margin: 0 auto 30px;
		width: 100%;
	}

	.pricing-table.three-cols>div {
		margin: 0 auto 30px;
		width: 100%;
	}

	.pricing-table.two-cols>div {
		margin: 0 auto 30px;
		width: 100%;
	}

	h2.text-align-center {
		margin-top: 25px;
	}

	h2.text-align-center span {
		font-size: 40px !important;
	}

	hr.kit-media {
		margin-bottom: 15px;
		margin-top: 15px;
	}

	.page-header h1,
	.page-header2 h1 {
		font-size: 24px;
	}

	.hero-agent {
		display: none;
	}

	/*slider*/
	.slider-content {
		transform: translateY(-55%);
		width: calc(100% - 25%);
	}

	.slider-1-title-1 {
		font-size: 10px;
		margin-bottom: 10px;
	}

	.slider-1-title-1 img {
		max-width: 200px;
	}

	.slider-1-title-2,
	.slider-1-title-3 {
		font-size: 12px;
		margin-bottom: 8px;
	}

	.slider-1-desc {
		display: none;
	}


	.nivo-directionNav a {
		display: none;
	}

	.nivo-controlNav {
		bottom: 5px;
		display: block;
	}

	.nivo-controlNav a {
		height: 12px;
		margin: 0 3px;
		width: 12px;
	}

	/*slider-2*/
	.slider-2 {
		padding: 80px 20px;
	}

	.flex-caption .fa-caret-down {
		display: none;
	}

	.property-listing .col-md-8 {
		padding-right: 0px;
		padding-left: 0px;
	}

	h4.page-title,
	ul.agent-contacts {
		margin-bottom: 5px;
	}

	.block-heading h4 {
		font-size: 16px;
		line-height: 50px;
	}

	.block-heading h4 span {
		font-size: 14px;
	}

	.btn-lg {
		padding: 12px 16px;
		font-size: 18px;
	}

	.property-listing>ul>li>div,
	.agents-listing>ul>li>div {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.property-listing>ul>li .property-info,
	.agents-listing>ul>li .agent-info,
	.agents-listing>ul>li .agent-contacts {
		padding-left: 15px;
		padding-right: 15px;
	}

	.agents-listing>ul>li .agent-contacts {
		padding-bottom: 15px;
	}

	#gmap {
		height: 200px;
	}

	.site-footer-bottom {
		text-align: center;
	}

	.site-footer-bottom .social-icons {
		margin-top: 20px;
		text-align: center;
	}

	.site-footer-bottom .horiz-nav2 {
		margin-top: 10px;
		text-align: center;
	}

	.site-footer-bottom .social-icons a {
		margin: 0 4px;
	}

	#ala-une img.recherche {
		min-width: 100%;
		height: auto;
		max-height: 225px;
	}
}

#pourcentage-slider {
	width: 300px;
	margin: 0 auto;
	text-align: center;
	margin-top: 0px;
}

#doc .result-search .result #pourcentage-slider p {
	text-align: center;
}

#pourcentage {
	font-family: georgia, serif;
	font-size: 2em;
}

/**** slider style ***/
#pourcentage-slider .ui-state-default,
.ui-widget-content .ui-state-default {
	background: transparent url(../images/handle.png) scroll no-repeat center;
	width: 7px;
	height: 7px
}

/* handle*/

#pourcentage-slider .ui-corner-all {
	border: 0 none;
	-moz-border-radius: 0
}

#pourcentage-slider .ui-slider-horizontal .ui-slider-handle {
	margin-left: -0.3em;
	top: 0em;
}

/* position des handle*/

#pourcentage-slider .ui-slider-horizontal .ui-slider-range {
	height: 7px;
}

#pourcentage-slider .ui-widget-content {
	height: 7px;
	background: transparent url(../images/bg-slider.jpg) repeat-x scroll left top;
	border: 1px #bfbfbf solid
}

/* slider hauteur et style */
#pourcentage-slider .ui-widget-header {
	background-color: #000
}

#pourcentage-slider .plus {
	background: transparent url(../images/plus-gray.jpg) no-repeat scroll;
	width: 9px;
	height: 9px;
	position: relative;
	right: -307px;
	bottom: 9px;
}

#pourcentage-slider .minus {
	background: transparent url(../images/minus-gray.jpg) no-repeat scroll;
	width: 9px;
	height: 9px;
	position: relative;
	left: -15px;
	top: 8px;
}


#owl-demo .item {
	display: block;
	padding: 30px 0px;
	margin: 5px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
	padding: 5px 9px;
}

.owl-theme .owl-buttons i {
	margin-top: 2px;
}

//To move navigation buttons outside use these settings:

.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: -45px;
	top: 55px;
}

.bg-full .owl-carousel .owl-item {
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}

.bg-full #cdc .owl-carousel .owl-item {
	padding-right: 20px;
	padding-left: 20px;
}

.bg-full #clients-slider li {
	padding: 0 0px;
	line-height: 60px;
	height: auto;
}

.bg-full #clients-slider li img {
	height: auto;
	max-height: 50px;
	opacity: 1;
}

.bg-full #clients-slider li {
	border: none;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
	right: -45px;
	top: 55px;
}

#biens-similaires .owl-carousel .owl-item {}

.blog-details-title-time {
	padding-left: 15px;
	position: relative;
	margin-top: 25px;
	margin-bottom: 25px;
}

.blog-details-title-time:before {
	background: #053063 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 4px;
}

.blog-details-title-time>h5,
.blog-details-title-time>h1 {
	font-size: 24px;
	margin-bottom: 5px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #444;
}

.blog-details-desctiption>p {}

.bg-banner h2.title {
	padding-bottom: 1px;
	font-size: 44px;
	line-height: 42px;
	font-weight: 200;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	margin-bottom: 6px;

}

.bg-banner .actu-title {
	display: inline-block;
	margin-bottom: 9px;
	padding: 6px 7px;
	font-size: 32px;
	background: #55dcc0;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
}

.bg-banner p {
	color: #053063;
	font-family: 'Lato', sans-serif;
}

.blog-item {
	position: relative;
	border-radius: 4px;
	background: #fff;
	text-align: left;
	line-height: 22px;
	margin-bottom: 20px;
}

.blog-image {
	overflow: hidden;
	max-height: 133px;
}

.blog-image img {
	-webkit-transition: all 3.5s ease 0s;
	transition: all 3.5s ease 0s;
	width: 100%;
}

.blog-info {
	border-bottom: 4px solid #072d64;
	padding: 10px 15px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.post-title-time {
	position: relative;
}

.post-title-time h5 {
	margin-bottom: 0;
	line-height: 22px;
	font-weight: 600;
	font-size: 15px;
}

.post-title-time h5,
.post-title-time p {
	margin-bottom: 0;
}

.post-title-time:before {
	background: #072d64;
	content: "";
	height: 45px;
	left: -15px;
	position: absolute;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	top: 0;
	width: 4px;
}

p.cat {
	position: absolute;
	left: 8px;
	top: 8px;
	padding: 0 6px;
	background: #55dcc0;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	background: #053063;
}

.text-primary,
.btn-primary .badge,
.btn-link,
a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge,
p.drop-caps:first-child:first-letter,
.accent-color,
.post-more,
ul.nav-list-primary>li a:hover,
.widget_recent_comments a,
.agent-info h4 a,
.features-list li .icon,
.agents-listing h3 a,
.location>i,
.location2>i,
.contact-info-blocks>div>i,
.additional-amenities>span.available i,
.error-404 h2>i,
.properties-table .action-button i,
.pricing-column h3,
.text-muted>i {
	color: #053063;
}

.navigation>ul>li:hover>a {
	color: #053063;
}

.property-listing h3 a,
.property-grid h3 a {
	color: #072d64;
	font-weight: 700;
}

a:hover,
.testimonials>li cite a:hover,
.property-listing h3 a:hover,
.property-grid h3 a:hover,
.agents-listing h3 a:hover,
.property-info h4 a:hover,
.agent-info h4 a:hover {
	color: #fab41
}


a.fav:hover {
	color: #053063;
}

a.fav.favorited,
.pagination>li>a:hover,
fieldset>i {
	color: #053063;
}

.full-search-form>i,
.full-search-form a:hover,
.timeline-body .fa,
.full-search-form i {
	color: #053063;
}

.full-search-form a.btn-primary:hover {
	color: #ffffff;
}

.featured-gallery p,
.post-more:hover,
.widget_recent_comments a:hover,
.property-info h4 a:hover {
	opacity: .9
}

.accent-bg,
.fa.accent-color,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus,
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus,
.label-primary,
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus,
.panel-primary>.panel-heading,
.carousel-indicators .active,
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span,
hr.sm,
.flex-control-nav a:hover,
.flex-control-nav a.flex-active,
.nav-tabs li a:active,
.nav-tabs li.active a,
.fc-event,
.site-header .social-icons a,
.top-header,
.timeline>li>.timeline-badge,
.pricing-column.highlight h3 {
	background-color: #072d64;
}

p.drop-caps.secondary:first-child:first-letter {
	background-color: #053063;
}


.nav-tabs li.active>i,
.nav-tabs li:hover>i {
	color: #072d64;
}

.alert .accordion-heading .accordion-toggle,
.alert .accordion-heading .accordion-toggle.inactive,
.nav-tabs li a:hover {
	background: #072d64;
}

.panel-primary>.panel-heading+.panel-collapse .panel-body,
.navigation ul>li:hover>a,
.navigation ul>li.current_menu_item>a {
	border-top-color: #072d64;
}

.panel-primary>.panel-footer+.panel-collapse .panel-body,
.widget .widgettitle,
.widgettitle {
	border-bottom-color: #053063;
}

blockquote {
	border-left-color: #053063;
}

/* Color Scheme Specific Classes */
/* CSS used here will be applied after bootstrap.css */


.competition-podium {
	height: 160px;
	position: relative;
	width: 600px;
	text-align: center;
	margin: 0 auto;
}

.competition-podium .gold,
.competition-podium .silver,
.competition-podium .bronze {
	border: 0;
}

.competition-podium .podium-block {
	width: 200px;
	text-align: center;
	display: inline-block;
	position: absolute;
	bottom: 0;
	padding-right: 2px;
	padding-left: 2px;

}

.competition-podium .podium-block .place {
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
}

.competition-podium .podium-block .sum {
	font-size: 1.2em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 70px;
}

.competition-podium .podium-block.bronze {
	color: #656d78;
	left: 0px;
	border: none !important;
}

.competition-podium .podium-block.bronze .podium {
	background: #656d78;
	color: #fff;

}

.competition-podium .podium-block.bronze .name {
	color: #656d78;
	font-size: 50px;
	vertical-align: bottom;
	font-family: Open Sans;
}

.competition-podium .podium-block.gold {
	color: #656d78;
	left: 200px;
	border: none !important;
}

.competition-podium .podium-block.gold .podium {
	background: #656d78;
	color: #ffe409;

}

.competition-podium .podium-block.gold .name {
	color: #ffe409;
	text-align: center;
	font-size: 60px;
	vertical-align: bottom;
	font-family: Open Sans;
}

.competition-podium .podium-block.silver {
	color: #656d78;
	left: 400px;
	border: none !important;
}

.competition-podium .podium-block.silver .podium {
	background: #656d78;
	color: #fff;

}

.competition-podium .podium-block.silver .name {
	color: #656d78;
	text-align: center;
	font-size: 50px;
	vertical-align: bottom;
	font-family: Open Sans;
}

.podium {
	display: table;
	width: 100%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.podium>* {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 17px;
	font-family: Open Sans;
	font-weight: 400;
}

.podium sup {
	top: 0;
	font-size: 50px;
	font-weight: 700;
	font-family: Open Sans;
}

.podium span.score {
	font-weight: normal;
	color: #fff;
	bottom: 0;
	font-size: 14px;
	padding-top: 10px;
}

.bronze .podium {
	height: 60px;
	line-height: 20px;
}

.silver .podium {
	height: 70px;
	line-height: 20px;
}

.gold .podium {
	height: 80px;
	line-height: 20px;
}

.bronze .podium sup {
	font-size: 30px;
}

.silver .podium sup {
	font-size: 30px;
}

.page-agence p.presentation,
.page-mandat p.presentation {
	font-size: 18px;
	line-height: 30px;
	color: #444;
	font-weight: 300;
}

.page-mandat .page-header p.presentation {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	margin-top: 25px;
	padding-right: 150px;
	padding-left: 150px;
}

.page-mandat .page-header h1 {
	font-size: 32px;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: none;
}

.page-credit .page-header h1 {
	font-size: 42px;
	line-height: 1.2em;
	text-align: center;
	font-weight: 800;
	margin-bottom: 30px;
	text-transform: none;
}

.page-credit .page-header h1>span.titre {
	font-size: 52px;
	line-height: 1.2em;
	text-align: center;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
	display: block;
}

.page-credit .page-header h3 {
	margin: 0 0 45px;
	font-size: 25px;
	font-weight: 700;
	line-height: 30px;
	color: #fff;
	text-align: center;
}

.page-mandat .page-header h3 {
	margin: 25px 0;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	color: #fff;
}

.page-agence h2,
.page-mandat h2 {
	line-height: 28px;
	font-weight: bold;

}

.page-agence h2 span,
.page-mandat h2 span {
	color: #053063;
}

.page-agence h2 .location,
.page-mandat h2 .location {
	font-size: 50%;
	color: #666;
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-weight: 300;
}

.page-agence .flexslider .slides>li>a.property-featured-image>img.recherche {
	min-width: 100%;
	height: 180px;
}

.page-agence .flexslider .flex-next {
	right: 10%;
}

.page-agence .alert li {
	padding-left: 20px;
	font-size: 14px;
	line-height: 32px;
	color: #053063;
	font-weight: 500;
}

.page-agence .alert {
	margin-bottom: 0px;
	text-shadow: none;
}

#recherche .h3 {
	display: inline-block;
	font-weight: 700;
	margin-right: 6px;
}

#recherche h1 {
	display: inline-block;
	margin: 0 auto;
	font-style: normal;
	font-size: 20px;
	color: #747f8f;
}

#classement select {
	border: 1px solid #424a54;
	width: auto;
	background: rgba(255, 255, 255) url(../images/down-arrow.png) no-repeat scroll 97% center;
	color: #424a54;
	padding-left: 10px;
}

.navigation>ul>li:first-child>a {
	border-left: 0;
}

.cafpi {
	background-color: #f18f01 !important;
	color: #fff;
	border-bottom: none !important;
	padding: 5px 15px;
	font-size: 15px;
	line-height: 1.2;
	text-transform: none;
	font-weight: 600;
	margin-right: 10px;
	margin-bottom: 10px;
}

.avivm {
	background-color: #24AADA !important;
	color: #fff;
	border-bottom: none !important;
	padding: 5px 15px;
	font-size: 15px;
	line-height: 1.2;
	text-transform: none;
	font-weight: 600;
	margin-bottom: 10px;
}

.partenaire .btn-details {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	white-space: normal;
	display: inline-block;
	line-height: 24px;
	text-transform: none !important;
	opacity: 0.9;
}

.partenaire .btn-details>i,
.partenaire .btn-details:hover>i {
	color: #fff;
}

.partenaire .btn-details:hover {
	color: #fff;
	opacity: 1;
}

#elihaddad .btn-default {
	border-radius: 6px;
	border-width: 2px;
	border-color: #820202;
	color: #820202;
	font-size: 15px;
}

#cafpi .btn-default {
	border-radius: 6px;
	border-width: 2px;
	border-color: #f18f01;
	color: #f18f01;
	font-size: 15px;
}

#avivm .btn-default {
	border-radius: 6px;
	border-width: 2px;
	border-color: #24AADA;
	color: #24AADA;
	font-size: 15px;
}

#elihaddad .btn-details,
#elihaddad .nav-tabs li.mandats a,
#elihaddad .btn-default:hover {
	background: #820202;
}

#cafpi .btn-details,
#cafpi .nav-tabs li.mandats a,
#cafpi .btn-default:hover {
	background: #f18f01;
}

#avivm .btn-details,
#avivm .nav-tabs li.mandats a,
#avivm .btn-default:hover {
	background: #24AADA;
}

#credit .btn-details,
#credit .nav-tabs li.mandats a,
#credit .btn-default:hover {
	background: #0269b6;
	color: white !important;
}

#credit .widget hr {
	margin-top: 20px;
	margin-bottom: 20px;
	background: #d8d6d6;
}

#elihaddad .full-search-form {
	border-color: #820202;
	border-radius: 16px !important;
    padding-top: 15px;
    padding-bottom: 20px;
}

#cafpi .full-search-form {
	border-color: #f18f01;
}

#avivm .full-search-form {
	border-color: #24AADA;
}

#elihaddad .nav-tabs li.mandats>i,
#elihaddad .widget h4 a:hover,
#elihaddad .widget p a:hover {
	color: #820202;
}

#cafpi .nav-tabs li.mandats>i,
#cafpi .widget h4 a:hover,
#cafpi .widget p a:hover {
	color: #f18f01;
}

#avivm .nav-tabs li.mandats>i,
#avivm .widget h4 a:hover,
#avivm .widget p a:hover {
	color: #24AADA;
}

#credit .nav-tabs li.mandats>i,
#credit .widget h4 a:hover,
#credit .widget h3 a:hover,
#credit .widget p a:hover {
	color: #0269b6;
}

.btn-primary-credit {
	color: #fff;
	background: #0269b6;
	border-radius: 50px;
	font-size: 14px;
	padding: 1em 3em;
	letter-spacing: 0.1em;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	font-weight: 700;
}

.btn-primary-normal {
	color: #fff;
	background: #072d64;
	border-radius: 50px;
	font-size: 14px;
	padding: 1em 3em;
	letter-spacing: 0.1em;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	font-weight: 700;
}

.btn-je-sais-pas {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 12px;
	font-size: 16px;
	padding: 10px 25px;
	text-transform: none;
	text-decoration: underline;
	letter-spacing: 0;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	font-weight: 600;
	margin-top: 20px;
}

/* header .btn-primary-credit,header {
   padding: 6px 10px;    font-size: 14px;
    background: #0269b6;
   letter-spacing: 0;

} */
/* footer .btn-primary-credit,footer {
    padding: 6px 13px;margin-right: 5px;
    font-size: 12px;
    background: #0269b6;
    letter-spacing: 0;
    line-height: 1.4em;
} */
.btn-primary-credit-fr {
	color: #fff;
	background: #0269b6;
	font-size: 24px;
	font-weight: 600;
	white-space: normal;
	padding: 10px 3em;
	letter-spacing: 0.1em;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	font-weight: 700;
}

.btn-primary-credit-il {
	color: #fff;
	background: #048163;
	font-size: 24px;
	font-weight: 600;
	white-space: normal;
	padding: 10px 3em;
	letter-spacing: 0.1em;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	font-weight: 700;

}

.btn-primary-credit-fr span,
.btn-primary-credit-il span {
	font-size: 32px;
}

.btn-primary-credit-fr:hover,
.btn-primary-credit-il:hover,
.btn-primary-credit:hover,
.btn-primary-normal:hover,
.btn-je-sais-pas:hover,
footer .btn-primary-credit:hover {
	color: #0269b6 !important;
	background: #fff;
	-webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 50%);
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 50%);
	-o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}

.light {
	display: inline-block;
	border-radius: 50%;
	height: 12px;
	width: 12px;
	background-color: rgb(10, 128, 31);
	margin-right: 4px;
}

.light-red {
	display: inline-block;
	border-radius: 50%;
	height: 12px;
	width: 12px;
	background-color: rgb(255, 0, 0);
	margin-right: 4px;
}
.site-search-module:before {
    content: none !important
}

#content .site-search-module {
    background: #fff !important
}

.site-search-module .form-control {
    height: 40px !important;
    line-height: 40px !important;
    border: 1px solid #ccc !important;
    color: #606060 !important
}

.site-search-module .button-1 {
    height: 40px !important;
    font-weight: 600 !important;
    font-size: 16px !important
}

.site-search-module label {
    color: #606060 !important
}

.featured-block h3 {
    text-transform: none !important;
    padding: 0 8% !important
}

.site-search-module a {
    color: #606060
}

.site-search-module a i {
    color: #ff0404
}

.site-search-module a:hover,
.site-search-module a:hover i {
    color: #ff0404 !important
}

.site-search-module #searchForm .col-md-2,
.site-search-module #searchForm .col-md-3 {
    padding-right: 10px;
    padding-left: 0 !important
}

.page-recherche .site-search-module {
    position: relative;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 12px;
    height: auto;
    bottom: 0;
    background: aliceblue
}
.additional-amenities>span.available i,
.agent-info h4 a,
.agents-listing h3 a,
.btn-link,
.btn-primary .badge,
.location2>i,
.location>i,
.post-more,
.pricing-column h3,
.text-muted>i,
.text-primary,
a.list-group-item.active>.badge,
ul.nav-list-primary>li a:hover {
  color: #fab41a
}

.navigation>ul>li:hover>a {
  color: #fab41a
}

.property-listing h3 a {
  color: #1f223e;
  font-weight: 700
}

.agent-info h4 a:hover,
.agents-listing h3 a:hover,
.property-info h4 a:hover,
.property-listing h3 a:hover,
a:hover {
  color: #fab41a
}

a.fav:hover {
  color: #fab41a
}

.pagination>li>a:hover,
fieldset>i {
  color: #fab41a
}

.full-search-form a:hover,
.full-search-form i,
.full-search-form>i {
  color: #fab41a
}

.full-search-form a.btn-primary:hover {
  color: #fff
}

.featured-gallery p,
.post-more:hover,
.property-info h4 a:hover {
  opacity: .9
}

.carousel-indicators .active,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover,
.flex-control-nav a.flex-active,
.flex-control-nav a:hover,
.label-primary,
.owl-theme .owl-controls .owl-page.active span,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.panel-primary>.panel-heading,
.site-header .social-icons a,
.top-header,
a.list-group-item.active,
a.list-group-item.active:focus,
a.list-group-item.active:hover,
hr.sm {
  background-color: #434a54
}

.alert .accordion-heading .accordion-toggle {
  background: #00a3b7;
  font-weight: 700;
  color: #fff !important
}

.btn-primary,
.btn-primary2,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
.single-property .price,
.site-footer-bottom .social-icons a:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background: #00d4ed
}

.btn-primary.active,
.btn-primary2:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary,
.site-header .social-icons a:hover {
  background: #00a3b7;
  font-weight: 700;
  color: #fff
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.panel-primary,
.panel-primary>.panel-heading,
a.list-group-item.active,
a.list-group-item.active:focus,
a.list-group-item.active:hover,
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #1f223e
}

.navigation ul>li.current_menu_item>a,
.navigation ul>li:hover>a,
.panel-primary>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #1f223e
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #fab41a
}

blockquote {
  border-left-color: #fab41a
}