/*PREMIUMBASE*/
/* COULEURS : bleu foncé : #086689

/*Import Fonts*/

@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700');

/*GENERAL*/
body {
    font-family: 'Work Sans', sans-serif;
}
.dev{border:1px solid red}
.produitshabitationslider .carousel-item article {
   width: calc(100% / 1 - 10px);
  background: #fff;
  border: 1px solid #ddd;
  margin: 0;
  text-align: center;
}
.centre { text-align: center;}

.padd50 {
    padding: 50 50px;
}
.bleu{
	color: #086689!important
}

.page-heading::after, .deco::after {
  content: "";
  display: block;
  position: relative;
  background: #ccc;
  height: 1px;
  width: 100%;
  margin: 15px 0;
}




.home_heading{
	color: #086689
}
.sidebar .group_btn a {
  width: 100%;
  margin-bottom: 5px;
}

.home-visuel-wrapper .video-wrapper #player .sliderVideo {
    object-fit: cover;
    width: 100%;
    height: 100vh;
}
.menupad{
	padding-top: 40px
	}
.header__logo img {
	    width: 200px;
	    margin-left: -20px;
}

.btn-primary {
  color: #ffffff !important;
  background: #168394;
  border-color: #168394;
}
	
.btn-primary:hover {
  color: #ffffff !important;
  background: #023b5d;
  border-color: #023b5d;
}	

	
		

	
.version-pc{
    display:block
}

.index .menu ul > li > a {
    color: #168394!important;
}

.menu ul > li > a {
    color: #09688a!important;;
}

.sticky_menu.sticking .menu ul > li > a {
    color: #09688a!important;;
}
	
	
.menu ul > li > a:hover {
    color: #959595!important;;
}
	
.menu ul > li > a {
    padding: 12px 10px;
    line-height: 1.2;
    text-transform: uppercase
}
	
.listegauche{
		padding-top: 70px;
		margin-left: 30px;
}

.listedroite{
	padding-top: 70px;
	padding-left: 20px;
}

.version-mobile {
    display: none!important;
}
   	
.moteur .bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    background: transparent;
}
.moteur {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  background-color: rgba(0,0,0,.0);
}
.moteur .search__form-item:nth-child(2), .search__form-item:nth-child(3) {
    background: rgba(255,255,255, 0.5);
}

.moteur .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #000;
}

.moteur .dropdown-toggle::after {
    color: #000;
}

.moteur .form-style {
    border: 1px solid #ccc;
    background: rgba(255,255,255, 0.5);
    color: #000!important;
}

.moteur .input-group-addon {
    color: #000;
    font-weight: 400;
}	

nav.menu ul li {
    display: inline-block;
}

.menu ul > li > a {
    padding: 12px 10px;
    line-height: 1.2;
}
   
 /* TOP PAGE */
  
 .temoignages .top_page{
  background-image: url("/assets/images/top_page/avis_top.jpg");
  
}  
   .gestion .top_page{
  background-image: url("/assets/images/top_page/gestion_top.jpg");
  
}    .temps .top_page{
  background-image: url("/assets/images/top_page/temps_top.jpg");
  
}   
  .estimation .top_page {
  background-image: url("/assets/images/top_page/estimation_top.jpg");
}  
/* INDEX ESTIMATION */
.home_cont_estimation {
    background: url(/assets/images/home-background3.jpg) no-repeat center center;
    position: relative;
    background-size: cover;
    margin: auto;
    padding: 128px 0 128px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 00px;
}
 .bloc-noir {
    background: rgba(255,255,255, 0.68);
    padding: 20px 50px;
    border-radius: 0;
    color: #000;
    border-radius: 15px;

}
.home_cont_estimation .home_heading {
    color: #000;
    line-height: 1.2;
    font-size: 25px;
    margin: 20px 0;
}
.home_cont_estimation .ion-ios-arrow-thin-right {
    margin-left: 5px;
}
.home_cont_estimation .btn-primary {
    min-width: 300px;
}
.home_cont_estimation .titre-soulignement1::after {
    content: "";
    display: block;
    position: relative;
    background: #000;
    height: 1px;
    width: 185px;
    margin: 5px auto 15px auto;
}
.home_cont_estimation .titre-soulignement2::after {
    content: "";
    display: block;
    position: relative;
    background: #000;
    height: 1px;
    width: 225px;
    margin: 5px auto 15px auto;
}



