/**/
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');


:root{
    --bleu:#7E93AB;
    --bleuclair:#F1F3FA;
    --marron: #626465;
    --noir: #000000;
    --blanc:#ffffff;

}


/* GENERAL */
body.index {
	background: var(--bleuclair);
}
a:hover {
	color: var(--marron);
	text-decoration: none;
}
.bleu{
color: #7E93AB
}
.validation{
display: block}
.dev{
	border: 1px solid red;
}
.btn-estimer{
	margin-top: 0px;
}
.estime{
	margin-top: 100px;
}



.deco, .page-heading{
	font-family: "Lora", serif;
  font-optical-sizing: auto;
  color: var(--bleu);
}

.deco:after, .page-heading:after{
	
		content: "";
		display: block;
		position: relative;
		background: var(--marron);
		height: 1px;
		width: 150px;
		margin: 15px 0 15px 0;
	}

.breadcrumb-cms{
	font-size: 10px;
	text-transform: uppercase;
}
.btn-primary, .btn-info, .btn-success {
	color: #fff;
	background-color: var(--bleu);
	border-color: var(--marron)
	width: 250px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 300;
}
.btn-primary:hover, .btn-info:hover, .btn-success:hover {
	color: #242935;
	background-color: #fff;
	border-color: #242935;
	width: 250px;
}


.btn-secondary {
	color: var(--bleuclair);
	background-color: var(--bleu);
	border-color: var(--marron);
	width: 250px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 400;
}

.btn-secondary:hover {
	color: var(--marron);
	background-color: var(--bleuclair);
	border-color: var(--marron);
	width: 250px;
}


.top_link {
	bottom: 15px;
	background: #242935;
	border-radius: 50%;
	box-shadow: 0 0 1rem 0 rgb(60 60 60 / 20%);
	height: 4rem;
	width: 4rem;
	right: 50px;
	position: fixed;
	display: flex;
	border: 1px solid var(--bleuclair);
	color: var(--bleuclair);
	opacity: 1;
	align-items: center;
	justify-content: center;
}
.lang {
	position: absolute;
	right: 120px;
	top: 30px;
	z-index: 5;
}
.b-menu {
	background: rgba(255,255,255,0.3);
	border: #fff solid 2px;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 60px;
	padding-left: 15.5px;
	padding-top: 17.5px;
	position: relative;
	transition: all 0.4s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 60px;
	z-index: 12;
	top:10px

}
/* HEADER */

.index .not-sticking .b-menu {
	border: var(--blanc) solid 2px;
}
.index .not-sticking .lang a {
	color: var(--blanc);
	text-transform: uppercase;
}
.index .not-sticking .b-bun {
	background: var(--blanc);
	position: relative;
	transition: all 0.4s ease;
}

.header .sticking, .header .not-sticking {
	background: var(--bleu);
}


.titre-baseline span::before {
	content: "";
	display: inline-block;
	width: 310px;
	height: 3px;
	background: var(--bleu);
	vertical-align: middle;
	margin: 0 10px;
}


/* MENU BURGER
 */

 .b-link:hover {
	border-left: var(--bleu) solid 2px;
	padding-left: 30px;
	color: #fff;
	text-decoration: none;
}

.index .header .not-sticking {
	background: var(--bleu);
}

/* SUPPRESSION D'ELEMENTS */
.trail{
    display: none;
}
.index .c_loc, .index .plusdecritere{
	display: none;
}
.baseline{
	display: none;
}
/* MOTEUR */
.moteur {
	padding: 0;
	position: absolute;
	background-color: transparent;
}

.index .moteur .form-style,
.index .moteur .form-group .bootstrap-select.btn-group,
.index .moteur .form-horizontal .bootstrap-select.btn-group,
.index .moteur .form-inline .bootstrap-select.btn-group,
.index .moteur .bootstrap-select {
	font-size: 15px !important;
	border: 0 !important;
	background: rgba(255, 255, 255, 0.5) !important;
	border-radius: 0px !important;
	font-weight: 300;
	font-weight: 600;
}

.index .moteur .ul-nb-bien li:nth-child(1) {
	display: none;
}

.index .moteur .creer-alerte {
	color: #fff;
}

.index .moteur .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	font-weight: 600;
}

.index .moteur .input-group-addon {
	font-weight: 600;
	top: 1px;
}

.index .moteur .dropdown-menu.open.show {
	transform: translate3d(0px, -37px, 0px) !important;
	max-height: 211px;
	overflow: hidden;
	position: absolute;
	top: auto !important;
	left: 0px;
	will-change: transform;
	bottom: 0px;
}

