/*
Theme Name: Iori Child
Theme URI: http://jthemes.net
Author: http://themeforest.user/jthemes
Author URI: http://jthemes.com
Description: Iori is a woocommerce theme. Child theme of Iori theme
Version: 1.0.0
Template: iori
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iori
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

All files, unless otherwise stated, are released under the GNU General Public 
License version 2.0 (http: //www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned
with others.
*/

.list-core-value li .ticked {
  background-image: url('https://mei-electronique.fr/wp-content/uploads/2025/11/tick_vert-ebbf0a.svg') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 13px 13px !important; /* 👈 ajuste ici la taille du tick */
}

.card-review .card-info {
  background-image: url('https://mei-electronique.fr/wp-content/uploads/2025/11/guillemets-9844be.svg') !important;
  background-repeat: no-repeat !important;
  background-position: left 0 top 0 !important; /* position du pictogramme */
  background-size: 40px auto !important; /* ajuste la taille du SVG */
  padding-left: 64px !important; /* garde le même retrait du texte */
  position: relative !important;
}