/*!
Theme Name: coquelicot
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: coquelicot
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

coquelicot is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}


.karla {
  font-family: "Karla", sans-serif;
	font-weight: 400;
  font-style: normal;
}
.abril-fatface-regular {
  font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
}


/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	color: #333;
    background-color: #fff;
    min-height: 100%;
	  font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
   font-family: "Karla", sans-serif !important;
  
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}




/* CONTENEUR */
.cf7-coquelicot {
	/*max-width: 520px;
	margin: 0 auto;*/
	
}

/* CHAMPS */
.cf7-coquelicot .field {
	display: flex;
	flex-direction: column;
	margin-bottom: 28px;
}

/* LABEL */
.cf7-coquelicot label {
	font-family: Karla, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-bottom: 6px;
	color: #1d1f2e;
}

/* INPUTS */
.cf7-coquelicot input,
.cf7-coquelicot textarea {
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	padding: 10px 0;
	font-size: 16px;
	font-family: Karla, sans-serif;
	background: transparent;
	transition: border-color 0.3s ease;
	width: 100%;
}

/* FOCUS */
.cf7-coquelicot input:focus,
.cf7-coquelicot textarea:focus {
	outline: none;
	border-bottom-color: #000;
}

/* TEXTAREA */
.cf7-coquelicot textarea {
	min-height: 120px;
	resize: vertical;
}

/* BOUTON */
.cf7-coquelicot input[type="submit"] {
	background: none;
	border: none;
	border-bottom: 1px solid #000;
	padding: 10px 0;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	cursor: pointer;
	width: fit-content;
}

/* HOVER */
.cf7-coquelicot input[type="submit"]:hover {
	opacity: 0.6;
}

/* ERREURS */
.wpcf7-not-valid-tip {
	font-size: 12px;
	margin-top: 6px;
}

/* MESSAGE OK / ERREUR */
.wpcf7-response-output {
	border: none;
	padding: 0;
	margin-top: 20px;
	font-size: 14px;
}
.bloc-contac{
	display:flex;
	padding-left:5%;
	padding-right:5%;
	margin-top:100px;
	margin-bottom:100px;
	
}

.form-contact{
	border-right: 1px solid #d2d2d54d;
    flex-direction: column;
    align-items: stretch;
    width: 65%;
    margin-right: 60px;
    padding-right: 60px;
}


.contact-form-headline {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 30px;
}

.label {
    opacity: .6;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    display: block;
    position: static;
}
.contact-form-info {
    margin-bottom: 40px;
	display: flex;
  align-items: center;
  justify-content: space-around;
}
.call{
	margin-bottom: 10px;
}    
.wc-block-components-button:not(.is-link){
	background:black;
	color:white;
	text-decoration:none;
}


/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h2{
	font-family: Abril Fatface, sans-serif;
	margin-top: 20px;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

.deco-block{
	z-index: 0;
    background-color: #f6f6f6;
 
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 110px;
    display: block;
    position: relative;
    left: 0;
    right: 0;
}
.page-headline-wrap.cc-overlayed-headline {
    width: 60%;
margin: 0 auto 100px auto;
  text-align: center;
}
.wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
    position: relative;
}

.about-container p{
	    color: #1d1f2eb3;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
	font-family: Karla, sans-serif;
	
}
.about-title{
	font-family: Karla, sans-serif;
}
.about-head-pic {
    aspect-ratio: auto;
    background-image: url('img/Coquelicot_Lifestyle-38-min.jpg');
    background-position: 50%;
    background-size: 120% 200%;
    background-attachment: fixed;
    width: 100%;
    height: 420px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
	max-width: 1024px;
}
.subheader{
	max-width: 1024px;
  margin: 0 auto 120px auto;
}


.content-about{
	max-width:1024px;
	display:flex;
	margin: 0 auto;
	flex-direction:column;
}


.paragraph {
    color: #1d1f2eb3;
    text-align: left;
    margin-top: 20px;
    display: block;
    position: static;
}

.content-image-about{
	    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 380px;
	max-width:502px;
}