/* CATEGORIE */ 
/* Common style */
.grid figure {
	position: relative;
	float: center;
	overflow: hidden;
	margin: 10px auto;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 100%;
	background: #000000;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
/*---------------*/
/***** Marley *****/
/*---------------*/

figure.effect-marley figcaption {
	text-align: right;
}

figure.effect-marley h2,
figure.effect-marley p {
	position: absolute;
	right: 30px;
	left: 30px;
	padding: 10px 0;
}


figure.effect-marley p {
	bottom: 30px;
	line-height: 1.5;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-marley h2 {
	top: 30px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-marley:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-marley h2::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-marley h2::after,
figure.effect-marley p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h2::after,
figure.effect-marley:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* ALERTE EMAIL */ 

.home_cont_alertes {
  padding: 40px 10px 15px 10px;
  background: #ffffff;
  text-align: center;

}
.home_cont_alertes p {
  color: #086689;
}






/* SELECTION */ 

.prix_selection {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  color: #fff;
  background: #086689;
  padding: 8px 8px;
  z-index: 9;
  font-size: 16px;
  font-weight: 600
}

.home_cont_selection .info_ville {
  font-size: 16px;
  padding-top: 6px;
}
.home_cont_selection .info_type {
	text-transform: uppercase;
	font-weight: 600
}
.home_cont_selection .line {
  border-bottom: 1px solid #086689;
}


.home_cont_selection article {
  border: 1px solid #086689;
  width: calc(33.3% - 20px);
  margin: 10px;
}





/* PRESENTATION */ 

.home_cont_presentation {
  position: relative;
  background: url("/assets/images/home-background-presentation.jpg") no-repeat center top;
    background-size: auto;
  background-size: cover;
  color: #fff;
  margin: 0 auto;
  padding: 128px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}






/* COORDONNEES / FOOTER */ 
.cont_coordonnees {
  padding-bottom: 40px;
  background-color: #ffffff;
  color: #09698a;
}

.cont_coordonnees .social img{
	width: 70%
}

.cont_coordonnees .address{
	padding-top: 30px
}

.cont_coordonnees .tel{
	padding-top: 40px
}

.cont_coordonnees .ion-social-facebook{
	color:#086689!important;
	font-size: 40px
}

footer {
  background-color: #086689;
  padding: 50px 10px;
}
footer a:hover{
	color: #9f9f9f
}

/* PGES LIVRE D'OR  */

.temoignages .sidebar {
  margin-top: -12px;
}


/* PAGES VENDRE */
.img-vendre {
    border-radius: 50%;
    max-width: 230px;
    margin-bottom: 15px;
    box-shadow: 6px 3px 5px #616161;
}

.soustitre{
	
	font-weight: 600;
	font-size: 1.3em;
	color: #086689
}

.agence .titre{
	font-weight: 300;
	font-size: 3em;
	color: #086689
}

/* PAGE CONTACT  */ 


.contact .sidebar{
	z-index: 1000
}

@media (max-width: 441px) {
.bloc-noir {
  background: rgba(255,255,255, 0.68);
  padding: 20px 20px;
  border-radius: 0;
  color: #000;
  border-radius: 15px;
}
}


@media (max-width: 991px) {
	
	.sticky_menu.sticking .menu ul > li > a {
    color: #ffffff!important;;
}
	
	
	 .menu ul > li > a {
  color: #ffffff !important;
}
	.index .menu ul > li > a {
  color: #ffffff !important;
}
	.menu {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(8,102,137,.95);
  width: 250px;
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
}
	.menu ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
  width: 100%;
}
.map {
    top: 0px;
}
.version-pc{
    display:none
}
/* .site-pusher {
   border-top: 5px solid #000
} */
	.header .img-fluid {
  margin-left: -50px;
}

.header__logo img {
  margin-left: -50px;
  margin-top: 00px;
  max-width: 80%;
}


.home_cont_selection article {
  border: 1px solid #086689;
  width: calc(100% - 20px);
  margin: 10px;
}
   
.header__logo {
    display: block;
    height: 140px;
    padding: 0px;
}

.listing .sticking .site-pusher, .listing-location .sticking .site-pusher, .listing-location-saisonniere .sticking .site-pusher, .listing-neuf .sticking .site-pusher, .listing-portfolio .sticking .site-pusher, .listing-portfolio .sticking .site-pusher, .listing-vente .sticking .site-pusher {    display: block;    }
	
.version-mobile {
    display: block!important;
}

	

.index .header {
    background: transparent;
}

.header {
    position:fixed;
    height: auto;
    width: 100%;
    z-index: 8000;
    background: rgba(255, 255, 255, 1);
    top: 0;
    position: relative
}

.header__icon {
    position: relative;
    display: block;
    float: left;
    width: 50px;
    height: 66px;
    cursor: pointer;
    z-index: 99999999999;
}

.burger-item {
    color: #086689;
    font-size: 40px;
    position: fixed;
    top: 25px;
    left: 15px;
    z-index: 100;
    background: #086689;
    height: 3px;
    width: 24px;
}

.burger-item::before {
    content: "";
    position: absolute;
    background: #086689;
    color: #086689;
    display: block;
    height: 3px;
    width: 24px;
    margin-top: -8px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.burger-item::after {
    content: "";
    position: absolute;
    background: #086689;
    color: #086689;
    display: block;
    height: 3px;
    width: 24px;
    margin-top: 8px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.home_cont_categories .cat-text {
   
    font-size: 16px;

}
    }
    
    
  @media (max-width: 441px){
	  
	  .moteur {
  padding: 20px;
  position: absolute;
  top: 300px;
  left: 0;
  z-index: 20;
  background-color: rgba(0,0,0,.0);
}
  }  
    
    
    
.btn {
    border-radius: 0;
}

.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #000;
    height: 2px;
    width: 150px;
    margin: 24px auto 24px auto;
}


/*PAGE DETAILS*/
.detail_taber .nav-link {
    padding: 10px;
}
.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: #007bff !important;
    color: #fff;
    padding: 10px;
}
.detail_taber {
    border-bottom: 1px solid #007bff;
}
.detail_header .titre:after {
    background: #007bff;
}
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: #007bff;
}
.retour_pret span {
    color: #007bff;
}
.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 2px solid #007bff;
    padding-left: 10px;
}
.detail .info_titre {
    text-transform: inherit;
}
.detail .info_prix {
    padding: 0;
}
.detail .header-item {
    padding: 0;
}
.lafficheur li:hover, .lafficheur li.active {
    background-color: #007bff !important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #007bff !important;
}
.detail #descdetail{
    text-align: justify;
}
/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
    position: relative;
    background: #fff;
}
.detail .bloc-champ{
    background: #fff;
}







/* PAGE GESTION  */
.timeline {
  list-style: none;
  padding: 20px 20px 20px 20px;
  position: relative;
  background: #086689;
  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  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: 44%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: transparent;
  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-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
   color: #ffffff
}
.timeline-body > p + p {
  margin-top: 5px;
 
}