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

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

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

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

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

.elementor-widget-text-editor ul:not(:last-child), .elementor-widget-text-editor ol:not(:last-child) {
    margin-bottom: 30px;
}

.elementor-widget-text-editor ul li:not(:last-child), .elementor-widget-text-editor ol li:not(:last-child) {
    margin-bottom: 15px;
}

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

/*--------------------------------------------------------------
# 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 0;
}

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


/* -------------------------------------------  SpenglerCustom  ------------------------------------------- */

/*   GLOBAL  */

body > .elementor-location-header {
   
}

body:not(.elementor-editor-active), body:not(.elementor-editor-active) .site-main, body:not(.elementor-editor-active) .page, body:not(.elementor-editor-active) .entry-content, body:not(.elementor-editor-active) .elementor {
	overflow-x: hidden;
}



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

p {
	margin-top: 0;
}

p:last-child {
	margin-bottom: 0;
}

.wp-theme-spengler .hero-sm-fixed {
    position: fixed;
    height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}



.elementor-editor-active .elementor-section-wrap.ui-sortable {
 
}

/*    CUSTOM ELEMENTOR    */
.elementor-icon-wrapper {
	line-height: 0;
	white-space:
}

.wp-theme-spengler  .blur-effect-bg-yes:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent !important;
    backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
}

.e-loop-item.type-produit {
	overflow: hidden!important;
}


.elementor-widget-loop-carousel.custom-button .elementor-swiper-button.elementor-swiper-button-next svg, .elementor-widget-loop-carousel.custom-button .elementor-swiper-button.elementor-swiper-button-prev svg,
.elementor-widget-loop-carousel.custom-button .elementor-swiper-button.elementor-swiper-button-next:hover svg, .elementor-widget-loop-carousel.custom-button .elementor-swiper-button.elementor-swiper-button-prev:hover  svg {
    fill: transparent;
}

.e-hotspot__icon {
    background-color: #4CC0E1;
    border-radius: 100%;
    box-shadow: 0px 4px 8px 0px #76729640;
    padding: 5px;
    border:2px solid #4CC0E1;
}

.e-hotspot--active .e-hotspot__icon {
    background-color: #C0EAF6;
}

.e-hotspot--active  .e-hotspot__button {
    color:#4CC0E1;
}


.e-hotspot--active .spengler-icon-plus:before {
    content: "\eab1";
}

.wp-theme-spengler .e-hotspot__button.e-hotspot--expand {
    width: 44px;
    height: 44px;
}


/****** elementor accordeon ******/
.wp-theme-spengler  .elementor-widget-n-accordion .e-n-accordion-item-title-icon {
    position: absolute;
    right: 20px;
}

#ruler span.e-n-accordion-item-title-header, #tool span.e-n-accordion-item-title-header {
    display: flex;
    align-items: center;
}

#ruler span.e-n-accordion-item-title-header:before {
    content: '';
    background-image: url(../../../wp-content/uploads/2026/03/ruler.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 20px;
}

#tool span.e-n-accordion-item-title-header:before {
    content: '';
    background-image: url(../../../wp-content/uploads/2026/03/tool-02.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 20px;
}

/**** link for cards ****/
.wp-theme-spengler  .card-link a {
    position: absolute;
    inset: 0;
    z-index: 5;
    text-indent: -9999px;
	opacity: 0;
}




/*   TYPO   */
.ss-title-xxl h3, .ss-title-xxl div, .ss-title-xxl span, .ss-title-xxl p {
    font-family: "Inter", Sans-serif;
    font-weight: 300;
    font-size: 32px!important;
    color: #1C1E3E;
}

p.text-sm {
    font-size: 16px;
}

/*   SEPARATOR GRADIENT  */
.spengler-gradient-separator {
    height: 2.5px;
    width: 125px;
    background: #1C1E3E;
	background: -webkit-linear-gradient(90deg, rgba(28, 30, 62, 1) 0%, rgba(76, 192, 225, 1) 75%);
	background: -moz-linear-gradient(90deg, rgba(28, 30, 62, 1) 0%, rgba(76, 192, 225, 1) 75%);
	background: linear-gradient(90deg, rgba(28, 30, 62, 1) 0%, rgba(76, 192, 225, 1) 75%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1C1E3E", endColorstr="#4CC0E1", GradientType=1);
	margin: 12px 0;
}

/*   BREADCRUMBS  */
.breadcrumb_last {
	font-weight: 600;
}



/*   MENU NAV  */
.elementor-location-header {
    position: relative;
    z-index: 9999;
}
.wp-theme-spengler .custom-menu {
    /* From https://css.glass */
	background: rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	box-shadow: 0px 0px 10px 0px rgba(30, 40, 95, 0.1);;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.8);
	position: fixed;
	left:24px;
	right:24px;
	top:24px;
	width: auto !important;
}
/*
@media (max-width: 1340px) {
	.wp-theme-spengler .custom-menu {
		left:50px;
		right:50px;
	}
}

@media (max-width: 768px) {
	.wp-theme-spengler .custom-menu {
		left:24px;
		right:24px;
	}
}
*/
.custom-menu > .e-con-inner {
	position: relative;
}

.wp-theme-spengler .logo-spengler-color {
    position: absolute;
    left: 0;
}
@media (min-width: 1024px) {
.wp-theme-spengler .custom-menu:hover {
	background:white;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;	
	z-index:999999;
}

.wp-theme-spengler .custom-menu:hover .logo-spengler-color {
	opacity: 1;
}

.wp-theme-spengler .custom-menu:hover .logo-spengler {
	opacity: 0;
}

}

.wp-theme-spengler .custom-menu.she-header {
	background:white;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;	
	z-index:999999;
}

.wp-theme-spengler .custom-menu.menu-hidden {
	background:white;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;	
}

 .wp-theme-spengler > .elementor .custom-menu.she-header .elementor-element.mega-menu-nav,
.wp-theme-spengler > .elementor .custom-menu.menu-hidden .elementor-element.mega-menu-nav {
padding:20px 0;
}

 .wp-theme-spengler > .elementor .custom-menu.she-header .mega-menu-lang-nav .elementor-nav-menu--main .elementor-item.has-submenu,
.wp-theme-spengler > .elementor .custom-menu.menu-hidden .mega-menu-lang-nav .elementor-nav-menu--main .elementor-item.has-submenu {
padding:30px 23px;
}

.custom-menu.she-header  .logo-spengler, 
.custom-menu.menu-hidden  .logo-spengler {
	opacity: 0;
}

.logo-spengler-color {
	opacity: 0;
}

.wp-theme-spengler .logo-spengler img {
	max-width: none;
}

.custom-menu.she-header .logo-spengler-color, .custom-menu.menu-hidden .logo-spengler-color {
	opacity: 1;
}

.wp-theme-spengler .custom-menu.she-header, .wp-theme-spengler .custom-menu.menu-hidden  {
	left:0;
	right: 0;
	border: 0;
	    border-radius: 0;
}




.mega-menu-sub-menu .menu-item-has-children {
	pointer-events: none;
}

.mega-menu-sub-menu .menu-item-has-children .sub-menu a {
	pointer-events:all;
}

.wp-theme-spengler .custom-menu:hover .mega-menu-nav.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-title-container .e-n-menu-title-text,
.wp-theme-spengler .custom-menu.she-header .mega-menu-nav.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-title-container .e-n-menu-title-text,
.wp-theme-spengler .custom-menu.menu-hidden .mega-menu-nav.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-title-container .e-n-menu-title-text,
.wp-theme-spengler  .custom-menu:hover  .elementor-element.mega-menu-lang-nav .elementor-nav-menu--main .elementor-item:not(:hover),
.wp-theme-spengler  .custom-menu.she-header  .elementor-element.mega-menu-lang-nav .elementor-nav-menu--main .elementor-item,
.wp-theme-spengler  .custom-menu.menu-hidden  .elementor-element.mega-menu-lang-nav .elementor-nav-menu--main .elementor-item  {
    color: #1c1e3e;
}

.wp-theme-spengler  .custom-menu.she-header .elementor-element.mega-menu-lang-nav,
.wp-theme-spengler  .custom-menu.menu-hidden .elementor-element.mega-menu-lang-nav,
.wp-theme-spengler  .custom-menu:hover .elementor-element.mega-menu-lang-nav {
	border-color:#1c1e3e;

}

