/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Template: twentytwentyfive
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.2.1750942507
Updated: 2025-06-26 14:55:07

*/
:root { 
	--vert: #aadb4d;
	--rose: #ff72b8;
	--bleu: #54d9ff;
	--orange: #f9b001;
	/*
	--wp--style--global--content-size: 1400px;
	--wp--style--global--wide-size: 1400px;
	--wp--preset--font-size--x-large: 72px;
	--wp--preset--color--contrast-2: #257bb6;
	*/
}

.elementor-heading-title span {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.elementor-heading-title span::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.15em;
  width: 100%;
  height: 0.6em;
  z-index: -1;
  border-radius: 0.2em;
  transform: rotate(-1deg); /* légère inclinaison pour effet manuel */
  opacity: 0.6; /* légère transparence pour l'effet feutre */
}
.elementor-heading-title span::before {background-color: var(--orange);}
.elementor-heading-title span.vert::before {background-color: var(--vert);}
.elementor-heading-title span.rose::before {background-color: var(--rose);}
.elementor-heading-title span.bleu::before {background-color: var(--bleu);}
.elementor-heading-title span.orange::before {background-color: var(--orange);}

.elementor-heading-title span.fv {color:#343434;}
.elementor-heading-title span.fv::before {background-color: #e2ff9e;opacity:1;}


.woocommerce ul.products li.product .button, .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button, .woocommerce div.product form.cart button.single_add_to_cart_button {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  background-color: var(--orange);
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px; /* optionnel */
  transition: background-color 0.4s ease, color 0.4s ease;
}

.woocommerce ul.products li.product .button::after, .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button::after, .woocommerce div.product form.cart button.single_add_to_cart_button::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 2px dashed white;
  pointer-events: none; /* le clic passe à travers */
  border-radius: 2px;
  transition: border-color 0.4s ease;
}

.woocommerce ul.products li.product .button:hover, .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button:hover, .woocommerce div.product form.cart button.single_add_to_cart_button:hover {
  background-color: transparent;
  color: var(--orange);
}

.woocommerce ul.products li.product .button:hover::after, .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button:hover::after, .woocommerce div.product form.cart button.single_add_to_cart_button:hover::after {
  border-color: var(--orange);
}

.rose .elementor-testimonial-content {
	background: url(https://lacavernedekaro.fr/wp-content/uploads/2025/06/bulle-temoignage-rose.webp) 0px 0px no-repeat;
    min-height: 260px;
    background-size: 100% auto;
    padding-top: 54px;
}
.vert .elementor-testimonial-content {
	background: url(https://lacavernedekaro.fr/wp-content/uploads/2025/06/bulle-temoignage-vert.webp) 0px 0px no-repeat;
    min-height: 260px;
    background-size: 100% auto;
    padding-top: 54px;
}
.bleu .elementor-testimonial-content {
	background: url(https://lacavernedekaro.fr/wp-content/uploads/2025/06/bulle-temoignage-bleu.webp) 0px 0px no-repeat;
    min-height: 260px;
    background-size: 100% auto;
    padding-top: 54px;
}
body .elementor-testimonial-wrapper .elementor-testimonial-content {
    font-size: 1.2em;
    margin-bottom: 0px;
	padding: 50px 20px;
}

body footer nav.is-layout-flex {margin-top:70px;}


.woocommerce-account .wp-block-post-title, .woocommerce-account main .woocommerce, .woocommerce-cart .wp-block-post-title, .woocommerce-cart main .woocommerce, .woocommerce-checkout .wp-block-post-title, .woocommerce-checkout main .woocommerce {margin: 0 auto;}