/* IQTHINGS SEO : listes d'articles, entrees par besoin, appels a l'action (couleurs IQTHINGS). */
.iqt-besoins { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; margin: 8px 0; }
.iqt-besoin { display: flex; flex-direction: column; gap: 8px; padding: 22px; border-radius: 14px; background: #fff; border: 1px solid #d5dbe1; text-decoration: none !important; color: #1A2C3E !important; transition: box-shadow .2s, border-color .2s, transform .2s; }
.iqt-besoin:hover, .iqt-besoin:focus { border-color: #468EE5; box-shadow: 0 8px 24px rgba(26,44,62,.12); transform: translateY(-2px); }
.iqt-besoin strong { font-size: 18px; line-height: 1.3; }
.iqt-besoin span { color: #4f5b67; font-size: 15px; line-height: 1.5; }
.iqt-besoin em { font-style: normal; font-weight: 700; color: #2F6FC0; margin-top: auto; }
.iqt-articles-cats { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 20px; }
.iqt-articles-cats a { padding: 6px 14px; border-radius: 99px; background: #EDF0F0; color: #1A2C3E; text-decoration: none; font-size: 14px; }
.iqt-articles-cats a:hover { background: #e6f0fc; color: #2F6FC0; }
.iqt-articles-grille { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.iqt-article-carte { border: 1px solid #d5dbe1; border-radius: 14px; overflow: hidden; background: #fff; display: flex; flex-direction: column; }
.iqt-article-carte img { width: 100%; height: auto; aspect-ratio: 1200 / 630; object-fit: cover; display: block; }
.iqt-article-corps { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.iqt-article-corps h2 { font-size: 19px; line-height: 1.35; margin: 0; }
.iqt-article-corps h2 a { color: #1A2C3E; text-decoration: none; }
.iqt-article-corps h2 a:hover { color: #2F6FC0; }
.iqt-article-corps p { color: #3d4853; font-size: 15px; margin: 0; }
.iqt-article-corps time { color: #4f5b67; font-size: 13px; margin-top: auto; }
.iqt-article-cat { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: #2F6FC0; }
.iqt-articles-pages { display: flex; gap: 8px; margin-top: 24px; }
.iqt-articles-pages a, .iqt-articles-pages span { padding: 6px 12px; border-radius: 8px; border: 1px solid #d5dbe1; text-decoration: none; }
.iqt-articles-pages span { background: #1A2C3E; color: #fff; }
.iqt-cta-article { margin: 36px 0 12px; padding: 22px 24px; border-radius: 14px; background: #1A2C3E; }
.iqt-cta-article p { color: #dbe4ee; margin: 0 0 12px; font-size: 17px; }
.iqt-cta-article p:last-child { margin: 0; }
.iqt-cta-btn { display: inline-block; padding: 12px 22px; border-radius: 8px; background: #F7CC5E; color: #1A2C3E !important; font-weight: 700; text-decoration: none !important; }
.single-post .entry-content .iqt-sources { font-size: 14px; color: #4f5b67; border-top: 1px solid #d5dbe1; margin-top: 28px; padding-top: 12px; }
.single-post .entry-content .iqt-sources a { word-break: break-word; }
.iqt-article-date { font-size: 14px; color: #4f5b67; margin: 0 0 18px; }
@media (max-width: 640px) {
	.single-post h1, .single-post .uicore-page-title h1, .single-post .entry-title { font-size: 2rem !important; line-height: 1.2 !important; hyphens: manual; }
}