.wp-theme-spengler  .custom-menu.she-header .elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-dropdown-icon i,
.wp-theme-spengler  .custom-menu.menu-hidden .elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-dropdown-icon i {
    color: #1c1e3e;
}

.wp-theme-spengler .custom-menu:hover .mega-menu-nav.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-dropdown-icon i {
    color: #1c1e3e;
}

.wp-theme-spengler .custom-menu .elementor-divider-separator {
	transition: all 0.4s ease-in-out;
	border-color: #fff;
}




.wp-theme-spengler .custom-menu:hover .elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator,
.wp-theme-spengler .custom-menu.she-header .elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator,
.wp-theme-spengler .custom-menu.menu-hidden  .elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
	    border-block-start-color:  #1c1e3e;
}

.she-header:not(.elementor-sticky) {
	z-index: 20000!important;
}

.elementor-nav-menu--dropdown-none.mega-menu-sub-menu .elementor-nav-menu--main .elementor-nav-menu--dropdown {
    display: block!important;
}


.elementor-nav-menu__align-justify.mega-menu-sub-menu  .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a {
    justify-content: left;
}

.elementor-nav-menu__align-justify.mega-menu-sub-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
		margin-left:0;
		border:none;
}

.wp-theme-spengler .e-n-menu-dropdown-icon {
	background: none;
}

.wp-theme-spengler .elementor .mega-menu-lang-nav .elementor-nav-menu--main .elementor-item.has-submenu {
	padding-top: 56px;
	padding-bottom: 56px;
}

.wp-theme-spengler  .nav-menu-separator {
	width: 1px!important;
	max-width: fit-content!important;
}

.wp-theme-spengler  .e-n-menu-dropdown-icon span {
	transition: all 0.2s;
}

.wp-theme-spengler  .elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded=true] .e-n-menu-dropdown-icon-opened {
	display: none;
}

.wp-theme-spengler .elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded=true] .e-n-menu-dropdown-icon-closed {
    display: flex;
}

.wp-theme-spengler .elementor-nav-menu .sub-arrow {
    padding-left: 0;
    margin-left: 8px;
	transition: all 0.2s;
}

.wp-theme-spengler .elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded=true] .e-n-menu-dropdown-icon-closed, .elementor-item.has-submenu.highlighted .sub-arrow {
    transform: rotate(180deg);
}

@keyframes menuBounceMini {
    0%   { padding-bottom: 0; }

    /* dépasse h */
    55%  { padding-bottom: var(--pbounce-overshoot); }

    /* revient à h */
    80%  { padding-bottom: var(--pbounce); }

    /* mini rebond */
    92%  { padding-bottom: calc(var(--pbounce) - 2px); }

    /* retour final */
    100% { padding-bottom: var(--pbounce); }
}

@keyframes menuReturnSimple {
    0%   { padding-bottom: var(--pbounce); }
    100% { padding-bottom: 0; }
}

@keyframes menuAdjustSimple {
    from { padding-bottom: var(--pbounce-current); }
    to   { padding-bottom: var(--pbounce); }
}


.mega-menu-container .e-con-inner > .elementor-element {
	opacity: 0;
	transition: all 0.5s;
}

.sub-menu-open .mega-menu-container .e-con-inner > .elementor-element {
	opacity: 1;
}

.simple-sub-menu {
	margin: 0;
	padding: 0;
    display: flex !important;
	justify-content: space-between;
}

.simple-sub-menu li {
	list-style-type:none ;
	margin: 0;
	padding: 0;
}

.simple-sub-menu li a {
	text-decoration: none;
}

.simple-sub-menu-container {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 40px;
}

.simple-sub-menu .menu-item-has-children > a {
	pointer-events: none;
}	

.simple-sub-menu .menu-item-has-children a {
	font-family: "Gill Sans", Sans-serif;
    font-size: 24px;
    font-weight: 600;
	color: #1C1E3E;
	display: block;
}

.simple-sub-menu  .sub-menu {
	margin: 48px 0 0;
	padding: 0;
}

.simple-sub-menu .sub-menu a:before {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    bottom: 12px;
    width: 0;
    background-color: #4CC0E1;
	transition:0.2s all;
}

.simple-sub-menu .sub-menu a:hover:before {
	width: 100%;
}
.simple-sub-menu  .sub-menu a {
	font-family :"Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
	color: #5D5A88;
	transition: 0.2s all;
	padding-top: 0;
	padding-bottom: 16px;
	position: relative;
	display: inline-block;
}

.simple-sub-menu  .sub-menu a:hover {
	color: #1C1E3E;
}

.wp-theme-spengler .she-header-yes.e-con.no-transition, .wp-theme-spengler .she-header-yes.e-con.no-transition * {
    transition: none !important;
}

.menu-footer-spengler .elementor-nav-menu.sm-vertical .menu-item:first-child {
	margin-bottom: 30px;
}	

.menu-footer-spengler .elementor-nav-menu.sm-vertical .menu-item:not(:first-child) a {
	font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
	color: #E4E2F1;
}

.wp-theme-spengler .menu-mobile {
	z-index: 99999999;
	background-color: none;
}

.wp-theme-spengler .menu-mobile .dialog-widget-content {
	background-color: white;
	height: 100vh;
	width: 100vw;
}

.menu-mobile-container > .e-con-inner {
    padding: 0!important;
}

.fake-categories-item > a {
    display: none!important;
}

.menu-item-only-mobile {
    display: none!important;
}


@media (max-width: 768px) {

    .menu-item-only-mobile {
    display: block!important;
}


  .toggle-in-mobile 
  .elementor-nav-menu > li:not(:first-child) {
    display: none;
  }

  .toggle-in-mobile 
  .elementor-nav-menu > li:first-child > a {
    cursor: pointer;
  }

  .wp-theme-spengler .toggle-in-mobile .elementor-nav-menu > li:first-child > a {
	position: relative;
		padding-left: 0;
  }

   .wp-theme-spengler   .toggle-in-mobile .elementor-nav-menu > li:first-child > a::after {
            content: "\e908";
    	font-family: 'icomoon' !important;
   		font-size: 25px;
        position: absolute;
        right: 0;
        top:50%;
		transform: translateY(-50%);
		width: 25px;
		left: auto;
		height: 18px;
		opacity: 1!important;
		font-weight: 400;
    }

  .toggle-in-mobile 
  .elementor-nav-menu.is-open > li:first-child > a::after {
    transform: translateY(-50%) rotate(180deg);
  }

  .menu-footer-spengler .elementor-nav-menu.sm-vertical .menu-item:first-child {
    margin-bottom: 0px;
}

}

/*  MENU MOBILE   */

.wp-theme-spengler .menu-mobile-spengler .menu-item-all-products > a, .wp-theme-spengler .menu-mobile-spengler .menu-item-wishlist > a  {
    font-size: 20px;
}

.menu-mobile-spengler li.menu-item-wishlist > a:after {
    content: "\e90a";
    font-family: 'icomoon' !important;
    font-size: 25px;
    transition: transform 0.2s ease;
}


