/*
Theme Name:   KMaxTheme
Author:       Votre Nom
Author URI:   https://example.com
Template:     blocksy
Version:     1.0.0
Text Domain:  Blocksy
*/

/* Réinitialiser la largeur maximale pour les sections Elementor 
.entry-content:not(.wc-tab) > *, .e-con > .e-con-inner{
    max-width: inherit !important;
}

.elementor-section,
.elementor-section .elementor-container {
    max-width: 100% !important;
    width: 100% !important;
}

.elementor-column {
    max-width: 100% !important;
}

.ekit-wid-con .style-circle .profile-image-card, body .style-circle .profile-image-card{
	width : inherit !important;
	height : inherit !important;
}

.wp-block-kubio-copyright{
	display : none;
}
*/