/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* Bloc global "Tendance actuelle" */
.ct-trending-block {
	background: #f8fafc;
	border-top: 1px solid #dbe5ef;
	border-bottom: 1px solid #dbe5ef;
}

.ct-trending-block .ct-container {
	background: #ffffff;
	border: 1px solid #d5e1ec;
	border-radius: 14px;
	padding: 18px 22px;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.ct-trending-block .ct-module-title {
	color: #0f172a;
	font-weight: 800;
	letter-spacing: 0;
}

.ct-trending-block .ct-module-title svg {
	color: #2563eb;
}

.ct-trending-block .ct-post-title {
	color: #1e3a8a;
	font-weight: 700;
	line-height: 1.35;
}

.ct-trending-block .ct-post-title:hover {
	color: #0f172a;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.ct-trending-block .ct-slider-arrows {
	color: #334155;
}
