/*
Theme Name: Domaine les Grandes Vignes
Author: Planète Communication
Author URI: https://www.planete-communication.fr
Version: 1
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}





@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/domainegrandesvignes/fonts/montserrat-v31-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/domainegrandesvignes/fonts/montserrat-v31-latin-500.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/domainegrandesvignes/fonts/montserrat-v31-latin-700.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/domainegrandesvignes/fonts/cinzel-v26-latin-regular.woff2') format('woff2');
}



* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
body {
	background: #000000;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 120%;
	color: #000000;
	-webkit-font-smoothing: antialiased;
}
html body {
	--drawer-width: 530px !important;
	--neg-drawer-width: calc(var(--drawer-width) * -1);
}
button {
	font-family: 'Montserrat';
}
img {
	max-width: 100%;
	border: 0px;
	vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 120%;
	margin: 10px 0px;
	font-family: 'Cinzel';
	font-weight: 400;
}
h1 {
	font-size: 51px;
	text-align: center;
	margin: 0;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
a:focus {
	outline: none;
}
a {
	color: #000000;
  	text-decoration: underline;
}
p {
	margin: 10px 0px;
	line-height: 150%;
}
ul, ol {
	margin: 10px 0px 10px 15px;
}
ul ul, 
ol ol, 
ul ol, 
ol ul {
	margin: 0px 0px 0px 30px;
}
li {
  	line-height: 150%;
}
sup {
    font-size: smaller;
    vertical-align: text-bottom;
}
#nested .smart-menu {
	display: none;
}
#nested {
    position: absolute;
    height: 60px;
    z-index: 2;
    border-top: 1px solid #000;
    left: 0;
    right: 0;
    bottom: 0;
	transition: 0.3s;
}
#nested .firstLevel {
	height: 60px;
	margin: 0px;
	text-align: center;
}
#nested .firstLevel li {
	position: relative;
	display: inline-block;
	height: 60px;
	transition: 0.25s opacity;
}
#nested .firstLevel li a {
    display: block;
    height: 60px;
    line-height: 60px;
    color: #000;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
#nested .firstLevel li a span {
	display: block;
	height: 60px;
	line-height: 60px;
}
#nested .firstLevel li ul {
	position: absolute;
	width: 260px;
	height: 0px;
	background: #FFFFFF;
	margin-left: -130px;
	margin-top: -20px;
	box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.3);
	left: 50%;
	top: auto;
	overflow: hidden;
	opacity: 0;
	transition: 0.3s;
}
#nested .firstLevel > li:hover > ul {
	height: auto;
	opacity: 1;
	margin-top: 0px;
	padding: 0;
}
#nested .firstLevel li ul li {
	display: block;
	height: auto;
	padding: 0 10px;
	border-bottom: 1px solid #EDEDED;
	transition: 0.4s;
}
#nested ul.firstLevel li ul li:hover {
	background: #F7F7F7;
}
#nested .firstLevel li ul li:last-child {
	border-bottom: none;
}
#nested .firstLevel li ul li a {
	height: auto;
	padding: 15px 10px;
	line-height: 120%;
	font-size: 14px;
    font-weight: 400;
    text-transform: inherit;
    text-align: left;
}
#nested .firstLevel li ul li a span {
	display: inline;
	height: auto;
	line-height: 120%;
}
#nested ul.firstLevel:hover > li {
    opacity: 0.5;
}
#nested ul.firstLevel:hover > li:hover {
    opacity: 1;
}
#wrapper ul li {
	position: relative;
}
#wrapper ul li:before {
	content: '';
	width: 6px;
	height: 6px;
	background: #D0D9BC;
	position: absolute;
	border-radius: 50%;
	top: 8px;
	left: -15px;
	margin: auto;
}
#page {
	position: relative;
	background: #FFFFFF;
	overflow: hidden;
}
header {
	position: fixed;
	width: 100%;
	height: 255px;
	z-index: 2;
	transition: 0.4s;
	background: #FFFFFF;
}
#headerInner {
    position: relative;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    transition: 0.3s;
}
#logo {
    position: absolute;
    top: 0;
    bottom: 60px;
    right: 0;
    left: 0;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
#logo img {
	transition: 0.3s;
	height: 94px;
}
#headerBoxes {
    position: absolute;
    right: 0;
    top: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}
/* ----------------------
ZONE INTERIEURE (CONTENU)
-----------------------*/
#wrapper {
	position: relative;
	background: #FFFFFF;
	z-index: 1;
}
#wrapperInner {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0px auto;
	padding: 255px 0px 0px 0px;
}
#container {
	position: relative;
	margin: 0px 0px 100px 0px;
}
#contentsInner {
	position: relative;
}
#headerBoxes p {
	margin: 0;
	line-height: 1;
}
html, body {
	scroll-behavior: smooth;
}
iframe {
	max-width: 100%;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}


