/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.wp-block-table { overflow-x: auto; }
.wp-block-table table { width: 100%; border-collapse: collapse; }
.column3Table table tr td, .column3Table table tr td:hover, .column2Table table tr td, .column2Table table tr td:hover, .column4Table table tr td, .column4Table table tr td:hover {background-color:#fff!important;}

figure.nbImgAL {width:200px; margin-top:0px!important; margin-right:40px!important;}
figure.icoImgAL {width:100px; margin-top:0px!important; margin-right:30px!important;}
body.single p:has(+ figure) {
    margin-bottom: 30px!important;
}
hr.clear {clear:both;}

@media (min-width:1024px) {
	.column4Table table tr td {width:25% !important;padding:20px;}
	.column3Table table tr td {width:33% !important;padding:20px;}
	.column2Table table tr td {width:50% !important;padding:25px;}
}
@media (max-width:1023px) {
	.column3Table table tr td, .column4Table table tr td {min-width:310px; padding:20px;}
	.column2Table table tr td {min-width:310px; padding:25px;}
	figure.nbImgAL {width:100px; margin-top:0px!important; margin-right:30px!important;}
	figure.icoImgAL {width:80px; margin-top:0px!important; margin-right:30px!important;}
}

