/* 
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
*/

/*ACCUEIL*/
h2 .esperluette {
	font-weight: 600;
	color: var( --e-global-color-primary );
}
h2 .titre_gras {
	font-weight: 600;
}

.elementor-widget-text-editor li {
	margin-bottom: 15px;
}
.elementor-widget-text-editor ul {
	list-style-type: square;
}
.elementor-widget-text-editor ul li::marker {
	color: var( --e-global-color-secondary );
}
.elementor-widget-text-editor li:before {
	content: "";
	width: 5px;
	height: 5px;
	background-color: var( --e-global-color-secondary );
}
.texte_guillemets {
	margin-right: 20px;
}
.texte_guillemets:before {
	content: url("https://cabinetbaur.krysaweb.com/wp-content/uploads/2024/12/guillemet_haut.svg");
    position: absolute;
    left: -25px;
    top: -30px;
}
.texte_guillemets:after {
	content: url("https://cabinetbaur.krysaweb.com/wp-content/uploads/2024/12/guillemet_bas.svg");
	position: absolute;
	right: -25px;
	bottom: -0px;
}
.reference_boucle {
	background-size: cover;
}

/*FIL D'ARIANE*/
#breadcrumbs {
	font-style: italic;
}
#breadcrumbs .breadcrumb_last {
	font-weight: bold;
}


/*REFERENCES*/
.badge_reference {
	background-color: var( --e-global-color-primary );
	padding: 3px 10px 3px 0px;
}