@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url('https://use.fontawesome.com/releases/v5.0.8/css/all.css');

 
body{
  font-size:14px;
  color: #333333;
  position:static;
/*  background:url('../images/background.jpg') no-repeat fixed;*/
  background-attachment: cover;
}

a,
a:hover,
a:focus{
	text-decoration:none;
	color:#FFFFFF;
}

h1, h2{
	font-family:Oswald,arial;
	font-weight:300;
	font-size:32px;
	margin-bottom:20px;
}

h1{
color: #696969;
    text-shadow: -1px 2px 3px #bbb5b5;
    text-transform: uppercase;
    font-size: 35px;
}

h2{
	font-size:24px;
	color:#464640;
}

h3{
	font-family:Oswald,arial;
	font-weight:300;
	font-size:27px;
	margin-bottom:16px;
	color:#FFF;
}

h4{
	font-family:Oswald,arial;
	color: #FFFFFF;
    text-shadow: 2px 2px 3px #000;
    text-transform: uppercase;
    font-size: 35px;
	text-align:center;
}


#sb-site, .sb-site-container{
  /*background: #151515;	*/
  background:transparent;
}
/*************************************
 ** BOOTSTRAP - PAGINATION
 *************************************/
.pagination a,
.pagination > li:first-child > a, 
.pagination > li:first-child > span,
.pagination > li:last-child > a, 
.pagination > li:last-child > span{
	border-radius:20px;
	
}

.pagination > li > a, .pagination > li > span{
	margin-left:5px;
}

