/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

p {margin-block-start: 0em;}

.tax-client-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em 1.25em;
	justify-content: center;
}
.tax-client-list li {
	margin: 0;
}
.tax-client-list a {
	text-decoration: none;
}
.client-thumb.wp-post-image {
	height: 200px;
    object-fit: cover;
}
.elementor-shortcode img.logo--client {
	max-width: 250px; 
	height: 150px;
	object-fit: contain;
	border-radius: 10px;
	padding: 10px;
	background-color: white;
	margin-top: -179px;
    bottom: 0px;
    position: relative;
	display: block;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
.elementor-element.tmz-clientthumbs {
	height: 200px;
}
.elementor-element.tmz-extract {height: 250px;}
.elementor-loop-container .temoignage a:hover .elementor-shortcode img.logo--client {
	opacity: 1;
}
.elementor-loop-container .temoignage a:hover .elementor-icon-box-wrapper .elementor-icon-box-title,
.elementor-loop-container .temoignage a:hover .elementor-icon-box-wrapper .elementor-icon {
	color: #FFD249;
	fill: #FFD249;
}
.wp-block-quote {
	background-color: #F7F7F7;
    margin: 20px 0;
    padding: 20px;
    font-style: italic;
	border-radius: 10px;
}
.wp-block-image {
	margin-top: 20px;
}