/*!
Theme Name: fiberdeck
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: fiberdeck
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.

fiberdeck 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%;
}

:root {
	--swiper-theme-color: #000;
}
/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0 !important;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
	min-height: 50vh;
}

/**
 * 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: 700;
}

/**
 * 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 {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	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;
}

/* 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-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

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: inherit;
}

a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: inherit;
}

a:focus {
	outline: none !important;
}

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
--------------------------------------------------------------*/

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

/* Navigation
--------------------------------------------- */
.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;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.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;
}

.button.wc-forward {
	background: #000 !important;
	color: #fff !important;
	font-weight: 200 !important;
	text-transform: uppercase;
	border-radius: 0 !important;
}
.woocommerce-message {
  border-top-color: #000;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color: #f4f4f4;
}
.elementor-menu-cart__product-name {
	grid-column-start: 1 !important;
	padding: 0 !important;
	width: 60%;
}
.elementor-menu-cart__product-image {
	display: none;
}
.elementor-menu-cart__product {
	padding: 0 !important;
	display: flex !important;
	justify-content: space-between;
}
.elementor-menu-cart__product-price {
	align-self: start !important;
	color: #000 !important;
	font-weight: 400 !important;
	font-size: 16px !important;
}
.elementor-menu-cart__product-price .product-quantity {
	display: none;
}
.elementor-menu-cart__main {
	padding: 24px;
}
.elementor-menu-cart__product, .elementor-menu-cart__subtotal {
	padding: 11px 0 !important;
}
.elementor-menu-cart__subtotal {
	display: flex;
	justify-content: space-between;
	font-weight: 400;
	font-size: 24px;
}
.elementor-menu-cart__subtotal strong {
	font-weight: 400;
}
.elementor-menu-cart__main {
	box-shadow: none !important;
	border: 1px solid #000 !important;
}
.elementor-menu-cart__close-button {
	display: none !important;
}
.elementor-menu-cart__product-remove.product-remove {
	display: none !important;
}
.elementor-menu-cart__footer-buttons .elementor-button--checkout{
	display: none !important;
}
.elementor-menu-cart__products {
	overflow: visible !important;
	max-height: inherit !important;
}
.elementor-menu-cart__footer-buttons {
	display: flex !important;
	flex-direction: column;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-name a {
	font-weight: 300 !important;
	font-size: 14px;
	color: #000 !important;
}
.white_menu .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-name a {
	color: #000 !important;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons .elementor-button {
	background: #000 !important;
	color: #fff;
	width: 100%;
	display: block;
	font-weight: 300 !important;
	font-size: 18px;
}

/*--------------------------------------------------------------
# Resources Shortcode
--------------------------------------------------------------*/
.ressources-container {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
/* Select2 Custom Styling */
.select2-container .select2-selection--multiple {
	min-height: 40px !important;
	border-radius: 0 !important;
	border: none !important;
	border-bottom: 1px solid #000 !important;
}

.select2-container .select2-selection__choice {
	background: #000 !important;
	color: white !important;
	border: none !important;
	padding: 2px 8px;
	border-radius: 4px !important;
	margin-top: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #fff !important;
	border: 1px solid #000 !important;
	border-radius: 4px !important;
	cursor: default !important;
	float: left;
	margin-right: 5px !important;
	margin-top: 5px !important;
	padding: 2px 6px !important;
	color: #000;
	color: var(--Main, #0D0C0C) !important;
	font-family: Inter !important;
	font-size: 12px;
	font-style: normal !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #000 !important;
	cursor: pointer !important;
	display: inline-block !important;
	font-weight: 300 !important;
	margin-right: 2px !important;
	font-size: 16px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #000 !important;
	color: #fff !important;
}

/* Resources Header */
.ressources-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	width: 100%;
}

.ressources-results-count {
	color: var(--Main, #0D0C0C);
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.ressources-count-number {
	font-weight: 500;
}

/* View Toggle Buttons */
.ressources-view-controls {
	display: flex;
	gap: 8px;
	justify-content: flex-end;
}

.view-btn {
	background: transparent;
	border: none !important;
	padding: 5px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.view-btn:hover {
	background: #f5f5f5;
}

.view-btn.active {
	background: transparent;
	border-color: #EA5B0C;
}

.view-btn svg {
	width: 24px;
	height: 24px;
}

.view-btn svg path {
	fill: #0D0C0C;
	transition: fill 0.3s ease;
}

.view-btn.active svg path {
	/* fill: #EA5B0C;*/
}

/* Resources Filter */
#ressources-filter {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	gap: 32px;
}

#ressources-filter > * {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 8px;
	flex: 1 0 0;
}

/* Langue filter - fixed width */
#ressources-filter .rf-lang-wrapper {
	width: 150px !important;
	flex: 0 0 150px !important;
}

/* Produit filter - larger width */
#ressources-filter .rf-produit-wrapper {
	flex: 2 0 0;
	min-width: 200px;
}

/* Mobile: Stack filters vertically at 100% width */
@media (max-width: 767px) {
	#ressources-filter {
		flex-direction: column;
		gap: 24px;
	}
	
	#ressources-filter > *,
	#ressources-filter .rf-filter-item {
		width: 100% !important;
		flex: 1 1 100% !important;
		min-width: 100% !important;
	}
	
	#ressources-filter .rf-lang-wrapper {
		width: 100% !important;
		flex: 1 1 100% !important;
	}
	
	#ressources-filter .rf-produit-wrapper {
		width: 100% !important;
		flex: 1 1 100% !important;
		min-width: 100% !important;
	}
}