.pagination > li > a, 
.pagination > li > span
.pagination > li > a:hover, 
.pagination > li > span:hover, 
.pagination > li > a:focus, 
.pagination > li > span:focus{
	color:#FFFFFF;
	background-color:#999988;
	border:none;
	
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus{
	background-color:red;
	border-color:red;
}


.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-primary[disabled]{
    color: #999988;
    background-color: #333333;
    border-color: #333333;
}

.btn-primary:hover {
    color: #FFFFFF;
    background-color: #333333;
    border-color: #333333;
}

.btn-primary[disabled]{
	 background-color: #666666;
}

/*********************************************** 
 ** HOME
 ***********************************************/
body.home{
	height:100%;
}
/*body.home footer{
	position:absolute;
	bottom:0px;
}*/
body.noscroll footer{
	position:fixed;
	bottom:0px;
}

/** *****************************************
 ** HEADER
 ** *****************************************/
header{
	background:url('../images/header.jpg') repeat;

}

header a{
	color:#D2D2D2;
	font-family:Oswald,arial;
	font-weight:300;
	font-size:12px;
	text-transform:uppercase;
}

header a:hover,
header a.active{
	color:#FFFFFF;
}	

header .wrapper{
	position:relative;
	height:133px;
}

/** *****************************************
 ** HEADER - LOGO
 ** *****************************************/
header .logo{
    margin:10px auto 0px auto;
    display: block;
	max-width:620px;
}
header .logo img{
	width:100%;
}

/** *****************************************
 ** HEADER - LANGUES
 ** *****************************************/

header .langs{
	position:absolute;
	top:0px;
	right:0px;
	margin-top:10px;
}
header .langs li:last-child{
	padding-right:0px;
}	

/** *****************************************
 ** HEADER - NAVIGATION
 ** *****************************************/

header nav{
    display: block;
    text-align: center;
    margin-top: 10px;
    position:static;

}
header nav ul.menu{
	position:relative;
	margin-bottom:0px;
	    margin-top: 21px;
}
header nav ul.menu>li{
	padding:0px;
}
			
header nav  ul.menu>li>a{
	font-size:17px;
	padding-left:10px;
	padding-right:13px;
}
header nav ul.menu>li:last-child>a{
	padding-right:0px;
}
header nav ul.dropdown-menu{
    background-color: #333333;
}

header nav  ul.dropdown-menu>li>a{
	color:#999988;
	font-size:16px;
	font-weight: 300;
}


header .mobileBtn{
	float:left;
}

header .mobileBtn a span{
	font-size:28px;
}


/** *****************************************
 ** FOOTER
 ** *****************************************/

/** *****************************************
 ** FOOTER
 ** *****************************************/

footer{
	background: #202020; /*url('../images/header.jpg') repeat;*/
	width:100%;
	z-index:100;
}

footer .f{
	padding:30px 0px;
}

footer h1 {
    font-family: Oswald,arial;
    font-weight: 300;
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 0px;
    color:#BBB;
	text-transform:uppercase;
	border-bottom:none;
}

footer h3 {
    font-family: Oswald,arial;
    font-weight: 300;
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 0px;
    color:#BBB;
	text-transform:uppercase;
	border-bottom:none;

}

footer a{
	color:#999988;
}

footer a:hover{
	color:#FFFFFF;
	text-decoration:none;
}



footer .agency img{
	margin: 0px auto 20px;
}

footer .agency .coord{
	color:#BBB;
	text-align: center;
	font-family: Oswald,arial;
	font-size: 16px;
}

footer .agency .coord .phone{
	margin:5px 0px;
	font-size:20px;
}


footer .agency .agencies{
	margin-top:20px;
	border-top: 1px solid #BBBBBB;
}

footer .agency .agencies .item{
	color:#BBB;
	text-align: center;
	font-family: Oswald,arial;
	font-size: 14px;
	margin-top:20px;
}

footer .agency .agencies .item .address{
	display:none;
}

footer .description .text {
	color:#BBB;
	/*padding-top:20px;
	margin-bottom:-10px;*/
	font-size:12px;
	text-align:justify;
}

footer .description .text>:last-child {
	margin-bottom:0px;
}


footer .navigation a{
	color:#BBB;
}
footer .navigation a:hover{
	color:#FFF;
}
footer .navigation li {
	margin-bottom:10px;
}


footer .signature{
background:#000000;
padding:5px;	
}

footer .signature .copyright {
	color:#999988;
	font-family:Oswald,arial;
	font-weight:300;
	/*font-size:16px;
	margin:20px 0px 20px 0px;*/
	float:left;
	font-size: 13px;
}

footer .signature .social {
	float:right;
	margin-bottom: 0px;
}

footer .signature .social a {
	font-size:18px;
}



/***********************************************************
 ** UL
 **********************************************************/
 .ulagency li{
    font-size: 15px;
    font-family: Oswald;
    margin-top: 0px;
    /* margin-left: -28px; */
    margin-bottom: 14px;
    font-weight: 300;
    color: white;
 
 }

/*********************************************** 
 ** MAIN
 ***********************************************/
.main{
	padding-bottom:20px;
	
}
.main .containerBg{
	background: white;
    padding: 15px;
}





/*********************************************** 
 ** MOBILE SLIDEBAR
 ***********************************************/

.slidebar a{
    font-family: Oswald, verdana;
    font-size: 18px;
    display: block;
    padding: 10px 10px 10px 30px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.slidebar .sb-nav > li{
	border-bottom: 1px solid #333333;
}

.slidebar a:hover{
	color:#FFFFFF;
	background-color:#676767;
}

.slidebar .sb-caret{
	float:right;
	margin-top:5px;
	transition:transform 1s;
}

.slidebar .sb-dropdown-menu{
	display:none;
	list-style:none;
	padding-left:0px;
	border-top: 1px solid #333333;
}

.slidebar .sb-dropdown-menu li a{
	border-top: 1px solid #333333;
	padding-left:50px;
}

.slidebar .sb-dropdown-menu li:first-child a{
	border-top: none;
}

.slidebar .sb-dropdown.open .sb-dropdown-menu{
	display:block;
}

.slidebar .sb-dropdown.open .sb-caret,
.slidebar .sb-dropdown:hover .sb-caret{
  -webkit-transform:rotate(90deg); 
  -moz-transform:rotate(90deg);
  -o-transform:rotate(90deg); 
  -ms-transform:rotate(90deg); 
  transform:rotate(90deg);
}

.slidebar .dropdown-backdrop{
	display:none;
}

.slidebar .home{
	background-image:url("../images/logoMobile.png");
	background-position:top center;
	background-repeat:no-repeat;
	background-size:contain;
	height:70px;
}

.slidebar .glyphicon{
	margin-right:10px;
}

.slidebar .separator{
	height:4px;
	background-color:#444444;
}

/*************************************
 ** HOME - SLIDER
 *************************************/
#homeSlider{
	height:700px;
}

#homeSlider.rsDefault .rsBullets{
	background:transparent;
}

#homeSlider.rsDefault .rsBullet {
	width: 22px;
	height: 22px;
	display: inline-block;
	padding: 6px 5px 40px;
}

#homeSlider.rsDefault .rsBullet span{
	width: 16px;
	height: 16px;
}

