/*
Theme Name: Landing Page Com Maker
Theme URI: https://com-maker.fr/
Template: hello-elementor
Author: Agence Web Com Maker
Author URI: https://com-maker.fr/
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.0.1745934660
Updated: 2025-04-29 13:51:00

*/
.reviews-cmkr .elementor-testimonial-content {
    position: relative;
    padding-left: 40px; /* espace réservé pour le picto à gauche */
}

.reviews-cmkr .elementor-testimonial-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2em; /* ajuste selon la hauteur de ligne */
    width: 30px;
    height: 30px;
    background-image: url("https://artisans.com-maker.fr/wp-content/uploads/2025/04/glyphe-avis.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
.elementor-widget-form .elementor-message {
    text-align: center;
}
@media (min-width: 1024px) {
  .inline-on-desktop {
    display: block !important;
  }
}

@media (min-width: 768px) {
    .floating-button {
        bottom: 30px;
        right: 30px;
        width: 60px;
        height: 60px;
    }

    .floating-button-content {
        border-radius: 50%;
        width: 100%;
        height: 100%;
		box-shadow: 0 0px 6px rgba(0, 0, 0, 0.25);
    }

    .floating-icon {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
	
.reviews-cmkr .elementor-testimonial-content::before {
    width: 20px;
    height: 20px;
	}
}