<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Theme Name:          Theme Pro
 * Description:         Is a custom child theme for The Genesis Framework.
 * Author:              Didier PETIT
 * Author URI:          https://www.aepresse.com
 * Version:             1.1.0
 *
 * Template:            genesis
 *
 * License:             GPL-2.0+
 * License URI:         http://www.opensource.org/licenses/gpl-license.php
 */


/* Table of Contents

	- Defaults
	- Structure and Layout
	- Common Classes
	- Content Area
		- Entry Meta
	- Media Queries (mobile-first)
	- Media Queries (mobile-second)

*/


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/**
 * Retina Logo
 *
 * If uploading double sized (retina) image,
 * put exactly half the width in pixels for retina display.
 * Example: Retina (2x) image is 360px by 90px, CSS should be:
 * max-width: 180px;
 */
.wp-custom-logo .site-title a {
	/* max-width: 180px; */
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

h2,
h3,
h4,
h5,
h6,
.site-title a,
.adjacent-entry-pagination a {
	font-family: 'Muli', sans-serif;
	font-weight: 200;
}

.banner-area .archive-title,
.banner-area .author-box-title,
.banner-area .entry-title,
.heading,
h1 {
	font-family: 'Muli', sans-serif;
}

.author-box-title,
.entry-comments h3,
.comment-respond h3,
.widget-title,
.related &gt; h2,
.up-sells &gt; h2 {
	font-family: 'Muli', sans-serif;
}

.sidebar .widget-title {
	text-align: center;
}

/* Front Page
--------------------------------------------- */
#front-page-2 {
    background-color:;
	padding: 40px 0px 40px 0px;
}

#front-page-2 .entry-content ol, .entry-content ul{
     margin-left: 0;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

.adjacent-entry-pagination a,
.after-entry .widget,
.author-box,
.comment-respond,
.entry,
.entry-comments,
.entry-pings,
.sidebar .widget,
.sticky-header.scroll .site-header {
	-webkit-box-shadow: 0 4px 24px rgba(0,0,0,0.025);
	box-shadow: 0 4px 24px rgba(0,0,0,0.025);
}

/* ## Entry Meta
--------------------------------------------- */

.entry-comments .comment-meta {
	-webkit-font-smoothing: antialiased;
}

/* ## Woocommerce
--------------------------------------------- */
.woocommerce div.product .product_title {
    text-align: center;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    text-align: center;
}

/* CONTACT FORM
--------------------------------------------- */
.wpcf7-form
{
    background-color: #f7f7f7;
    border: 2px solid #c3c3c3;
	padding: 20px 20px 20px 20px;
}

.clearfix:after {
    content:"\0020";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
}

.clearfix {
	display:block;
}

#formleft {
	width: 47%;
	float: left;
	margin-right: 6%;
}

#formright {
	width: 47%;
	float: left;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
    font-size: 1em;
    font-weight: 200;
    padding: 6px;
}

.wpcf7 select {
    padding: 4px;
}

.wpcf7 label{
    font-size: 1em;
    font-weight: 200;
}

.wpcf7 textarea {
    height: 100px !important;
}	

.ptitre {
    font-size: 1.7em;
	font-weight: bold;
	text-align: center;
}

/* ## Footer Widget
--------------------------------------------- */

.footer-widgets .widget-title, 
.footer-widgets .widgettitle, 
.footer-widgets a {
    color: #ccc;
	text-transform: uppercase;
    text-align: center;
}

.footer-widgets p {
    color: #fff;
}

/* # Media Queries (mobile-first)
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 1160px) {}

@media only screen and (min-width: 993px) {}

@media only screen and (min-width: 769px) {}

@media only screen and (min-width: 545px) {}

/* # Media Queries (mobile-second)
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1159px) {}

@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 544px) {}
</pre></body></html>