#homeSlider .rsABlock{
	font-family: Oswald,arial;
	font-weight: 300;	
	background-color:rgba(20,20,20,0.8);
	color:#FFFFFF;
	padding:20px;
	left:15%;
	top:25%;
	max-width:40%;
}
#homeSlider .rsABlock .title{
	font-size: 24px;
	text-transform:uppercase;
}
#homeSlider .rsABlock .text{
	font-size: 20px;
}
#homeSlider .rsABlock .btn{
	margin-top:20px;
}
/*************************************
 ** HOME - SEARCH
 *************************************/


.home .searchContainer{
	position:absolute;
	top:1%;
	width:100%;	
}
.home .searchContainer .search{
    opacity: 0.95;
}

/*************************************
 ** PROPERTIES - LIST
 *************************************/
.propertyList .item{
    position: relative;
    margin-bottom: 20px;
    padding: 30px;
    display: block;
    color: #333333;
    border: 1px solid #bdbbbb;
    box-shadow: -1px 3px 11px #cacaca;
    border-radius: 6px;
}


.propertyList .item .header .title,
.propertyList .item .header .subtitle{
	font-family: Oswald,arial;
	font-size:30px;
    color: #968181;
    margin-top: 0px;
    text-transform: uppercase;

}


.propertyList .item .photos{
	margin-bottom:30px;
}

.propertyList .item .photos img{
	width: 100%;
}

.propertyList .item .thumb.a2{
	margin-top:20px;
}


.propertyList .item .video,
.propertyList .item .visit{
	margin-left:10px;
}

.propertyList .item .text{
	font-size:14px;
	text-align: justify;
}


/*************************************
 ** PROPERTY - DESCRIPTION
 *************************************/


 .propertyDetail .wrap{
	background-color:#FFFFFF;
}
 .propertyDetail  h2{
    border-bottom: 1px solid #BBBBBB;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

 .propertyDetail  .price{
	float:right;
	font-family:Oswald,arial;
	font-weight:300;
	margin-top:20px;
	color: #696969;
    text-shadow: 2px 2px 3px #a5a5a5;
    text-transform: uppercase;
    font-size: 35px;
}

.propertyDetail .description .text{
	text-align: justify;
	font-size:14px;
	line-height: 24px;
}

.propertyDetail .btn-contact{
	white-space:normal;
	font-family: Oswald;
    font-weight: 300;
	font-size:21px;
}

.propertyDetail .btn-video{
	position:absolute;
	right:60px;
	bottom:100px;
	z-index: 1000;
	opacity:0.9;
	font-size: 22px;
  /* background: #FF0000;*/
	/*background: url('../images/carbon.png');*/
    text-shadow: 1px 1px 2px #000;
       box-shadow: 2px 4px 9px #0A0A0A;
	color:white;
}

.propertyDetail .btn-video:hover{
	color:red;
}

/*************************************
 ** PROPERTY - INFORMATIONS
 *************************************/
.propertyDetail .infoTable{
	width:100%;
}
.propertyDetail .infoTable td{
	font-size:13px;
	padding:3px 10px;
}
.propertyDetail .infoTable td.l{
	color:#999988;
}
.propertyDetail .infoTable tr:nth-child(odd){
	background-color:#EEEEEE;
}


/*************************************
 ** PROPERTY - NOTAIRE
 *************************************/
.propertyDetail .notary,
.propertyDetail .mortage{
	margin-bottom: 15px;
}

.propertyDetail .mortage .inner{
	background:#EEEEEE;
	padding-top:10px;
	border-radius: 9px;
    box-shadow: 1px 1px 3px #565555;
}
.propertyDetail .notaryTable,
.propertyDetail .mortageTable,
.propertyDetail .mortageForm{
	width:100%;
}
.propertyDetail .notaryTable td,
.propertyDetail .mortageTable td,
.propertyDetail .mortageTable th{
	font-size:13px;
	padding:3px 10px;
}

.propertyDetail .notaryTable td.v{
	text-align:right;
}
.propertyDetail .notaryTable td.total{
	border-top:1px solid #333333;
}

.propertyDetail .notaryTable tr:nth-child(odd){
	background-color:#EEEEEE;
}

.propertyDetail .mortageTable tr:nth-child(odd){
	background-color:#FFFFFF;
}
.propertyDetail .mortageTable th,
.propertyDetail .mortageTable td{
	text-align:center;
}
/*.propertyDetail .mortageForm {
	background-color:#EEEEEE;
	padding:10px;
}*/
.propertyDetail .mortageForm td.l{
	font-size:13px;
	font-weight:bold;
	width:60%;
}
.propertyDetail .mortageForm td.v{
	padding:2px 0px;
	text-align: right;
	min-width: 120px;
	height:32px;
}
.propertyDetail .mortageForm td.v input{
	padding-left:5px;
	padding-right:5px;
}

.propertyDetail .mortageNote{
	font-size:11px;
	padding-top:5px;
}


/*************************************
 ** PROPERTY - ACTIONS
 *************************************/
.propertyDetail .actions{
	text-align: right;
	list-style: none;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #BBBBBB;
}

.propertyDetail .actions li{
	display:inline-block;
}		

.propertyDetail .actionsTop .btn{
	margin-top: 15px;
}

.propertyDetail .actionsTop .btn-rdv{
	margin-top: 15px;
	color:red;
	/*background:url('../images/carbon.png');
	box-shadow: 2px 2px 5px #333;
    border: 1px #969696 solid;*/
	white-space: normal;
	font-size: 21px;
    font-family: Oswald;
}

.propertyDetail .actionsTop .btn-rdv:hover{
	color:#FFF;

}

/*************************************
 ** PROPERTY - SEARCH
 *************************************/
.propertyDetail .search{
	margin-top:20px;
	margin-bottom:0px;
}



/*************************************
 ** PROPERTY - RDV
 *************************************/

#rdvForm .f{
		padding-bottom:10px;
}

