@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: 'Jost', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: 'Montserrat', sans-serif; */


@font-face {
	font-family: 'Futura Heavy font';
   src: url('/assets/font/Futura Medium Italic font.ttf') format('ttf');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}





.validation { display:none;}


:root{
	--vert: #213e62;
	--blanc: #ffffff;
	--noir: #000000;
	--gris: #eeeeee;
	--grisfonce: #000;
	--bordeaux: #213e62;
	--degrade: #213e62;
}

body {
	font-family: 'Montserrat', sans-serif;
	background: #fff;
  	color: #000;
	height: auto;
}

/* ===================================BACKGROUND=================================== */
.btn {
	background: var(--degrade);
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:hover {
	background: #0b1c31;
}
.btn.green:after {
	background: #213e62;
}
.block_recherche,
.main-content {
	background: #fff;
}
.bootstrap-select {
	border: 1px solid #ccc !important;
}
/* ===================================COLORS=================================== */
.introtext h3 {
	color: #fff;
	font-size: 30px;
 	font-weight:600;
	text-transform:uppercase;
}
.introtext h3 span{
	color: #213e62;
}
.home-heading {
	color: #213e62;
	font-size: 34px;
 font-weight:600;
}
.bantypebien,
.list-option ul i,
.orange {
	color: #213e62;
}
.home-heading::after {
	content: "";
	display: block;
	position: relative;
	background: var(--degrade);
	height: 1px;
	width: 100%;
	margin: 5px 0 15px 0;
}
/* ===================================INDEX=================================== */
.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: 0px solid var(--vert);
    padding: 20px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(2px);
    background-color: rgba(0,0,0, 0.3);
}
.introtext p {
	color: #000;
	font-size: 22px;
	margin-bottom: 0;
}
.introtext p.p-intro {

	font-style: italic;
	font-size: 22px;
	color: #213e62;
	font-weight: 600;
}
.texteagence p {
	font-size: 15px;
	padding-left: 15px;
	margin-left: 0px;
}
.texteagence {
	background: #fff;
	padding: 0;
}
.index-agence-img {
	background: url(../images/agence.jpg) no-repeat center center;
    background-size: cover;
	padding: 0;
	min-height: 400px;
}

/* ===================================MENU=================================== */
.header-img {
	width: 200px;
}
.intro {
	position: absolute;
	z-index: 5;
	top: 10%;
	padding: 0 5% 0 5%;
	width: 100%;
}
.hidemob a.navbar-brand, .texteagence p.nom-agence, .hidedesk {
	font-weight: bold;
	font-size:34px;
	line-height: 1.1;
	font-weight: 700;
}
.hidedesk {
	text-align: center;
	margin: auto;
	width: 100%;
}

.w-item {
	width: 10%;
}
.nav-item.hidemob {
	width: 20%;
}
.nav-item.hidemob a{
	color: #333;
	letter-spacing: -1px;
}
.nav-item {
	text-align: center;
}
.navbar li a ,
.navbar li .div-menu { 
    color: #213e62;
    text-transform: uppercase;
    padding: 0;
    font-size: 17px;
    text-align: center;
    font-weight: 500;
}
.navbar li .dropdown-item a{ 
	color: #213e62;
	text-transform: uppercase;
	padding: 0;
	font-size: 17px;
	text-align: left!important;
	font-weight: 500;
}
.navbar li:hover a{
	color: #0b1c31;
}
.navbar li:hover li.dropdown-item a {
	color: #000;
}
.navbar li:hover li.dropdown-item:hover a {
	color: #213e62;
	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: 70px 0 20px 0;
}

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

.form-style {
	color: #000000 !important;
	display: block;
	font-size: 13px;
	height: 38px;
	padding: 6px 12px;
	width: 100%;
	border: 0px;
	background: #ffffff;
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	border: 1px solid #ccc;
	border-radius: 0;
	background-position: 100% 0;
	background-repeat: no-repeat;
}


.imgadmin {
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
	max-height: 400px;
	max-width: 400px;
}
.administrable p {
	margin-bottom: 5px;
}

.estimation .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	border: 1px solid #ccc!important;
}
.estimation .bootstrap-select>.dropdown-toggle {
	background: transparent;
	margin-top: 0;
}

