/*
Theme Name: Kigen Grafcom
Theme URI: https://wordpress.com/theme/kigen
Author: Grafcom
Author URI: https://grafcom.ca/
Description: Kigen-Child est la version Grafcom.
Requires at least: 5.8
Tested up to: 6.3
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: kigen
Text Domain: kigen
Tags: portfolio, one-column, wide-blocks, featured-images, full-site-editing, rtl-language-support, template-editing, threaded-comments, translation-ready
*/
/* Add your custom styles here */
.wp-block-post-featured-image :where(img) {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    width: 100%;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.24);
}
.wp-block-post-featured-image a:hover {
    height: 105% !important;
	transition: all 0.5s ease-in-out;
 
}
.over{
	z-index:1000;
}
.nolink{
	text-decoration:none;
	cursor:none;
}
.nolink a:hover{
	text-decoration:none;
	color:#000;
	cursor:none;
}
