@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body { 
	margin:0;
	padding:0;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	overflow: hidden;
}

#header {
	position: relative;
	top:0;
	right:0;
	left:0;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	background-color: #3388ff;
	color: #FFF;
	text-align: center;
	border-bottom: solid 2px #FFF;
	padding: 0 15px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.5);
	z-index: 99999;
}

#header a {
	color: #FFF;
}

#header #update_date {
	position: absolute;
	top: 0px;
	left: 15px;
	font-size: 12px;
	font-style: italic;
}

#header #btn_connexion {
	font-weight: bold;
}

#header #bloc_nom_utilisateur {
	position: absolute;
	top: 0px;
	right: 0px;
	padding-right: 15px;
	cursor: pointer;
}

#header #bloc_nom_utilisateur i {
	margin-left: 3px;
}

#header #bloc_nom_utilisateur ul {
	list-style-type: none;
  	padding: 0 15px;
  	margin: 0;
}

#header #bloc_nom_utilisateur ul a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

#header #sous_menu_utilisateur {
	display: none;
	position: absolute;
	top: 35px;
	right: 0px;
	background-color: #3388ff;
}

@media (max-width: 800px) {
	#header #bloc_baseline {
		display: none;
	}
}

@media (max-width: 600px) {
	#header #update_date {
		display: none;
	}
	#header {
		text-align: left;
	}
}

#map {
	position: absolute;
	top:35px;
	bottom:0;
	right:0;
	left:0;
	z-index: 1;
	background-color: #BFC1D9;
}

#loading, #zoom_plus {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: translateY(-45px);
    /*z-index: 10000000000;*/
	z-index: 999;
}

#loading_bg {
	position: relative;
	width: 100%;
	height: 100%;
    background-color: #252525;
	opacity: 0.6;
}

#zoom_bg {
	position: relative;
	width: 100%;
	height: 100%;
    background-color: #252525;
	opacity: 0.15;
}

#loading_content {
    position: absolute;
	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	text-align: center;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
}

#zoom_content {
    position: absolute;
	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	text-align: center;
	background-color: #3388ff;
	color: #FFF;
	padding: 11px 15px;
	font-size: 14px;
	font-weight: normal;
	border-radius: 5px;
	border: solid 2px #FFF;
	-webkit-box-shadow: 0px -2px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px -2px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px -2px 5px 0px rgba(50, 50, 50, 0.5);
}

.leaflet-right {
	/*display: none;*/
}

.moteur_recherche {
	background-attachment: scroll;
	background-clip: padding-box;
	background-color: rgb(255, 255, 255);
	background-origin: padding-box;
	border-color: rgba(0, 0, 0, 0.2);
	border-radius: 0px 4px 4px 4px;
	border-style: solid;
	border-width: 1.6px;
	box-sizing: border-box;
	clear: both;
	color: #373737;
	font-size: 14px;
	/*width: calc(100% - 10px);*/
	width: 280px;
	padding: 5px 10px;
	/*overflow: hidden;*/
	white-space: nowrap;
}

.moteur_recherche h5 {
	font-size: 1.1rem;
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom: solid 1px #e1e1e1;
}

.moteur_recherche h5:not(:first-child) {
	margin-top: 12px;
}

#picto_moteur_recherche {
	display: block;
	background-color: #3388ff;
	color: #FFF;
	position: absolute;
	font-size: 19px;
	line-height: 28px;
	top: 0px;
	left: -31px;
	padding: 0px 5px 0px 5px;
	font-weight: bold;
	border-radius: 5px 0 0 5px;
	border-left: solid 2px #FFF;
	border-top: solid 2px #FFF;
	border-bottom: solid 2px #FFF;
	-webkit-box-shadow: -3px 0px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    -3px 0px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         -3px 0px 5px 0px rgba(50, 50, 50, 0.5);
}

.cluster-icon{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
	font-size: 12px !important;
    color: white !important;
    text-align: center !important;
    height: 35px !important;
    width: 35px !important;
    border-radius: 100px !important;
    background-color: #3388ff !important;
    opacity: 1 !important;
	border: solid 3px #FFF;
}

.leaflet-popup-content {
	width: inherit !important;
	min-width: 330px;
	border: solid 1px #CCC;
	padding: 8px 12px;
	margin: 15px 15px;
	border-radius: 11px;
	font-size: 13px;
	font-weight: 400;
}