/* TOP LINK */
.top_link {
	z-index: 99;
	bottom: 170px;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #f1f1f1;
	opacity: 1;
	box-shadow: 0 0 1rem 0 rgb(60 60 60 / 20%);
	padding: 0;
	height: 4rem;
	width: 4rem;
	display: flex;
	right: 20px;
  }
  /* .index .top_link {
	bottom: 250px;
  } */
  .top_link:hover {
	height: 4rem;
	background: rgb(228, 228, 228);
  }
  .top_link::before {
	content: url(/assets/images/retour-top.png);
	display: block;
	position: relative;
	font-size: 16px;
	text-align: center;
	margin: auto;
  }
  .header-contact2 {
	bottom: 90px;
	background: #213e62;
	border-radius: 50%;
	box-shadow: 0 0 1rem 0 rgb(60 60 60 / 20%);
	height: 4rem;
	width: 4rem;
	right: 20px;
	position: fixed;
	display: flex;
	z-index: 3;
  }
  .picto-contact {
	margin: auto;
	font-size: 23px;
	color: #fff;
  }
  .header-contact {
	bottom: 10px;
	background: #213e62;
	border-radius: 50%;
	box-shadow: 0 0 1rem 0 rgb(60 60 60 / 20%);
	height: 4rem;
	width: 4rem;
	right: 20px;
	position: fixed;
	display: flex;
	z-index: 3;
  }
  .header-contact:hover,
  .header-contact2:hover {
	box-shadow: 0 0 1rem 0 rgb(60 60 60 / 60%);
  }
/* ============================LISTING============================ */
.prod_listing > .listing_article article .description {
	font-size: 14px;
}
.prod_accueil .block_info {
	min-height: 118px;
}




.contact .m-fluid > * {
    width: 100%!important;
}
.contact .d-lg-flex {
    display: block!important;
}


