/*
Theme Name: Biscuiterie des Lutins Child
Author: JFG Creation
Author URI: https://www.jfg-creation.fr
Template: botiga
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: botiga
*/


/* Couleurs 
Vert pastel #bdecb6    (ou #b8f898 plus lumineux)
Vert titre #208504
marron #77281b
marron clair #b74f00 (boutons, liens au survol)
ocre #eba135
*/

.site-title {
	font-size: 3rem;
}

ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title,
ul.products li.product .botiga-wc-loop-product__title {
	font-size: 2rem;
}

.post-17 ul.wp-block-latest-posts__list.wp-block-latest-posts li a {
	font-family: Sacramento,handwriting;
	text-align: center;
	font-size: 48px;
	text-decoration: none;
}

.icon-adresse::before {
	content: url("./images/adresse.svg");
}

.icon-telephone::before {
	content: url("./images/telephone.svg");
}

.icon-contact::before {
	content: url("./images/contact.svg");
}

.icon-info::before {
	content: url("./images/info.svg");
}

.footer-widgets h2 {
	margin: 25px 0;
}

.footer-widgets .widget {
	margin-bottom: 0;
}

.footer-widgets p {
	margin-bottom: 10px;
}

.footer-icon {
	vertical-align: top;
	padding-right: 10px;
}

.wp-block-social-links .wp-social-link svg {
	width: 2em;
	height: 2em;
}

.site-header {
	background: center / cover no-repeat url("./images/fond-entete.png");
}

.home .site-header {
	background: center / cover no-repeat url("./images/fond-entete-droit.png");
}

.footer-widgets {
	background: center / cover no-repeat url("./images/fond-pied.png");
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
	width: 2em;
	height: 2em;
	color: #77281b;
}

.woocommerce-page-header h1 {
	color: #77281b;
}

.woocommerce-page-header {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 12px;
	margin-top: 80px;
}

.woocommerce-page-header + .content-wrapper {
	margin-top: 20px;
	margin-bottom: 40px;
}

.woocommerce-sorting-wrapper {
	border: none;
}

/*.header-image {
	margin-top: 20px;
}*/
.header-image {
	background: center bottom / cover no-repeat url("./images/fond-entete-image.png");
	padding-bottom: 70px;
}

.site-info a {
	text-decoration: none;
}

.has-normal-font-size {
	font-size: 18px;
}

h2 {
	margin: 10px 0 20px;
}

.checkout-wrapper .bl_emballage {
	padding: 20px;
	background-color: #fff;
	margin-bottom: 30px;
}

ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-link,
ul.wc-block-grid__products li.product .wc-block-grid__product-link,
ul.products li.wc-block-grid__product .wc-block-grid__product-link,
ul.products li.product .wc-block-grid__product-link,
.woocommerce-loop-product__title {
  min-height: 5rem;
}