.content-text-about{
	padding-left: 0;
}
#customer_login{
	max-width:1024px;
	margin:0 auto;
}
.content-text-about-rev{
	padding-right: 0;
}
.parallaxabout{
	background-image: url("img/Coquelicot_Lifestyle-52-min.jpg");
    background-position: 100% 100%;
    background-repeat: repeat;
    background-size: cover;
    width: 100%;
	height: 340px;
	margin-top: 110px;
}

.quoteabout{
	text-align:center;
	margin-bottom:100px;
}

.ququotavbout{
	margin-top: 20px;
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
}


.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{
	text-decoration:none;
	color: #1d1f2eb3;
	font-family: "Karla", sans-serif !important;

}

.woocommerce-mini-cart__buttons {
	display:flex;
}

.woocommerce-mini-cart__buttons a{
	

font-size: 16px !important;

}

.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
  width:108%;
  
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
/* Cible l'image dans le lien avec la classe .custom-logo-link */
.custom-logo-link img {
    width: 200px !important; /* Force la largeur */
    height: auto !important; /* Garde les proportions */
    fill: white !important; /* Si le SVG est noir et le fond noir */
    /* filter: invert(1); */ /* Alternative pour inverser les couleurs */
}
/* ===== BASE STYLES ===== */
.featured-collection {
    padding: 4rem 2rem;
    text-align: center;
    max-width: 1400px;
    margin: 0 auto;
}

.featured-collection__title {
    font-family: 'Karla', sans-serif;
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 3rem;
    color: #000;
    letter-spacing: -0.02em;
}

/* ===== PRODUCT GRID ===== */
.featured-collection__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

/* ===== STRUCTURE DU PRODUIT ===== */
.product-item {
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    height: 100%;
}

.product-image-container {
    position: relative;
    overflow: hidden;
}
.product-info {  
	padding: 1rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.header-cart {
  position: relative;
}

/* Mini-cart caché par défaut */
.header-cart .mini-cart-wrapper {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 320px;
  background: #fff;
  box-shadow: 0 20px 40px rgba(0,0,0,.15);
  padding: 20px;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);

  transition: opacity .25s ease, transform .25s ease;
  z-index: 9999;
}

/* Affichage au hover */
.header-cart:hover .mini-cart-wrapper,
.mini-cart-wrapper:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

/* LISTE PRODUITS */
.mini-cart-wrapper ul.woocommerce-mini-cart {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

/* ITEM PRODUIT */
.mini-cart-wrapper .woocommerce-mini-cart-item {
 
  grid-template-columns: 70px 1fr auto;
  gap: 15px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

/* IMAGE */
.mini-cart-wrapper .woocommerce-mini-cart-item img {
  width: 70px;
  height: auto;
  border-radius: 8px;
}



/* BLOC INFOS */
.mini-cart-wrapper .woocommerce-mini-cart-item a:not(.remove) {
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  color: #111;
  display: block;
  margin-bottom: 4px;
}

/* VARIATIONS (Phone models / Surfaces etc) */
.mini-cart-wrapper .variation {
  font-size: 13px;
  color: #777;
  margin: 4px 0 0;
}

.mini-cart-wrapper .variation dt {
  font-weight: 500;
}

.mini-cart-wrapper .variation dd {
  margin: 0 0 4px;
}

/* PRIX + QTE */
.mini-cart-wrapper .quantity {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

/* TOTAL */
.mini-cart-wrapper .woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  margin: 15px 0;
  padding-top: 10px;
  border-top: 1px solid #eee;
}

.page-headline-wrap{
	text-align:center;
	margin-top: 10px;
    margin-bottom: 15px;

    font-weight: 400;
    line-height: 50px;
	   font-family: 'Karla', sans-serif;
	margin-top:100px;
}

/* ===== OVERLAY CORRIGÉ ===== */
.product-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 1rem 0;
    text-align: center;
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    border-radius: 0 0 8px 8px;
    z-index: 2;
}

.product-image-container:hover .product-overlay {
    transform: translateY(0);
}
/* Assure l'affichage des produits */
.mini-cart-wrapper ul.woocommerce-mini-cart {
  display: block !important;
  max-height: none !important;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Chaque produit */
.mini-cart-wrapper .woocommerce-mini-cart-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.woocommerce ul.cart_list li dl dd p:last-child, .woocommerce ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0;
    margin-top: 0;
}
.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl{
	    border-left: none;
}
.woocommerce ul.cart_list li dl dd, .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dd, .woocommerce ul.product_list_widget li dl dt{
	margin-bottom:0;
}

/* ===== OVERLAY PRODUITS WOOCOMMERCE UNIQUEMENT ===== */

.wc-product-image {
    position: relative;
    overflow: hidden;
}

/* Overlay */
.wc-product-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 2;
}

