/*!
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 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

.elementor-widget-text-editor  ul,
.elementor-widget-text-editor  ol {
    margin: 0!important;
    padding-left: 15px!important;
}

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 {
    height: 0;
}

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

.elementor-element {
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
}


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

.page-template-default .site-main,.blog .site-main, .blog .elementor-location-archive, .single .elementor-location-archive, .archive .elementor-location-archive, .wp-singular .elementor-location-single {
	margin-top: 400px;
	background-color: white;
	position: relative;
	z-index:10000;
}

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

/*   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: 28px!important;
    color: #1C1E3E;
}


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

@media (max-width: 768px) {
  .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   */


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


}
	
/********************************************
 * 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: 25px 0px;
    font-size: 20px;
    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: 28px 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;
}*/

.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;
    overflow-x: hidden!important;
    overflow-y: scroll!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;
}

.page-template-default.home .site-main {
	margin-top: 80vh;
}

.page-template-default.home .hero-fixed {
	position: fixed;
    top: 0;
}

/* 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: "";
	position: absolute;
    height: 550px;
    width: 550px;
	background-image: url(../../../wp-content/uploads/2025/12/Bgd-BotLeft.svg);
	background-position: center;
	background-size: cover;
	top: 0;
	left:0;
	 z-index: -1;
	 transform: rotate(90deg);
}

.waves-bg-top-right::after {
  	content: "";
	position: absolute;
    height: 550px;
    width: 550px;
	background-image: url(../../../wp-content/uploads/2025/12/Bgd-BotLeft.svg);
	background-position: center;
	background-size: cover;
	top: 0;
	right:0;
	 z-index: -1;
	 transform: rotate(180deg);
}

.waves-bg-bottom-left::after {
  	content: "";
	position: absolute;
    height: 550px;
    width: 550px;
	background-image: url(../../../wp-content/uploads/2025/12/Bgd-BotLeft.svg);
	background-position: center;
	background-size: cover;
	bottom: 0;
	left:0;
	 z-index: -1;
}

.waves-bg-bottom-right::after {
  	content: "";
	position: absolute;
    height: 550px;
    width: 550px;
	background-image: url(../../../wp-content/uploads/2025/12/Bgd-BotLeft.svg);
	background-position: center;
	background-size: cover;
	bottom: 0;
	right:0;
	    z-index: -1;
		transform: rotate(-90deg);
}

/*     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-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-outline-gradient a, .wp-theme-spengler .button-outline-gradient button, .gform_wrapper.gravity-theme .gform_footer input {
	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, .gform_wrapper.gravity-theme .gform_footer input:hover {
	cursor: pointer;
}


.wp-theme-spengler .elementor-button-outline-gradient a:before, .wp-theme-spengler .button-outline-gradient button:before, .gform_wrapper.gravity-theme .gform_footer input: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, .gform_wrapper.gravity-theme .gform_footer input:hover:before {
  opacity: 1;
}

.wp-theme-spengler .elementor-button-outline-gradient a:hover, .wp-theme-spengler .button-outline-gradient button:hover, .gform_wrapper.gravity-theme .gform_footer input: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 */


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

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

    }
    .swiper-pagination-bullets {
        display: none;
    }

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

    .elementor-swiper-button {
        display: none!important;
    }
}



/*    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;
      transition: all 0.1s ease-in-out !important;
    transition-delay: 0ms !important;
}

.wp-theme-spengler  .sticky-anchors.is-sticky.scroll-up {
    top: 80px;
        transition: all 0.15s ease-in-out !important;
    transition-delay: 250ms !important;
}


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

.no-padding-side {
    padding-left: 0px!important;
	padding-right: 0px!important;
}


/*    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),
     .archive .elementor-location-archive > .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, .wp-singular .elementor-location-single > .elementor-element:not(.no-padding-defaut),
     .archive .elementor-location-archive > .elementor-element:not(.no-padding-defaut) {
		padding-left: 20px!important;
		padding-right: 20px!important;
	}

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

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

    .elementor-element.elementor-arrows-position-outside .swiper, .elementor-lightbox.elementor-arrows-position-outside .swiper {
        width: auto!important;
    }

}


/*      Blog      */

.custom-post-date .elementor-shortcode {
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: var(--e-global-color-text);
}


.actualites-category-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

a.e-filter-item {
    color: #69727d!important;
    font-size: 16px;
    font-weight: 500!important;
    padding: 0px 18px;
        font-family: "Inter", Sans-serif;
}

a.e-filter-item.is-current-taxonomy {
color:#0c0d0e!important;
}

.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: #4CC0E1!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 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;
}


/**** BTN BACK TO TOP  ****/


.wp-theme-spengler .back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  z-index: 999;
  cursor:pointer;
}

.wp-theme-spengler .back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

