.home-bottom {
	border-collapse: separate;
	border-spacing: 0 10px;
}

.home-bottom > tbody > tr > td {
	padding: 0 10px;
}

.home-bottom .filet,
.home-newsletter-card {
	background: #ffffff;
	border: 1px solid #d6d2cc;
	border-radius: 8px;
	box-shadow: 0 8px 22px rgba(70, 65, 58, .08);
	overflow: hidden;
}

.home-bottom .filet {
	margin-bottom: 10px;
}

.home-bottom .titre {
	background: #5f656b;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0;
	padding: 5px 10px;
}

.home-bottom .titre a {
	color: #ffffff;
	display: block;
	text-decoration: none;
}

.home-bottom .titre a:hover {
	color: #eef3f5;
	text-decoration: none;
}

.home-bottom .filet td {
	padding: 8px 10px;
}

.home-bottom h4 {
	color: #60666c;
	line-height: 1.25;
}

.home-bottom .lien,
.home-bottom .lien:visited {
	color: #4d6878;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.home-bottom .lien:hover {
	color: #1f2933;
	text-decoration: none;
}

.home-badge-new {
	background: #f1c84b;
	border-radius: 999px;
	color: #2f2b20;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	margin-left: 6px;
	padding: 4px 7px;
	text-transform: uppercase;
	vertical-align: middle;
}

.home-order-card td:first-child {
	padding-right: 0;
	width: 150px;
}

.home-order-image {
	border-radius: 4px;
	display: block;
	max-width: 150px;
}

.home-info-button,
.home-info-button:visited {
	background: #5f656b;
	border: 1px solid #4b5055;
	border-radius: 999px;
	box-shadow: 0 4px 10px rgba(70, 65, 58, .14);
	color: #ffffff;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	padding: 9px 16px;
	text-decoration: none;
}

.home-info-button:hover {
	background: #3f454a;
	color: #ffffff;
	text-decoration: none;
}

.home-newsletter-card {
	padding: 10px 12px;
}

.home-newsletter-card table {
	width: 100%;
}

.home-newsletter-card b {
	color: #1f2933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.home-newsletter-card input[type="text"] {
	border: 1px solid #b8b3ad;
	border-radius: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 28px;
	padding: 3px 7px;
}

.home-newsletter-card input[type="submit"] {
	background: #5f656b;
	border: 1px solid #4b5055;
	border-radius: 4px;
	color: #ffffff;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 28px;
	padding: 0 10px;
}

.home-newsletter-card input[type="submit"]:hover {
	background: #3f454a;
}

@media (max-width: 840px) {
	.home-bottom,
	.home-bottom > tbody,
	.home-bottom > tbody > tr,
	.home-bottom > tbody > tr > td {
		display: block;
		width: 100%;
	}

	.home-bottom .filet,
	.home-newsletter-card {
		float: none;
		width: 100%;
	}
}
