/*GENERAL*/
.h1, h1{
	font-size: 28px;
}

h2{
	font-size: 26px;
	margin-bottom: 1.5rem;
}

h2.deco{
	border-left: 2px solid #215e6d;
	padding-left: 10px;
	color: #215e6d;
}

/* TOP PAGE */

.estimation .top_page {
    background-image: url(../images/top_page/estimation_top.jpg);
}

.alerte-email .top_page{
    background-image: url(../images/top_page/alerte-email_top.jpg);
}

.agence .top_page {
    background-image: url(../images/top_page/agence_top.jpg);
}

.mentions-legales .top_page {
    background-image: url(../images/top_page/mentions-legales_top.jpg);
}

.on-vous-rappelle .top_page {
    background-image: url(../images/top_page/on-vous-rappelle_top.jpg);
}

.comparateur .top_page {
    background-image: url(../images/top_page/comparateur_top.jpg);
}

.recherche-detaillee .top_page {
    background-image: url(../images/top_page/recherche-detaillee_top.jpg);
}

.partenaires .top_page {
    background-image: url(../images/top_page/partenaires_top.jpg);
}

.actualites .top_page {
    background-image: url(../images/top_page/actualites_top.jpg);
}

.recrutement .top_page {
    background-image: url(../images/top_page/recrutement_top.jpg);
}

.progress-bar{
	background-color: #215e6d;
}

.navicons_home{
	position: absolute;
	z-index: 1;
	top: 45%;
	left: 50%;
	width: 600px;
	height: 400px;
	margin-left: -300px;
	margin-top: -200px;
}

.navicons_home > .icone-home-vente{
	position: relative;
	background: rgba(255,255,255,.7);
	width: 200px;
	height: 200px;
	float: left;
	-webkit-transition: all .6s ease-in;
	transition: all .6s ease-in;
}

.navicons_home > .icone-home-location{
	position: relative;
	background: rgba(255,255,255,.7);
	width: 200px;
	height: 200px;
	float: right;
	-webkit-transition: all .6s ease-in;
	transition: all .6s ease-in;
}

.navicons_home > .icone-home-search{
	position: relative;
	background: rgba(255,255,255,.7);
	width: 200px;
	height: 200px;
	clear: both;
	margin: 0 auto;
	-webkit-transition: all .6s ease-in;
	transition: all .6s ease-in;
}

.navicons_home > .icone-home-vente a div, .navicons_home > .icone-home-location a div, .navicons_home > .icone-home-search a div{
	position: absolute;
	z-index: 1;
	top: 100px;
	left: 0;
	width: 100%;
	text-align: center;
}

.navicons_home > .icone-home-vente a div, .navicons_home > .icone-home-location a div, .navicons_home > .icone-home-search a div{
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
}

.navicons_home > .icone-home-vente:hover, .navicons_home > .icone-home-location:hover, .navicons_home > .icone-home-search:hover{
	background: rgba(255,255,255,1);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.7);
	box-shadow: 0px 0px 15px rgba(0,0,0,.7);
}

.navicons_home > .icone-home-vente a, .navicons_home > .icone-home-location a, .navicons_home > .icone-home-search a{
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
}

.navicons_home > .icone-home-vente a img, .navicons_home > .icone-home-location a img, .navicons_home > .icone-home-search a img{
	margin-top: 30px;
}

@media (max-width:420px){
	.navicons_home{
		display: none;
	}
}

.colhome{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.colhome > div{
	padding: 15px;
}

.detail_pieces ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 1200px){
	.detail_pieces ul li{
		width: 31%;
	}
}

@media (max-width: 991px){
	.detail_pieces ul li{
		width: 47%;
	}
	#formrecherche, #formrecherchevente, #formrecherchelocation, #formrecherchelocationsaison, #formrecherchevendu{
		display: none;
	}
}

@media (max-width: 768px){
	.detail_pieces ul li{
		width: 100%;
	}
}

.line{
	height: 10px;
}

.home_heading{
	font-size: 28px;
	text-align: center;
}

.bootstrap-select>.dropdown-toggle{
	background: #fff;
}

.btn{
	border-radius: 0;
}

.btn-link:hover{
	color: #ccc;
}

.dropdown-menu{
	padding: 0;
	padding: 5px;
}

.bootstrap-select.btn-group .dropdown-menu li a:before{
	padding-right: 5px;
	font-family: "Ionicons";
	font-size: 13px;
}

.bootstrap-select.btn-group .dropdown-menu li.selected a:before{
	font-family: "Ionicons";
}

.top_link{
	z-index: 99;
	bottom: 65px;
	background: #1d1d1d;
	border-radius: 0;
	border: 1px solid #f1f1f1;
}

.top_link:hover{
	height: 100px;
	text-align: center;
}

.header nav ul > li > a:hover{
	color: #215e6d;
}

.index .not-sticking{
	background: #fff;
}

.form-group.c_rgpd {
    width: 100% !important;
}

.header{
	background: transparent;
	position: relative;
}

.header .sticky_menu.stick-me.sticking{
	-webkit-animation: slide-down .4s;
	animation: slide-down .4s;
}

