@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Ubuntu:wght@300;400;500;700&display=swap");
@import url("https://use.fontawesome.com/releases/v6.1.1/css/all.css");

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

/* font-family: 'Dai Banna SIL', serif; */

.validation {
	 display: none;
}

:root{
	--vert: #FF6733;
	--blanc: #ffffff;
	--noir: #000000;
	--gris: #eeeeee;
	--grisfonce: #6c757d;
	--bordeaux: #0070c0;
}

body {
	font-family: 'Roboto', sans-serif!important;
	background: #fff;
  color: #000;
		height: auto;
		overflow-x: hidden;
}

/* ===================================BACKGROUND=================================== */
.btn:hover {
	background: #77715e;
}
.btn.green:after {
	background: #0070c0;
}
.block_recherche,
.main-content {
	background: #fff;
}

.bootstrap-select {
	border: 1px solid #ccc !important;
}

/* ===================================COLORS=================================== */
.introtext h3{
	color: #000;
	font-size: 27px;
    font-weight: 700;
}
.home-heading {
	color: #000;
	font-size: 34px;
    font-weight: 700;
}
.bantypebien,
.list-option ul i,
.orange {
	color: #0070c0;
}
.home-heading::after {
	content: "";
	display: block;
	position: relative;
	background: #0070c0;
	height: 1px;
	width: 100%;
	margin: 15px 0 15px 0;
}
.btn {
	color: #fff !important;
	background: #0070c0;
}
.btn:hover {
	color: #fff !important;
	background: #111;
}
/* ===================================INDEX=================================== */
.block_recherche {
	position: relative;
	padding: 20px 0 0 0 ;
}

.container {
	padding-left: 15px;
	padding-right: 15px;
}

.search__form-item:nth-child(1),
.search__form-item:nth-child(n+2) {
	width: calc(100% / 5 - 10px);
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	margin-right: 5px;
	margin-left: 5px;
}

.introtext {
	border-left: 5px solid var(--vert);
	padding: 20px;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(2px);
	background-color: rgba(255,255,255, 0.6);
}
.introtext p {
	color: #000;
	font-size: 16px;
	margin-bottom: 0;
}
.introtext p.p-intro {
	font-style: italic;
	font-size: 22px;
	color: #0070c0;
	font-weight: 600;
}
.texteagence p {
	font-size: 17px;
	padding-left: 15px;
	margin-left: 0px;
	color: #000;
}
.texteagence {
	background: #fff;
	padding: 0;
}
.index-agence-img {
	background: url(../images/agence.jpg) no-repeat center center;
    background-size: cover;
		padding: 0;
}
.breadcrumb-item > a, .block_tri_list.d-flex > label {
	color:#fff;
}

.form-style {
	font-size: 13px;
	height: 38px;
	padding: 6px 12px;
	border: 1px solid #ccc;
}
/* ===================================MENU=================================== */

.hidemob a.navbar-brand, .hidedesk {
	font-weight: bold;
	font-size:34px;
	line-height: 1.1;
	font-weight: 700;
}
.texteagence p.nom-agence {
	font-weight: bold;
	font-size:24px;
	line-height: 1.1;
	font-weight: 700;
	color: #0070c0;
}
.hidedesk {
	text-align: center;
	margin: auto;
	width: 100%;
}

.hidemob p{
	font-size: 27px;
	margin-bottom: 0;
	text-transform: initial;
	color: #000;
	font-weight: 200;
}
.hidemob p span{
	font-size: 22px;
    font-style: italic;
}
.header-img {
	width: 200px;
}
.nav-item.hidemob a{
	color: #000;
	letter-spacing: -1px;
}
.nav-item {
	text-align: center;
	min-width: 10%;
	width: auto;
}
.navbar li a ,
.navbar li .div-menu { 
	color: #000;
	text-transform: initial;
	padding: 10px;
	font-size: 16px;
	text-align: center;
	font-weight: 400;
}
.navbar li .dropdown-item a{ 
	color: #000;
	text-transform: uppercase;
	padding: 0;
	font-size: 14px;
	text-align: left!important;
	font-weight: 400;
}
.navbar li:hover a{
	background-color: #FF6733;
	color: #fff!important;
}
.navbar li:hover a.dropdown-item {
	background-color: transparent;
	color: #000!important;
}
.navbar li:hover a.dropdown-item:hover {
	background-color: #FF6733;
	color: #fff!important;
}
.navbar li.nav-item.hidemob a{
	background-color: transparent;
}
.navbar li:hover li.dropdown-item a {
	color: #000;
}
.navbar li:hover li.dropdown-item:hover a {
	color: #0070c0;
	background: transparent;
}
.navbar li .dropdown-menu {
	margin-top: 0;
}
.navbar li .dropdown-menu .dropdown-item {
	padding: 0.75rem 7px 0.75rem 0;
}
.navbar li.hidemob:hover a {
	color: #000;
}

.index header .navbar {
	padding: 10px 0;
}
.container.pb20 {
	left: 0!important;
}  

.alert-danger {
	color: #fff;
	background-color: #000;
	border-color: #fff;
	margin: 2% auto;
	width: 70%;
	text-align: center;
}


/* ============================LISTING============================ */
.prod_listing > .listing_article article .description {
	font-size: 14px;
}
.prod_listing .block_info, #dpedetail, .detail-info .table td {
	color: #000;
}
.page_heading.noir,a {
	color: #000!important;
}
.page_heading{
	color: #0070c0!important;
}
.prod_accueil .block_info {
	color: #000;
}
.estimation .block_info, .alerte-email .block_info {
	color: #000;
}