.menu-item-wishlist {
    padding-bottom: 26px;
    border-bottom: 1px solid grey;
    margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {

.wp-theme-spengler  .custom-menu.she-header .icon-menu-mobile i,
.wp-theme-spengler  .custom-menu.menu-hidden .icon-menu-mobile i {
	color:#1c1e3e;
}


}

/*
.mobile-panel {
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
}

.mobile-panel.is-open {
    pointer-events: auto;
}

.mobile-panel-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-panel.is-open .mobile-panel-overlay {
    opacity: 1;
}

.mobile-panel-inner {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 420px;
    height: 100%;
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow: hidden;
}

.mobile-panel.is-open .mobile-panel-inner {
    transform: translateX(0);
}

.mobile-panel-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 20;
}

.js-slide-menu,
.js-slide-menu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.js-slide-menu {
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding: 60px 20px 20px;
}

.js-slide-menu .sub-menu {
    position: absolute;
    inset: 0;
    background: #fff;
    padding: 60px 20px 20px;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 5;
}

.js-slide-menu .sub-menu.active {
    transform: translateX(0);
}

.js-slide-menu .sub-menu.hidden {
    display: block; 
    visibility: hidden;
}

.js-slide-menu .sub-menu.active {
    visibility: visible;
}

body.panel-open {
    overflow: hidden;
}
    */

/* SUB MENU PRODUCT */

.wp-theme-spengler .product-mega-menu {
    top: 145px;
}

.wp-theme-spengler .product-mega-menu .dialog-widget-content {
      border-bottom: 2px solid #4CC0E1;
   -webkit-box-shadow: 0px 16px 16px 0px rgba(118,114,150,0.2)!important; 
box-shadow: 0px 16px 16px 0px rgba(118,114,150,0.2)!important;
}

.elementor-widget-off-canvas .e-off-canvas[aria-label="Product-menu"] {
    top: 145px;
    height: auto;
}

.elementor-widget-off-canvas .e-off-canvas[aria-label="Product-menu"] .e-off-canvas__main, .elementor-widget-off-canvas .e-off-canvas[aria-label="Product-menu"] .e-off-canvas__content {
    height: auto;
}

.elementor-widget-off-canvas .e-off-canvas[aria-label="Product-menu"] .e-off-canvas__overlay {
    position: fixed;
}

.elementor-widget-off-canvas .e-off-canvas[aria-label="Product-menu"] .e-off-canvas__content {
    border-bottom: 2px solid #4CC0E1;
   -webkit-box-shadow: 0px 16px 16px 0px rgba(118,114,150,0.2); 
box-shadow: 0px 16px 16px 0px rgba(118,114,150,0.2);
}

.spengler-megamenu {
display:flex;
gap:40px;
}

.spengler-megamenu .menu-parent, .spengler-megamenu .menu-children .children-group-flex {
    
    display: flex;
    flex-direction: column;

}

.spengler-megamenu .menu-parent {
    width:37.5%;
}

.spengler-megamenu .menu-children {
    width:37.5%;
}

.spengler-megamenu .menu-preview {
width:25%;
}

.spengler-megamenu .children-group,
.spengler-megamenu .preview-group {
display:none;
}

.spengler-megamenu .children-group.active,
.spengler-megamenu .preview-group.active {
display:block;
}

.spengler-megamenu .menu-parent-item.active a {
font-weight:bold;
}


.spengler-megamenu .menu-parent-item {
    border-bottom: 1px solid #E4E2F1;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.spengler-megamenu .menu-parent-item .menu-title {
    display: flex;
    gap: 25px;
    align-items: center;
    font-size: 16px;
}

.spengler-megamenu .menu-parent-item .menu-arrow {
    opacity: 0;
    color:#4CC0E1;
    font-size: 24px;
    transition: .2s all;
}

.spengler-megamenu .menu-parent-item.active .menu-arrow {
    opacity: 1;
}

.spengler-megamenu .menu-children a {
    padding: 24px;
    font-size: 14px;
}

.spengler-megamenu  .menu-icon {
    font-size: 32px;
}

.spengler-megamenu .menu-parent-item.active .menu-icon  {
    color:#4CC0E1;
}

.spengler-megamenu .preview-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 168px;
    border-radius: 16px;
}

.spengler-megamenu .preview-group p {
    color:#767296;
    font-size: 14px;
    line-height: 18px;
}

.spengler-megamenu .preview-group a {
    color:#4CC0E1;
    font-size: 16px;
}

/* Search Product Modal */
.product-search.loading {
opacity:.6;
}

.product-search .search-count {
    margin-top: 40px;
font-size: 14px;
}

.product-search-results {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 50px;
    margin-bottom: 30px;
}


.product-search-results .title {
    display: block;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 16px;
    font-weight: 500;
        line-height: 18px;
    margin-bottom: 10px;
}

.product-search-results span.title strong {
    background-color: #F1FCFF;
    color:#4CC0E1;
}

.product-search-results .thumbnail {
    min-height: 170px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    border:1px solid #E4E2F1;
    margin-bottom: 18px;
}

.product-search-results .ref {
    display: none;
 }
.product-search-results .marque {
    display: block;
    font-size: 12px;
    color: #5D5A88;
 }   



/********************************************
 * CONTAINER
 ********************************************/
.menu-mobile-spengler-container {
    position: inherit;
    overflow:visible;
    background: #fff;
	color: #1C1E3E;
}

/********************************************
 * LISTES DE BASE
 ********************************************/
.menu-mobile-spengler,
.menu-mobile-spengler .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}


/********************************************
 * LIGNES DU MENU
 ********************************************/

.wp-theme-spengler .menu-mobile-spengler a {
	font-family: "Inter";
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px;
    font-size: 16px;
    text-decoration: none;
	color: #1C1E3E;
	font-weight: 500;
}

/********************************************
 * CHEVRON
 ********************************************/
.menu-mobile-spengler li.menu-item-has-children > a:after,
.sub-menu li.menu-item-has-children > a:after {
    content: "\e90a";
	font-family: 'icomoon' !important;		
    font-size: 25px;
    transition: transform 0.2s ease;
}

/* Chevron qui tourne pour le 3e niveau */
.submenu-accordion-open > a:after {
    transform: rotate(180deg);
}

/********************************************
 * 2e NIVEAU — SLIDE
 ********************************************/
 .wp-theme-spengler .menu-mobile-shortcode {
	position: inherit;
 }


.menu-mobile-spengler > li > .sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    transform: translateX(110%);
    transition: transform .35s ease;
	z-index: 1;
	bottom: 0;
	padding: 0px 37px;
}

/* Visible */
.menu-mobile-spengler .sub-menu.active {
    transform: translateX(0);
}

/* Caché */
.menu-mobile-spengler .sub-menu.hidden {
    transform: translateX(120%);
}

.menu-mobile-spengler .menu-item.submenu-accordion-open > a {
	color: #4CC0E1;
}

/********************************************
 * 3e NIVEAU — ACCORDÉON
 ********************************************/


.sub-menu li.menu-item-has-children > a:after {
    content: "\e908";
}	
.sub-menu .sub-menu {  /* 3e niveau */
    position: static;              /* pas slide */
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-out;
}

.sub-menu .sub-menu.open {
    max-height: 500px; /* assez pour tout contenu */
	display:block;
}

.sub-menu.accordion-sub a {
	font-size: 16px;
}

.menu-mobile-spengler .menu-item.submenu-accordion-open  .sub-menu.accordion-sub a {
	    display: flex;
    justify-content: flex-start;
}
.menu-mobile-spengler .menu-item.submenu-accordion-open  .sub-menu.accordion-sub a:before {
	content: "\e906";
	font-family: 'icomoon' !important;
	padding-right: 10px;
	color: #4CC0E1;
	    font-size: 22px;
}

/*.menu-mobile-spengler > .menu-item:last-child {
	margin-top: 30px;
    padding-top: 30px;
	border-top: 1px solid #E4E2F1;
}*/

.menu-mobile-top-link .elementor-button-content-wrapper {
    justify-content: space-between;
}

.wp-theme-spengler .menu-mobile-spengler .sub-menu .menu-item.menu-item:not(:first-child):not(.submenu-title-li) a {
    padding: 14px 0px;
}


.wp-theme-spengler .menu-mobile-spengler .sub-menu  li.submenu-title-li {
    padding-bottom: 12px;
}
.wp-theme-spengler .menu-mobile-spengler .sub-menu  li.submenu-title-li .submenu-title {
    padding-bottom: 10px;
}

.submenu-accordion-open {
    padding-bottom: 20px;
}

/********************************************
 * BOUTON RETOUR
 ********************************************/
.menu-mobile-spengler li.back-btn a {
    display: flex;
	    font-size: 16px;
    align-items: center;
    line-height: 16px;
    justify-content: start;
}

.menu-mobile-spengler li.back-btn a i {
    padding-right: 10px;
}

.back-btn a {
    font-weight: bold;
}

/********************************************
 * TITRE SOUSMENU
 ********************************************/

span.submenu-title {
    padding: 20px 0;
    display: inline-block;
    font-family: 'Gill Sans';
    font-size: 32px;
    font-weight: 600;
}

.elementor-widget-off-canvas .e-off-canvas {
    width: 100%;
    max-width: 100vw;
}


.elementor-widget-off-canvas .e-off-canvas__content {
	overflow: hidden!important;
}

/*    HOME PAGE     */

.hero-slider-fw.elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper>.swiper-slide>.e-con>.e-con-inner {
	max-width: none;
}



/* This class is for each slide. Set all slides to 0 opacity */
.hero-slider-fw .swiper-slide {
    opacity: 0;
	transition: unset !important; 
}    
/* Class added for active slide. Changes active slide opacity to 1 */
.hero-slider-fw .swiper-slide.swiper-slide-active {
    opacity: 1;
    /* Adjust the transition based on your needs */
    transition: opacity 300ms linear!important; 
	z-index: 100;
}         