@-webkit-keyframes slide-down{
	0%{
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100%{
		opacity: .9;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slide-down{
	0%{
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100%{
		opacity: .9;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.lang .dropdown-toggle::after{
	content: "\f123";
	font-family: "Ionicons";
	position: absolute;
	border: 0;
	font-size: 12px;
	padding-top: 5px;
	opacity: 1;
	right: 3px;
}

.modal{
	z-index: 10000;
}

.bloc.bloc4{
	display: none;
}

@media (max-width: 991px){
	.listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4{
		display: block;
		position: absolute;
		right: 2%;
		top: 10%;
		font-size: 20px;
		background: #ddd;
		padding: 2px 10px;
		border-radius: 5px;
	}
	.listing .main-content, [class*="listing-"] .main-content{
		margin-top: 75px;
	}
	.plusdecritere{
		margin-top: 0;
	}
	.modal-content{
		padding: 15px 0;
	}
}

.bgAccueil{
	height: 100%;
	height: 100%;
	position: relative;
	background: url("/assets/images/bgimg.jpg") no-repeat center center fixed;
	background-size: cover;
}

aside.aside_contact{
	background-color: #111;
}

aside .contact_coordinates, aside .aside_map{
	padding: 30px 0;
	text-align: center;
}

aside figure{
	margin: auto;
	text-align: center;
}

aside .contact_img img{
	width: 65%;
}

aside .social_network i{
	font-size: 26px;
	padding: 0 15px;
	color: #fff;
}

aside .social_network{
	text-align: center;
}

.top_page{
	background-color: #173e65;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.top_page .top_heading{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.content_page{
	width: 66.6667%;
}

.sidebar{
	margin-top: 0;
	text-align: center;
}

html [type=button]{
	text-align: center;
}

.sidebar .group_btn a{
	font-size: 13px;
	padding: 8px;
}

.sidebar_blocinfos{
	padding: 20px;
	margin-bottom: 20px;
}

.sidebar_blocinfos.sticky{
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
}

#bloc_fixed{
	bottom: 50%;
}

#bloc_fixed .bloc{
	background: #215e6d;
	color: #fff;
}

#bloc_fixed .bloc a{
	color: #fff;
}

#bloc_fixed .bloc:hover{
	background: #215e6d;
	right: 150px;
}

#bloc_fixed .bloc1 ul li:nth-child(1), #bloc_fixed .bloc2 ul li:nth-child(1), #bloc_fixed .bloc3 ul li:nth-child(1), #bloc_fixed .bloc4 ul li:nth-child(1){
	margin-right: 6px;
}

#bloc_fixed_bottom{
	background: #215e6d;
}

#bloc_fixed .surcharge_favoris{
	left: -43px;
	top: 16px;
}