.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{
	height: 34px !important;
	border-radius: 0 !important;
	margin-top: 0;
}
.form-style {
	border: 1px solid #ccc!important;
}
.form-group .bootstrap-select .btn:hover {
	color: #000 !important;
	background: #fff;
}

.content_page_admin {
	width: 100%;
	padding: 5px;
}






/* ============================ SEO REF LOLO ============================ */

.ref h2,.page2ref h2 {
	padding-top: 15px;
	padding-bottom: 15px;
	}
	
	.ref p,.page2ref p {
		text-align: justify;
	}
	
	.page2ref .btn-primary i {
		font-size: 20px;
		vertical-align: middle;
		margin-right: 5px;
	}
	
	.page2ref .info_ville
	{color: black;}
	
	.page2ref .info_prix
	{color: black;}
	
	.page2ref .info_type
	{color: black;}
	
	
	.description
	{color: black;}
	
	.list-option
	{color: black;}
	
	@media (max-width: 560px) {
		.listeliens ul li {
			width: 100%!important;
		}
		}
	  
	  .listeliens ul{
			  display: flex;
			  flex-direction: row;
			  flex-wrap: wrap;
		  }
		  
	  .listeliens ul li{
			  width: calc(100% / 3);
			  /* si 3 colonnes */
		  }
	  
	  @media (max-width: 560px) {
		.listeliens ul li{
		width: 100%;
		  }
		  }
	  
	  .listeliens a {
		color:#0070C0 !important;
		}
		
	  .listeliens a:hover {
		text-decoration: underline;
		}


/* ============================FOOTER============================ */
.block-alerte-mail {
	background: #0070c0;
	font-size: 1.4em;
	color: var(--blanc);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
	justify-content: center;
	padding: 20px;
	margin: 20px 0 0 0;
	text-align: center;
}
.block-alerte-mail .btn {
	margin-top: 0;
	background: #111;
}
.block-alerte-mail img{
	width: 100px;
}

.ma-widget-feedback.ma-widget-feedback--large {
	width: 200px!important;
	margin: auto 0 auto auto;
}

footer {
	margin-top: 0px;
	padding-top: 0;
	margin-bottom: 0px;
	padding-bottom: 50px;
	background: #fff;
	color: #000;
}
footer a {
	color: #000;
}

footer .liens_left {
	font-size: 14px;
}
footer .liens_left a.or{
color: #0070c0!important;
}


@media (min-width: 992px) {
	header .navbar {
		border-top: 0px solid var(--vert);
		border-bottom: 1px solid #fff;
}

}
@media (max-width: 991px) {
	.index header .navbar {
		padding: 20px 0 20px 0;
	}	
	.w-item {
		width:auto;
}
.introtext {
	text-align: left;
}
.list-option {
	display: block;
}
.detail-nav > ul, .detail-nav-calcul > ul {
	display: block;
}
.detail-nav li {
	width: 100%;
	margin: 5px 0;
}
.introtext h3 {
	font-size: 18px;
}
[class*="listing-"] .info_ville, [class*="listing-"] .info_prix, .prod_listing .list-option {
	color: #000 !important;
}
.header-img {
	width: 130px;
}
nav .dropdown .dropdown-menu {
	display: none;
}
.prod_listing .block_info {
	width: 100%;
	display: block;
	padding: 15px 15px 0px 15px;
	text-align: left;
	position: absolute;
	left: auto;
	right: auto;
	bottom: 0px;
	backdrop-filter: blur(3px);
	background-color: rgba(255,255,255, 0.4);
}
}

@media (min-width: 768px) {
	#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
					display: none;
	}
}
@media (max-width: 768px) {
		.swiper {
						height: 340px;
	}
	.home-heading, .texteagence p.nom-agence {
		font-size: 2em;
}
.introtext h3, .introtext p {
	text-shadow: 1px 1px 5px transparent;
}
}
@media (min-width: 611px) {
	.banprixmobile {
		display: none;
	}
}
@media (max-width: 610px) {
	#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
		display: block;
		position: absolute;
		height: 5px;
		width: 100%;
		background: #0070c0;
		border-radius: 5px;
		opacity: 1;
		left: 10px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
}
	.hidedesk {
		font-size: 30px;
	}
	.navbar-brand {
		white-space: inherit;
}
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
	right: 0;
}
.swiper {
	height: 65vh;
}
.index-agence-img {
	height: 350px;
}
.header-img {
	width: 115px;
}
.introtext h3 {
	font-size: 22px;
}
.introtext p {
	font-size: 17px;
}
.swiper-wrapper {
	height: 65vh;
}
footer .text-right {
	text-align: center!important;
}
.ma-widget-feedback.ma-widget-feedback--large, .badge-consortium {
	margin: 30px auto 0 auto;
}
.ordre1 {
	order: 1!important;
}
.ordre2 {
	order: 2!important;
}
.search__form-item:nth-child(1), .search__form-item:nth-child(n+2) {
	width: calc(100% / 1 - 10px);
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	margin-right: 5px;
	margin-left: 5px;
}
.index .banprix { 
	display: none;
}
.index .banprixmobile {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 0;
	font-weight: 700;
	color: var(--vert);
}
[class*="listing-"] .info_prix,
[class*="listing-"] .info_ville {
	font-size: 16px;
}
.prod_listing > .listing_article article .list-option ul {
	margin-top: 0;
}
.prod_listing > .listing_article article .bantypebien {
	position: absolute;
	top: 100px;
	left: 12px;
	height: 30px;
}
.prod_listing > .listing_article article .list-option ul li {
	font-size: 12px;
}
}