/* ---------------------------- STRUCTURES ET STYLES DES PAGES INTÉRIEURES ---------------------------- */

body:not(.home) h2,
body:not(.home) h3 {
	margin-bottom: 15px;
}


/* ------- Passage à menu burger ------- */
@media (min-width: 1201px) {
	#nested ul.firstLevel > li.hidden_on_desktop {
		display: none;
	}
}
@media (max-width: 1200px) {
	header div #nested {
		width: 40px;
		height: 40px;
		top: 0;
		right: 20px;
		margin: auto;
		left: auto;
		border: none;
	}
	header div #nested .contentSmart {
		width: 100%;
		height: 100%;
		cursor: pointer;
		z-index: 25;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#nested .firstLevel {
		text-align: left;
		background: #000000;
		width: 100%;
		position: fixed;
		right: -100%;
		transition: 0.7s;
		opacity: 0.3;
		top: 0;
		height: auto;
		bottom: 0;
		padding: 50px 0;
		overflow-y: auto;
		overflow-x: hidden;
	}
	body.menu_open #nested .firstLevel:after, 
	body.menu_open #nested .firstLevel:before {
		content: '';
		height: 55px;
		background: linear-gradient(0deg, #000000, transparent);
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0px;
		opacity: 0;
		pointer-events: none;
		transition: 0.3s;
	}
	body.menu_open.animation_delai #nested .firstLevel:after, 
	body.menu_open.animation_delai #nested .firstLevel:before {
		opacity: 1;
	}
	body.menu_open #nested .firstLevel:before {
		bottom: auto;
		top: 0;
		z-index: 20;
		background: linear-gradient(180deg, #000000, transparent);
	}
	body.menu_open #nested .firstLevel {
		right: 0;
		opacity: 1;
	}
	#nested ul.firstLevel:hover > li {
		opacity: 1;
	}
	header div #nested .contentSmart span {
		width: 25px;
		height: 2px;
		background: #000000;
		display: block;
		border-radius: 3px;
		position: relative;
		top: 0;
		transition: 0.5s;
	}
	header div #nested .contentSmart > span:nth-child(2) {
		margin: 6px 0px;
	}
	body.menu_open header div #nested .contentSmart > span:nth-child(1) {
		transform: rotate(45deg);
		top: 8px;
	}
	body.menu_open header div #nested .contentSmart > span:nth-child(2) {
		opacity: 0;
	}
	body.menu_open header div #nested .contentSmart > span:nth-child(3) {
		transform: rotate(-45deg);
		top: -8px;
	}
	body.menu_open header div #nested .contentSmart > span {
		background: #FFFFFF;
	}
	#nested ul.firstLevel li a {
		font-size: 18px;
		height: auto;
		line-height: 1;
	}
	#nested .firstLevel li a span {
		line-height: 1.3em;
		height: auto;
	}
	#nested ul.firstLevel > li.menu-item-has-children {
		margin-right: 0;
	}
	#nested .firstLevel li {
		height: auto;
	}
	#nested ul.firstLevel > li {
		margin: 0 0 30px 0;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
    	padding-left: 30px;
	}
	#nested ul.firstLevel > li:last-child {
		margin-bottom: 0;
	}
	#nested ul.firstLevel > li.menu-item-has-children > a {
		position: relative;
	}
	#nested ul.firstLevel > li.menu-item-has-children > a:after {
		content: '';
		display: inline-block;
		height: 0;
		width: 0;
		border-top: 5px solid #FFFFFF;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
		pointer-events: none;
		position: absolute;
		right: 0;
		top: 9px;
	}
	#nested .firstLevel li a {
		color: #FFFFFF;
	}
	#nested .firstLevel li ul,
	#nested .firstLevel > li:hover > ul {
		position: relative;
		height: auto;
		opacity: 1;
		background: none;
		box-shadow: none;
		margin: 10px 0 0px 10px;
		padding: 0;
		left: 0;
		width: auto;
	}
	#nested ul.firstLevel > li > ul > li {
		padding: 0;
		margin: 0;
	}
	#nested .firstLevel li ul li {
		border: none;
	}
	body.menu_open {
		overflow: hidden;
	}
	#nested .firstLevel li ul {
		display: none;
	}
	#nested ul.firstLevel > li.menu-item-has-children.sous_menu_open > ul {
		display: block;
	}
	#nested ul.firstLevel > li.menu-item-has-children.sous_menu_open > a:after {
		transform: rotate(180deg);
	}
	#nested ul.firstLevel li ul li:hover {
		background: none;
	}
}































