/* Bouton */
.wc-overlay-btn {
    background: #fff;
    color: #000;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    transform: translateY(30px);
    transition: transform 0.35s ease;
}




.div-block-10 {
    border: 1px solid #f6b7fc;
    border-radius: 14px;
    margin-top: 37px;
    padding: 20px;
}

.div-block-11 {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 24px;
    margin-bottom: 18px;
    display: flex;
	    background-color: #fce4fe;
	padding: 4px 14px;
}

.infocart{
	grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 101px;
	    display: grid;
	    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
}

.infocart div{
    background-color: #f4e1ab;
    border-radius: 19px;
    height: auto;
    padding: 15px;
	
}
	

.div-block-5{
	text-align: center;
    background-color: #1d1f2e26;
    border-radius: 20px;
    width: 100%;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    padding: 34px;
}

/* Hover uniquement sur produits Woo */
li.product:hover .wc-product-overlay {
    opacity: 1;
}

li.product:hover .wc-overlay-btn {
    transform: translateY(0);
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{
	text-align:center;
	    color: #1d1f2eb3;
	font-size: 16px;
}



.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
	color:#1d1f2e;
	    font-family: Karla, sans-serif;

}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	border: 1px solid #ececec;
  

}

.shop-loop-toolbar{
	margin: 0 4%;
}



/* CONTENEUR GLOBAL */
.mini-cart-wrapper {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
}

/* LISTE PRODUITS */
.mini-cart-wrapper ul.woocommerce-mini-cart {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

/* ITEM PRODUIT */
.mini-cart-wrapper .woocommerce-mini-cart-item {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 15px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

/* IMAGE */
.mini-cart-wrapper .woocommerce-mini-cart-item img {
  width: 70px;
  height: auto;
  border-radius: 8px;
}

/* BLOC INFOS */
.mini-cart-wrapper .woocommerce-mini-cart-item a:not(.remove) {
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  color: #111;
  display: block;
  margin-bottom: 4px;
}

/* VARIATIONS (Phone models / Surfaces etc) */
.mini-cart-wrapper .variation {
  font-size: 13px;
  color: #777;
  margin: 4px 0 0;
}

.mini-cart-wrapper .variation dt {
  font-weight: 500;
}

.mini-cart-wrapper .variation dd {
  margin: 0 0 4px;
}

/* PRIX + QTE */
.mini-cart-wrapper .quantity {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

/* TOTAL */
.mini-cart-wrapper .woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  margin: 15px 0;
  padding-top: 10px;
  border-top: 1px solid #eee;
}

/* BOUTONS */
.mini-cart-wrapper .woocommerce-mini-cart__buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mini-cart-wrapper .woocommerce-mini-cart__buttons a {
  text-align: center;
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s ease;
}

.mini-cart-wrapper .woocommerce-mini-cart__buttons .button {
  background: #000;
  color: #fff;
}

.mini-cart-wrapper .woocommerce-mini-cart__buttons .checkout {
  background: #f4f4f4;
  color: #111;
}

.mini-cart-wrapper .woocommerce-mini-cart__buttons a:hover {
  opacity: 0.85;
}



.woocommerce ul.products li.product .button{
	margin-top:0;
}


.variations_form {
	max-width:280px;
	margin:0 auto 30px auto
}
.entry-summary .variations_form {
	max-width:280px;
	margin:0 0 30px 0;
}



/* ===== IMAGE DU PRODUIT ===== */
.product-link img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.product-image-container:hover .product-link img {
    transform: scale(1.05);
}


/* CONTENEUR */
.club-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 60px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 20px;
}

/* BLOC */
.club-step {
	position: relative;
	padding-top: 70px;
	text-align: center;
	border: 1px solid black;
  padding: 27px;

}

/* TITRE */
.club-step-title {
	font-family: Karla, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-bottom: 15px;
}

/* TEXTE */
.club-step-text {
	font-family: Karla, sans-serif;
	font-size: 15px;
	line-height: 1.6;
	color: #444;
	max-width: 260px;
	margin: 0 auto;
}

/* Base icône */
.club-step::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
		font-family: "Font Awesome 6 Free";
	font-weight: 900; /* OBLIGATOIRE pour solid */
	width: 50px;
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
  padding-top: 25px;
}

