﻿.slfs-box {
	float: left;
	position: relative;
	width: 100%;
	padding: 0 0 20px;
}
.slfs-box-item {
	z-index: 20;
	float: left;
	position: relative;
	width: 100%;
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px dashed #a0a0a0;
	transition: 0.5s;
}
.slfs-box-item:hover {
	-webkit-box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.64);
	-moz-box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.64);
	box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.64);
}
.slfs-box-item .title {
	z-index: 21;
	float: left;
	position: relative;
	width: 100%;
	background-color: #434444;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	height: 34px;
	line-height: 34px;
	vertical-align: middle;
	overflow: hidden;
}
.slfs-box-item .content {
	z-index: 22;
	float: left;
	position: relative;
	width: 100%;
	padding: 10px 0;
}
.slfs-box-item .resa {
	z-index: 21;
	float: left;
	position: relative;
	width: 100%;
	text-align: center;
}
.slfs-box-item .resa a {
	display: inline-block;
	background-color: #2468b3;
	color: #fff !important;
	font-weight: 600;
	font-size: 12px;
	text-align: center;
	padding: 4px 16px;
	border-radius: 5px;
	text-decoration: none;
}
.slfs-box-item .resa a:hover {
	background-color: #636363;
	text-decoration: none;
}
.pic-box {
	z-index: 24;
	float: left;
	position: relative;
	width: 100%;
}
.pic-box img {
	width: 100%;
}
.blue-bulle {
	z-index: 25;
	position: absolute;
	border-radius: 200px;
	width: 86px;
	height: 86px;
	background-color: #2468b3;
	color: #fff !important;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2em;
}
.blue-bulle.top {
	top: 13%;
	right: 7%;
}
.blue-bulle.middle {
	top: 25%;
	right: 7%;
}
.blue-bulle.bottom {
	bottom: 11%;
	right: 7%;
}
.blue-bulle .etage {
	padding-top: 17px;
	font-size: 1.4em;
	font-weight: 600;
	padding-bottom: 6px;
}
.blue-bulle .prix {
	font-size: 1.4em;
	font-weight: 700;
	padding-bottom: 0;
}
.blue-bulle .prix span {
	font-size: 0.8em;
	font-weight: 300;
}
.blue-bulle .periode {
	font-size: 1em;
	font-weight: 400;
}
@media (min-width: 1221px) {
	.slfs-box-item.two {
		width: 49%;
		margin: 0 0.5%;
	}
	.slfs-box-item.three {
		width: 32.3333%;
		margin: 0 0.5%;
	}
	.slfs-box-item.four {
		width: 24%;
		margin: 0 0.5%;
	}
	.slfs-box-item.five {
		width: 19%;
		margin: 0 0.5%;
	}
	.slfs-box-item.six {
		width: 32.3333%;
		margin: 0 0.5%;
	}
	.slfs-box-item.seven {
		width: 23%;
		margin: 0 0.5%;
	}
	.slfs-box-item.eight {
		width: 23%;
		margin: 0 0.5%;
	}
	.slfs-box-item.nine {
		width: 32.3333%;
		margin: 0 0.5%;
	}
	.slfs-box-item.ten {
		width: 19%;
		margin: 0 0.5%;
	}
}
@media (min-width: 991px) and (max-width: 1220px) {
	.slfs-box-item.two,
	.slfs-box-item.three,
	.slfs-box-item.four,
	.slfs-box-item.five,
	.slfs-box-item.six,
	.slfs-box-item.seven,
	.slfs-box-item.eight,
	.slfs-box-item.nine,
	.slfs-box-item.ten {
		width: 23%;
		margin: 0 1%;
	}
}
@media (min-width: 771px) and (max-width: 990px) {
	.slfs-box-item.two,
	.slfs-box-item.three,
	.slfs-box-item.four,
	.slfs-box-item.five,
	.slfs-box-item.six,
	.slfs-box-item.seven,
	.slfs-box-item.eight,
	.slfs-box-item.nine,
	.slfs-box-item.ten {
		width: 48%;
		margin: 0 1%;
	}
	.blue-bulle.top {
		top: 18%;
		right: 12%;
	}
	.blue-bulle.middle {
		top: 25%;
		right: 12%;
	}
	.blue-bulle.bottom {
		bottom: 18%;
		right: 12%;
	}
}
@media (max-width: 770px) {
	.slfs-box-item {
		width: 90%;
		margin-right: 5%;
		margin-left: 5%;
	}
	.slfs-box-item .title {
		height: 44px;
		line-height: 44px;
		font-size: 20px;
	}
	.blue-bulle {
		width: 110px;
		height: 110px;
		font-size: 14px;
		line-height: 1.3em;
	}
	.blue-bulle .etage {
		padding-top: 22px;
	}
	.blue-bulle.top {
		top: 13%;
		right: 12%;
	}
	.blue-bulle.middle {
		top: 25%;
		right: 12%;
	}
	.blue-bulle.bottom {
		bottom: 15%;
		right: 12%;
	}
	.slfs-box-item .resa a {
		font-size: 17px;
		padding: 6px 24px;
	}
}