/* ------------------------------ WOOCOMMERCE -------------------------------- */

.woocommerce-message,
.woocommerce-error {
    outline: none;
}
.wc-block-mini-cart {
	visibility: visible !important;
	margin-left: -10px;
	position: relative;
	top: 0;
	right: 0;
	transition: 0.4s;
}


/* --- pages catégories (de sous-caté et de produits) --- */

body p.demo_store {
    top: auto !important;
    bottom: 0;
    position: fixed;
    font-size: 18px;
    padding: 25px;
    box-sizing: border-box;
	background: #D0D9BC;
	color: #000000;
}
body p.demo_store a {
	color: #000000;
}
li.product:before {
	display: none;
}
img[src*="woocommerce-placeholder"] {
    filter: brightness(0.95);
}
body.woocommerce ul.products {
    width: 90%;
    max-width: 1120px;
    margin: 0 auto -30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
body.woocommerce #wrapper ul.products li.product {
    box-sizing: border-box;
    border: 1px solid #D0D9BC;
    padding: 30px 40px 90px;
}
body.woocommerce #wrapper ul.products li.product:last-child {
    margin-right: 0;
}
body.woocommerce ul.products:before,
body.woocommerce ul.products:after {
	display: none;
}
body.woocommerce a.added_to_cart {
	display: none;
}
body.woocommerce ul.products li.product .price del {
    text-decoration: line-through;
    margin-right: 5px;
	opacity: 0.35;
}
li.product span.h2_like {
    display: block;
    line-height: 1.25em;
    margin: 25px 0 20px 0;
    font-size: 22px;
    font-weight: 600;
}
body.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 22px;
    padding: 5px 0 15px 0;
    text-align: center;
}
body.woocommerce #wrapper ul.products li.product .price {
    color: #000000;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
}
body.woocommerce ul.products li.product .onsale,
#wrapper ul li.product.outofstock:after {
    background: #000000;
    border-radius: 0px;
    left: 10px;
    right: auto;
    top: 10px;
    margin: 0;
    min-height: 0;
    line-height: 1;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 15px;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
#wrapper ul li.product.outofstock:after {
    content: 'Rupture de stock';
    position: absolute;
    color: #FFFFFF;
	font-weight: 700;
	pointer-events: none;
}
#wrapper ul.products li.product .button.loading:after {
    top: 12px;
}
#wrapper ul.products li.product .button {
    position: absolute;
    left: 40px;
    bottom: 40px;
    right: 40px;
    text-align: center;
}
#wrapper ul.products li.product a img {
    height: 400px;
    object-fit: contain;
}








