@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; */


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

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

/* ===================================BACKGROUND=================================== */
.btn:hover {
	background: #77715e;
}
.btn.green:after {
	background: #c30000;
}
.block_recherche {
	background: #edeae5;
	padding-top: 25px;
}
.main-content {
	background: #edeae5;
}

/* ===================================COLORS=================================== */
.introtext h3{
	color: #000;
	font-weight: 800;
	font-size: 30px;
}
.home-heading {
	color: #000;
	font-size: 30px;
 font-weight: 700;
}
.bantypebien,
.list-option ul i,
.orange {
	color: #c30000;
}
.home-heading::after {
	content: "";
	display: block;
	position: relative;
	background: #000;
	height: 1px;
	width: 100%;
	margin: 15px 0 15px 0;
}
.btn {
	color: #fff !important;
	background: #c30000;
}
.btn:hover {
	color: #fff !important;
	background: #111;
}
.bantype::after {
	content: "";
	position: absolute;
	top: -31px;
	left: 50%;
	background-image: url(/assets/images/listing-label.svg);
	width: 51px;
	height: 40px;
	margin-left: -27.5px;
	filter: invert(0%) sepia(12%) saturate(36%) hue-rotate(320deg) brightness(103%) contrast(87%);
}
/* ===================================INDEX=================================== */
.search__form-item:nth-child(1),
.search__form-item:nth-child(n+2) {
	width: calc(100% / 4 - 10px);
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	margin-right: 5px;
	margin-left: 5px;
}
.form-style {
	border: 1px solid #ccc;
	border-radius: 5px;
}

.introtext {
	border-left: 5px solid var(--vert);
	padding: 40px 20px 40px 20px;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	background-color: rgba(255, 255, 255, 0.308);
	text-transform: uppercase;
}
.introtext p {
	color: #000;
	font-size: 22px;
	margin-bottom: 0;
}
.introtext p.p-intro {
	font-style: italic;
	font-size: 22px;
	color: #c30000;
	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;
		min-height: 500px;
}
.breadcrumb-item > a, .block_tri_list.d-flex > label {
	color:#000;
}
/* ===================================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: 31px;
	line-height: 1.1;
	font-weight: 700;
	text-transform: uppercase;
}
.hidedesk {
	text-align: center;
	width: 100%;
	margin: auto;
}
.index .hidedesk {
	margin: 100px auto auto auto;

}

.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: auto;
}
.nav-item.hidemob a{
	color: #fff;
	letter-spacing: -1px;
}
.nav-item {
	text-align: center;
}
.nav-item.dropdown {
	width: auto;
}
.navbar li a ,
.navbar li .div-menu { 
	color: #fff;
	text-transform: initial;
	padding: 15px 10px;
	font-size: 16px;
	text-align: center;
	font-weight: 400;
}
.navbar li .dropdown-item a{ 
	color: #fff;
	text-transform: uppercase;
	padding: 0;
	font-size: 14px;
	text-align: left!important;
	font-weight: 500;
}
.navbar li:hover a{
	background-color: #fff;
	color: #000!important;
}
.navbar-nav {
	margin-top: 0;
}
.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: #c30000;
	background: transparent;
}
.navbar li .dropdown-menu {
	margin-top: 0;
}
.navbar li .dropdown-menu .dropdown-item {
	padding: 0.75rem 7px 0.75rem 5px;
	text-align: left;
}
.navbar li.hidemob:hover a {
	color: #000;
}

.index header .navbar,
header .navbar {
	padding: 15px 0;
	background: #c30000;
	margin-top: 20px;
}

.alert-danger {
	color: #fff;
	background-color: #c30000;
	border-color: #c30000;
	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 {
	color: #000!important;
}
.page_heading{
	color: #c30000!important;
}
.prod_accueil .block_info {
	color: #000;
}
.estimation .block_info, .alerte-email .block_info {
	color: #000;
}
/* ============================FOOTER============================ */
.block-alerte-mail {
	background: #c30000;
	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;
}


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