.appel_horaires{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.page_heading{
	font-size: 26px;
}

.cont_coordonnees{
	padding-bottom: 40px;
	background-color: #333;
	color: #fff;
}

.cont_coordonnees .container{
	border-bottom: 1px solid #fff;
	padding-bottom: 30px;
}

.cont_coordonnees .btn{
	width: 200px;
	margin-bottom: 20px;
}

footer{
	background-color: #111;
	padding: 50px 10px;
}

footer, footer a{
	color: #fff;
	font-size: 14px;
}

footer a:hover{
	color: #ccc;
}

footer .liens_right{
	text-align: right;
}

footer .liens_right{
	margin-top: 20px;
}

.home_cont_coordonnees{
	border-top: 1px solid #ececec;
}

.home_cont_coordonnees .contact_footer{
	background: #fff;
	padding: 25px 40px;
}

.home_cont_coordonnees.row{
	margin: 0;
}

.home_cont_coordonnees .coordonnees_footer_left{
	padding: 0;
}

.coordonnees_footer_left .map iframe{
	max-width: 100%;
}

.coordonnees_footer_right{
	padding: 15px;
	text-align: center;
}

.coordonnees_footer_right .tel a{
	margin-top: 0 !important;
	margin-left: 50px;
}

.coordonnees_footer_right .intention_appel{
	padding: 0;
}

.coordonnees_footer_right .intention_appel, .coordonnees_footer_right .tel{
	display: inline-block;
}

.social{
	margin-top: 20px;
}

.social li i{
	font-size: 25px;
	padding: 0 10px;
}

.moteur{
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	background-color: rgba(0,0,0,.6);
}

.plusdecritere{
	text-align: right;
	margin-bottom: 10px;
}

.plusdecritere .text-filtre1{
	width: 50%;
	display: inline-block;
}

.plusdecritere .text-filtre2{
	width: 49.5%;
	display: inline-block;
}

.input-group-addon{
	background: #fff none repeat scroll 0 0;
	border-top: 1px solid #ccc !important;
	color: #555;
	font-size: .8rem;
	position: absolute;
	border-left: none;
	border-style: none;
    top:0;
}

.radio_trans{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.radio_trans input[type=radio].css-checkbox + label.css-label{
	color: #fff;
}

.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label{
	border-bottom: 4px solid #fff;
	color: #fff;
	font-size: 17px;
}

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

.dropdown-toggle::after{
	font-family: "Ionicons";
	position: absolute;
	right: 30px;
	border: 0;
}

.groupe_champs > .c_message{
	width: 100%;
}

.form-search-d{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.contact .contact_formulaire, .estimation .contact_formulaire{
	width: 66.6667%;
}

.form-style{
	font-size: 1rem;
	border: 1px;
	border: 1px solid #ccc;
	background: #fff;
}

.contact .contact_adresse, .estimation .contact_adresse{
	padding: 0;
	padding: 0 20px;
}

.estimation .progress{
	height: 17px;
	margin: 5px 0;
}

.groupe_champs{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.groupe_champs{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.critere_prix_hb{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.critere_prix_hb > .estim_result{
	height: 80px;
}

.bg_collapse{
	min-height: 480px;
	background-color: #fff;
}

.map, .map_agence{
	height: 250px;
}

.map .gm-style-mtc div, #map .gm-style-mtc div, #map-proximite .gm-style-mtc div, #mapliste .gm-style-mtc div{
	height: 35px !important;
	font-size: 13px !important;
}

.map .gmnoprint.gm-bundled-control{
	top: 45px !important;
}

.bg_collapse .btn-content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.breadcrumb-cms{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

article.item-listing:hover{
	cursor: hand;
	cursor: pointer;
}

.header_product{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.prod_listing > .listing_article article{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #e0e0e0;
}

.container.prod_listing{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.prod_listing .block_info{
	position: relative;
}

.prod_listing.damier .article_content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.prod_listing.damier > .listing_article article{
	width: 32.3333%;
}

.damier .card_list{
	margin-bottom: 25px;
	margin-top: 20px;
}

.damier .card_list li{
	font-size: 15px;
}

.prod_listing.damier .block_info{
	min-height: 300px;
}

.btn-primary i, .btn-info i{
	font-size: 26px;
	vertical-align: middle;
	margin-right: 5px;
}

.comparateur .btn-primary i{
	margin-right: 0;
}

.prod_listing.carte .over_desc, .prod_listing.carte .info_titre, .prod_listing.carte .info_prix-hai{
	display: none;
}

.prod_listing.carte .info_prix{
	font-size: 20px;
	margin: 20px 0 15px;
}

.prod_listing.carte .card_list{
	margin-bottom: 15px;
	margin-top: 10px;
	font-size: 15px;
}

.prod_listing.carte .info_ville{
	font-size: 15px;
	padding-left: 15px;
}

.prod_listing.carte .spin1.info_type{
	padding-left: 15px;
}

.listing .header-item, [class*="listing-"] .header-item{
	padding: 5px 0 0 20px;
}

.damier .header-item{
	padding: 20px 0 0 20px;
}

.module_recherche_carte{
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
	top: 150px;
}

.carte .card-fav-absolute{
	top: 10px;
}

.tool_boox_map{
	background: #111 none repeat scroll 0 0;
}

.bandeaux{
	color: #fff;
}

.block_etiquette{
	padding: 8px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 200;
}

.b_ccoeur{
	background-color: #e34848;
}

.b_exclu{
	background-color: #74bab1;
}

.b_prestige{
	background-color: #e7c74d;
}

.b_investisseur{
	background-color: #8dac63;
}

.b_souscompromis{
	background-color: #3d2c62;
}

.b_vendu{
	background-color: #ff5800;
}

.b_loue{
	background-color: #e37c93;
}

.b_loc{
	background-color: #e34848;
}

.info_ville{
	font-size: 18px;
	padding-top: 6px;
}

.info_titre{
	font-size: 17px;
}

.info_prix{
	margin: 22px 0 15px 0;
	line-height: 20px;
	padding: 0 20px;
}

.info_prix sup{
	top: -12px;
}

.card_list li > span{
	font-weight: bold;
}

.card_list li > span:after{
	background: #000;
	bottom: -7px;
	content: "";
	height: 1px;
	left: 1px;
	line-height: 0;
	position: absolute;
	width: 10px;
}

.prod_listing .card_foot{
	padding: 0 1.5rem 1.5rem 1.25rem;
}

.prod_listing .card_foot > ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.detail_carousel_expand{
	bottom: 80px;
	right: 20px;
	color: #fff;
}

.comparateur .container.resettop{
	top: -49px;
}

.comparateur .nav-tabs .nav-link{
	color: #464a4c;
	background-color: #f6f6f6;
}

.detail .container_page{
	margin-top: 20px;
}

.formcontactcms4 > .groupe_champs, .formcms4 .groupe_champs, .form_clicktocall .groupe_champs{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.detail_icone_share, .detail_tabs, .detail_form_contact, .detail_biens_sim{
	padding: 1.5rem 0;
}

.detail_taber{
	border-bottom: 1px solid #000;
}

.detail_taber .nav-link{
	padding: .5em 2em 1em 0;
}

.detail_slide_thumbs > li{
	transition: opacity .35s ease 0s,-webkit-transform .35s ease 0s;
	transition: opacity .35s ease 0s,transform .35s ease 0s;
	transition: opacity .35s ease 0s,transform .35s ease 0s,-webkit-transform .35s ease 0s;
}

.detail_slide_thumbs > li > img{
	transition: opacity .35s ease 0s,-webkit-transform .35s ease 0s;
	transition: opacity .35s ease 0s,transform .35s ease 0s;
	transition: opacity .35s ease 0s,transform .35s ease 0s,-webkit-transform .35s ease 0s;
}

.detail_icone > ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.5rem;
}

.tab-content .card_list{
	justify-content: space-between;
}

.lignemoteur, .groupe_champs > .form-group{
	width: 50%;
	padding: 0 10px;
}

.groupe_champs > .c_message{
	width: 100%;
}

.detail_annexe{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.detail_annexe_nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px 0;
}

.detail_annexe_nav > li a::after{
	font-weight: normal;
}

.detail_slide_thumbs{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#detail_qrcode{
	text-align: right;
}

@media (max-width: 1024px){
	.detail .attribut_label0{
		padding: 0;
	}
}

@media (max-width:991px){
	.calendrier-loc-sais, #calendrier-loca-saisons{
		max-width: 95%;
		margin: 0 15px;
		padding: 10px;
		text-align: center;
	}
	footer{
		padding: 50px 10px 100px 10px;
	}
	.listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4{
		display: block;
		position: absolute;
		right: -3px;
		top: 10px;
		font-size: 22px;
		background: #215e6d;
		padding: 6px 15px;
		color: #fff;
		border-radius: 5px;
		border: 1px solid #fff;
	}
	.home_cont_coordonnees{
		display: none;
	}
	.home_cont_categories .row div{
		margin-bottom: 30px;
	}
}

@media (max-width:420px){
	.calendrier-loc-sais, #calendrier-loca-saisons{
		max-width: 90%;
	}
	#calendrier-loca-saisons table{
		margin: auto;
		margin-bottom: 20px;
	}
}

.detail_header_sticky{
	background: #f4f4f4;
}

.detail_header .titre, .detail_header_sticky h1, .carousel_header .titre{
	position: relative;
	position: relative;
}

.detail_header_sticky > .container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.detail_header_nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.detail_header .crit span:nth-child(1){
	font-weight: 600;
}

.detail_header .titre:after{
	bottom: -1px;
	bottom: 0;
}

.home_cont_selection, .home_cont_categories{
	padding-top: 50px;
	padding-bottom: 50px;
}

.home_cont_categories{
	min-height: 400px;
}

.prod_accueil{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.prod_accueil article{
	border: 1px solid #ddd;
	width: calc(33.3% - 20px);
	margin: 10px;
}

.prod_accueil .block_img img{
	height: auto;
	width: 100%;
}

.prod_accueil .block_info{
	z-index: 0;
	padding: 20px;
	min-height: auto;
}

.prod_accueil .card-fav-absolute{
	top: 34%;
	right: 25px;
}

.prod_accueil .effect-cms .over_desc{
	display: none;
}

.prod_accueil .card_list{
	justify-content: space-between;
}

.prod_accueil .info_prix{
	margin: 0 0 15px 0;
	padding: 0;
}

.prod_accueil .box{
	height: 40px;
}

.prod_accueil .info_prix-hai{
	line-height: 1em;
	margin-top: 10px;
}

.home_cont_presentation{
	text-align: center;
	position: relative;
	background: #111;
	color: #fff;
	margin: 0 auto;
	padding: 128px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.home_cont_presentation h3{
	text-transform: uppercase;
	font-size: 35px;
	text-align: center;
	font-weight: 600;
	margin: 0 auto 50px auto;
}

.home_cont_presentation p{
	text-align: justify;
	font-size: 16px;
}

.home_cont_categories{
	padding-top: 50px;
	padding-bottom: 50px;
}

.cat{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	cursor: pointer;
	height: 200px;
	border-radius: 0;
	background: transparent;
	margin-bottom: 0;
}

.home_cont_categories .cat-infos-overlay{
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	background: rgba(0,0,0,.75);
	color: #fff;
	width: 100%;
	height: 200px;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cat:hover .cat-infos-overlay{
	right: 0;
	width: 100%;
	height: 200px;
}

.home_cont_categories .cat-text{
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: .1em;
}

.home_cont_categories .cat-text::after{
	content: "";
	display: block;
	position: relative;
	background: #fff;
	height: 1px;
	width: 80px;
	margin: 20px auto 0 auto;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.cat:hover .cat-text{
	width: 100%;
	color: #fff;
}

.cat:hover .cat-text::after{
	width: 150px;
	background: #fff;
}

.home_cont_categories .cat-text-small{
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	text-align: center;
	display: block;
}

.home_cont_categories .cat-text{
	margin-top: 0;
}

.home_cont_categories .cat-text::after{
	content: "";
	display: block;
	position: relative;
	height: 2px;
	width: 80px;
	margin: 20px auto 0 auto;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.home_cont_categories .row div{
	height: 200px;
}

.index .fiche_produit{
	margin-bottom: 0px;
}

.listing .fiche_produit{
	margin-bottom: 35px;
}

.triangle{
	background: #fff;
	border: 1px solid #e1e1e1;
	border-width: 1px 1px 0 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: relative;
	left: 5%;
	top: 2px;
	width: 15px;
	height: 15px;
}

.home_cont_alertes .btn{
	margin-left: 20px;
}

.home_cont_alertes{
	padding: 25px 10px;
	background: #f5f5f5;
	text-align: center;
	background-color: #fefeff;
	background-image: url("data:image/svg+xml,%3Csvg width=\'40\' height=\'40\' viewBox=\'0 0 40 40\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M20 20.5V18H0v-2h20v-2H0v-2h20v-2H0V8h20V6H0V4h20V2H0V0h22v20h2V0h2v20h2V0h2v20h2V0h2v20h2V0h2v20h2v2H20v-1.5zM0 20h2v20H0V20zm4 0h2v20H4V20zm4 0h2v20H8V20zm4 0h2v20h-2V20zm4 0h2v20h-2V20zm4 4h20v2H20v-2zm0 4h20v2H20v-2zm0 4h20v2H20v-2zm0 4h20v2H20v-2z\' fill=\'%23bbbbbb\' fill-opacity=\'0.4\' fill-rule=\'evenodd\'/%3E%3C/svg%3E");
}

.home_cont_alertes p{
	color: #111;
}

.home_cont_alertes p, .home_cont_alertes a{
	display: inline-block;
}

.home_cont_alertes p i{
	font-size: 30px;
	margin-right: 10px;
	display: inline;
}

.action_bar{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.block_vue_list ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.effect-cms img{
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: .8;
}

.over_desc a{
	color: #fff;
}

.effect-cms p{
	letter-spacing: 1px;
}

.effect-cms p.icon-links a{
	transition: -webkit-transform .35s;
	transition: transform .35s;
	transition: transform .35s,-webkit-transform .35s;
}

.effect-cms .over_desc{
	transition: -webkit-transform .35s;
	transition: transform .35s;
	transition: transform .35s,-webkit-transform .35s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.over_desc .col2 ul li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.card-fav-absolute{
	position: absolute;
	top: 0px;
	font-size: 25px;
	cursor: pointer;
}

.ion-ios-heart-outline.active:before{
	color: red;
}

.ion-ios-heart-outline:hover:before, .ion-ios-heart:hover:before{
	color: red;
}

.container_search {
    padding: 10px 0;
}

.prod_listing.damier .info_titre{
	width: 100%;
}

.detail_icone > ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.5rem;
}

#biens_comparatif .article_comparatif .spin1, #biens_comparatif .article_comparatif .spin2, #biens_comparatif .article_comparatif .spin3, #biens_comparatif .article_comparatif .spin4, #biens_comparatif .article_comparatif .spin5{
	font-size: 15px;
}

#biens_comparatif .article_comparatif .bottom .btn-primary{
	width: 80%;
}

#biens_comparatif .article_comparatif .bottom .item-favori-delete{
	width: 18%;
}

@media (max-width:991px){
	#biens_comparatif .article_comparatif .bottom .btn-primary{
		width: 100%;
		margin-bottom: 10px;
		font-size: 15px;
	}
	.prod_listing > .listing_article article{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.recherche-detaillee .btn-primary.active, .recherche-detaillee .btn-primary:active, .recherche-detaillee .show > .btn-primary.dropdown-toggle{
	border-color: #ddd;
	background: #666;
}

.card_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 20px;
}

#voir-telephone-0.telephone-vu{
	color: #fff;
}

body.contact .map, #map_contact{
	height: 250px !important;
	-webkit-transition-property: height;
	-webkit-transition-duration: .5s;
	-webkit-transition-timing-function: ease-in-out;
	transition-property: height;
	transition-duration: .5s;
	transition-timing-function: ease-in-out;
}

body.contact .map[toggled="toggled"], #map_contact[toggled="toggled"]{
	height: 500px !important;
}

body.contact div.map div#map div#map_contact{
	width: 100%;
	height: 655px;
	margin: 0px auto;
}

.page_ref .prod_listing.damier{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width:768px){
	.page_ref .prod_listing article{
		margin: 10px;
		width: calc(50% - 20px);
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
		box-shadow: 0 1px 2px rgba(0,0,0,.3);
	}
	.carousel-fullscreen .carousel-inner .carousel-item{
		height: 40 vh;
		min-height: 600px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

@media (max-width:468px){
	.page_ref .prod_listing article{
		margin-bottom: 20px;
		padding: 10px;
		width: 100%;
	}
}

@media (min-width: 992px){
	.header .site-pusher{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-shadow: rgba(0,0,0,.1) 0px 1px 2px;
		box-shadow: rgba(0,0,0,.1) 0px 1px 2px;
	}
	.header .not-sticking{
		background: rgba(255,255,255,1);
	}
	.header .menu{
		margin: auto 0;
	}
	.header ul{
		padding: 20px 0;
		margin-bottom: 0;
	}
	.header .menu ul > li > a{
		color: #000;
		font-size: 16px;
		font-weight: 500;
		text-transform: uppercase;
		padding: 0 10px;
	}
	.header .header__logo img{
		width: 200px;
		margin: 14px 20px;
		padding: 0px;
	}
	.listing-vente .header .sticking nav{
		display: none;
	}
	nav.menu ul li{
		display: inline-block;
	}
	.listing .sticking .site-container{
		display: none;
	}
	.detail .not-sticking .detail_header_sticky{
		display: none;
	}
	.detail .sticking .site-container{
		display: none;
	}
}

@media (max-width: 991px){
	.header{
		position: fixed;
		height: auto;
		width: 100%;
		z-index: 8000;
		background: #fff;
		top: 0;
	}
	nav.menu ul li .dropdown-menu{
		display: block !important;
		position: inherit !important;
		background-color: #0d0e0e !important;
	}
	nav.menu ul li .dropdown-menu .dropdown-item{
		padding: .25rem 0 0 5px !important;
		color: #fff !important;
	}
	.with--sidebar .header{
		height: 100%;
	}
	.navicons_home{
		top: 34%;
	}
	.site-pusher, .site-container{
		height: 100%;
	}
	.site-container{
		overflow: hidden;
	}
	.site-pusher{
		-webkit-transition-duration: .3s;
		transition-duration: .3s;
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	.site-content{
		position: absolute;
		top: 66px;
		right: 0;
		left: 0;
		bottom: 0;
		padding-top: 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.header__icon{
		position: relative;
		display: block;
		float: left;
		width: 50px;
		height: 66px;
		cursor: pointer;
		z-index: 99999999999;
	}
	.burger{
		position: fixed;
		top: 10px;
		left: 10px;
		z-index: 200;
		z-index: 99999999999;
		opacity: 0;
		height: 40px;
		width: 40px;
	}
	.burger-item{
		color: #000;
		font-size: 40px;
		position: fixed;
		top: 25px;
		left: 15px;
		z-index: 100;
		background: #000;
		height: 3px;
		width: 24px;
	}
	.burger-item::before{
		content: "";
		position: absolute;
		background: #000;
		color: #000;
		display: block;
		height: 3px;
		width: 24px;
		margin-top: -8px;
		-webkit-transition: all .3s ease-out;
		transition: all .3s ease-out;
	}
	.burger-item::after{
		content: "";
		position: absolute;
		background: #000;
		color: #000;
		display: block;
		height: 3px;
		width: 24px;
		margin-top: 8px;
		-webkit-transition: all .3s ease-out;
		transition: all .3s ease-out;
	}
	.with--sidebar .burger-item:before{
		margin-top: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.with--sidebar .burger-item:after{
		margin-top: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.with--sidebar .burger-item{
		background: transparent;
		color: transparent;
	}
	.menu{
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		background-color: rgba(0,0,0,.95);
		width: 250px;
		-webkit-transform: translateX(-250px);
		transform: translateX(-250px);
	}
	.menu ul li > a{
		display: block;
		text-align: left;
		color: #fff;
	}
	.menu ul li >a:hover{
		color: #ccc;
	}
	.menu ul{
		margin: 70px 20px 0 20px !important;
	}
	.menu .nav-link{
		padding: 0;
	}
	.menu ul li{
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #5f5f5f;
	}
	.with--sidebar .site-pusher{
		-webkit-transform: translateX(250px);
		transform: translateX(250px);
	}
	.with--sidebar .site-cache{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0,0,0,.6);
	}
	.lang .dropdown-menu{
		width: 100%;
	}
	.dropdown-item:focus, .dropdown-item:hover{
		background-color: transparent;
	}
	.lang .dropdown-toggle::after{
		right: 20px;
		top: 0;
	}
	.lang .dropdown-item{
		padding: 22px 0 0 0;
		color: #fff;
	}
	.lang .dropdown-menu{
		background-color: transparent;
	}
	.listing form{
		display: none;
	}
	.listing_article .img-fluid{
		width: 100%;
		height: 100%;
	}
	.prod_listing.damier > .listing_article article{
		width: 100%;
		margin-top: 20px;
	}
	.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
		width: 100% !important;
	}
	.block_vue_list{
		display: none;
	}
	.listing_article .img-fluid{
		width: 100%;
		height: 100%;
	}
	.prod_listing > article{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.prod_listing .block_img, .prod_listing .block_info, .sidebar{
		width: 100%;
	}
	.content_page, .sidebar{
		width: 100%;
	}
	.sidebar{
		margin: 50px 0 0 0;
		padding: 0;
	}
	.contact .sidebar{
		margin: 50px 0 0 20px;
	}
	.detail .sticky_moteur{
		display: none;
	}
	.detail .container_page{
		margin-top: 100px;
	}
	.detail_header{
		margin-bottom: 30px;
	}
	.detail_calculette-notaire form > div{
		padding: 10px 0;
	}
	.detail_calculette-notaire form > div > input{
		width: 100%;
	}
	.comparateur .container.resettop .nav-link span{
		display: none;
	}
	.form-search-d{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.form-search-d > li{
		width: 100%;
		margin: 15px;
		padding: 0;
	}
	.detail .detail_taber .nav-item{
		font-family: "Ionicons";
	}
	.detail_taber .nav-item a{
		font-size: 19px;
		line-height: 35px;
		padding: 10px 25px;
	}
	.detail .vvirtuelle:before{
		display: block;
	}
	.detail_taber .descriptif-icon a:before{
		content: "\f127";
	}
	.detail_taber .detail-icon a:before{
		content: "\f130";
	}
	.detail_taber .pieces-icon a:before{
		content: "\f41d";
	}
	.detail_taber .lots-icon a:before{
		content: "\f41d";
	}
	.detail_taber .dpe-icon a:before{
		content: "\f36b";
	}
	.detail_taber .localisation-icon a:before{
		content: "\f456";
	}
	.detail_taber .calculette-icon a:before{
		content: "\f26d";
	}
	.detail_taber .notaire-icon a:before{
		content: "\f12e";
	}
	.detail_taber .visite-icon a:before{
		content: "\f256";
	}
	.detail_icone > ul >li:nth-of-type(2){
		display: none;
	}
	#listing{
		display: none !important;
	}
	.lafficheur li{
		font-size: 12px !important;
		padding: 5px !important;
	}
	.detail_calculette .d-flex > div{
		width: 100%;
	}
	.detail_calculette .mr-2{
		margin: 0 !important;
	}
	.detail_header_sticky h1{
		text-align: center;
		font-size: 12px;
		display: block;
		width: 100%;
	}
	.prod_listing .block_info-vendu{
		width: 100%;
	}
	.prod_listing .info_titre{
		width: 330px;
	}
	.index .prod_accueil, .detail .prod_accueil{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.prod_accueil{
		margin: 0 -10px;
	}
	.prod_accueil article{
		border: 1px solid #ddd;
		width: calc(100% - 20px);
		margin: 10px;
	}
	.appel_horaires{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.appel_horaires > li{
		width: 50%;
	}
	.lafficheur li{
		width: 19%;
	}
	.with--sidebar .sticky_menu{
		height: 100%;
	}
	.index .search-form{
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	aside.aside_contact{
		height: 420px !important;
		width: 100%;
		overflow: auto;
		top: calc(100% - 478px) !important;
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	.bg_collapse{
		width: 100%;
		padding: 40px 0 0;
		min-height: 600px;
	}
	.contact .contact_formulaire, .estimation .contact_formulaire{
		width: 100%;
	}
	.search__form-item:nth-child(n+2){
		margin-right: 0;
		margin-bottom: 5px;
		vertical-align: top;
		width: calc(100% / 1 - 4px);
	}
	#bloc_fixed{
		display: none !important;
	}
	#bloc_fixed_bottom{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.card_list{
		margin-bottom: 20px;
		font-size: 20px;
	}
	.info_type{
		margin-top: 20px;
	}
	.tab-content .card_list li{
		font-size: 11px;
	}
	.map{
		top: 50px;
	}
}

@media (max-width: 768px){
	/* .bgAccueil{
		background: url("../images/bgimg-mobile.jpg") no-repeat top center fixed;
		background-size: cover;
		background-size: cover;
	} */
	.sidebar{
		display: none;
	}
	.listing .fiche_produit{
		margin-top: 115px;
		margin-bottom: 0px;
	}
	.contact .contact_formulaire, .estimation .contact_formulaire{
		width: 100%;
	}
	.action_bar{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.action_bar > div:nth-child(1){
		width: 100%;
		margin-bottom: 20px;
	}
	.action_bar > div:nth-child(2){
		width: 100%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.prod_listing > .listing_article article{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.effect-cms .over_desc{
		display: none;
	}
	.actualites-group{
		margin-right: 0px;
	}
	.detail_carousel_expand{
		bottom: 75px;
		font-size: 40px;
	}
	.prod_listing.damier > .listing_article article{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 48.3333%;
		margin-left: .5%;
		margin-right: .5%;
	}
}

@media (max-width: 576px){
	.breadcrumb-cms{
		display: none;
	}
	.detail .container_page{
		margin-top: 75px;
	}
	.detail_header, .detail_annexe{
		display: none;
	}
	.listing .fiche_produit{
		margin-top: 93px;
		margin-bottom: 15px;
	}
	.listing_article.clearfix{
		margin-top: 0px;
	}
	.action_bar > div:nth-child(2){
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.block_tri_list{
		width: 100%;
	}
	.detail_annexe_nav_contact{
		display: none;
	}
	.detail_form_contact .groupe_champs > .form-group{
		width: 100%;
		margin-bottom: 5px;
	}
	#detailinfosdetail > ul li{
		display: inline-block;
		float: none;
		width: 100%;
	}
	.detail_calculette .d-sm-flex > div, .detail_calculette-notaire .d-sm-flex > div{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#detail_qrcode{
		text-align: center;
		margin: auto;
	}
	#detail_qrcode canvas{
		width: 50%;
	}
	footer .liens_left, footer .liens_right{
		text-align: center;
	}
	.lignemoteur, .groupe_champs > .form-group{
		width: 100%;
		padding: 0 10px;
	}
	.detail_taber .nav-item a{
		padding: .5em .7em;
	}
	.lafficheur li{
		width: 31%;
	}
}

@media (min-width: 420px){
	.bloc4{
		display: none;
	}
}

@media (max-width: 420px){
	.with--sidebar .burger-item{
		background: transparent;
		color: transparent;
		top: 55px;
	}
	.header .img-fluid{
		margin-left: -15px;
	}
	.moteur{
		top: 60px;
	}
	.modal-content form{
		display: block !important;
	}
	#content{
		margin-top: 25%;
	}
	.detail_carousel_expand{
		bottom: 50px;
		font-size: 30px;
	}
	#biens_comparatif .article_comparatif, #biens_similaires_comparateur article, #biens_historique article{
		min-width: 95%;
	}
	.prod_listing.damier > .listing_article article{
		width: 100%;
	}
}

@media (max-width: 320px){
	.card_list, .card_list li{
		display: block;
	}
	.card_list, .damier .card_list{
		margin-top: 20px;
		margin-bottom: 20px;
		padding-left: 20px;
	}
	.card_list li{
		padding-bottom: 10px;
	}
}

.cc-animate.cc-revoke{
	transition: -webkit-transform 1s ease;
	transition: transform 1s ease;
	transition: transform 1s ease,-webkit-transform 1s ease;
}

.cc-revoke, .cc-window{
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
}

.cc-compliance{
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
}

@media only screen
    and (min-device-width: 768px)
    and (max-device-width: 1024px)
    and (orientation: landscape)
    and (-webkit-min-device-pixel-ratio: 1.5)
    and (min--moz-device-pixel-ratio: 1.5)
    and (-o-min-device-pixel-ratio: 2/1)
    and (min-device-pixel-ratio: 1.5){
        .bgAccueil{
            background-size: 1024px 768px !important;
            background: url("/assets/images/bgimg.jpg") no-repeat center center !important;
        }
}

@media only screen
    and (min-device-width: 768px)
    and (max-device-width: 1024px)
    and (orientation: portrait)
    and (-webkit-min-device-pixel-ratio: 1.5)
    and (min--moz-device-pixel-ratio: 1.5)
    and (-o-min-device-pixel-ratio: 2/1)
    and (min-device-pixel-ratio: 1.5){
        .bgAccueil{
            background-size: 1024px 768px !important;
            background: url("/assets/images/bgimg.jpg") no-repeat center bottom !important;
        }
}

@media only screen
    and (min-device-width : 768px)
    and (max-device-width : 1024px)
    and (orientation : landscape)
    and (-webkit-min-device-pixel-ratio: 2){
        .bgAccueil{
            background-size: 1024px 768px !important;
            background: url("/assets/images/bgimg.jpg") no-repeat center center !important;
        }
}

@media only screen
    and (min-device-width : 768px)
    and (max-device-width : 1024px)
    and (orientation : portrait)
    and (-webkit-min-device-pixel-ratio: 2){
        .bgAccueil{
            background-size: 1024px 768px !important;
            background: url("/assets/images/bgimg.jpg") no-repeat center center !important;
        }
}

@media only screen
    and (min-device-width : 375px)
    and (max-device-width : 667px)
    and (orientation : landscape){
        .bgAccueil{
            background-size: 1024px 768px !important;
            background: url("/assets/images/bgimg.jpg") no-repeat center center !important;
        }
}

@media only screen
    and (min-device-width : 375px)
    and (max-device-width : 667px)
    and (orientation : portrait){
        .bgAccueil{
            background-size: 1024px 768px !important;
            background: url("/assets/images/bgimg.jpg") no-repeat center center !important;
        }
}

#notifications{
	visibility: hidden;
	min-width: 320px;
	margin-left: -125px;
	background: none;
	position: fixed;
	z-index: 10000;
	left: 48%;
	top: 25%;
}

.alert.fade.show{
	visibility: visible;
	z-index: 10000;
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation:landscape){
	.index-logo-not-sticking, .index-logo-sticking, .logo-sticking, .logo-not-sticking, .header .img-fluid{
		width: 20%;
	}
	.moteur{
		top: 35px !important;
	}
	.search__form-item:nth-child(n+2){
		width: calc(100% / 4 - 3px) !important;
	}
	.search__form-item:last-child{
		width: 100% !important;
	}
	.cat{
		margin-bottom: 20px !important;
	}
	.card_list li{
		font-size: 12px !important;
	}
	.card_list, .card_list li{
		display: block !important;
	}
	.spin4.info_prix{
		font-size: 17px !important;
		text-align: left !important;
	}
	.info_type{
		margin-top: 0 !important;
	}
	.cont_coordonnees .address, .cont_coordonnees .address p, .cont_coordonnees .tel{
		text-align: center !important;
	}
	.modal-dialog form, .modal-dialog form, .modal-dialog form, .modal-dialog form, .modal-dialog form{
		display: block !important;
	}
	.listing #content, .listing-vente #content{
		margin-top: 0 !important;
	}
	.listing .card_list, [class*="listing-"] .card_list, .listing .card_list{
		padding-left: 20px !important;
	}
	.listing #content, [class*="listing-"] #content{
		margin-top: 75px !important;
	}
	.menu ul{
		margin: 15px !important;
	}
	.menu ul > li > a{
		padding: 0 !important;
	}
	.aside_contact .contact_contain .pres_agency, .aside_contact .contact_contain .contact_coordinates .address li{
		display: none;
	}
	.aside_contact .address{
		margin-top: 90px !important;
	}
}

.modal{
	z-index: 10000;
}

.bloc.bloc4{
	display: none;
}

@media (max-width: 991px){
	.listing #formrecherche, [class*="listing-"] #formrecherchevente, [class*="listing-"] #formrecherchelocation, [class*="listing-"] #formrecherchelocationsaison, [class*="listing-"] #formrechercheneuf, [class*="listing-"] #formrecherchevendu{
		display: none;
	}
	.modal-dialog form, .modal-dialog form, .modal-dialog form, .modal-dialog form, .modal-dialog form{
		display: block !important;
	}
}

@media (max-width: 768px){
	.listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4{
		display: block;
		position: absolute;
		right: 0;
		top: 50px;
		font-size: 20px;
		background: #ddd;
		padding: 2px 10px;
		border-radius: 5px;
	}
	.plusdecritere{
		margin-top: 0;
	}
	.modal-content{
		padding: 15px 0;
	}
}

/* MAPS */
.leaflet-custom-marker.leaflet-marker-icon,
.leaflet-marker-icon.leaflet-google-marker {
	margin-top: -37px;
	margin-left: -12.5px;
}

.leaflet-marker-icon.leaflet-google-marker {
	height: 37px !important;
	width: 25px !important;
}

/* ============================================================================ */
/*                                     COOKIES                                  */
/* ============================================================================ */

.pictocookie {
	animation: wobble 2s ease 0s infinite normal forwards; }

.cc-window.cc-banner {
	width: 600px !important;
	border-radius: 10px; }

.cc-color-override-1247188962.cc-window {
	padding: 10px; }

.cc-banner.cc-bottom {
	left: auto !important;
	right: 20px;
	bottom: 20px; }

.cc-color-override-1247188962.cc-window {
	background-color: white !important; }

#footer-cookie {
	color: #242935 !important;
	max-height: 100% !important; }

#footer-cookie a {
	color: #a0a0a0;
	font-weight: 200;
	font-size: 12px; }

#footer-cookie h3 {
	font-size: 1rem !important;
	padding-top: 10px; }

#footer-cookie p {
	font-size: 12px !important;
	line-height: 1.5 !important; }

.btncookie {
	color: white !important;
	background: #000;
	margin-top: 12px;
	cursor: pointer;
	font-size: 16px !important;
	font-family: "Poppins", sans-serif;
	border-radius: 9px;
	border: none;
	margin-bottom: 5px;
	font-weight: 400;
	padding: 12px 10%;
	transition: 150ms ease-out; }

.btncookie:hover {
	background: #000;
	color: #ffffff !important;
	border: 0px solid #ffffff !important; }

#boutoncookie {
	display: grid !important; }

a.cc-link {
	margin: auto !important;
	text-decoration: none; }

#showparams .table {
	border-radius: 10px; }

#showparams .table td, .table th {
	padding: 5px;
	vertical-align: middle;
	border-top: 1px solid #e9ecef;
	display: row;
	justify-content: center;
	font-size: 12px; }

#showparams .table th {
	background: #000;
	color: #ffffff; }

.params {
	width: 100%;
	height: 60px; }

	.cc-color-override-1677284752.cc-window {
		color: #000!important;
		background-color: #fff!important;
}