.hero-slider-fw.elementor-widget-n-carousel .swiper-pagination-bullets {
   max-width: 1280px;
   width: 100%;
   display: flex;
   justify-content: space-evenly;
}   

.hero-slider-fw.elementor-widget-n-carousel .swiper-pagination-bullet {
    width: 100%;
    border-radius: 8px;
	transition:0.2s all;
}

.hero-slider-fw.elementor-widget-n-carousel .swiper-pagination-bullet-active{
	background-color: #4CC0E1;
}


/*     GEN     */

.double-gradient-bg:not(.no-gradient):before, .single-post .hero-sm-fixed.media:before {
    content: ""!important;
    position: !important;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    height: 50%!important;
	background: #0A2937!important;
	background: -webkit-linear-gradient(0deg, rgba(10, 41, 55, 0) 0%, rgba(10, 41, 55, 0.65) 100%)!important;
	background: -moz-linear-gradient(0deg, rgba(10, 41, 55, 0) 0%, rgba(10, 41, 55, 0.65) 100%)!important;
	background: linear-gradient(0deg, rgba(10, 41, 55, 0) 0%, rgba(10, 41, 55, 0.65) 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0A2937", endColorstr="#0A2937", GradientType=0)!important;
	mix-blend-mode:multiply!important;
    z-index: 0!important;
	border-radius: inherit;
}

.double-gradient-bg:not(.no-gradient):after, 
.bottom-gradient-bg:not(.no-gradient):after, 
.wp-theme-spengler .slider-post-featured-img.media:after,
.single-post .hero-sm-fixed.media:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
background: rgba(10, 41, 55, 10.05);
background: -webkit-linear-gradient(0deg, rgba(10, 41, 55, 0.65) 0%, rgba(10, 41, 55, 0) 100%);
background: -moz-linear-gradient(0deg, rgba(10, 41, 55, 0.65) 0%, rgba(10, 41, 55, 0) 100%);
background: linear-gradient(0deg, rgba(10, 41, 55, 0.65) 0%, rgba(10, 41, 55, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0A2937", endColorstr="#0A2937", GradientType=0);
	mix-blend-mode: darken;
    z-index: 0;
	border-radius: inherit;
}

.double-gradient-bg > .e-con-inner,
.double-gradient-bg > .elementor-element,
.bottom-gradient-bg > .e-con-inner,
.bottom-gradient-bg > .elementor-element,
.wp-theme-spengler .slider-post-featured-img.media > .e-con-inner,
.single-post .hero-sm-fixed.media > .e-con-inner  {
	z-index: 10;
}

.wp-theme-spengler .elementor-post-info a {
	text-decoration: none;
}

.waves-bg-top-lef, .waves-bg-top-right, .waves-bg-bottom-left, .waves-bg-bottom-right {
	overflow: hidden;
}

.waves-bg-top-left::after {
  	content: "\e900";
    font-family: 'icomoon' !important;
	position: absolute;
    height: 550px;
    width: 550px;
	background-position: center;
	background-size: cover;
	top: 0;
	left:0;
	 z-index: 0;
	 transform: rotate(90deg);
	 font-size: 545px;
    line-height: 552px;
	color:#F9F9FF;
}

.waves-bg-top-right::after {
  	content: "\e900";
    font-family: 'icomoon' !important;
	position: absolute;
    height: 550px;
    width: 550px;
	background-position: center;
	background-size: cover;
	top: 0;
	right:0;
	 z-index: -0;
	 transform: rotate(180deg);
	 font-size: 545px;
    line-height: 552px;
	color:#F9F9FF;
}

.waves-bg-bottom-left::after {
  	content: "\e900";
    font-family: 'icomoon' !important;
	position: absolute;
    height: 550px;
    width: 550px;
	background-position: center;
	background-size: cover;
	bottom: 0;
	left:0;
	 z-index: 0;
	 font-size: 545px;
    line-height: 552px;
	color:#F9F9FF;
}

.waves-bg-bottom-right::after {
  	content: "\e900";
    font-family: 'icomoon' !important;
	position: absolute;
    height: 550px;
    width: 550px;
	background-position: center;
	background-size: cover;
	bottom: 0;
	right:0;
	z-index: -0;
	transform: rotate(-90deg);
	font-size: 545px;
    line-height: 552px;
	color:#F9F9FF;
}

.e-con.e-flex>.e-con-inner {
	z-index: 1;
}

.bg-glass {
	background-color: transparent !important;
    background-image: linear-gradient(89deg, #FFFFFF95 0%, #FFFFFF45 100%);
    background-color: none;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -webkit-box-shadow: 0px 4px 16px 0px rgba(30, 40, 95, 0.1);
    box-shadow: 0px 4px 16px 0px rgba(30, 40, 95, 0.1);
}

/*     Sliders elementor     */
.wp-theme-spengler .eicon-chevron-left:before {
    content: "\e909";
    font-family: 'icomoon' !important;
}

.wp-theme-spengler .eicon-chevron-right:before {
       content: "\e90a";
	font-family: 'icomoon' !important;
}

/*     BUTTONS TEMPLATE     */

.elementor-widget-button .elementor-button-content-wrapper {
    align-items: center;
}

.elementor-widget-button .elementor-button-content-wrapper .icon {
    font-size: 20px;
} 

.elementor-element .elementor-button .elementor-button-content-wrapper {
    gap: 14px;
}

.wp-theme-spengler .elementor-button-solid-clear-blue a {
	background-color: #4CC0E1;
	border-color: #4CC0E1;
}

.wp-theme-spengler .elementor-button-glass-white a {
	background-color: transparent;
    font-family: "Gill Sans", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    background-image: linear-gradient(89deg, #FFFFFF82 0%, #FFFFFF26 88%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF87;
    border-radius: 32px 32px 32px 32px;
    padding: 16px 32px 16px 32px;
	background-color: none;
	backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.wp-theme-spengler .elementor-button-glass-white a:hover {
	color:#0A2937;
    border-color: white;
	background-color: white;
	backdrop-filter:none;
    -webkit-backdrop-filter:none;
}

.wp-theme-spengler .elementor-button-simple-link a, .wp-theme-spengler .elementor-button-simple-link a:hover {
	background-color: transparent;
    font-family: "Inter", Sans-serif;
	font-weight: 600;
	font-size: 16px;
	color:#5D5A88;
	padding: 0;
	border:none;
}

.wp-theme-spengler .elementor-button-simple-link a:hover {
	text-decoration: none;
}

.wp-theme-spengler .elementor-button-simple-big-link a, .wp-theme-spengler .elementor-button-simple-big-link a:hover {
	background-color: transparent;
    font-family: "Inter", Sans-serif;
	font-weight: 500;
	font-size: 24px;
	color:#1C1E3E;
	padding: 0;
	border:none;
}
.wp-theme-spengler .elementor-button-simple-big-link a .icon {
	font-size: 28px;
	color: #4CC0E1;
}


.wp-theme-spengler .elementor-button-simple-big-link a:hover {
	text-decoration: none;
}

.wp-theme-spengler .elementor-button-outline-gradient a, .wp-theme-spengler .button-outline-gradient button {
	background-color: transparent;
    font-family: "Inter", Sans-serif;
	font-weight: 500;
	font-size: 16px;
	color:#1C1E3E;
	position: relative;
	 z-index: 1; /* matters! */
	padding: 16px 32px 16px 32px;
	border-radius: 32px 32px 32px 32px;
	 background: 
    linear-gradient(#fff 0 0) padding-box, /*this is your grey background*/
    linear-gradient(45deg, #1C1E3E, #4CC0E1) border-box;
	color: #313149;
	border: 2px solid transparent;
	transition: .2s all;
}

.wp-theme-spengler .button-outline-gradient button:hover:hover {
	cursor: pointer;
}


.wp-theme-spengler .elementor-button-outline-gradient a:before, .wp-theme-spengler .button-outline-gradient button:before:before {
	 background: 
    linear-gradient(#fff 0 0) padding-box, /*this is your grey background*/
    linear-gradient(190deg, #1C1E3E, #4CC0E1) border-box;
	content: "";
	position: absolute;
	top: -1.5px;
    left: -1.5px;
    width: calc(100% + 3px);
    height: calc(100% + 3.5px);
	border-radius: 32px 32px 32px 32px;
	opacity: 0;
	transition: opacity 0.4s;
	z-index: -1;
	border: 2px solid transparent;
	box-sizing: inherit;
}

.wp-theme-spengler .elementor-button-outline-gradient a:hover::before, .wp-theme-spengler .button-outline-gradient button:hover::before:hover:before {
  opacity: 1;
}

.wp-theme-spengler .elementor-button-outline-gradient a:hover, .wp-theme-spengler .button-outline-gradient button:hover:hover,
 .gform_wrapper.gravity-theme .gform_footer input:focus,  .gform_wrapper.gravity-theme .gform_footer input:focus-visible   {
	color:#1C1E3E;
}

.elementor-widget-button {
	margin-top: 10px;
}

.btn-auto-bottom .elementor-button-default:last-child {
    margin-top: auto;
    padding-top: 10px;
}


/*     HACK ELEMNTOR ADMIN   */
.elementor-editor-active #elementor-add-new-section {
    padding: 60px !important;
}
.elementor-editor-active #elementor-add-new-section {
    margin: 0 auto!important;
}
/*   --------------------   */

/* slider Actu */

.slider-actus {
  display: grid;
  place-items: center;
}

.slider-actus .swiper {
  width: 100vw;

}

.slider-actus  .swiper-slide {

  width: 750px;

}

.slider-actus  .swiper-slide:has(.fd_clear_blue), .slider-actus  .swiper-slide:has(.fd_dark_blue), .slider-actus  .swiper-slide:has(.fd_light_grey) {

  width: 450px;

}

/* Gamme Carroussel Img */

.gamme-carroussel-img  div[class^='gamme-img-item-'].active, .gamme-carroussel-img  div[class*=' gamme-img-item-'].active {
	opacity: 1;
}

.gamme-carroussel-img  div[class^='gamme-img-item-'], .gamme-carroussel-img  div[class*=' gamme-img-item-'] {
	position: absolute;
  inset: 0;              /* top:0 right:0 bottom:0 left:0 */
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;  /* évite les bugs de hover */
}

@media screen and (max-width: 1024px) {
	.gamme-carroussel-img  div[class^='gamme-img-item-']:first-child, .gamme-carroussel-img  div[class*=' gamme-img-item-']:first-child {
		position: relative;
	}
}


.gamme-carroussel-img  div[class^='gamme-item-'].active .arrow, .gamme-carroussel-img  div[class*=' gamme-item-'].active .arrow {
	opacity: 1;
}

.gamme-carroussel-img  div[class^='gamme-item-'] .arrow, .gamme-carroussel-img  div[class*=' gamme-item-']  .arrow {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gamme-carroussel-img  div[class^='gamme-item-'].active .elementor-button-icon, .gamme-carroussel-img  div[class*=' gamme-item-'].active .elementor-button-icon {
	color: #4CC0E1;
}

.gamme-carroussel-img  div[class^='gamme-item-'] .elementor-button-text, .gamme-carroussel-img  div[class*=' gamme-item-'] .elementor-button-text {
	text-align: left;
	font-weight: 400;
	font-size: 24px;
	color: #767296;
}

.gamme-carroussel-img  div[class^='gamme-item-'].active .elementor-button-text, .gamme-carroussel-img  div[class*=' gamme-item-'].active .elementor-button-text {
	color: #4CC0E1;
}



/*    Container    */
.max-container-txt {
	max-width: 550px;
}

/*     MENU ANCRES   */

.wp-theme-spengler .anchors-menu.elementor-widget-n-menu .e-n-menu-heading {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	flex-flow: row;
}

.wp-theme-spengler .anchors-menu.elementor-widget-n-menu .e-n-menu-heading li,.wp-theme-spengler .anchors-menu.elementor-widget-n-menu .e-n-menu-heading li .e-n-menu-title,.wp-theme-spengler .anchors-menu.elementor-widget-n-menu .e-n-menu-heading li .e-n-menu-title a {
width:100%;

}


.wp-theme-spengler .sticky-anchors.is-sticky {
  position: fixed;
  top: 0;
  z-index: 10;
}


.elementor .elementor-element.anchors-menu > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title.is-active {
    background-color: #E4E2F1;
    border-style: solid;
    border-width: 0px 0px 4px 0px;
    border-color: #5D5A88;
}


/*    responsive    */
@media screen and (max-width: 1340px) {

	 .site-main .entry-content > .elementor > .elementor-element:not(.no-padding-defaut),
     .wp-singular .elementor-location-single > .elementor-element:not(.no-padding-defaut),
     .site-main .entry-content > .elementor > .elementor-section-wrap > .elementor-element:not(.no-padding-defaut), 
     .padding-defaut {
		padding-left: 50px!important;
		padding-right: 50px!important;
	}

}

@media screen and (max-width: 767px) {

	 .site-main .entry-content > .elementor > .elementor-element:not(.no-padding-defaut),.site-main .entry-content > .elementor > .elementor-section-wrap > .elementor-element:not(.no-padding-defaut), .padding-defaut {
		padding-left: 20px!important;
		padding-right: 20px!important;
	}

	.wp-theme-spengler  .elementor-widget-button:not(.elementor-mobile-align-center) .elementor-button,
	.wp-theme-spengler  .elementor-widget-button:not(.elementor-mobile-left-center) .elementor-button, 
	.wp-theme-spengler  .elementor-widget-button:not(.elementor-mobile-right-center) .elementor-button {
		width: 100%;
	}

	.wp-theme-spengler .no-arrows-mobile .swiper~.elementor-swiper-button {
		display: none;
	}

}


/*      Blog      */
.archive-featured-img {
    min-height: 210px;
    border-radius: 16px 16px 16px 16px;
	background-position: center;
	background-size: cover;
	width: 100%;
	position: relative;
}


.archive-featured-img.fd_clear_blue, .wp-theme-spengler  .slider-post-featured-img.fd_clear_blue, .single-post .hero-sm-fixed.fd_clear_blue  {
    background-color: #4CC0E1!important;
    background-image: none!important;
}

.archive-featured-img.fd_dark_blue, .wp-theme-spengler  .slider-post-featured-img.fd_dark_blue, .single-post .hero-sm-fixed.fd_dark_blue  {
    background-color:#1C1E3E!important;
    background-image: none!important;
}

.archive-featured-img.fd_light_grey, .wp-theme-spengler  .slider-post-featured-img.fd_light_grey, .single-post .hero-sm-fixed.fd_light_grey  {
    background-color:#F9F9FF!important;
    background-image: none!important;
}

.single-post .hero-sm-fixed:not(.media):before {
	background: none!important;
}
    

.single-post .hero-sm-fixed:not(.media):after {
	content: "\e900";
    background: none;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    position: absolute;
    font-size: 220px;
    line-height: 220px;
    bottom: 0;
    right: 0;
    z-index: 1;
    transform: rotate(270deg);
    left: auto;
    height: auto;
    mix-blend-mode: normal;
}

.archive-featured-img.fd:after {
	content: "\e900";
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    position: absolute;
    font-size: 160px;
    line-height: 160px;
    top: 0;
    left: 0;
    z-index: 1;
	transform: rotate(90deg);
}

.archive-featured-img.fd.fd_clear_blue:after, .single-post .hero-sm-fixed:not(.media).fd_clear_blue:after {
    color: #C0EAF6;
}

.archive-featured-img.fd.fd_dark_blue:after, .single-post .hero-sm-fixed:not(.media).fd_dark_blue:after {
    color: #767296;
}

.archive-featured-img.fd.fd_light_grey:after, .single-post .hero-sm-fixed:not(.media).fd_light_grey:after {
    color: #E4E2F1;
}

.date-event .elementor-shortcode {
    font-family: "Gill Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}


/*   ELEMENTOR ANIMATION    */


.fadeInUp {
    animation-name: fadeInUpCustom!important;
}

.fadeInRight {
    animation-name: fadeInRightCustom!important;
}

.zoomIn {
    animation-name: zoomInCustom!important;
    opacity: 1!important;
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -30%, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-30%, 0, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}
@keyframes fadeInRightCustom {
	from {
		opacity: 0;
		transform: translate3d(5%, 0, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}
@keyframes fadeInUpCustom {
	from {
		opacity: 0;
		transform: translate3d(0, 5%, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}

@keyframes zoomInCustom {
	from {
		opacity: 1;
		background-size: 110%;
	}
	to {
		opacity: 1;
		background-size: 100%;
	}
}


  /*    FORMS    */

  .wp-theme-spengler  .gform_wrapper.gravity-theme .gfield_label , .gform-theme label,   .wp-theme-spengler  .gform_wrapper.gravity-theme .ginput_complex label {
    font-family: "inter";
    font-size: 14px;
    font-weight: 400;
	padding-left: 10px;
	    margin-bottom: 2px;
}

  .wp-theme-spengler   input,   .wp-theme-spengler select, .wp-theme-spengler textarea   {
	border: none;
	border-bottom: 2px solid #E4E2F1;
	border-radius: 0;
	font-family: "Inter";
	font-weight: 600;
	color:#1C1E3E;
}

  .wp-theme-spengler  input:focus,   .wp-theme-spengler select:focus, 
  .wp-theme-spengler  input:focus-visible,  .wp-theme-spengler select:focus-visible,
    .wp-theme-spengler  textarea:focus-visible,  .wp-theme-spengler textarea:focus-visible       {
    border-color: #1C1E3E!important;
	color:#1C1E3E;
}

.wp-theme-spengler  input:focus-visible,  .wp-theme-spengler select:focus-visible,  .wp-theme-spengler textarea:focus-visible     {
  outline: none;
  }

.ff-el-group.ff-text-center.button-outline-gradient.ff_submit_btn_wrapper {
    padding-top: 50px;
}

.frm-fluent-form {
    padding: 0px 40px;
}

.button-outline-gradient.ff_submit_btn_wrapper {
    margin-top: 50px;
}

.gform_heading {
	display: none;
}

.wp-theme-spengler .gform_wrapper.gravity-theme input[type=color], 
.wp-theme-spengler .gform_wrapper.gravity-theme input[type=date], 
.wp-theme-spengler .gform_wrapper.gravity-theme input[type=datetime], 
.wp-theme-spengler .gform_wrapper.gravity-theme input[type=datetime-local], 
.wp-theme-spengler  .gform_wrapper.gravity-theme input[type=email], 
.wp-theme-spengler  .gform_wrapper.gravity-theme input[type=month], 
.wp-theme-spengler  .gform_wrapper.gravity-theme input[type=number], 
.wp-theme-spengler .gform_wrapper.gravity-theme input[type=password], 
.wp-theme-spengler .gform_wrapper.gravity-theme input[type=search], 
.wp-theme-spengler .gform_wrapper.gravity-theme input[type=tel], 
.wp-theme-spengler .gform_wrapper.gravity-theme input[type=text], 
.wp-theme-spengler .gform_wrapper.gravity-theme input[type=time], 
.wp-theme-spengler .gform_wrapper.gravity-theme input[type=url], 
.wp-theme-spengler .gform_wrapper.gravity-theme input[type=week], 
.wp-theme-spengler .gform_wrapper.gravity-theme textarea {
	padding-left: 10px;
	    padding-bottom: 15px;
}

.wp-theme-spengler .gform_wrapper.gravity-theme .gform_footer input {
    background-color: var(--e-global-color-primary);
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0px;
    color: #FFFFFF;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: var(--e-global-color-primary);
    border-radius: 30px 30px 30px 30px;
       padding: 19px 48px 19px 80px;
    cursor: pointer;
    background-image: url(./assets/img/send-01.svg);
    background-repeat: no-repeat;
    background-position: 44px center;
    background-size: 24px;
}



.wp-theme-spengler .gform_wrapper.gravity-theme select {
	padding-left: 6px;
	 padding-bottom: 15px;
}


.wp-theme-spengler .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 36px;
}	


.wp-theme-spengler .gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    justify-content: center;
}

.wp-theme-spengler .gform_wrapper.gravity-theme .gform_validation_errors>h2 {
	font-family: 'Inter';
	font-weight: 600;
	font-size: 24px;
	color: #1C1E3E;
	    display: flex;
    flex-direction: column;
    align-items: center;
	    margin-bottom: 20px;
}

.wp-theme-spengler .gform_wrapper.gravity-theme .gform_validation_errors>h2 .gform-icon {
	position: relative;
	    margin-bottom: 20px;
		font-size: 40px;
		color: #D75456;
}


.wp-theme-spengler .gform_wrapper.gravity-theme .gform_validation_errors, .wp-theme-spengler .gform_confirmation_message {
    background: #fff;
    border-radius: 24px;
    border: 1.5px solid #E4E2F1;
    -webkit-box-shadow: 0px 6px 16px 0px rgba(118,114,150,0.37); 
box-shadow: 0px 6px 16px 0px rgba(118,114,150,0.37);
    padding: 48px 96px;
	margin-bottom: 50px;
}

.wp-theme-spengler .gform_wrapper.gravity-theme .gform_validation_errors:focus, .wp-theme-spengler .gform_wrapper.gravity-theme .gform_validation_errors:focus-visible, .wp-theme-spengler .gform_wrapper.gravity-theme .gform_validation_errors>ol a:focus {
    outline:none;
}

.wp-theme-spengler .gform_wrapper.gravity-theme .gform_validation_errors>ol li, .wp-theme-spengler  .gform_wrapper.gravity-theme .gform_validation_errors>ol a {
    color: #1C1E3E;
    font-family: 'Inter';
	font-weight: 400;
	font-size: 16px;
	
}

.wp-theme-spengler  .gform_wrapper.gravity-theme .gform_validation_errors>ol a {
	    text-decoration: underline;
}
 
.wp-theme-spengler .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
	border: none;
	border-bottom: 2px solid #c02b0a;
}

.wp-theme-spengler .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    border: none;
    background: none;
    color: #D75456;
    padding: 0;
	padding-top: 0px;
	font-family: 'Inter';
	font-weight: 400;
	font-size: 12px;
}


.wp-theme-spengler .gform_wrapper.gravity-theme .gsection {
    border-bottom: none;
}
.wp-theme-spengler .gform_wrapper.gravity-theme .gsection h3 {
    margin-bottom: 0;
}
/* Custom btn radio tab */
/* wrapper global */
.wp-theme-spengler .custom-radio-tabs .gfield_radio {
  display: flex;
  border: 1px solid #E4E2F1;
  border-radius: 12px;
  overflow: hidden;
  width: fit-content;
  background: #F9F9FF;
  padding: 4px;
}

/* chaque option */

.wp-theme-spengler .custom-radio-tabs  .ginput_container.ginput_container_radio {
    display: flex;
    justify-content: center;
}

.wp-theme-spengler .gform_wrapper.gravity-theme .gfield-choice-input+label {
    max-width: none;
}


.wp-theme-spengler .custom-radio-tabs .gchoice {
  flex: 1;
  white-space: nowrap;
}

/* cacher radio */
.wp-theme-spengler .custom-radio-tabs input[type="radio"] {
  display: none;
}

/* bouton (label) */
.wp-theme-spengler .custom-radio-tabs label {
  display: block;
  padding: 14px 24px;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  background: transparent;
  color: #6b6b7a;
  font-weight: 500;
  transition: all 0.2s ease;
}

/* état actif */
.wp-theme-spengler .custom-radio-tabs input[type="radio"]:checked + label {
  background: #4CC0E1;
  color: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* séparation (optionnel) */
.wp-theme-spengler .custom-radio-tabs .gchoice + .gchoice label {
  margin-left: 4px;
}

/* hover */
.wp-theme-spengler .custom-radio-tabs label:hover {
  background: #e6e6ef;
}



/***** GATE PRO POPUP *******/
.wp-theme-spengler  #elementor-popup-modal-2449 {
    pointer-events: none;
    z-index: 1000000;
}

.wp-theme-spengler  #pro-confirm {
    pointer-events: all;   
}



/***** PDP *******/

.spengler-breadcrumb {
white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.spengler-breadcrumb, .spengler-breadcrumb a {
	font-weight: 400;
	font-size: 14px;
	color: #5D5A88;
}

.spengler-breadcrumb span:last-child {
	font-weight: 600;
	font-size: 14px;
	color: #5D5A88;
}

.product-spengler-gallery {
    width: 100%;
}

.product-main-swiper {
    margin-bottom: 15px;
}

.product-main-swiper .swiper-slide {
    border-radius: 24px;
	border:1px solid #E4E2F1;
	overflow: hidden;
}

.product-main-swiper img {
    width: 100%;
    height: auto;
    display: block;
}

.product-thumbs-swiper .swiper-slide {
    cursor: pointer;
    transition: opacity 0.2s ease;
	border-radius: 8px;
	border:1px solid #4CC0E1;
	overflow: hidden;
}

.product-thumbs-swiper .swiper-slide img {
	display: block;
}

.product-thumbs-swiper .swiper-slide-thumb-active {
    border:2px solid #4CC0E1;
	overflow: hidden;
}

.pdp-hero-info .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span  {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 3px;
}

.produit-template-default .elementor-post-info__terms-list {
	color: white;
}


.produit-template-default .elementor-post-info__terms-list a {
	background-color: #E4E2F1;
	padding: 5px 10px;
    border-radius: 24px;
}

.produit-template-default .spengler-marque-logo img {
	max-height: 50px;
}


.produit-template-default .spengler-short-desc {
    font-size: 16px;
    line-height: 24px;
    font-family: 'inter';
	color: #5D5A88;
}
 
.spengler-short-desc .desc-content  {
    -webkit-line-clamp: 3; /* nombre de lignes visibles */
    -webkit-box-orient: vertical;
    overflow: hidden;
     display: -webkit-box;
}

.spengler-short-desc.is-expanded .desc-content {
    -webkit-line-clamp: unset;
}
.produit-template-default .spengler-short-desc .desc-toggle {
    background: none;
    border: none;
    cursor: pointer;
    /*margin-left: 5px;*/
    padding: 0;
	color: #5D5A88;
	text-decoration: underline;
}

.produit-template-default  .spengler-configurations {
    margin-top: 20px;
}

.produit-template-default  .spengler-configurations label {
    display: block;
    margin-bottom: 10px;
	font-size: 14px;
    color: #1C1E3E;
}

.produit-template-default .config-select {
    width: 100%;
    padding: 16px 20px;
    border: 1px solid #dcdcdc;
    border-radius: 14px;
    font-size: 16px;
    appearance: none;
    background: #fff url("data:image/svg+xml;utf8,<svg fill='%23666' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 15px center;
    background-size: 18px;
}

.spengler-message-pdp {
    background-color: #f1fcff;
    border-radius: 5px;
    font-size: 14px;
    display: flex;
    padding: 10px;
    align-items: self-start;
    color: #4cc0e1;
    gap: 7px;
}

.spengler-message-pdp i {
    font-size: 20px;
}

.wp-theme-spengler  .spengler-message-pdp a {
    color:#4cc0e1;
    font-weight: 600;
    text-decoration: underline;
}

.spengler-message-pdp .message-pdp {
    line-height: 20px;
}

.accessoire-label {
    display: inline-flex;
    background:#000;
    color:#fff;
    font-size:12px;
    padding:2px 8px;
    margin-bottom:8px;
    border-radius: 5px;
    background-color: #f1fcff;
    color: #4cc0e1;
    align-items: center;
    gap: 4px;
}


.accessoire-label i {
    font-size: 17px;
}

/*
body.wishlist-open {
    overflow: hidden;
}

.wishlist-panel {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 580px;
    width: 96vw;
    height: 100%;
    background: #fff;
    box-shadow: -5px 0 30px rgba(0,0,0,0.08);
    transform: translateX(100%);
    transition: transform 0.35s ease;
    z-index: 9999999;
    display: flex;
    flex-direction: column;
	padding: 20px 50px;
}

.wishlist-panel.open {
    transform: translateX(0);
}

.wishlist-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 999999;
}

a.wishlist-close {
    position: absolute;
    right: 50px;
    top: 40px;
    color: black;
    cursor: pointer;
}

.wishlist-overlay.active {
    opacity: 1;
    visibility: visible;
}
	*/

.wishlist-item {
    border-bottom: 1px solid #eee;
    position: relative;
        padding: 20px 0 20px 62px;
}

.wishlist-item-line {
    display: flex;
    gap: 15px;
    align-items: center;
}

.wishlist-img .img {
    border: 1px solid #E4E2F1;
    border-radius: 8px;
    overflow: hidden;
}

.wishlist-img img {
    width: 140px;
    height: auto;
    border-radius: 10px;
    display: block;
}

.wishlist-name {
	color: #1C1E3E;
	font-size: 16px;
	font-weight: 500;
}



.wishlist-content {
    flex: 1;
}

.wishlist-brand {
    font-size: 12px;
	font-weight: 400;
    color: #5D5A88;
}

.wishlist-config {
    font-weight: 500;
    color: #1C1E3E;
	font-size: 14px;
}



.wishlist-desc {
    font-size: 12px;
    color: #5D5A88;
    margin-bottom: 5px;
}

.wishlist-remove {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    margin-top: 8px;
}



a.wishlist-remove i {
    font-size:17px;
    color: #EB595D;
    pointer-events: none;
}
a.wishlist-remove {
    border: 2px solid #EB595D;
    border-radius: 100%;
    padding: 5px;
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
	    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 0;
}


.wishlist-options {
    font-size: 14px;
    display: flex;
    color: #5D5A88;
    gap: 7px;
    flex-wrap: wrap;
   
}

.wishlist-option {
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 5px;
    padding: 0px 5px;
    background-color: #F9F9FF;
}

.wishlist-option span {
    line-height: 12px;
}

a.wishlist-remove-option  {
    cursor: pointer;
}

a.wishlist-remove-option i {
    cursor: pointer;
    pointer-events: none;
}

a.wishlist-remove-option:hover i {
    color: #EB595D;
}



.elementor-element-ed26310.elementor-widget-off-canvas .e-off-canvas__content {
 max-width: 1024px;
}

span.wishlist_count {
      font-family: 'Inter';
    font-size: 9px;
    font-weight: 800;
    background-color: #4CC0E1;
    border-radius: 100%;
    color: white;
    padding: 1px;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-7px);
    margin-left: 3px;
}

.wishlist-items p {
    font-size: 16px;
}

.message-info {
    background: #F1FCFF;
    color: #4CC0E1;
    padding: 12px 16px;
    font-size: 14px;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    border-radius: 4px;
    margin-bottom: 10px;
}

.message-info.visible {
    opacity: 1;
    transform: translateY(0);
}


.add-to-wishlist .wishlist-loader {
    display: none;
    width: 16px;
    height: 16px;
    border: 2px solid currentColor;
    border-top: 2px solid transparent;
    border-radius: 50%;
    margin-left: 8px;
    animation: spin 0.6s linear infinite;
}

.add-to-wishlist.loading .wishlist-loader {
    display: inline-block;
}

.add-to-wishlist.loading .elementor-button-icon,
.add-to-wishlist.loading .elementor-button-text {
    opacity: 0.6;
}

.add-to-wishlist.loading {
    pointer-events: none;
}

.add-to-wishlist.only-icon.loading .elementor-button-icon {
	display: none;
	opacity: 0;
}

.add-to-wishlist.only-icon .wishlist-loader {
    width: 22px;
    height: 22px;
    border: 3px solid currentColor;
    border-top: 3px solid transparent;
	margin-left: 0;
}

.wp-theme-spengler  .add-to-wishlist.loading .elementor-button {
	padding: 12px!important;
	transition: none;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.wishlist-remove.loading i {
        opacity: 0;
    display: none;
}

.wishlist-remove.loading::after {
    content: '';
    width: 18px;
    height: 18px;
    border: 2px solid #EB595D;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    display: inline-block;
}
@media (min-width: 768px) {
    .wishlist-right {
        display: flex;
        gap: 30px;
    }

    .wishlist-options.options-mobile {
        display: none!important;
    }


}

@media (max-width: 768px) {
    .wishlist-brand, .wishlist-desc, .wishlist-options:not(.options-mobile) {
        display: none;
    }

    .wishlist-item {
    padding: 20px 0 20px 52px;
        display: flex;
    flex-wrap: wrap;
    gap: 25px;
    }

}
/******   PLP  *****/
.product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-card__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-card__actions {
    margin-top: auto;
}

nav.spengler-pagination {
    margin-top: 70px;
}  

.spengler-pagination ul {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    justify-content: flex-end;
}

.spengler-pagination a,
.spengler-pagination span {
    padding: 8px 12px;
    border: 1px solid #ddd;
    text-decoration: none;
}

.spengler-pagination .current {
    background: #000;
    color: #fff;
}

.card-short-desc {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.product-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
grid-column-gap: 30px;
    grid-row-gap: 70px;

}

.product-grid > * {
    min-width: 0;
}

.product-count {
    font-size: 16px;
}

.product-card__content {
    padding: 0px 12px;
}

.product-card__image {
    min-height: 290px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-style: solid;
    --border-style: solid;
    border-width: 1px 1px 1px 1px;
    --border-top-width: 1px;
    --border-right-width: 1px;
    --border-bottom-width: 1px;
    --border-left-width: 1px;
    border-color: var(--e-global-color-264432d);
    --border-color: var(--e-global-color-264432d);
    --border-radius: 16px 16px 16px 16px;
	    border-radius: 16px 16px 16px 16px;
    overflow: hidden;
    margin-bottom: 16px;
}

.product-card__brand {
    font-size: 12px;
    line-height: 16px;
    color: #5D5A88;
}
h3.product-card__title {
	margin: 2px 0 6px;
	font-weight: 500!important;
	font-family: 'inter';
    line-height: 20px;
}

h3.product-card__title a {
    font-size: 16px;
    font-weight: 500;
}

.product-card__desc {
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.wp-theme-spengler .product-card .product-card__product_link, .wp-theme-spengler .product-card .product-card__product_link:hover  {
    background-color: var(--e-global-color-ecd2199);
    fill: var(--e-global-color-text);
    color: var(--e-global-color-text);
    border-style: none;
	width: 100%;
	    margin: 20px 0 10px;
}

.wp-theme-spengler .product-card .product-card__product_wishlist  {
	width: 100%;
	cursor: pointer;
}


.wp-theme-spengler .product-card .product-card__product_link .icon, .wp-theme-spengler .product-card .product-card__product_wishlist .icon {
    font-size: 25px !important;
}

.wp-theme-spengler .product-card .product-card__product_link .elementor-button-content-wrapper, .wp-theme-spengler .product-card .product-card__product_wishlist .elementor-button-content-wrapper {
    align-items: center;
}

.wp-theme-spengler select.filter-select {
    border: 1px solid #E4E2F1;
    padding: 15px 16px;
    border-radius: 8px;
    font-size: 16px;
}

.spengler-filters {
    display: flex;
    gap: 8px 20px;
    width: 100%;
	    align-items: center;
}

#spengler-products-wrapper.loading {
    opacity: 0.5;
    pointer-events: none;
}


/****** TABLES *******/
.custom-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
}

.custom-table tr {

}

.custom-table tr:nth-child(even) {
  background-color:#F9F9FF;
}

.custom-table td {
  padding: 20px 40px;
}

.custom-table .spec-label {
  font-weight: 400;
  width: 40%;
  font-size: 16px;
  color: #5D5A88;
}

.custom-table .spec-value {
  width: 60%;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color:#1C1E3E;
}

@media (max-width: 768px) {
  .custom-tables tr {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
  }

  .custom-table td {
    width: 100%;
  }
}

/****** FAQ *******/
.product-faq .faq-item {
  border-bottom: 1px solid #eee;
  padding: 25px 0;
   border-bottom: 1px solid #E4E2F1;
}

.faq-question {
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  color:#1C1E3E;
  position: relative;
}

.faq-answer {
  display: none;
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  padding: 20px 0;
}

.faq-item i.light-spengler-icon-chevron-right {
    font-size: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: .2s all;
}

.faq-item.is-open i.light-spengler-icon-chevron-right {
    transform:  translateY(-50%) rotate(90deg);
}


/***** PDP MENU ANCRES *****/
.pdp-menu-ancre.is-sticky {
    position: fixed;
	top: 74px;
    left: 0;
    right: 0;
    z-index: 99;
}


/***** PDP STICKY LINK *****/
.wp-theme-spengler  .pdp-sticky-link {
	position: fixed;
    bottom: 20px;
    z-index: -1;
    left: 50%;	
    transform: translateX(-50%);
	-webkit-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.25); 
	box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.25);
	opacity: 0;
	transition: .2s all;
}

.wp-theme-spengler  .pdp-sticky-link.active {	
	opacity: 1;
	z-index: 1000;
}


/****** Product Card Slider *****/

.wp-theme-spengler .slider-product-card {
	padding: 14px 0;
	border-radius: 16px;
}

.wp-theme-spengler .slider-product-card:hover {
	background-color: #F9F9FF;
	transition: .2s all;
	padding: 14px;
}

.wp-theme-spengler .slider-product-card-btn{
	opacity: 0;
	transition: .2s all;
}

.wp-theme-spengler .slider-product-card:hover .slider-product-card-btn {
	opacity: 1;
}


/****** FORM IN POPUP *****/
.wp-theme-spengler .elementor-location-popup .gform-theme label {
	font-size: 14px;
	font-weight: 400;
	color: var( --e-global-color-text );
}

.wp-theme-spengler .elementor-location-popup .gform-theme--foundation .gform_fields {
        row-gap: 20px;
    }

.wp-theme-spengler .elementor-location-popup input {
	border: none;
	border-bottom: 2px solid #1C1E3E;
}

.wp-theme-spengler .elementor-location-popup  input::placeholder {
	color:#E4E2F1;
	font-weight: 300;
	font-style: italic;
}

.wp-theme-spengler .elementor-location-popup .gform_wrapper.gravity-theme .gform_footer input,
.wp-theme-spengler .elementor-location-popup .gform_wrapper.gravity-theme .gform_footer input:focus,
.wp-theme-spengler .elementor-location-popup .gform_wrapper.gravity-theme .gform_footer input:focus-visible {
	border:3px solid #1C1E3E;
	border-color: #1C1E3E !important;
	background-color: #1C1E3E;
	background: #1C1E3E;
	color: white;
	padding: 14px 27px 14px 27px;
	font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 500;
	margin-top: 22px;
}

.wp-theme-spengler .elementor-location-popup  .gform_wrapper.gravity-theme .gform_footer input:before {
	content: none;
}

.wp-theme-spengler .elementor-location-popup  #gform-ajax-spinner_2 {
	margin-left: 15px;
}

.wp-theme-spengler .elementor-location-popup   .gform_wrapper.gravity-theme .gform_validation_errors {
    padding: 13px;
    border-radius: 8px;
    box-shadow: none;
    background-color: lightpink;
	border: none;
}

.wp-theme-spengler .elementor-location-popup .gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    font-size: 16px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
}

.wp-theme-spengler .elementor-location-popup  .gform_wrapper.gravity-theme .gform_validation_errors>h2 .gform-icon {
    margin-bottom: 0;
    margin-right: 20px;
    font-size: 21px;
	    inset-inline-start: 6px;
}


/*********** Select Option *************/
.spengler-options label {
    font-size: 14px;
    color: #1C1E3E;
    margin-bottom: 15px;
    display: inline-block;

}

.spengler-options .options-checkbox-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 7px;
    grid-row-gap: 7px;
}

.spengler-options .option-checkbox-container {
    background-color: #F9F9FF;
    border-radius: 5px;
    padding: 9px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
        align-items: center;
        position: relative;
        gap: 5px;
}

.option-checkbox-container .icon {
    margin-top: 11px;
}

.option-checkbox-container i {
    font-size: 24px;
    color: #1C1E3E;
}

.custom-checkbox {
    border-radius: 4px;
    border: 1px solid #E4E2F1;
    background-color: white;
    height: 17px;
    width: 17px;
    position: relative;
    margin-bottom: 7px;
    position: absolute;
    left: 3px;
    top: 3px;
}

.custom-checkbox img {
    opacity: 0;
    width: 12px;
    position: absolute;
    left: 2px;
    top: 2px;
}  

.custom-checkbox.checked img {
    opacity: 1;
}  

.spengler-options .option-checkbox-container .option-checkbox  {
    display: none;
}
.spengler-options .option-checkbox-container.active {
    background-color: #4CC0E1;
}

.option-checkbox-container.active  i {
    color: white;
}

.spengler-options .option-checkbox-container.active .option-name {
    color: white;
}

.spengler-options .option-checkbox-container .option-name {
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    text-align: center;
}

.wishlist-quantity {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
}

.wishlist-qty-btn {
    color: #4CC0E1;
    cursor: pointer;
    font-size: 24px;
}

.wishlist-qty-input {
    width: 60px;
    text-align: center;
    border: 1px solid #E4E2F1 !important;
    border-radius: 8px !important;
    padding: 7px 0px !important;
    padding-left: 15px !important;
    font-size: 14px !important;
}