footer .liens_left {
	font-size: 14px;
}
footer .liens_left a.or{
color: #c30000!important;
}
.footer-img {
	width: 100px;
}

.form-group.c_objet {
	width: 100%;
}

.alert-success {
	--bs-alert-color: #000;
	--bs-alert-bg: #ddd;
	--bs-alert-border-color: #ddd;
}

/* ========================================================================= */
/*                                AVIS GOOGLE                                */
/* ========================================================================= */
.avis-google .bgAccueil-page {
	background: url(/assets/images/bgimg-avis.jpg) center center!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	z-index: -100;
	height: 80vh;
}
#avisGoogleListe ul {
	display: flex;
	flex-wrap: wrap;
}
#avisGoogleListe li {
	position: relative;
		width: calc(100% / 3 - 16px);
		margin: calc(0.5em * 2) 0.5rem;
		overflow: hidden;
		min-height: 150px;
		color: #000;
}
.avisGoogleReview {     margin: 20px 0px;}
.bulle {
	background:#333;
	color:#fff;
	padding: 20px;
	border-radius:30px;
	min-height: 250px;
}
.bulle2{
	height: 10px;
}
.bulle2::after{
	content: '';
	display: block;
	position: relative;
	width: 0px;
	height: 250px;
	border-left: 0px solid transparent;
	border-right: 35px solid transparent;
	border-top: 19px solid #333;
	margin: 0px auto 0 60px;
	background: transparent;
}
.commentaire-poseur {
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 18px;
	max-width: 100%;
	margin-top: 10px;
	max-height: 165px;
	overflow-y: scroll;
	overflow: auto;
	padding: 0 10px 0 0;
}
.avis-stars, .avis-stars span {
	background-size: 18px 16px;
	height: 18px;
	top: 1px;
	width: 90px;
}
.bulle ::-webkit-scrollbar {
	width: 7px;
}
.bulle ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 2px grey; 
	border-radius: 10px;
} 
.bulle ::-webkit-scrollbar-thumb {
	background: #ff6002; 
	border-radius: 10px;
}
.bulle ::-webkit-scrollbar-thumb:hover {
	background: #ff6002; 
}
.avis-reponse {
	border-left: 0;
	padding: 5px 0 0 0px;
	font-size: 14px;
}
#avisGoogleListe li .card {
	background-color: #fff;
	border: 0;
	border-radius: 0;
}
#avisGoogleListe li .card-header:first-child {
	border-radius: 0;
	border: 0;
	padding: 0;
	background-color: transparent;
}
#avisGoogleListe li .btn-link {
			color: #999;
			background-color: transparent;
			font-weight: 200;
}
#avisGoogleListe li .btn-link p {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 400;
}
#avisGoogleListe li .btn-link p span{
	font-style: italic;
}
#avisGoogleListe li .btn-link p::after {
	content: "\f123";
	font-family: "Ionicons";
	position: absolute;
	border: 0;
	font-size: 12px;
	padding-top: 5px;
	opacity: 1;
	right: -15px;
	top: -3px;
}
#avisGoogleListe .card-header {
	text-align: right;
}
#avisGoogleListe .card-body {
	padding: 0;
	text-align: justify;
}
.logo-google {
	width: 200px;
}

span.nbr-avis {
	font-size: 17px!important;
			margin-right: 0;
			color: #70757a!important;
			white-space: nowrap!important;
}
#avisGoogle .note-avis {
	width: 80px;
	height: 80px;
	background: #ff6002;
	border-radius: 50%;
	text-align: center;
	margin: auto auto 20px auto;
	display: flex;
}
#avisGoogle .note-avis span{
	font-size: 40px;
	color: #fff;
	white-space: nowrap;
	font-weight: 600;
	margin: auto;
}
@media (max-width: 991px) {
	.home-visuel-wrapper {
			height: auto;
}
	#avisGoogleListe li {
			width: calc(100% / 2 - 16px);
	}
	.bulle2::after {
			margin: -2px auto 0 60px;
	}
}
@media (max-width: 610px) {
	#avisGoogleListe li {
			width: calc(100% / 1 - 16px);
	}
	.bulle2::after {
			margin: -2px auto 0 60px;
	}
	#avisGoogle .note-avis {
			width: 60px;
			height: 60px;
			margin-bottom: 10px;
	}
	#avisGoogle .note-avis span {
			font-size: 33px;
	}
}
.avis-google {
	overflow-x: hidden;
}
#avisGoogle {
	border-bottom: 0;
	padding: 0 0 20px 0;
}