/* --- widget panier sidebar --- */
.wc-block-mini-cart__button, 
body .wc-block-mini-cart__button:hover:not([disabled]) {
    cursor: pointer;
    opacity: 1;
}
.wc-block-components-product-metadata,
div .wc-block-components-product-badge,
span.wp-block-woocommerce-mini-cart-title-items-counter-block {
	display: none;
}
del.wc-block-components-product-price__regular {
    opacity: 0.5;
    text-decoration: line-through;
}
body:not(.woocommerce-block-theme-has-button-styles) div .wc-block-components-button:not(.is-link):focus {
    box-shadow: none;
    outline: none;
}
@media (min-width: 500px) {
	body .wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
		display: block;
		margin-top: 15px;
	}
}
div h2.wc-block-mini-cart__title {
	font-size: 20px;
}
a.wc-block-components-product-name:not(:hover) {
    text-decoration: none;
}
body:not(.woocommerce-block-theme-has-button-styles) div .wc-block-components-button:not(.is-link) {
    min-height: 0px;
	cursor: pointer;
}
div .wc-block-components-button:not(.is-link).outlined:not(:focus) {
    box-shadow: inset 0 0 0 1px #000000;
}
.wc-block-mini-cart__footer-actions > a:nth-child(1) {
    background: #FFFFFF !important;
    box-shadow: inset 0 0 0 1px #000000 !important;
    color: #000000 !important;
}
.wc-block-mini-cart__footer-actions > a:nth-child(1):hover {
	background: #000000 !important;
    color: #FFFFFF !important;
}
.wc-block-mini-cart__template-part td.wc-block-cart-item__image img,
body table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    max-height: 76px;
    object-fit: contain;
}









/* --- Single product page --- */

body.single-product .woocommerce-notices-wrapper {
    width: 90%;
    max-width: 1120px;
    margin: 30px auto 0;
}
body.single-product .container_produit {
    width: 90%;
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
	padding-top: 30px;
}
body.woocommerce div.product div.images, 
body.woocommerce div.product div.summary {
    float: none;
}
.woocommerce div.product h1.product_title {
    text-align: left;
}
body.single-product .woocommerce-notices-wrapper ul.woocommerce-error {
    display: none;
}
body:not(.woocommerce-account):not(.woocommerce-cart) .wc-block-components-notice-banner__content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
body.single-product #page #wrapper div.product p.price {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px solid #D0D9BC;
    margin-bottom: 25px;
    padding-bottom: 25px;
    max-width: 350px;
}
body.woocommerce div.product div.images {
    margin-bottom: 0;
}
body.single-product .woocommerce-notices-wrapper > .wc-block-components-notice-banner {
    margin: 0 0 60px 0;
}
body:not(.home) #wrapperInner p.stock.out-of-stock {
    font-size: 18px;
    font-weight: 600;
}
body.single-product .container_produit span.onsale {
    display: none;
}
body.woocommerce div.product p.price del {
    text-decoration: line-through;
    opacity: 0.35;
    margin-right: 5px;
}


body.single-product .woocommerce-product-gallery__image a img {
    max-height: 600px;
    object-fit: contain;
}
body.single-product .woocommerce-product-gallery__image {
    border: 1px solid #D0D9BC;
	padding: 20px;
}
body .pswp__bg {
    background: rgba(0,0,0,0.8);
}
#wrapper .woocommerce-product-details__short-description h2 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat';
    margin-bottom: 5px;
    padding-top: 5px;
}
body #wrapper div.product form.cart .button {
    padding: 18px 34px;
}
body.single-product #wrapper form.cart div.quantity {
    float: none;
    margin: 0;
}
body.single-product #wrapper .quantite {
    float: left;
    display: flex;
    margin-right: 25px;
    border: 2px solid #000000;
    border-radius: 99px;
	overflow: hidden;
}
body.woocommerce div.product form.cart div.quantity input {
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
    min-height: 46px;
    font-size: 18px;
    margin-right: 0;
    font-weight: 700;
    width: 50px;
    text-align: center;
	outline: none;
}
body.single-product #wrapper .quantite > button {
    min-height: 46px;
    font-size: 26px;
    background: none;
    width: 48px;
    cursor: pointer;
	transition: 0.3s;
}
body.single-product #wrapper .quantite > button:hover {
	background: #D0D9BC;
}
body.single-product input::-webkit-outer-spin-button,
body.single-product input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
body.single-product input[type=number] {
    -moz-appearance:textfield;
}
body.single-product div.product form.cart {
    margin: 35px 0 0 0;
}
div#logos_bio_nature img {
    width: auto;
}
div#logos_bio_nature {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
    position: absolute;
    left: 1px;
    bottom: 1px;
    background: #FFFFFF;
    padding: 25px;
    border-top-right-radius: 8px;
}

















