/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.24.2.1712049115
Updated: 2024-04-02 10:11:55

*/

/*make Divi Builder text style settings sticky on scroll*/

.mce-panel .mce-stack-layout-item.mce-first {
	position: sticky!important;
	top: -60px;
}
/*Mise en gras pour les paragraphes*/
.miseengras {
	font-weight:bold!important;
}

/* Hide image titles on hover */
img {
pointer-events:none;
}