#rdvForm.form-horizontal .form-group{
	margin:0px;
}
#rdvForm.form-horizontal .has-feedback .form-control-feedback{
	right:0px;
}

#rdvModal .modal-footer{
	display:none;
}
#rdvModal .alert{
	margin-bottom:0px;
}

/*************************************
 ** PROPERTY - CALL ME
 *************************************/


#callmeForm.form-horizontal .form-group{
	margin:0px 0px 15px 0px;
}
#callmeForm.form-horizontal .form-group:last-child{
	margin-bottom: 0px;
}
#callmeForm.form-horizontal .form-group.or{
	font-size:20px;
	text-align:center;
	line-height: 10px;
	text-transform: uppercase;
}
#callmeModal .modal-dialog{
	max-width:320px;
}
#callmeModal .modal-footer{
	display:none;
}
#callmeModal .alert{
	margin-bottom:0px;
}
/*************************************
 ** PROPERTY - DPE
 *************************************/
#dpeModal .modal-body{
	text-align:center;
}
#dpeModal .dpe{
	width:49%;
}

/*************************************
 ** RECHERCHE
 *************************************/
.search {
    margin-bottom: 20px;
    padding: 15px;
    background: #666;
    border-radius:2px;
    color:#DDDDDD;
    background:url('../images/header.jpg') repeat;
}
.search .title{
    font-family: Oswald,arial;
    font-weight: 300;
    font-size: 20px;
    margin-top:3px;

}
.search .counter{
	font-size: 32px;
	line-height: 32px;
	float:left;

}
.search .text{
    display: inline-block;
    line-height: 13px;
    width: 80px;
    font-size: 12px;
    padding-top: 3px;
    margin-left: 10px;
}


/*************************************
 ** PROPERTIES - LIST
 *************************************/
.newsList .item{
	position:relative;
	margin-bottom:20px;
	display:block;
	color:#333333;
	background-color:#FFFFFF;
}	
.newsList .item .wrap{
	position:relative;
}					
.newsList .item .wrap img{
	width: 100%;
	opacity: 1;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;								
}
				
.newsList .item img{
	width: 100%;
	opacity: 1;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;								
}

.newsList .item .presentation{
	padding:10px;

}
.newsList .item .title{
	font-family: Oswald,arial;	
	font-size:19px;	
	margin-top:0px;	
	font-weight:500;
}

.newsList .item .subtitle{
	font-family: Oswald,arial;	
	font-size:19px;	
	margin-top:0px;	
	font-weight:300;		
}		
.newsList .item .subtitle{
	float:right;
	font-size:18px;					
}						
.newsList .item .text{
	font-size:11px;
	height:90px;
	overflow:hidden;	
	text-align: justify;
	
}
.newsList .item .zoom{
	position:absolute;
	right:8%;
	bottom:10%;
	width:46px;
	height:46px;
	background-image: url('../images/zoom.png');
	background-color:rgba(20,20,20,0.8);
	border-radius:5px;
	opacity: 0;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;							
}
.newsList .item:hover .zoom{
	opacity: 1;
}					
.newsList .item:hover img{
	opacity: 0.8;
}