/* --- panier --- */

.is-large.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__image {
    padding-left: 0;
}
.is-large.wc-block-cart .wc-block-cart-items tbody > tr:last-child > td {
    padding-bottom: 0;
}
div .is-large.wc-block-cart .wc-block-cart-items {
	border-bottom: none;
}
body div #wrapper .wc-block-cart .wc-block-cart__submit a {
    font-size: 18px;
    padding: 20px;
	text-decoration: none;
	margin-top: 15px;
}
.wc-block-components-totals-discount__coupon-list li:before {
	display: none;
}
body.woocommerce-cart .wc-block-components-product-metadata,
body.woocommerce-checkout .wc-block-components-product-metadata {
    display: none;
}












/* --- Validation de commande --- */

div .wp-block-woocommerce-checkout {
    padding-top: 0;
}
div .wc-block-checkout__form .wc-block-checkout__actions.wp-block-woocommerce-checkout-actions-block button.wc-block-components-checkout-place-order-button {
    padding: 18px 36px !important;
    font-size: 18px !important;
}
.wc-block-checkout__form > fieldset:not(:first-of-type) {
    padding-top: 25px;
}
#wrapper .wc-block-checkout__actions .wc-block-checkout__actions_row {
    padding-top: 20px;
}
#wrapper .wc-block-components-order-summary .wc-block-components-order-summary-item__image > img {
    height: 38px;
    object-fit: contain;
}









/* --- Commande reçue --- */

#wrapper ul.order_details li {
    float: none;
	margin-bottom: 10px;
}
#wrapper ul.order_details {
    background: #F3F3F3;
    padding: 40px 50px 30px 50px;
}
#wrapper ul.order_details li:before {
	top: 19px;
}
body.woocommerce-order-received #wrapperInner p.woocommerce-thankyou-order-received {
    font-size: 22px;
}
body.woocommerce-order-received #wrapperInner section.woocommerce-customer-details p {
    margin: 0;
}
body.woocommerce-order-received #wrapperInner section.woocommerce-customer-details address {
    padding: 25px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-radius: 0px;
    box-sizing: border-box;
}
body.woocommerce-order-received section.woocommerce-customer-details,
body.woocommerce-order-received section.woocommerce-customer-details section.wc-block-order-confirmation-additional-fields-wrapper {
    margin: 40px 0 0 0;
}














@media (max-width: 782px) {
	div #wrapper .wc-block-cart .wc-block-cart__submit a {
		margin-top: 0;
	}
}





/* boutons */
#wrapper a.wp-block-button__link,
#wrapper div.wpforms-container-full button[type=submit],
div .wc-block-mini-cart__drawer .wc-block-mini-cart__footer-actions a,
#wrapper ul.products li.product .button,
#wrapper div.product form.cart .button,
#wrapper .woocommerce-order-withdrawal-content .button,
#wrapper .woocommerce-message .button,
div #wrapper .wc-block-cart .wc-block-cart__submit a,
#wrapper .wc-block-checkout__form button.wc-block-components-checkout-place-order-button {
	border-radius: 99px;
	display: inline-block;
	background: #D0D9BC;
	color: #000000;
	padding: 12px 20px;
	line-height: 1;
	text-decoration: none;
	transition: 0.3s;
	border: none;
	height: auto;
	box-shadow: none;
	text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .15em;
}
#wrapper a.wp-block-button__link:hover,
#wrapper div.wpforms-container-full button[type=submit]:hover,
div .wc-block-mini-cart__drawer .wc-block-mini-cart__footer-actions a:hover,
#wrapper ul.products li.product .button:hover,
#wrapper div.product form.cart .button:hover,
#wrapper .woocommerce-order-withdrawal-content .button:hover,
#wrapper .woocommerce-message .button:hover,
div #wrapper .wc-block-cart .wc-block-cart__submit a:hover,
#wrapper .wc-block-checkout__form button.wc-block-components-checkout-place-order-button:hover {
	background: #000000 !important;
	color: #FFFFFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}






