<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */


/*
Personnalisation Woocommerce
*/

.woocommerce div.product div.summary, .woocommerce-page div.product div.summary { float: none; width: 100% !important; }
.woocommerce div.product div.images, .woocommerce-page div.product div.images { float: none; width: 100% !important;}


body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit] {
	width: 40%;
	font-weight: bold;
	font-size: 18px;
    padding-top:13px;
    padding-bottom:13px;
    padding-left:25px;
    padding-right:25px;
}
</pre></body></html>