#ressources-filter label {
	color: var(--Main, #0D0C0C);
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 0.36px;
}

#ressources-results {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	max-width: 800px;
	margin: 0 auto;
}

input[type="text"] {
	color: var(--Main, #0D0C0C);
	border: none;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	border-radius: 0;
	padding: 3px;
	border-bottom: 1px solid #000;
	height: 42px;
}

/* List View (default) */
ul.ressource-list {
	list-style: none;
	margin: 24px 0;
	padding: 0;
	display: flex;
	padding-bottom: 24px;
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
	align-self: stretch;
}

.ressource-item {
	color: var(--Main, #0D0C0C);
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%;
	letter-spacing: 0.48px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
	padding: 10px;
}
.ressource-item:hover {
	background: #f4f4f4;
}

.ressource-list:not(.ressource-grid) .ressource-item {
	border-bottom: 1px solid rgba(13, 12, 12, 0.16);
}

.ressource-thumbnail {
	display: none;
}

.ressource-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	width: 100%;
}

.ressource-item .ressource-tags {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 14px;
	margin: 0 20px;
	background: #000;
	color: #fff;
	padding: 0 7px;
	text-transform: uppercase;
}

.ressource-item .ressource-tags > div {
	display: flex;
	padding: 4px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: var(--Main, #0D0C0C);
	color: var(--White, #FFF);
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.24px;
	text-transform: uppercase;
}

.ressource-download {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 0;
	background: transparent;
	border: none !important;
	text-decoration: none;
	transition: all 0.3s ease;
}

.ressource-download:hover {
	text-decoration: none;
}

.select2-container--default .select2-selection--multiple {
	background-repeat: no-repeat !important;
	background-position: 100% 13px !important;
	/* background-size: 5px; */
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='8' viewBox='0 0 16 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.30939 7.66235C7.30939 7.57596 7.34296 7.48956 7.40941 7.42341L14.8444 0.098714C14.9787 -0.0329038 15.1952 -0.0329038 15.3295 0.098714C15.4631 0.231007 15.4631 0.444295 15.3295 0.576588L7.89448 7.90129C7.76088 8.03291 7.5437 8.03291 7.4101 7.90129C7.34296 7.83514 7.31007 7.74875 7.31007 7.66235L7.30939 7.66235Z' fill='%230D0C0C'/%3E%3Cpath d='M0.00079155 0.337679C0.00079155 0.251277 0.0343647 0.164874 0.100827 0.098722C0.234439 -0.0329069 0.451643 -0.0329069 0.585254 0.098722L8.02089 7.42404C8.1545 7.55567 8.1545 7.76965 8.02089 7.90128C7.88727 8.03291 7.67007 8.03291 7.53646 7.90128L0.101513 0.576636C0.0343647 0.510484 0.00147629 0.424082 0.00147629 0.337679L0.00079155 0.337679Z' fill='%230D0C0C'/%3E%3C/svg%3E") !important;;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
	font-size: 24px !important;
	font-weight: 200 !important;
	margin-top: 9px !important;
	margin-right: -5px !important;
	background: #fff;
	width: 19px;
}

.ressource-download .ressource-title {
	color: var(--Main, #0D0C0C);
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%;
	letter-spacing: 0.48px;
	flex: 1;
	text-align: left;
}

.ressource-download svg {
	width: 17px;
	height: 17px;
	display: block;
	flex-shrink: 0;
}

.ressource-title.result {
	color: var(--Main, #0D0C0C);
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}


.ressource-list .ressource-result-count {
	border-bottom: 2px solid #000;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

/* Grid View */
.ressource-list.ressource-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 20px;
	margin-top: 20px;
}

.ressource-list.ressource-grid .ressource-item {
	border: none;
	padding: 20px;
	border-radius: 0;
	transition: box-shadow 0.3s ease;
}

.ressource-list.ressource-grid .ressource-thumbnail {
	display: flex;
	width: 100%;
	height: 220px;
	flex-shrink: 0;
	background: #ECECEC;
	overflow: hidden;
	align-items: center;
	justify-content: center;
}

.ressource-list.ressource-grid .ressource-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ressource-list.ressource-grid .ressource-item:hover {
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.ressource-list.ressource-grid .ressource-result-count {
	grid-column: 1 / -1;
	border-bottom: 2px solid #000;
	margin-bottom: 0;
	padding-bottom: 10px;
	border: none;
	border-bottom: 2px solid #000;
}

@media (max-width: 768px) {
	.ressource-list.ressource-grid {
		grid-template-columns: 1fr;
	}
}

/* Pagination */
.rf-pagination {
	display: flex;
	gap: 14px;
	margin-top: 20px;
	width: 100%;
	justify-content: center;
}

.rf-page {
	padding: 6px 12px;
	border: 1px solid #fff;
	background: #fff;
	cursor: pointer;
	border-radius: 0;
	width: 32px;
	height: 32px;
}

.rf-page:hover {
	border: 1px solid #000 !important;
}

.rf-page.active {
	background: #000 !important;
	color: #fff;
	border-color: #000;
}
footer .elementor-field-group .elementor-field-textual::placeholder {
	color: #fff !important;
  text-transform: uppercase;
	opacity: .6;
}
footer .elementor-message {
	font-size: 12px;
	text-align: left;
}

.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: var(--Main, #0D0C0C);
	text-shadow: 0 20px 60px rgba(30, 30, 30, 0.20);
	font-family: Inter;
	font-size: 48px;
	font-style: normal;
	font-weight: 300;
	line-height: 110%;
}
.woocommerce-product-details__short-description p {
	color: var(--Paragraph, rgba(13, 12, 12, 0.70));
	text-shadow: 0 20px 60px rgba(30, 30, 30, 0.20);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
p.price {
	margin: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 50%;
	padding: 5px;
}
.woocommerce div.product form.cart .variations tr {
	padding-bottom: 30px;
}
.woocommerce div.product form.cart .variations th {
	display: none;
}
.product_meta {
	display: none;
}
.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: #000 !important;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}
.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: #000 !important;
	color: #fff;
}
.woocommerce div.product form.cart .variations tr {
	display: flex;
	flex-direction: column;
	align-items: start;
	width: 100%;
	text-align: left;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
	width: 100%;
}
.woocommerce div.product form.cart .variations select {

	border: none;
	height: 42px;
	width: 100%;
	border-bottom: 1px solid !important;
	color: var(--Main, #0D0C0C);
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
letter-spacing: 0.32px;
}
.woocommerce-variation-add-to-cart {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.woocommerce div.product form.cart div.quantity {
	max-width: 150px;
}
.woocommerce div.product form.cart div.quantity .qty {
	width: calc(100% - 60px) !important;
}
.woocommerce div.product form.cart .button {
  width: 100%;
	line-height: 18px;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: right;
	width: 40%;
	clear: none;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	float: left;
	width: 54%;
}
.woocommerce div.product div.images .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	width: 100%;
	margin-left: 0;
	margin-bottom: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
	opacity: 1;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
	background-color: #000;
	text-decoration: none;
	background-image: none;
	color: #fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]:hover {
	color: #fff !important;
	background-color: #000;
}
.woocommerce .cart .button:disabled[disabled]{
	color: #fff !important;
}
.up-sells.upsells.products h2 {
	text-align: center;
	color: var(--Main, #0D0C0C);

/* Titre 4/Desktop */
font-family: Inter;
font-size: 58px;
font-style: normal;
font-weight: 300;
line-height: 110%; /* 63.8px */
letter-spacing: 2.9px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	padding: .5em 0;
	margin: 0;
	font-size: 1em;
	color: var(--Main, #0D0C0C);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 150%;
	letter-spacing: 1.6px;
	text-align: left;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-weight: 300 !important;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 5%;
  vertical-align: middle;
  padding: 0;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
	font-weight: 500  !important;
	font-style: Medium;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 150%;
	letter-spacing: 5%;
	vertical-align: middle;
	text-transform: uppercase;
	color: #000;
}
.woocommerce .elementor-widget-woocommerce-product-related.elementor-wc-products .products > h2 {
	font-size: 45px;
  font-weight: 200 !important;
  line-height: 61px;
  text-align: center;
}
.woocommerce ul.products li.product a.add_to_cart_button {
	text-decoration: none;
	display: none !important;
}
.woocommerce-info::before {
	color: #000;
}
.woocommerce-info {
	border-top-color: #000;
}
.showcoupon {
	font-weight: 700;
}
input:focus-visible,  input:focus {
	outline: none;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: rgba(0,0,0,.04);
	border-radius: 0;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background-color: #000;
	color: #fff;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #000;
	border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
.select2-container .select2-dropdown, .select2-container .select2-selection {
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #000;
	color: var(--Main, #0D0C0C);
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
letter-spacing: 0.32px;
}
.woocommerce form .form-row {
	padding: 3px;
	margin: 0 0 32px;
}
.woocommerce-account:not(.woocommerce-edit-address) main  h2 {
	font-family: "Inter", Sans-serif;
	font-size: 180px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 250px;
	letter-spacing: -15px;
	word-spacing: 0px;
	color: var( --e-global-color-ed08735 );
	text-align: center;
}
.woocommerce-account .addresses .title .edit {
	float: none;
}
fieldset legend {
	line-height: 2;
	color: var(--Main, #0D0C0C);
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 0.36px;
}
.woocommerce-form-row.woocommerce-form-row.form-row.form-row button.show-password-input {
  width:22px !important;
}
.woocommerce-notices-wrapper:focus-visible {
	outline: none;
}
#customer_details {
	max-width: 800px;
	margin: 0 auto;
}


/*--------------------------------------------------------------
# Stores Shortcode
--------------------------------------------------------------*/
.stores-container {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin: 0 auto;
  max-width: 1440px;
}

/* Stores Header */
.stores-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	width: 100%;
}

.stores-results-count {
	color: var(--Main, #0D0C0C);
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.stores-count-number {
	font-weight: 500;
}

/* Stores View Controls */
.stores-view-controls {
	display: flex;
	gap: 8px;
	justify-content: flex-end;
}

/* Stores Filter */
#stores-filter {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}

#stores-filter > * {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 8px;
	flex: 0 0 calc(33.3333% - 20px);
}

#stores-filter label {
	color: var(--Main, #0D0C0C);
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 0.36px;
}

#stores-results {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	max-width: 600px;
	margin: 0 auto;
}
/* List View (default) */
ul.store-list {
	list-style: none;
	margin: 24px 0;
	padding: 0;
	display: flex;
	padding-bottom: 24px;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	align-self: stretch;
}

.store-item {
	color: var(--Main, #0D0C0C);
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%;
	letter-spacing: 0.48px;
	flex-direction: row;
	display: flex;
	padding: 18px;
	align-items: flex-start;
	gap: 32px;
	align-self: stretch;
	background: #F9F9F9;
}


.store-thumbnail {
	display: none;
	width: 100%;
	height: 200px;
	background: #ECECEC;
	overflow: hidden;
}

.store-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.store-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	width: 100%;
}

.store-title {
	color: var(--Main, #0D0C0C);
text-shadow: 0 20px 60px rgba(30, 30, 30, 0.20);
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 27px */
}

.store-address,
.store-phone {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--Main, #0D0C0C);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.store-address svg,
.store-phone svg {
	flex-shrink: 0;
}

.store-gamme {
	flex-wrap: wrap;
	margin-top: 8px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

.gamme-item {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	border: 1px solid #000;
	background: transparent;
	color: var(--Main, #0D0C0C);
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.24px;
	text-transform: uppercase;
	cursor: default;
	width: 100%;
}

.gamme-item.active {
	background: #000;
	color: #fff;
	border-color: #000;
}

.gamme-item svg {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

.store-contact-btn {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #000;
	background: transparent;
	color: var(--Main, #0D0C0C);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	margin-top: 8px;
	transition: all 0.3s ease;
	display: flex;
height: 32px;
padding: 0 12px;
justify-content: center;
align-items: center;
gap: 10px;
}

.store-contact-btn:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}

/* Grid View */
.store-list.store-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 20px;
	margin-top: 20px;
}

.store-list.store-grid .store-item {
	border: none;
	padding: 20px;
	border-radius: 0;
	transition: box-shadow 0.3s ease;
	background: rgb(249, 249, 249);
}

.store-list.store-grid .store-thumbnail {
	display: none;
	width: 100%;
	height: 200px;
	flex-shrink: 0;
	background: #ECECEC;
	overflow: hidden;
	align-items: center;
	justify-content: center;
}

.store-list.store-grid .store-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.store-list.store-grid .store-item:hover {
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}


/* Pagination */
.sf-pagination {
	display: flex;
	gap: 14px;
	margin-top: 20px;
	width: 100%;
	justify-content: center;
}

.sf-page {
	padding: 6px 12px;
	border: 1px solid #fff;
	background: #fff;
	cursor: pointer;
	border-radius: 0;
	width: 32px;
	height: 32px;
}

.sf-page:hover {
	border: 1px solid #000 !important;
}

.sf-page.active {
	background: #000 !important;
	color: #fff;
	border-color: #000;
}

.woocommerce-form.woocommerce-form-login.login{
	display: flex !important;
}
.woocommerce-form-login-toggle {
	display: none;
}
.woocommerce-form.woocommerce-form-login.login p {
	width: 100%;
}
.remember_me {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}
.remember_me p {
	margin: 0 !important;
}
.lost_password {
	text-align: right;
	color: var(--Main, #0D0C0C);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.woocommerce-button.button.woocommerce-form-login__submit {
	margin: 0;
}
.btn_registration {
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.btn_registration a {
	/* color: #f00; */
	color: var(--Orange, #EA5B0C);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.woocommerce-form-coupon-toggle {
	display: none !important;
}
.woocommerce-checkout .woocommerce-billing-fields h3 {
	display: none;
}
#rf-search, #sf-search {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.354 15.646L16.343 15.6387C17.8189 13.9801 18.5903 11.8115 18.4935 9.59329C18.3966 7.37512 17.4391 5.28204 15.8241 3.75835C14.2092 2.23467 12.064 1.40036 9.84393 1.43254C7.62388 1.46471 5.50377 2.36084 3.93366 3.93068C2.36355 5.50052 1.46707 7.62048 1.43451 9.84052C1.40196 12.0606 2.2359 14.2059 3.75931 15.8211C5.28271 17.4363 7.37564 18.3942 9.59379 18.4915C11.8119 18.5887 13.9807 17.8177 15.6396 16.342L15.647 16.3531L21.647 22.3531C21.7413 22.4442 21.8676 22.4946 21.9987 22.4934C22.1298 22.4923 22.2552 22.4397 22.3479 22.347C22.4406 22.2543 22.4932 22.1289 22.4943 21.9978C22.4954 21.8667 22.445 21.7404 22.354 21.6461L16.354 15.646ZM10.0005 17.4996C8.51713 17.4996 7.06708 17.0597 5.83371 16.2356C4.60034 15.4115 3.63905 14.2401 3.07139 12.8697C2.50374 11.4992 2.35521 9.99124 2.6446 8.53639C2.93399 7.08153 3.6483 5.74516 4.69719 4.69626C5.74608 3.64737 7.08245 2.93306 8.53731 2.64368C9.99217 2.35429 11.5002 2.50281 12.8706 3.07047C14.2411 3.63813 15.4124 4.59942 16.2365 5.83279C17.0606 7.06616 17.5005 8.51621 17.5005 9.99957C17.4983 11.988 16.7074 13.8944 15.3014 15.3005C13.8953 16.7065 11.9889 17.4974 10.0005 17.4996Z' fill='%230D0C0C'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 0 11px;
	padding-left: 28px;
}

.menu-item-description {
	color: var(--Main, #0D0C0C);
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%;
	letter-spacing: 0.48px;
}
.e-filter-item-active {
	text-decoration: underline;
}
li.current_page_item > a {
	text-decoration: underline !important;
}

li.current_page_item a .sub-menu  li a {
	text-decoration: none !important;
}

.elementor-location-footer {
	z-index: 0 !important;
	position: relative;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	z-index: 1 !important;
}
body:not(.elementor-editor-active) .woocommerce div.product {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.woocommerce-page div.product div.summary {
  position: sticky;
  top: 70px;
}
[data-category]:hover {
  cursor: pointer; /* Change le curseur en main */
}
.e-loop-item {
	transition: opacity 3s ease;
}
.is-hidden {
	opacity:0;
}
.is-visible {
	opacity:1;
}

.search-button-btn {
	border: none;
	border-bottom: 1px solid #000;
	border-radius: 0;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	width: 240px;
	padding: 0 0 6px;
	font-size: 16px !important;
	text-transform: none !important;
	align-items: center;
}

@media (max-width: 768px) {
	.store-list.store-grid {
		grid-template-columns: 1fr;
	}
	.woocommerce-variation-add-to-cart {
		flex-direction: column;
	}
	.woocommerce div.product form.cart div.quantity {
		max-width: 100%;
	}
	.woocommerce div.product form.cart .button {
	  width: 100%;
		line-height: 18px;
	}
	.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	  font-size: 32px;
	}
	.woocommerce div.product {
	  flex-direction: column;
		gap: 0;
	}
	.woocommerce div.product > * {
		width: 100% !important;
	}

}