/* BADGE GOOGLE */
.badge-google-content {
	background: #e9ecef;
	color: #111!important;
	border-radius: 6px;
	width: 60%;
	margin: 0 auto;
	padding: 0.8rem;
}
img.badge-google {
width: 50%;
}
.google-stars, .google-stars span {
						background-size: 25px 22px;
						height: 22px;
						top: 1px;
						width: 123px;
		}
.google-stars {
						background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAWCAYAAAA1vze2AAAAxUlEQVR42rXUUQuEIAwH8GAQCIcQCIFPcUchCH3/b+f18D+MUdzmUhg9KPttag7K8fm3oJTCQwX4I3Z8uyERSOyJJCCpF+IA/ML1QAJDQg9kY8j2NEJIzIM0iD8iswSmQD5fkVrt+wkAeYh3wg84G6oP0jMZtV1h/dhy8EEIBMvtIiFCFmQSIpMFWYTIYkGyEMmtiL9ItmJr1os534JElmRm8zObjy1IqtXfPuvu1FXSIu5UHQkeT3St+Bmxv69BMbDe3SFf/+tYufyUsgoAAAAASUVORK5CYII=);
						background-repeat: repeat-x;
						display: inline-block;
						overflow: hidden;
						position: relative;
		}
.google-stars span {
						background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAWCAYAAAA1vze2AAAAqUlEQVR4AWLwySwkGv/YzgworgwwAIphGHqJXWgX6nl6q55o/GHxCX4bUx9hMK9JYwucFSmAubW2ZifED8Q7IXEgcmRqVNDsgBhBrAMSBJEiqwAGAaBRhiDvBk1A3mkRyb2CXSYLlmWFnbArffoMIrjS6qy3Sm/Z/068CPEbyKpKhfCDyA0yNE95MKtRGe9LiSz9O3hKclv6Y76ictQzqbmjyhIkyVi+8wCta5MKDP5AeAAAAABJRU5ErkJggg==);
						background-repeat: repeat-x;
						display: block;
		}


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

}
@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;
}
nav .dropdown .dropdown-menu {
	display: none;
}
.navbar li a, .navbar li .div-menu {
	padding: 10px 5px;
	font-size: 15px;
}
.prod_listing .block_info {
	background-color: rgba(0,0,0, 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;
}
.header-img {
	width: 300px;
}
.introtext h3 {
	font-size: 2em;
}
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
	height: 0;
}
.index header .navbar {
	padding: 10px 0;
}
header ul.navbar-nav li {
	border-bottom: 0px solid #000000;
}
.texteagence p.nom-agence {
	font-size: 1.5em;
}
}



@media (max-width: 610px) {
	#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
		height: 45px;
	}
	#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
		display: block;
		position: absolute;
		height: 5px;
		width: 100%;
		background: #000;
		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: 340px;
}
.index-agence-img {
	height: 350px;
}
.header-img {
	width: 260px;
}
.index header .navbar, header .navbar {
	background: transparent;
}
.introtext {
	padding: 20px;
}
.introtext h3 {
	font-size: 25px;
}
.introtext .btn {
	margin-bottom: 0;
}
footer .text-right {
	text-align: center!important;
}
[class*="listing-"] .info_ville, [class*="listing-"] .info_prix {
	font-size: 15px;
	font-weight: 600;
}
.prod_listing > .listing_article article .list-option ul {
	margin-top: 0px;
}
}