/* Icône 1 */
.club-step:nth-child(1)::before {
	content: "\f07a";
}

/* Icône 2 */
.club-step:nth-child(2)::before {
	content: "\f16d";
	font-family: "Font Awesome 6 Brands";
}

/* Icône 3 */
.club-step:nth-child(3)::before {
	content: "\f39e";
	font-family: "Font Awesome 6 Brands";
}

/* Icône 4 */
.club-step:nth-child(4)::before {
	content: "\e07b";
	font-family: "Font Awesome 6 Brands";
}


/* CONTENEUR */
.club-steps-point {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 60px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 20px;
}

/* BLOC */
.club-stepe {
	position: relative;
	padding-top: 70px;
	text-align: center;
	border: 1px solid black;
  padding: 0;

}

/* TITRE */
.club-step-title {
	font-family: Karla, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-bottom: 15px;
}

/* TEXTE */
.club-step-text {
	font-family: Karla, sans-serif;
	font-size: 15px;
	line-height: 1.6;
	color: #444;
	max-width: 260px;
	margin: 0 auto;
}




.shop-categories {
    display: flex;
    gap: 30px;
    margin: 40px 0;
    flex-wrap: wrap;
	justify-content: center;
  align-content: center;
}

.shop-category {
    text-decoration: none;
    color: inherit;
    text-align: center;
	padding: 10px 16px;
    border: 1px solid #ececed;
	    font-family: Karla, sans-serif;
}
.shop-category:hover{
	color: #a25f4b;
	  border: 1px solid #a25f4b;
}
.shop-category:visited{
	color: #a25f4b;
}

.shop-category img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

.shop-category:hover img {
    transform: scale(1.05);
}












/* ===== PRIX ET TITRE ===== */
.product-title {
    font-size: 1rem;
    margin: 0.5rem 0;
    color: #333;
    font-family: 'Karla', sans-serif;
    font-weight: 600;
}

.product-title a {
    color: inherit;
    text-decoration: none;
}

.product-title a:hover {
    color: #000;
}

.product-price {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: #000;
}

/* ===== VARIATIONS ET PANIER ===== */
.product-variations,
.add-to-cart-wrapper {
    margin-top: auto;
    padding-top: 1rem;
}

.variations_form .variations {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.variations_form .value {
    display: flex;
    flex-direction: column;
}

.variations_form select {
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
}

.quantity-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.quantity input {
    width: 60px;
    text-align: center;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.single_add_to_cart_button {
    flex-grow: 1;
    padding: 0.5rem 1rem;
    background: #000;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    transition: background 0.3s ease;
}

.single_add_to_cart_button:hover {
    background: #333;
}

.wc-block-components-title.wc-block-components-title{
	font-family: "Karla", sans-serif !important;

}
.wc-block-cart .wc-block-cart__totals-title{
	font-family: "Karla", sans-serif !important;
}
.wc-block-cart__main .wc-block-cart-items th, .wc-block-components-totals-footer-item .wc-block-components-totals-item__label{
	font-family: "Karla", sans-serif !important;
}

.single-product .post-navigation {
    display: none;
}
/* ===== ADD TO CART STYLES ===== */
.add-to-cart-wrapper {
    padding: 0 1rem;
    margin-top: 1rem;
}

.quantity-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
}

.quantity-input {
    width: 60px;
    padding: 0.5rem;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: 'Karla', sans-serif;
    font-size: 0.9rem;
}

.single_add_to_cart_button {
    background: #000;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-grow: 1;
}

.single_add_to_cart_button:hover {
    
	        border-color: rgb(var(--button-background, var(--button-background-primary)));
        color: rgb(var(--button-background, var(--button-background-primary)));
        background-position: var(--hover-background-position);
        background-size: 0 100%, 100% 100%;
}

.woocommerce div.product{
	margin-top:100px;
}



/* ===== OVERLAY CORRIGÉ ===== */
.product-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 1rem 0;
    text-align: center;
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    border-radius: 0 0 8px 8px;
    z-index: 2;
}

