#subs {
	text-align: center;
	margin-top: 15px;
	font-size: 1rem;
	line-height: 1.3em;
}

#subs p {
	margin-bottom: 0.5em;
}

#subs ul li {
	display: inline-block;
	margin: 0.25em;
	font-size: 1rem;
}

#subs ul li a {
	display: block;
	padding: 1em;
	background-color: #05bdb0;
	border: 1px solid #05bdb0;
	color: #FFF;
	text-decoration: none;
}

#subs ul li a:hover {
	background: #FFF;
	color: #05bdb0;
	text-decoration: none;
}


#recents {
	margin-top: 30px;
}


#hotels.grid > ul > li .txt .desc {
	display: block !important;
}

#hotels .txt .titre {
	font: 1.25em/1.3em 'Playfair Display', serif;
	margin: 0 0 0.25em;
	text-align: center;
}

#hotels .txt .note {
	font: 11px/1.3em Arial, sans-serif;
	margin: 0 0 0.25em;
	text-align: center;
}

#hotels .desc .cta {
	color: #05bdb0;
	background: #FFF;
	font-size: 12px;
	margin-top: 0.5em;
}

#hotels .desc .cta:hover {
	color: #FFF;
	background: #05bdb0;
}

#hotels .desc .cta i {
	margin-right: 5px;
}


@media screen and (max-width:450px) {
	#subs {
		font-size: 14px;
	}

	#subs ul li {
		display: inline-block;
		margin: 0.25em;
		font-size: inherit
	}

	#subs ul li a {
		padding: 0.75em 1em;
	}
}