/* ============================FOOTER============================ */
.block-alerte-mail {
	background: #213e62;
	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 {
	color: #fff;
	background: #000;
}
.block-alerte-mail img{
	width: 100px;
}


footer {
	margin-top: 0px;
	padding-top: 0;
	margin-bottom: 0px;
	padding-bottom: 50px;
	background: #fff;
}
.logo-rs {
	width: 35px;
}
.swiper {
	background: url(../images/bgimg.jpg);
}


/* ============================================================================ */
/*                                      EQUIPE                                  */
/* ============================================================================ */
.equipe .content_page {
	width: 100%;
}
.equipe .sidebar {
	display: none;
}
 .equipe ul {
	display: flex;
	flex-wrap: wrap;
	margin: -0.5em;
	justify-content: center;
}
.equipe ul li {
	position: relative;
	width: calc(25% - 1em);
	margin: calc(0.5em * 2) 0.5em;
	overflow: hidden;
}
 .equipe .p-15 {
	padding-left: 15px;
	padding-right: 15px;
}

.equipe .border-equipe {
	padding: 5px;
	margin: 15px;
	background: transparent;
}
.equipe .infos {
	text-align: center;
}
.equipe .infos-contact {
	text-align: center;
	margin-top: 15px;
	font-weight: 300;
	font-size: 1rem;
}
 .equipe .title-post {
	font-size: 1.1rem;
	font-weight: 500;
}
.equipe .fonction-post {
	font-size: 0.9rem;
	font-weight: 400;
}
.equipe ul.rs-conseiller {
	display: flex;
	flex-wrap: wrap;
	margin: -0.5em;
	justify-content: center;
}
.equipe .rs-conseiller i {
	font-size: 25px;
	color: #ff6f61;
}
.equipe ul.rs-conseiller li {
	margin: calc(0.7em * 2) 0.2em;
}
.equipe ul.rs-conseiller li:hover i {
	color: #019ca0;
}
.equipe .tel-post,
.equipe .mail-post {
	margin: 8px 0;
}
.encadre-agence {
	padding: 20px;
    border: 1px solid #213d62;
    background: #213d62;
    background: #213d62;
    border-radius: 10px;
    margin-bottom: 30px;
    min-height: 220px;
    color: #fff;
}
.soustitre-agence {
	background: transparent;
    color: #fff;
    font-size: 19px;
    margin: 10px 0;
    font-weight: 500;
    text-transform: uppercase;
}
.bleu {
	color: #213e62;
}
a.bleu:hover {
	text-decoration: underline;
}
.page-heading,
.page_heading {
    padding-top: 20px;
    padding-left: 0px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 800;
    width: 100%;
    color: var(--vert);
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.adminpersos .actualites-group {
    border: 0px solid #2b2b2b;
    padding: 15px;
    margin-right: 0;
}

/* ACTUALITES */
.actualites .content_page {
	width: 100%;
  }
  .actualites-group ul {
	display: flex;
	flex-wrap: wrap;
	margin: -0.5em;
  }
  /* .actualites-group ul li {
	position: relative;
	width: calc(33.33% - 1em);
	margin: calc(0.5em * 2) 0.5em;
	overflow: hidden;
  } */
  .actualites-group ul li {
	position: relative;
	width: calc(100% / 3 - 16px);
	margin: calc(0.5em * 2) 0.5rem;
	overflow: hidden;
  }
  .actualites-group ul li:hover a{
	color: #444;
  }
  .actualites-group ul li .btn{
	margin-right: 10px;
  }
  .actualites-group ul li .title-post {
	font-size: 20px;
    font-weight: 500;
    margin: 10px 0px;
  }
  .actualites-group ul li .date-post {
	font-size: 16px;
	margin: 0 5px;
	color: #213e62;
  }
  .actualites-group ul li .btn-actus {
	font-size: 15px;
	margin: 5px 5px;
	color: #213e62;
  }
  .adminperso .title-post {
	text-align: center;
	margin: 20px 0;
	font-size: 25px;
  }
  .adminperso .date-post{
	margin-top: 15px;
  
  }
  .adminpersos .actualites-group img {
	width: 100%;
	height: 300px;
	object-fit: cover;
  }
  .adminperso .display {
	display: none;
  }
  .actualites-group img {
    width: 75%;
    margin: auto;
	}
	.adminperso figure{
		text-align: center;
	}



@media (max-width: 991px) {
	.encadre-agence {
		min-height: auto;
	}
	.actualites-group ul li {
		position: relative;
		width: calc(100% / 2 - 16px);
		margin: calc(0.5em * 2) 0.5rem;
		overflow: hidden;
	}
	.navbar {
		border-bottom: 0px solid var(--vert);
	}
	header ul.navbar-nav li {
		border-bottom: 0px solid #000000;
	}
	.index .hidedesk {
		margin-top: 70px;
	}
}
@media (max-width: 768px) {

	.equipe ul li {
			position: relative;
			width: calc(49% - 2em);
			margin: calc(0.5em * 2) 0.5em;
			overflow: hidden;
	}
	.equipe ul.rs-conseiller li {
			width: calc(33% - 1em);
	}
}
@media (max-width: 610px) {
	.equipe ul li {
			position: relative;
			width: calc(100% - 1em);
			margin: calc(0.5em * 2) 0.5em;
			overflow: hidden;
	}
	.equipe ul.rs-conseiller li {
			width: calc(33% - 2.5em);
	}
	.equipe .border-equipe {
			margin: 15px auto;
			width: 250px;
	}
	.equipe .rs-conseiller i {
			font-size: 30px;
	}
	.actualites-group ul li {
		position: relative;
		width: calc(100% / 1 - 16px);
		margin: calc(0.5em * 2) 0.5rem;
		overflow: hidden;
	}
	footer .liens_left {
		top: 0;
		z-index: 35;
		font-size: 16px;
		margin-bottom: 20px!important;
	}
}


/* ========================================================================= */
/*                                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: #213e62; 
	border-radius: 10px;
}
.bulle ::-webkit-scrollbar-thumb:hover {
	background: #213e62; 
}
.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: #213e62;
	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 (max-width: 991px) {
	.index header .navbar {
		padding: 20px 0 20px 0;
	}	
	.w-item {
		width:auto;
}
.prod_listing > .listing_article article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -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;
}
.prod_listing .block_info {
    width: 100%;
    display: block;
    padding: 15px 15px 0px 15px;
    text-align: left;
    position: relative;
    left: 0;
    bottom: 0px;
    backdrop-filter: blur(5px);
    background-color: rgba(182, 182, 182, 0.2);
}
[class*="listing"] .info_ville,
[class*="listing-"] .info_ville,
[class*="listing"] .info_prix,
[class*="listing-"] .info_prix, .prod_listing .list-option {
    color: #000 !important;
	font-weight: 500;
}
}

@media (min-width: 768px) {
	#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
					display: none;
	}
}
@media (max-width: 768px) {
	.header-img {
		width: 140px;
}
.index header .navbar {
	padding: 0px;
}

		.swiper {
						height: 340px;
	}
	.home-heading, .texteagence p.nom-agence {
		font-size: 2em;
}
.introtext h3 {
    font-size: 20px;
    text-align: left;
}
.introtext {
	text-align: center;
}
.index-agence-img {
    background: url(../images/agence.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 0;
    min-height: 400px;
}
.sidebar .pl-5 {
	padding-left: 15px!important;
}
.contact .sidebar {
    margin: 50px 0 0 0;
    text-align: center;
}
.liens_right.text-right { text-align: left!important;}
.list-option {
    display: block;
}

}

@media (max-width: 610px) {
	.hidedesk {
		font-size: 30px;
	}
	.navbar-brand {
		white-space: inherit;
	}
	#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
		right: 0;
	}
	.swiper {
		height: 300px;
	}
	.index-agence-img {
		min-height: 250px;
	}
	.index .hidedesk {
		margin-top: 0;
	}
	#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {		left: 10px;

	}
}