.popup_marker_ici .leaflet-popup-content {
	border: none;
	margin: 0;
	text-align: center;
	min-width: 300px;
	max-width: 80%;
}

.popup_marker_ici .leaflet-popup-tip-container {
	display: none;
}

.leaflet-popup-content .mf_prix {
	font-weight: bold;
	font-size: 22px;
}

.leaflet-popup-content .mf_type_bien {

}

.leaflet-popup-content .mf_surface_terrain {
	
}

.leaflet-popup-content .mf_date {
	color: #888888;
}

.leaflet-popup-content .mf_adresse {
	font-weight: bold;
	white-space: nowrap;
}

.leaflet-popup-content .mf_add_panier {
	font-size: 14px;
	color: #FFF;
	background-color: #3388ff;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 2px;
	padding: 8px;
	border-radius: 8px;
	width: 100%;
	cursor: pointer;
}

.leaflet-popup-content .infos_masquees {
	font-weight: bold;
	color: #96c236;
}

.leaflet-popup-content .afficher_infos_masquees {
	font-weight: bold;
	color: #96c236;
	font-size: 14px;
	cursor: pointer;
	margin-left: 6px;
}

.leaflet-popup-content .mf_bout_premium {
	font-size: 14px;
	color: #FFF;
	background-color: #96c236;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 2px;
	padding: 8px;
	border-radius: 8px;
	width: 100%;
	cursor: pointer;
}

.leaflet-container {
	font-family: 'Open Sans', sans-serif;
}

#selection {
	position: absolute;
	z-index: 9999;
	bottom: 0px;
	left: 0;
	right: 0;
	border-top: solid 2px #FFF;
	-webkit-box-shadow: 0px -2px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px -2px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px -2px 5px 0px rgba(50, 50, 50, 0.5);
}

#selection #ma_selection {
	background-color: #3388ff;
	color: #FFF;
	position: absolute;
	height: 29px;
	line-height: 29px;
	top: -31px;
	left: 50%;
  	transform: translateX(-50%);
	padding: 0 15px 0px 15px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
	border-left: solid 2px #FFF;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-webkit-box-shadow: 0px -2px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px -2px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px -2px 5px 0px rgba(50, 50, 50, 0.5);
}

#print {
	color: #FFF;
	position: absolute;
	top: -31px;
	right: 0px;
}

#print button {
	color: #FFF;
	height: 29px;
	line-height: 29px;
	padding: 0 15px 0px 15px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	background-color: #3388ff;
	border-radius: 5px 5px 0 0;
	border-left: solid 2px #FFF;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-webkit-box-shadow: 0px -2px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px -2px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px -2px 5px 0px rgba(50, 50, 50, 0.5);
	appearance: none;
}

#table_container {
	background-color: #FFF;
	overflow-y: scroll;
	max-height: 300px;
}

#selection #table_selection_info {
	/*padding: 10px 10px 10px 15px;*/
	display: none;
}

#selection th {
	font-size: 12px;
}

#selection td {
	font-size: 14px;
}

.remove_row {
	cursor: pointer;
}

#success-alert {
	position: absolute;
	top: 100px;
  	left: 50%;
  	transform: translate(-50%, -50%);
	width: 650px;
	max-width: 90%;
	z-index: 9999999999;
	text-align: center;
	padding: 25px;
}

#footer {
	position: absolute;
	z-index: 9999;
	bottom: 0;
	background-color: #3388ff;
	width: 100%;
	height: 25px;
}


.modal-content a {
    color: #3388ff;
    font-weight: bold;
}

.btn-primary {
	background-color: #3388ff;
	border-color: #3388ff;
}

#lien_rappel_mdp {
	cursor: pointer;
}

.alert .alert-small {
	margin-top: 5px;
	font-size: 14px;
	text-align: justify;
}


/*********** RESPONSIVE **************/


@media (max-width: 800px) {
	
	.moteur_recherche {
		right: -290px;
	}
	
	.mf_add_panier {
		display: none;
	}
	
	#selection {
		bottom: -97px;
		display: none;
	}
	
	#print, #bienvenue {
		display: none;
	}
	
}



