@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");





:root{
	--vert: #f34740;
	--blanc: #ffffff;
	--noir: #000000;
	--gris: #eeeeee;
	--grisfonce: #6c757d;
	--bordeaux: #f34740;
	--bleu : #1c2641
}
.prod_listing > .listing_article article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
	z-index: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.b_vendu {
	background-color: var(--vert);
}

.validation{
	display: none;
}
a{
	color: var(--blanc);
}
body, html {
	font-family: 'Montserrat', sans-serif;
	background: var(--bleu);
	color: var(--blanc);
	height: 100%;
	min-height: 100%;
	font-size: 14px;
}

.introtext {
	border-left: 5px solid var(--vert);
	padding: 40px 20px 40px 20px;
	-webkit-backdrop-filter: blur(0px);
	backdrop-filter: blur(0px);
	background-color: rgba(255, 255, 255, 0.42);
}

.header-img {
	width: 150px;
}
.index .logo_header{
margin-top: 60px;
margin-bottom: 10px;
}
.block_recherche {
	padding-top: 10px;
	background: var(--bleu);
	position: fixed;
	z-index: 9;
	width: 100%;
}
.navbar li a {
	color: var(--blanc);
	text-transform: uppercase;
	padding: 0 20px 0 15px;
	font-size: 13px;
}

.introtext h3 {
	color: var(--blanc);
	font-weight: 800;
	font-size: 3em;
	opacity: 0;
	animation: rightTOleft 1.5s ease 0.2s 1 normal forwards;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.introtext p {
	color: var(--blanc);
	font-weight: 500;
	font-size: 2em;
	opacity: 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);

	animation: rightTOleft 1.5s ease 0.6s 1 normal forwards;
}
.index header .navbar {
	border-top: none;
	border-bottom: none;
	padding-top: 00px;
}
.main-content {
	background: var(--bleu);
	padding: 10px;
}
.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	border-color: transparent;
}

.prod_listing .block_info {
	width: 55%;
	display: block;
	padding: 15px;
	text-align: left;
color: var(--noir);
}

.btn.green::after {
	background: var(--bleu);
}

.nav_back a{
color: var(--blanc);
}

.agences-row h3{
}


footer {
	background-color: var(--bleu);
	margin-top: 00px;
	padding-top: 40px;
	margin-bottom: 00px;
	padding-bottom: 50px;
	clear: both;
	background: var(--bleu) ;
}
footer, footer a {
	color: var(--blanc);
}

.prod_accueil .block_info {
	text-align: center;
	color: var(--bleu);
}

/* RESPONSIVE DESIGN */

@media (max-width: 1199px) {
  .navbar li a {
    color: var(--blanc);
    text-transform: uppercase;
    padding: 0 10px 0 10px;
    font-size: 14px;
  }
}


.detail-info .table {
	font-size: 12px;
	color: #000000;
}
@media (max-width: 768px) {
	header ul.navbar-nav li {
		border-bottom: 1px solid #ffffff;
		padding: 10px 0;
	}
	header ul.navbar-nav li a {
		color: #ffffff;
	}
}

@media (max-width: 441px) {
	.block-alerte-mail {
		background: var(--vert) url("/assets/images/logo_alerte_mail.png") no-repeat -70px center;
		font-size: 1.1em;
		padding: 20px 20px 40px 168px;
	}

}




.index .block_etiquette {
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	height: 30px;
	left: 220px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 35px;
	-webkit-transform: scale(1) rotate(45deg) translate(0px);
	transform: scale(1) rotate(45deg) translate(0px);
	width: 200px;
	z-index: 1;
}

@media (max-width: 1199px) {
	.index .block_etiquette {
		left: 155px;
		top: 35px;
	}
}
@media (max-width: 991px) {.index .block_etiquette {
	left: 540px;
	top: 35px;
	display: block;
}

[class*="listing-"] .info_prix, [class*="listing-"] .info_ville {
	margin: 12px 0 15px 0;
	line-height: 8px;
	padding: 0;
	font-size: 20px;
	font-weight: 600;
	color: var(--blanc);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.prod_listing .block_info {
	width: 100%;
	display: block;
	padding: 15px;
	text-align: left;
	color: var(--noir);
}
}