.has-noir-color { color: #000000 !important; }
.has-noir-background-color { background-color: #000000 !important; }

.has-blanc-color { color: #FFFFFF !important; }
.has-blanc-background-color { background-color: #FFFFFF !important; }

.has-gris-color { color: #F4F4F4 !important; }
.has-gris-background-color { background-color: #F4F4F4 !important; }

.has-vert-color { color: #D0D9BC !important; }
.has-vert-background-color { background-color: #D0D9BC !important; }







#nested .firstLevel li.menu_boutique:before {
    content: '';
    position: absolute;
    background: #D0D9BC;
    left: 0px;
    right: 0px;
    bottom: 10px;
    top: 10px;
    z-index: -1;
}
#nested .firstLevel li.menu_boutique {
    margin-left: 20px;
}
header .wc-block-mini-cart__badge {
    font-size: 10px;
}
a.version_en {
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
}
#headerBoxes > a {
	transition: 0.3s;
}
#headerBoxes > a:hover {
	transform: scale(1.1);
}


header.scrolled {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	margin-top: -195px;
}
header.scrolled .wc-block-mini-cart {
    top: 178px;
    right: calc(-5vw + 20px);
}




#wrapper div#text div#bandeau > div {
    width: 100%;
    max-width: 100%;
}
#bandeau img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}




body.home #text > h2 {
    text-align: center;
    scroll-margin-top: 100px;
    margin-bottom: 30px;
    font-size: 40px;
}
body.home h2 mark {
    position: relative;
    padding: 0 35px;
}
body.home h2 mark:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #D0D9BC;
    left: -170px;
    right: -170px;
    z-index: -1;
    height: 8px;
}
body.woocommerce.home ul.products {
    width: 100%;
}



#tabs {
    width: 87%;
    margin: 40px auto 30px;
    display: flex;
    justify-content: center;
}
#wrapper div#text > #tabs > div {
    width: auto;
    border-bottom: 1px solid #000000;
}
#tabs p {
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    border-right: 1px solid #000000;
    padding: 10px 30px;
	transition: 0.3s;
}
#tabs p:last-child {
	border-right: 0;
}
#tabs p.active {
	background: #D0D9BC;
}
#tabs .wp-block-group {
    gap: 0;
}


#onglets {
	scroll-margin-top: 180px;
}
#onglets > div:not(.active) {
	display: none;
}
#onglets > div.active {
	display: block;
}


.has-text-align-center {
	text-align: center;
}
#wrapper p.phrase_fdp_panachage {
    position: relative;
    top: -35px;
}














@media (max-width: 1200px) {
	header {
		height: 100px;
	}
	#headerInner {
		width: 100%;
	}
	#wrapperInner {
		padding-top: 100px;
	}
	#headerBoxes {
		top: 0;
		bottom: 0;
		right: 80px;
	}
	#logo img {
		height: 50px;
	}
	#logo {
		right: auto;
		left: 30px;
		bottom: 0;
	}
	#nested .firstLevel li.menu_boutique:before {
		display: none;
	}
	header.scrolled {
		margin-top: 0;
	}
	header.scrolled .wc-block-mini-cart {
		top: 0;
		right: 0;
	}
	#nested .firstLevel li.menu_boutique {
		margin-left: 0;
	}
	#nested .firstLevel li ul li a {
		padding: 10px;
	}
	#onglets {
		scroll-margin-top: 220px;
	}
	div#chapterPicture {
		display: none;
	}
	body.single-product .woocommerce-notices-wrapper {
		margin-top: 0;
	}
	body.single-product #container {
		border-top: 1px solid #D0D9BC;
		padding-top: 60px;
	}
	#wrapper p.phrase_fdp_panachage {
		top: 0;
		margin-bottom: 40px !important;
	}
}
@media (max-width: 1140px) {
	#wrapper ul.products li.product .button {
		left: 30px;
		bottom: 30px;
		right: 30px;
	}
	#wrapper a.wp-block-button__link, #wrapper div.wpforms-container-full button[type=submit],
	div .wc-block-mini-cart__drawer .wc-block-mini-cart__footer-actions a,
	#wrapper ul.products li.product .button, #wrapper div.product form.cart .button,
	#wrapper .woocommerce-order-withdrawal-content .button, #wrapper .woocommerce-message .button,
	div #wrapper .wc-block-cart .wc-block-cart__submit a,
	#wrapper .wc-block-checkout__form button.wc-block-components-checkout-place-order-button {
		letter-spacing: .05em;
		font-size: 13px;
		padding: 12px;
		transition: 0.15s;
	}
	body.woocommerce #wrapper ul.products li.product {
		padding: 30px 30px 85px;
	}
	h1 {
		font-size: 40px;
	}
	body.home #text > h2,
	h2 {
		font-size: 26px;
	}
	body.home h2 mark {
		padding: 0 25px;
	}
	body.home h2 mark:before {
		height: 4px;
		left: -60px;
		right: -60px;
	}
}
@media (max-width: 768px) {
	body.woocommerce ul.products {
		justify-content: space-between;
	}
}
@media (max-width: 950px) {
	body.single-product .container_produit {
		flex-direction: column-reverse;
		gap: 20px;
	}
	body.woocommerce div.product div.images, body.woocommerce div.product div.summary {
		width: 100%;
	}
}