.index .moteur .search__form-item:nth-child(n+2),
.index .moteur .search__form-item:nth-child(1) {
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: top;
	width: calc(100% / 6 - -31px);
	height: 38px;
}
@media(max-width: 1199px){
.index .moteur .search__form-item:nth-child(n+2),
.index .moteur .search__form-item:nth-child(1) {
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: top;
	width: calc(100% / 6 - -26px);
	height: 38px;
}
}
@media(max-width: 991px){
	.index .moteur .search__form-item:nth-child(n+2),
	.index .moteur .search__form-item:nth-child(1) {
		margin-right: 5px;
		margin-bottom: 5px;
		vertical-align: top;
		width: calc(100% / 1 - 0px);
		height: 38px;
	}
	}
	@media (max-width: 824px) and (min-width: 450px) and (orientation: landscape) {
		.search__form-item:nth-child(n+2) {
		  width: calc(100% / 1 - 0px) !important;
		}
	  }

.moteur {

	bottom: 25%;

}
.moteur h2{
	color: var(--blanc);
	font-weight: 600;
	text-shadow: 1px 1px 2px var(--noir);
	margin-bottom: 30px;
	font-size: 2.4em;
}
.moteur p{
	color: var(--blanc);
	font-weight: 600;
	text-shadow: 1px 1px 2px var(--noir);
	margin-bottom: 30px;
	font-size: 1.6em;
	margin-bottom: 10px;
}

/* PRESENTATION ACCUEIL */

.home_cont_presentation {
	position: relative;
	background: var(--bleu);
	background-size: cover;
	color: #fff;
	margin: 0 auto;
	padding: 80px 0;
	/* display: -webkit-box; */
	/* display: -ms-flexbox; */
	display: flex;
}
.home_cont_presentation .btn-primary {
	border-color: var(--bleuclair);
}
.home_cont_presentation .btn-primary:hover {
	background: var(--marron);
	color: var(--bleuclair)
}
/* CATEGORIE ACCUIEL
 */

 .slider .box1,  .slider .box3,  .slider .box5 {
	background-color: var(--marron)
}
.slider .box2,  .slider .box4 {
	background-color: var(--bleu)
}

.slider .box1 .details .h1, .slider .box3 .details .h1, .slider .box5 .details .h1 {
	color: var(--bleuclair);
}
.slider .box2 .details .h1, .slider .box4 .details .h1 {
	color: var(--bleuclair);
}

.home_cont_categories {
	padding-top: 0;
	padding-bottom: 0;
	background: var(--bleuclair);
	color: #242935;
}


/* CAROUSSEL ACCUEIL
 */
 
 .produitshabitationslider .carousel-item article {
	width: calc(100% - 1px);
	color: #242935;
	border: 0;
	margin: 0;
	text-align: center;
	background: var(--bleuclair);
}

.produitshabitationslider .info_type {
	font-size: 18px;
	line-height: 15px;
	font-weight: 400;
	font-style: italic;
	color: var(--bleu)
	text-align: center !important;
}



/* FOOTER */

footer {
	background-color: var(--bleu);
	padding: 20px 10px;
	color: #b00a34;
}



/* PAGE LISTING */
.damier .info_type {
	font-size: 14px;
	text-align: left;
	color: var(--bleu);
	font-style: italic;
	font-weight: 400;
}

.card-fav-absolute {
	text-align: left;
	font-size: 26px;
	color: var(--bleu);
}

.plusdecritere .btn-default:hover {
	color: var(--bleu)
}
/* DETAIL BIENS */

.creer-alerte {
	color: var(--bleu);
}

.detail .liste2 i {
	font-size: 30px;
	color: var(--bleu);
}

.detail .val{
	color: var(--bleu);
}

.detail .h3 {
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: var(--bleu);
}

/*  PAGE LISTING */

.page-item.active .page-link {
    color:  var(--bleu);
    background-color: transparent;
    border: 1px solid  var(--bleu);
}
.page-link {

    color:  var(--bleu);
    background-color: transparent;
}

.page-item.active .page-laulau {
    color:  var(--bleu);
    background-color: transparent;
    border: 1px solid  var(--bleu);
}

.page-laulau {

    color:  var(--bleu);
    background-color: transparent;
}
.page-item.disabled .page-link {
  color: var(--marron);
  pointer-events: none;
  background-color: transparent;
  border-color: transparent;
}

.page-item a {
    display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  }

  .detail .interlocuteur {
	border: 0px solid #000;
	padding: 10px;
	border-radius: 5px;
	background: var(--bleu);
	color: #fff;
}

/*   RESPONSIVE */

@media (min-width: 992px) {
	.header__logo {
	  display: block;
	  height: 100px;
	  padding: 12px 0;
	}
  }