/* 
Theme Name: Mixit7
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Mixit7 is a child theme of Hello Elementor, created by Mixit7 team
Author: Mixit7
Author URI: https://www.mixit7.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: mixit7
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
*/

/* Custom color title */
.title-bordeau {
	color: #DE2474 !important;
}

.title-blue-cyan {
	color: #3DB2CA !important;
}

.title-yellow {
	color: #F8D110 !important;
}

.footer-link a.elementor-item {
    display: flex;
    justify-content: center;
}

.acf-title-repeater .dynamic-content-for-elementor-acf::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('https://www2.mixit7.com/wp-content/uploads/2025/04/icon-titre-repeater.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 20px;
  margin-top: -5px;
  vertical-align: middle;
}