.product-image-container:hover .product-overlay {
    transform: translateY(0);
}

/* ===== PRICE FIX ===== */
.product-item .price:not(:first-child),
.product-item .woocommerce-Price-amount:not(:first-child) {
    display: none !important;
}





.button{
	padding: 18px 24px;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none;
    transition: background-color .4s, opacity .4s, box-shadow .4s;
    display: inline-block;
	
}

.button-view-collection{
	color: #1d1f2e;
    background-color: #f4e1ab;
	
}

.button-view-club{
	color: #fff;
    background-color: #1d1f2e;
	
}



.notre-philosophie {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

/* TEXTE EN DESSOUS */
.texte{
	font-family: "Karla", sans-serif !important;
	text-align:left;
	max-width: 60%;
}


.texte,
.notre-philosophie h2 {
  position: relative;
  z-index: 2; /* ← PLUS BAS */
  
  margin: 0 auto;
  
}




.notre-philosophie h2 {
	text-align:center
}


/* CONTENEUR IMAGES AU-DESSUS */
.images-container {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 5; /* ← PLUS HAUT QUE LE TEXTE */
}

/* IMAGES */
.image-slide {
  position: absolute;
  bottom: -40%;
  width: 40%;
  opacity: 0;
  will-change: transform, opacity;
}

/* Alternance gauche / droite */
.image-slide:nth-child(odd) {
  left: 5%;
}

.image-slide:nth-child(even) {
  right: 5%;
}

.image-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
	
    .featured-collection__grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }

    .quantity-wrapper {
        flex-direction: column;
    }

    .quantity-input {
        width: 100%;
    }
}

/* Style des menus déroulants */
.featured-product__variations-dropdown {
    margin: 1rem 0;
    font-family: 'Karla', sans-serif;
}

.variation-row {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
}

.variation-label {
    flex: 0 0 120px; /* Largeur fixe pour le label */
    font-weight: 600;
    color: #000;
}

.variation-select {
    flex: 1;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    font-family: 'Karla', sans-serif;
    font-size: 0.9rem;
    cursor: pointer;
    transition: border-color 0.2s;
}

.variation-select:focus {
    outline: none;
    border-color: #000;
}

.product-description-2cols {
   display: flex;
    gap: 32px;
	font-family: "Karla", sans-serif !important;
}
.col-intro{
	width:460px;
}
.col-details{
	width:460px;
	    padding-left: 60px;
}

/* Style du bouton "Ajouter au panier" */
.single_add_to_cart_button {
    background: #000;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    width: 65%;
    cursor: pointer;
    transition: all 0.3s ease;
}
.woocommerce-variation-add-to-cart {
	display:flex;
}

.single_add_to_cart_button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Style des menus déroulants */
.featured-product__variations-dropdown {
    margin: 1rem 0;
}

.variation-row {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
}

.variation-label {
    flex: 0 0 120px;
    font-weight: 600;
}

.variation-select {
    flex: 1;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    font-family: 'Karla', sans-serif;
}

/* Style de la quantité */
.quantity-wrapper {
    margin-bottom: 0.5rem;
}

.quantity-input {
    width: 60px;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
}


/* Style du bouton "Ajouter au panier" pour les produits variables */
.featured-product__cart .variable_add_to_cart_button {
    background: #000;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    transition: background 0.3s;
}

.featured-product__cart .variable_add_to_cart_button:hover {
    background: #333;
}


.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.product-card {
  border: 1px solid #eee;
  padding: 15px;
  text-align: center;
}
.product-card img {
  max-width: 100%;
  height: auto;
}
  /* Style pour éviter les prix en double */
    .featured-collection .price:not(:first-of-type),
    .featured-collection .woocommerce-Price-amount:not(:first-child) {
        display: none !important;
    }

    /* Style pour les variations */
    .variation-select {
        margin-bottom: 10px;
    }
    .variation-select select {
        width: 100%;
        padding: 8px;
    }
    .single_variation_wrap {
        margin-top: 15px;
    }
    .single_add_to_cart_button {
       /* margin-top: 10px;*/
    }