.newsList .item .typeA,
.newsList .item .typeV{
	position:absolute;
	right:0px;
	top:0px;
	height:97px;
	width:95px;
	background-image: url(../images/typeA.png)
}

.newsList .item .typeV{
	background-image: url(../images/typeV.png)
}

/*************************************
 ** NEWS - DESCRIPTION
 *************************************/


 .newsDetail .wrap{
	background-color:#FFFFFF;
	padding-top:15px;
}
 .newsDetail  h2{
    border-bottom: 1px solid #BBBBBB;
    padding-bottom: 10px;
    margin-bottom: 10px;
}



.newsDetail .description .text{
	text-align: justify;
	font-size:14px;
	line-height: 24px;
}

/*************************************
 ** NEWS - ACTIONS
 *************************************/
.newsDetail .actions{
	text-align: right;
	list-style: none;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #BBBBBB;
}

.newsDetail .actions li{
	display:inline-block;
}		

.newsDetail .actionsTop .btn{
	margin-top: 15px;
}


/*************************************
 ** ROYAL SLIDER
 *************************************/
.royalSlider .rsThumbsHor{
    bottom: 0px;
    position: absolute;
    background: rgba(20,20,20,0.5);
    padding: 5px;
    height:auto;
 }

.royalSlider .rsThumb {
    width: 80px;
    height: 60px;
}
.royalSlider .rsThumb.rsNavSelected{
	background:#000000;
}

/*************************************
 ** CONTACT
 *************************************/
.contact{
	color:#999988;
}
.contact label{
	font-family:Oswald,arial;
	font-size:16px;
	font-weight:300;
	color:#666666;
	margin-top:5px;
}

/*

.contact .form-control{
	background:#EEEEEE;
	border:none;
}*/

.contact .form-group{
		margin:0px;
}

.contact .form-group .btn{
		margin-top:20px;
}

.contact  .has-feedback .form-control-feedback{
	top:31px;
}

#contactModal .modal-body .glyphicon{
	font-size:30px;
	margin-right:20px;
	float:left;
}
#contactModal .modal-body .glyphicon-ok{
	color:green;
}
#contactModal .modal-body .glyphicon-remove{
	color:red;
}

#contactModal .alert{
	margin-bottom:0px;
}

/*************************************
 ** FANCYBOX
 *************************************/
.fancybox-wrap h2{
    border-bottom: 1px solid #BBBBBB;
    margin-top:0px;
    margin-bottom:10px;
    padding-bottom:10px;
}



/*************************************
 ** DEBUG
 *************************************/
.debug{
	display:none;
	color:white;
}

/*********************************************** 
 ** IMAGES TINY
 ***********************************************/

.tinymce img {
	max-width:100%;
	height:auto;
}

/*************************************
 ** RESPONSIVE
 *************************************/
@media (max-width: 991px) {
	header nav ul.menu>li>a{
		font-size:15px;
	}
	header nav ul.lev2>li>a{
		font-size:18px;
	}
	.propertyList .item .text{
		height:75px;
	}
	.search .title{
	    margin-top:0px;
	    margin-bottom:10px;
	}	
	body, #sb-site, .sb-site-container{
  		background: #FFF;
	}
	h1, .propertyDetail .price{
		color:#696969;
	}
	#homeSlider .rsABlock{
		top:15%;	
	}

}

@media (max-width: 767px) {
	header .wrapper {
	    height: auto; 
	}

	header .logo{
	    margin: 10px auto;
	    display: block;
	    width: 100%;
	    max-width:70%;
	}	

	#homeSlider .rsABlock{
		max-width:70%;
		padding:10px;
	}
	#homeSlider .rsABlock .title{
		font-size: 20px;
		text-transform:uppercase;
	}
	#homeSlider .rsABlock .text{
		font-size: 16px;
	}
	#homeSlider .rsABlock .btn{
		margin-top:10px;
	}
	.propertyList .item .text{
		height:auto;
	}
	.propertyDetail .description .text{
		line-height: inherit;
		font-size: 13px;
	}
	.propertyDetail .actions{
		float:none;
	}
	.propertyDetail .actions li {
		display: block;
		margin-bottom: 10px;
	}			
	.propertyDetail .actions .btn{
		display:block;
	}
	.search .btn-group{
	    padding-bottom: 10px;
	}	

	.royalSlider .rsThumbsHor{
		display:none;
	}

}


@media (min-width: 768px){
.modal-dialog {
    width: 70%;
}
}