@media (max-width: 500px) {
	#nested ul.firstLevel > li {
		max-width: 90vw;
		padding-left: 15px;
	}
	#nested ul.firstLevel li a {
		font-size: 16px;
	}
	#nested ul.firstLevel > li.menu-item-has-children > a:after {
		top: 7px;
	}
	#nested ul.firstLevel li ul li a {
		font-size: 14px;
	}
	.widget_breadcrumb {
		font-size: 13px;
	}
	body.woocommerce ul.products,
	body.single-product .container_produit {
		width: 87%;
	}
	#headerBoxes > a {
		display: none;
	}
	#bandeau img {
		height: 27vw;
	}
	header div #nested {
		right: 6.5vw;
		margin-right: -8px;
	}
	#logo img {
		height: 40px;
	}
	#logo {
		left: 6.5vw;
	}
	#headerBoxes {
		right: 6.5vw;
		margin-right: 38px;
		top: 2px;
	}
	header.scrolled {
		height: 60px;
	}
	header.scrolled #logo img {
		height: 32px;
	}
	h1 {
		font-size: 8.7vw;
	}
	body.home h2 mark:before {
		left: -999px;
		right: -999px;
	}
	#tabs p {
		font-size: 3.4vw;
		padding: 12px;
	}
	#onglets {
		scroll-margin-top: 160px;
	}
	body.woocommerce #wrapper ul.products li.product {
		width: 100%;
	}
	#wrapper ul.products li.product a img {
		height: 300px;
	}
	body div #wrapper .wc-block-cart .wc-block-cart__submit a {
		font-size: 14px;
		padding: 15px;
		margin-top: 0;
	}
	.wc-block-cart .wc-block-cart__submit-container--sticky {
		background: #fff;
		bottom: 0;
		box-sizing: border-box;
		left: 0;
		padding: 16px;
		position: fixed;
		width: 100%;
		z-index: 9999;
	}
	body.single-product #container {
		padding-top: 0;
	}
	#wrapper .woocommerce-product-details__short-description h2 {
		font-size: 16px;
	}
	body.single-product #page #wrapper div.product p.price {
		font-size: 18px;
	}
	body.single-product .woocommerce-product-gallery__image a img {
		max-height: 500px;
	}
	div#logos_bio_nature {
		padding: 15px;
		gap: 15px;
	}
	div#logos_bio_nature img {
		max-width: 40px;
		max-height: 40px;
	}
	body.single-product .woocommerce-notices-wrapper:not(:empty) {
		margin-top: 6.5vw;
		width: 87%;
	}
	#wrapper .woocommerce-message .button {
		float: none;
	}
	body.single-product .woocommerce-message {
		flex-direction: column;
		display: flex;
		align-items: center;
		text-align: center;
		gap: 15px;
		padding: 20px 25px;
	}
	body.single-product .woocommerce-message::before {
		position: relative;
		left: 0;
		top: 0;
	}
	body p.demo_store {
		font-size: 14px;
		padding: 20px 6.5vw;
	}
	.wp-block-woocommerce-mini-cart-contents {
		background: #FFFFFF !important;
	}
}