.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}



/* =========================
   BASE – MOBILE FIRST
========================= */

/* Navigation */
.main-navigation {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 10px 20px;
}

/* LEFT / CENTER / RIGHT */
.nav-left,
.nav-center,
.nav-right {
	display: flex;
	align-items: center;
}

/* Centre réel */
.nav-center {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}





/* Burger button */
.menu-toggle {
	position: relative;
	z-index: 1002;
	background: none;
	border: none;
	width: 40px;
	height: 30px;
	cursor: pointer;
}

/* Burger icon */
.menu-toggle .burger,
.menu-toggle .burger::before,
.menu-toggle .burger::after {
	content: "";
	display: block;
	height: 3px;
	background: #000;
	margin: 6px 0;
	transition: 0.3s;
}

/* =========================
   NAV RIGHT (DESKTOP)
========================= */

.nav-right {
	margin-left: auto;
	gap: 16px;
}

/* Icônes */
.nav-right a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	text-decoration: none;
	color: #000;
	position: relative;
}

/* Badge panier */
.nav-right .cart-count {
	position: absolute;
	top: -6px;
	right: -8px;
	background: #000;
	color: #fff;
	font-size: 11px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* =========================
   FULLSCREEN MENU (WRAPPER)
========================= */

.menu-wrapper {
	position: fixed;
	inset: 0;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateY(-100%);
	transition: transform 0.3s ease;
	z-index: 1000;
}

/* Menu ouvert */
.main-navigation.toggled .menu-wrapper {
	transform: translateY(0);
}

/* =========================
   MENU LIST
========================= */

.menu-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 25px;
}

/* LIENS */
.menu-wrapper ul li a {
	position: relative;
	    font-size: 11px;
	text-decoration: none;
	color: #1d1f2e;
	font-family: Karla, sans-serif;
	transition: opacity 0.3s ease;
}

/* LIGNE ANIMÉE */
.menu-wrapper ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 100%;
	height: 2px;
	background-color: #743f2f;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.35s ease;
}

/* HOVER SUR LE LIEN */
.menu-wrapper ul li a:hover::after {
	transform: scaleX(1);
}

/* DIMINUTION DES AUTRES LIENS */
.menu-wrapper ul:hover li a {
	opacity: 0.35;
}

.menu-wrapper ul li a:hover {
	opacity: 1;
}

/* =========================
   BOUTON CLOSE
========================= */

.menu-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 32px;
	height: 32px;
	background: none;
	border: none;
	cursor: pointer;
	z-index: 1002;
	display: none;
}

/* Croix */
.menu-close::before,
.menu-close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 28px;
	height: 3px;
	background: #000;
}

.menu-close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.menu-close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

/* Afficher close quand menu ouvert */
.main-navigation.toggled .menu-close {
	display: block;
}

/* =========================
   ANIMATION BURGER → CROIX
========================= */

.main-navigation.toggled .burger {
	background: transparent;
}

.main-navigation.toggled .burger::before {
	transform: rotate(45deg) translate(6px, 6px);
}

.main-navigation.toggled .burger::after {
	transform: rotate(-45deg) translate(6px, -6px);
}


.avis-client{
	background-color: #fcf8f2;
    min-height: 80vh;
	    margin-top:100px;
    padding-top: 107px;
    overflow: hidden;
	
}
.avis-client h2{
	text-align:center;
	
}


.coquelicot-club-bloc{
	display:flex;
	justify-content: space-evenly;
	flex-direction:column;
	padding-left: 5%;
    padding-right: 5%;
	margin-top: 100px;
  margin-bottom: 100px;
}

.clubleft img{
	display: block;
  width: 425px;
}


.pretitrebloc{
	display: block;
  margin: 100px auto 100px auto;
  text-align: center;


}

.pretitre {
  color: #252c59;
  opacity: .6;
  font-family: "Abril Fatface", serif;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 60px; /* espace pour les traits */
	text-align:center;
}

