/* ----- Tableau Comparatif ----- */
table.compare_offer {
	width: 100%;
	margin-bottom: 20px;
}
table.compare_offer th.compare_title {
	width: 30%;
}
table.compare_offer th.compare_title h1 {
	text-align: left;
}
table.compare_offer th h2 {
	font-size: 16px;
}
table.compare_offer th i {
	color: #384673;
	font-size: 60px;
}
table.compare_offer tbody td {
	text-align: center;
	white-space: normal;
	padding: 12px;
	height: 22px;
	border: 1px solid #eeeeee;
	font-size: 16px;
}
table.compare_offer tbody tr td:last-child {
	border-right: 0;
}
table.compare_offer tbody tr td:first-child {
	border-left: 0;
	text-align: left;
}
table.compare_offer td.bg-warning {
	color: #fff!important;
	background-color: #ff8a00!important;
	border-color: #ff8a00!important;
}
table.compare_offer td[colspan="4"] {
	background-color: rgb(232, 232, 232);
	font-weight: 600;
}
table.compare_offer i.fa-check, table.compare_offer i.fa-close {
	font-size: 30px;
}
#compare_offer_see_all {
	text-align: center;
	margin-bottom: 20px;
	font-size: 16px;
}
#arrow_see_all {
	height: 50px;
	border-radius: 25px;
	border: 1px solid #384673;
	color: #384673 !important;
	width: 50px;
	display: inline-block;
	margin: 0 auto;
	vertical-align: middle;
	line-height: 50px;
	font-size: 25px;
	margin-top: 10px;
	cursor: pointer;
}
#arrow_see_all:hover {
	color: white !important;
	background-color: #384673;
}
table.compare_offer tbody td span.tnew {
	display: block;
	width: 34px;
	height: 17px;
	float: right;
	background: transparent url('https://www.lws.fr/tables-v2/images/new.png') no-repeat top left;
}
table.compare_offer tbody td span.tbonus {
	display: block;
	width: 42px;
	height: 17px;
	float: right;
	background: transparent url('https://www.lws.fr/tables-v2/images/bonus.png') no-repeat top left;
}
table.compare_offer tbody td span.psmall {
	color: #384673;
	font-size: 12px;
}

/* --- Fin Tableau Comparatif --- */
