
/* ##########################  Map  ################# */

#searchmapcontainer
{
	margin:0px 0px 0px 0px !important;
	z-index:1;
	box-shadow:0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.15);
}
#searchmap
{
	height:100%;
	width:100%;
	z-index:1;
}
.map_col_listing
{
	background:#f7f7f7;
	height:100%;
	padding:0px !important;
	margin:0px !important;
	border-right:1px solid #fff;
}
.map_col_listing_container
{
	overflow: scroll;
	height:100%;
	width:100%;
	padding:15px;
	overflow-x: hidden;
}
.map_col_map
{
	background:#efe9e1;
	height:100%;
	padding:0px !important;
}
.map_vignette
{
	background:#fff;
	padding:10px;
	margin-bottom:15px;
	border-radius:5px;
	box-shadow:0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.15);
}
.map_vignette_photo
{
	width:100%;
	height:260px;
}
.map_vignette_photo_detail
{
	width:100%;
	height:190px;	
}
.map_vignette_photo_detail .property-icons-medias span:hover {
	cursor:pointer;
}
.map_vignette_photo_detail .property-icons-medias span:active {
	cursor:pointer;
	color:#C70A33;
}
.map_vignette_photo_detail img
{
	border-top-left-radius:12px;
	border-top-right-radius:12px;
}
.map_vignette_presentation
{
	padding:5px;
}
.map_vignette_presentation_detail
{
	padding:5px;
}
.map_vignette_presentation_detail p
{
	line-height:1.9rem;
	font-size:1.6rem;
}
.apg-map-menu-content {
	position:absolute;
	text-align:center;
	padding: 10px 5px 10px 5px;
	z-index:2;
	background-color:rgba(0, 0, 0, 0.1);
	width:120px;
	margin-left:-120px;
	border-bottom-left-radius:5px;
}
.apg-streetview-menu-content {
	position:absolute;
	text-align:center;
	padding: 10px 5px 10px 5px;
	z-index:2;
	background-color:rgba(255, 255, 255, 0.5);
	width:120px;
	margin-left:-120px;
	border-bottom-left-radius:5px;
}
.map_link{
color:#000;
font-weight:400;
}
.map_link:hover{
color:#DB0D43;
}
.map_link_contact{
background:#db0d43 !important;
position:absolute;
margin:-50px 0 0 8px;
z-index:200;
margin-left:8px;
padding:10px;
}
.map_link_contact a{
color:#fff;
}
.map_link_contact:hover{
background:#b90f3c !important;
}
.map_link_infos{
background:#252525 !important;
padding:10px;
}
.map_link_infos a{
color:#fff;
}
.map_link_infos:hover{
background:#000 !important;
}
.map_capsule
{
	float:left;
	background:#efe9e1;
	padding:5px;
	margin-right:10px;
	margin-bottom:2px;
	border-radius:5px;
	border:1px solid #e6e0d7;
}

/* ##########################  slider  ################# */

.slider_bien img
{
	height:190px  !important;	
}
.bien_slider_nav 
{
	position: absolute;
	top: 30%;
	z-index: 1;
	padding:10px;
	cursor:pointer;
	text-align:center;

}
.bien_slider_nav:hover 
{
	background: rgba(255,255,255,0.10);
	box-shadow:0px 10px 25px rgba(0,0,0,0.085);

}
.bien_slider_nav.prev
{
	left: 15px;		
}
.bien_slider_nav.next
{
	right: 15px;		
}
.bien_slider_nav li
{
	color:#fff; 
	font-size:28px;		
}

/* ##########################  interaction sur la taille de l'écran  ################# */

.main-header__bottom
{
	display:none;
}
.main-wrapper
{
	padding-top:7.5rem !important;
}

/* ##########################  Cluster  ################# */

.cluster {
	background: #c3bfbf;
	border-radius: 50%;
	text-align: center;
	color: #000;
	font-weight: normal;
	border: 1px solid #3c3c3c;
	font-family: monospace;
}

.cluster:before {
	content: ' ';
	position: absolute;
	border-radius: 50%;
	z-index: -1;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	border: 1px solid white;
}

.digits-1 {
	font-size: 11px;
	height: 38px;
	width: 38px;
	line-height: 38px;
	margin-top: -19px;
	margin-left: -19px;
}

.digits-2 {
	font-size: 12px;
	height: 34px;
	width: 34px;
	line-height: 35px;
	margin-top: -17px;
	margin-left: -17px;
}

.digits-2:before {
	border-width: 2px;
}

.digits-3 {
	font-size: 13px;
	height: 48px;
	width: 47px;
	line-height: 42px;
	border-width: 3px;
	margin-top: -24px;
	margin-left: -24px;
}

.digits-3:before {
	border-width: 3px;
}

.digits-4 {
	font-size: 16px;
	height: 58px;
	width: 58px;
	line-height: 50px;
	border-width: 4px;
	margin-top: -29px;
	margin-left: -29px;
}

.digits-4:before {
	border-width: 4px;
}

/* ##########################  Popup LeafLet  ################# */
.leaflet-popup-content-wrapper{
	padding:0px !important;
	font-weight:400 !important;
	font-size:16px !important;
	background:transparent !important;
}
.leaflet-popup-content {
  width: 300px !important;
  border-radius:12px !important;
  margin:0px !important;
  padding:0px !important;
}
.leaflet-container a.leaflet-popup-close-button{
 color:#647d8a !important;
 padding:16px 8px 0 0 !important;
}
.MapCartoucheContainer {
    width: 100%;
}

.MapCartoucheContainerLeft {
    width: 100%;
}

.MapCartoucheContainerImg {
    width: 100%;
    height:190px !important;
}

.MapCartoucheContainerRight {
    width: 100%;
    background:#fff;
}

.MapCartoucheContainerText {
    padding: 12px 12px 14px 12px;
    font-size: 0.85rem;
}
.owl-item {
	height:190px !important;
}


.map-full-size{
	position:absolute;
	z-index:10;
	top:20px;
	right:20px;	
}

.map-full-size i {
	font-size:1.8rem;	
}
.map-full-size i:hover {
	color:#C70A33;
}
@media (max-width: 1200px) {
    .map_vignette_photo {height:200px;}
}

@media only screen and (max-width: 768px) 
{
	.leaflet-popup-content {
	  width: 220px !important;
	}
	.map_vignette_photo_detail
	{
		height:140px !important;
	}
	.slider_bien img
	{
		height:140px !important;	
	}
	.bien_slider_nav 
	{
		top: 24%;
	}
}