/* TRAIT GAUCHE */
.pretitre::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 1px;
  background-color: #ececed;
  transform: translateY(-50%);
}


.parallax-section {
    box-sizing: border-box;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-image: url("img/Coquelicot_Lifestyle-34-min.jpg");
    background-position: 50%;
    background-repeat: repeat;
    background-size: 100% 390%;
    background-attachment: scroll;
    background-clip: border-box;
    width: auto;
    height: 340px;
    padding-bottom: 0;
    position: static;
    overflow: visible;
}

.spotify-block {
  max-width: 500px;
  margin: 40px auto;
}

.spotify-block iframe {
  border-radius: 12px;
}

/* TRAIT DROIT */
.pretitre::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 40px;
  height: 1px;
  background-color: #ececed;
  transform: translateY(-50%);
}






/* PRODUCT SINGLE */
.product-inner-container{
	padding:0 5%;
	width:1024px;
}
.product-custom-description{
	max-width: 1024px;
  padding: 0 4%;
	margin-bottom:100px;
	padding-top:100px;
}

.single-product h1{
	    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
}


.single-product .woocommerce-product-details__short-description{
	    color: #1d1f2eb3;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
	    font-family: Karla, sans-serif;
	text-align:left;
}



.single-product  .price{
font-size: 30px;
    line-height: 42px;
    display: inline-block;	
	font-size: 30px;
    line-height: 42px;
    display: inline-block;
}


.single-product  .single-product  0woocommerce-Price-amount{
font-size: 30px;
    line-height: 42px;
    display: inline-block;	
	font-size: 30px;
    line-height: 42px;
    display: inline-block;
}

.woocommerce-product-gallery{
	max-width: 420px;
}

.single-product .product-title-price{
    font-size: 30px;
    line-height: 42px;
    display: inline-block;
	color:#1d1f2e!important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
	color:#1d1f2e;
	font-size: 30px;
	margin-bottom:0;
}

.product-title-price h1{
	 margin-top: 10px;
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
}


.single_add_to_cart_button{
	background-color: #000000;
    border-radius: 0px;
    padding-left: 50px;
    padding-right: 50px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover{
	background-color: #000000;
    border-radius: 0px;
    padding-left: 50px;
    padding-right: 50px;
}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
background-color: #000000;
	color:white;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover{
	
 /*background-color: #000000;
	*/
	
	        border-color: rgb(var(--button-background, var(--button-background-primary)));
        color: rgb(var(--button-background, var(--button-background-primary)));
        background-position: var(--hover-background-position);
        background-size: 0 100%, 100% 100%;
	color:white;
  
}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover{
	background-color: #000000;
	color:white;

}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt{
background-color: #000000;
	color:white;

}


/* 1. Structure de base (identique à la solution précédente) */
.variations {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%; /* Prend toute la largeur disponible */
}

.variations tr {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.variations th,
.variations td {
    display: block;
    padding: 0 !important;
    border: none !important;
}

/* 2. Alignement des labels à gauche (flushed) */
.variations .label {
    margin-bottom: 5px;
    font-weight: 600;
    text-align: left; /* Alignement à gauche */
    width: 100%; /* Prend toute la largeur pour forcer l'alignement */
    padding: 0; /* Supprime les paddings par défaut */
font-family: Karla, sans-serif;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 5px;
	color:#1d1f2eb3;
}

/* 3. Style des select */
.variations select {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    font-size: 14px;
    box-sizing: border-box; /* Inclut padding/border dans la largeur */
}

/* 4. Bouton "Effacer" */
.variations .reset_variations {
    margin-top: 10px;
    display: inline-block;
    text-align: left; /* Aligné à gauche aussi */
}



.premium-block{
	background:#1d1f2e;
	display:flex;
	color:white;
	margin-bottom:100px;
}

.bloc-img-prem{
background-image: url('img/bg-product.avif');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 460px;

    width: 50%;
    padding-right: 10px;
    display: inline-block;
}


.bloc-list-prem{
color: #fff;
    width: 470px;
    margin-top: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 70px;
    display: inline-block;
}

.big-paragraph{
	    opacity: .9;
    color: #fff;
    text-align: left;
    align-self: start;
    margin-bottom: 30px;
	font-family: "Karla", sans-serif !important;
	    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}
.premium-block-wrap {
    background-image: none;
    background-size: auto;
    width: 50%;
    padding-right: 10px;
    display: inline-block;
}


.preniumpro {
    list-style: none;
    padding: 0;
    margin: 0;
}

.preniumpro li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
}

/* Icône 16px */
.preniumpro li::before {
    content: "";
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 4px;
}

/* Icônes spécifiques */
.preniumProt::before {
    background-image: url('img/Jewel Icon@2x.png');
}

.conceptiondurable::before {
    background-image: url('img/Lightbulb Icon@2x.png');
}

/* IMPORTANT : colonne verticale */
.item-content {
    display: flex;
    flex-direction: column;
}

/* Titre */
.preniumpro strong {
    font-weight: 600;
    margin-bottom: 6px;
}

/* Texte sous le titre */
.preniumpro p {
    margin: 0;
    line-height: 1.5;
    opacity: 0.85;
}

.related  h2{
	color: #252c59;
    margin-left: 15px;
    margin-right: 15px;
    font-family: Abril Fatface, sans-serif;
	  text-transform: uppercase;
    font-size: 12px;
  margin-bottom:157px;
    line-height: 18px;
	    opacity: .6;
	text-align:center;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	margin:0;
}
.woocommerce .products ul, .woocommerce ul.products{
	padding: 0 4%;
	margin-bottom: 70px;
}

.wc-block-components-sidebar-layout{
	max-width: 1940px;
}



.footer.footer-style-fix-center {
  align-items: center;
}

.footer-link {
  color: #1d1f2eb3;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
}

.footer-link:hover {
  color: #a25f4b;
}

.footer-link.hide-blog-link {
  display: none;
}

.footer-grid-column {
  flex-direction: column;
  align-self: end;
  display: flex;
}

.footer-email-link {
  color: var(--basic-dark-colour);
  align-self: auto;
  font-size: 15px;
  line-height: 36px;
}

.footer-email-link:hover {
  color: #a25f4b;
}


.blocfooterinfo{
	display:flex;
	justify-content:space-evenly;
	flex-direction:column;
	padding:1rem;
}


#footerlist{
	margin:0;
	padding:0;
	list-style:none;
}

#footerlist li a{
	color: #1d1f2eb3;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
}


/* =========================
   DESKTOP
========================= */

@media (min-width: 37.5em) {

	.menu-toggle,
	.menu-close {
		display: none;
	}

	.menu-wrapper {
		position: static;
		transform: none;
		background: transparent;
		justify-content: flex-start;
	}

	.menu-wrapper ul {
		flex-direction: row;
		gap: 20px;
	}

}


.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}




/* HERO SECTION */
.hero-section {
    position: relative;
    width: 100%;
    height: 70vh; /* mobile */
    overflow: hidden;
}

.bg-video {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero {
    position: relative;
    overflow: hidden;
}

.hero-title {
    position: absolute;
    bottom: 5vh;
    left: 50%;
    transform: translateX(-50%) scale(1);
    transform-origin: center bottom;

    color: #fff;
    font-weight: 700;
    font-size: clamp(3rem, 12vw, 12rem); /* clé du rendu */
    line-height: 1;
    white-space: nowrap;

    z-index: 2;
    will-change: transform;
}

.blocbuttonview{
	text-align:center;
}

/* TABLETTE */
@media (min-width: 768px) {
    .hero-section {
        height: 80vh;
    }
    .hero-title {
        font-size: 4rem;
    }

	
	
}

/* DESKTOP */
@media (min-width: 1024px) {
    .hero-section {
        height: 100vh;
    }
    .hero-title {
        font-size: 23rem;
		margin: -0.153em 0;
    }
	.blocfooterinfo{
		flex-direction:row;
	}   
	.coquelicot-club-bloc{
		flex-direction:row;
	}
	.content-about{
			flex-direction:row;
	}
	.content-text-about-rev{
		padding-right: 60px;
	}
	.content-text-about {
 	 padding-left: 60px;
	}
	.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
  width:22.05%;
  
}
	.blocfooterinfo{
		padding:0;
	}

	
}