:root {
	--neutral1: #2C2D42;
	--neutral2: #4F5062;
	--neutral3: #727381;
	--neutral4: #B9B9C0;
	--neutral5: #CDCED5;
	--neutral6: #D5D5D9;
	--neutral7: #F4F4F6;
	--neutral8: #FFFFFF;
	--primaryMain: #FFC914;
}

/*!
Theme Name: advency
Theme URI: http://underscores.me/
Author: advency
Author URI: http://advency.fr
Description: Wordpress theme of Advency Agency
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: advency
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.

advency 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;
}
button {
	cursor: pointer;
}
/**
 * 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 {
	--headerHeight: 85px;
	box-sizing: border-box;
	scroll-padding-top: calc(var(--headerHeight) + 30px);
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #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:not(body) {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

.elementor-testimonial__image>img {
    width: 89px !important;
    max-width: 100px !important;
    height: 47px !important;
    object-fit:contain !important;
}

.elementor-testimonial__header {
    display: flex !important;
    flex-direction: row !important;
	gap: 20px;
}

.elementor-widget-reviews .elementor-testimonial__text {
	line-height: 28px !important;
}

li.active_simulated>a {
    background: var(--primaryMain);
    border-radius: 4px;
    color: var(--neutral1) !important;
}

/* Carousels navigation */
/* .elementor-swiper-button {
	width: 48px;
	height: 48px;
	border: 1px solid var(--neutral1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
} */

.elementor-element .swiper div.elementor-swiper-button:hover svg {
	fill: #2C2D42;
}

.elementor-element .swiper div.elementor-swiper-button:hover svg path {
	fill: #FFFFFF;
}

.elementor-element .swiper div.elementor-swiper-button svg,
.elementor-element .swiper div.elementor-swiper-button svg path {
	transition: all .1s ease;
}

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

	.elementor-main-swiper .elementor-swiper-button-prev {
		left: -36px !important;
	}

	.elementor-main-swiper .elementor-swiper-button-next {
		right: -36px !important;
	}
}

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

	.elementor-main-swiper .elementor-swiper-button-prev {
		left: 26px !important;
		top: unset !important;
		bottom: -36px;
		background: var(--neutral8);
	}

	.elementor-main-swiper .elementor-swiper-button-next {
		right: 26px !important;
		top: unset !important;
		bottom: -36px;
		background: var(--neutral8);
	}
}

.swiper-pagination-horizontal {
	align-items: center;
    display: flex;
    justify-content: center;
}

.swiper-pagination-bullet {
	width: 8px !important;
	height: 8px !important;
}

.swiper-pagination-bullet-active {
	width: 12px !important;
	height: 12px !important;
}

/* Menu caché par défaut */
#valdelia_fullscreen_menu {
    opacity: 0 ;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* Menu visible lorsqu'on ajoute la classe 'menu-visible' */
#valdelia_fullscreen_menu.menu-visible {
    opacity: 1;
    visibility: visible;
}
.valdelia_fullscreen_menu.menu-visible {
	--height: 100vh;
	--min-height: 100vh;
}
@media screen and (min-width: 992px) and (max-width: 1510px) {
	#valdelia_fullscreen_menu_left {
		max-width: 25%;
	}
}
body.admin-bar .valdelia_fullscreen_menu.menu-visible {
	--height: calc(100vh - 32px);
	--min-height: calc(100vh - 32px);
}
.closebaneer {
	cursor: pointer;
}
#open_valdelia_menu {
    cursor: pointer;
}
ul {
    margin: 0;
}
.faq-accordion-item {
    max-width: 996px !important;
}
.dialog-message.dialog-lightbox-message{
    background: rgba(44, 45, 66, 0.8);
	padding: 0 30px !important;
}
.dialog-message.dialog-lightbox-message .elementor-swiper-button {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid var(--neutral8);
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.2);
}

footer.elementor-slideshow__footer.elementor-lightbox-prevent-close {
	display: flex;flex-direction: row;justify-content: space-around;
}

.elementor-widget-container p a {
    color: var(--neutral1);
    font-weight:600;
    font-size:16px;
    border-bottom:1px solid;
    padding-bottom:10px
}
.elementor-widget-container p a:visited {
    color: var(--neutral1);
}
.e-n-accordion-item-title-icon span {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#accordion_numbers span.e-n-accordion-item-title-icon {
    background: var(--neutral7);
    color: var(--neutral1);
    padding: 0px 10px;
    border-radius: 100%;
    height: 36px;
    width: 36px !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
}
.accordion_numbers.elementor-widget-n-accordion .e-n-accordion-item-title {
	position: relative;
	padding-right: 48px;
}
.accordion_numbers.elementor-widget-n-accordion .e-n-accordion-item-title:before {
	content: '';
	position: absolute;
	background: url(images/chevron-down-black.svg) center no-repeat;
	background-size: 100% auto;
	width: 32px;
	height: 32px;
	right: 8px;
	top: 0;
	bottom: 0;
	margin: auto;	
    transition: all 0.3s ease-in-out;
}
.accordion_numbers.elementor-widget-n-accordion .e-n-accordion-item-title[aria-expanded=true]:before {
	transform: rotateX(180deg);
}
.elementor-widget-n-accordion summary + .e-con {
	--padding-top: 0;
}
.elementor-widget-n-accordion summary + .e-con p {
	margin-top: 0;
}
.elementor-widget-n-accordion summary + .e-con p:last-child {
	margin-bottom: 0;
}


.elementor-widget-text-editor ul:not([class*=elementor]) {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding-left: 0;
	margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
	.elementor-widget-text-editor ul:not([class*=elementor]) {
		padding-left: 16px;
	}
}
.elementor-widget-text-editor ul:not([class*=elementor]) li {
	list-style: none;
	position: relative;
	padding-left: 18px;
}
.elementor-widget-text-editor ul:not([class*=elementor]) li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: var(--primaryMain);
}
.elementor-widget-dce-breadcrumbs ul{
	padding:0px;
}

.page_link_portal .elementor-button-text {
    
}
.page_link_btn .elementor-button-text {
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
    color: inherit;
	/*background: var(--neutral7);*/
	background: inherit;
}

/*.page_link_btn .elementor-button-text {
	position: relative;
    display: inline-block;
    padding-bottom: 8px;
    color: inherit;
	background: var(--neutral8) !important;
}*/

.page_link_btn .elementor-button-text::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #FFC700; /* ou var(--primaryMain) */
    transform: scaleX(1);
    transform-origin: right;
    transition: transform 0.4s ease;
}

.page_link_btn .elementor-button-text:hover::after {
    transform: scaleX(0);
}

/* cta button */

.cta_link_btn .elementor-button-link {
	position: relative;
    display: inline-block;
    padding-bottom: 8px;
    color: inherit;
	background: var(--neutral8) !important;
}

.cta_link_btn .elementor-button-link.elementor-button {
	padding: 8px 4px 10px 4px;
}

.cta_link_btn .elementor-button-link::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #FFC700; /* ou var(--primaryMain) */
    transform: scaleX(1);
    transform-origin: right;
    transition: transform 0.4s ease;
}

.cta_link_btn .elementor-button-link:hover::after {
    transform: scaleX(0);
}

.elementor-widget-text-editor {
	word-break: break-word;
}
.elementor-widget-text-editor a {
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
    color: inherit;
    text-decoration: none;
	font-size: 16px;
	font-family: 'Open Sans';
	font-weight: 600;
}

.elementor-widget-text-editor a::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(44, 45, 66, 0.8);
    transform: scaleX(1);
    transform-origin: right;
    transition: transform 0.4s ease;
}

.elementor-widget-text-editor a:hover::after {
    transform: scaleX(0);
}

.elementor-widget-text-editor h2 {
	font-size: 40px;
	line-height: 46px;
	font-weight: 700;
	color: var(--neutral1);
	font-family: "Arial", Sans-serif;
}
.elementor-widget-text-editor h2:not(.elementor-heading-title) {
	margin: 0;
}
.elementor-widget-text-editor h2:not(.elementor-heading-title):not(:last-child) {
	margin-bottom: 32px;
}
.elementor-widget-text-editor h2:not(.elementor-heading-title):after {
	content: "";
	display: block;
	height: 4px;
	width: 590px;
	max-width: 100%;
	background: var(--primaryMain);
	margin-top: 24px;
}

.taxo_projet {
	display: flex;
	flex-wrap: wrap !important;
	gap: 8px !important;
}

.taxo_projet span {
    background: var(--neutral5);
    color: var(--neutral2);
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
}
.taxo_projet span:before {
    content:"#";
}
.taxo_actu span.elementor-post-info__terms-list-item:before {
    content:"#";
}
.taxo_actu.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text a, .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span {
    gap: 5px;
    display: flex !important;
}
.taxo_actu span.elementor-post-info__terms-list-item {
    background: var(--neutral5);
    color: var(--neutral2);
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
	
}
p.statut_project {
    font-size: 16px;
    font-weight: 400;
    color: #2a2b3f;
	margin:0;
}
#status_dropdown button.e-filter-item {
    width: 200px;
}
span.statut-en-cours {
    color: #44af69;
    font-weight: 600;
}

span.statut-termine {
    color: var(--neutral1);
    font-weight: 600;
}
/* Styles TOC */
ul.elementor-toc__list-wrapper {
    margin: 0;
}

.elementor-toc__list-item-text-wrapper:hover {
    border-left: 3px solid #ffc815;
    font-weight: 600;
}
.elementor-toc__list-item-text-wrapper {

    color: var(--neutral1);
}
a.elementor-toc__list-item-text {
    margin-left: 10px;
}
/* Breadcrumb styles */
nav.rank-math-breadcrumb a {
    font-family: arial;
    font-size: 14px;
    color: var(--neutral1);
    line-height: 20px;
    letter-spacing: 2px;
    border-bottom:1px solid;
    padding-bottom:3px;
}

nav.rank-math-breadcrumb {
    font-family: arial;
    font-size: 14px;
    color: var(--neutral1);
    line-height: 20px;
    letter-spacing: 2px;
    font-weight: 700;
}
span.dates-texte {
    font-size: 16px;
    color: white;
    font-weight: 600;
}

span.date-debut,span.date-fin,span.mois-fin,span.mois-debut,span.mois {
    color: white;
    font-weight: 700;
    font-size: 48px;
	text-transform: lowercase;
}


/* Container UL en grille */
ul.taxonomy-term-list {
    display: flex;
	flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

/* Élément de la grille */
a.taxonomy-term-item {
	flex: 0 0 calc((100% - 40px) / 3);
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid var(--neutral4);
    border-radius: 6px;
    padding: 25px;
    box-sizing: border-box;
    transition-duration: 0.6s;
	height: 128px;
}

/* Hover effet */
a.taxonomy-term-item:hover {
    background: var(--neutral7);
}

/* Image circulaire */
img.taxonomy-term-icon {
    background: var(--neutral1);
    padding: 10px;
    border-radius: 100% !important;
    height: 48px !important;
    width: 48px !important;
    flex-shrink: 0;
}

/* Contenu textuel */
.wrapper_item-taxonomy-term-name {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Titre */
p.taxonomy-term-name {
    font-size: 28px;
    font-weight: 700;
    font-family: Arial, sans-serif;
	line-height: 36px;
    color: var(--neutral1);
    text-decoration: none;
	margin: 0px;
}

/* Compteur */
span.taxonomy-term-count {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--neutral2);
}

/* Style global de l'accordéon */
.faq-accordion {
    width: 100%;
    max-width: 996px;
    margin: 20px auto;
    font-family: 'Arial', sans-serif;
}
.faq-accordion-content p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
	margin: 0;
}
/* Style pour chaque élément d'accordéon */
.faq-accordion-item {
    background-color: #1a1a1a;
    border: 1px solid #333;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

/* Style du bouton d'accordéon */
.faq-accordion-toggle {
    background-color: #333;
    color: #f4f4f4;
    padding: 15px;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 8px 8px 0 0;
}


/* Contenu de l'accordéon (initialement caché) */
.faq-accordion-content {
    display: none;
    background-color: #222;
    color: #ddd;
    font-size: 14px;
    border-top: 1px solid #333;
    border-radius: 0 0 8px 8px;
}

/* Style pour l'élément actif (quand le contenu est affiché) */
.faq-accordion-item.active .faq-accordion-content {
    display: flex !important;
}

/* Style du nom du terme */
.taxonomy-term-name {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

/* Style du nombre de publications */
.taxonomy-term-count {
    color: #ccc;
    font-size: 14px;
}

/* Style pour l'icône de la catégorie */
.taxonomy-term-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
}

/* Style global de l'accordéon */
.faq-accordion {
    width: 100%;
    max-width: 996px;
    margin: 20px auto;
    font-family: 'Arial', sans-serif;
}

/* Style pour chaque élément d'accordéon */
.faq-accordion-item {
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

/* Style du bouton d'accordéon */
.faq-accordion-toggle {
    background-color: #333;
    color: #f4f4f4;
    padding: 15px;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 8px 8px 0 0;
}


/* Contenu de l'accordéon (initialement caché) */
.faq-accordion-content {
    display: none;
    background-color: #222;
    color: #ddd;
	padding-bottom: 24px;
	padding-left: 52px;
    font-size: 14px;
    border-top: 1px solid #333;
    border-radius: 0 0 8px 8px;
}

/* Style pour l'élément actif (quand le contenu est affiché) */
.faq-accordion-item.active .faq-accordion-content {
    display: flex !important;
}

/* Style du nom du terme */
.taxonomy-term-name {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

/* Style du nombre de publications */
.taxonomy-term-count {
    color: #ccc;
    font-size: 14px;
}

/* Style pour l'icône de la catégorie */
.taxonomy-term-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
}

/* Style pour le bouton d'accordéon */
div.faq-accordion-toggle {
    display: flex;
    background: var(--neutral8);
    color: var(--neutral1);
    flex-direction: row;
    justify-content: space-between;
    font-size: 22px;
    font-weight: 700;
    border-top: 1px solid #dcdcdf;
    border-radius: 0px;
    padding: 24px 5px;
	border-left: none;
    border-right: none;
	border-bottom: none;
}


/* Style pour le contenu de l'accordéon */
.faq-accordion-content {
    background: white;
    color: var(--neutral2);
    font-size: 16px;
    font-family: 'Arial';
    line-height: 28px;
    border: none;
	flex-direction: column;
	gap: 24px;
}

/* Style pour chaque élément d'accordéon */
.faq-accordion-item {
    border: 0px solid #fff;
    background: white;
	margin: -1px;
}

.faq-accordion-item:last-child {
	border-bottom: 1px solid #dcdcdf;
	border-radius: 0;
}

/* Conteneur global de l'accordéon */
.faq-accordion {
    border: none;
}


.telechargement-item_inner_wrapper {
    flex: 0 0 calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2);
    padding: 15px;
    border: 1px solid #cbcbd0;
    border-radius: 5px;
	display: flex;
    flex-direction: row;
    align-items: flex-start;
	gap: 20px;
    transition: all 0.2s ease-in-out;
}

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

	.telechargement-item_inner_wrapper {
		flex: 0 0 100%;
		width: 100%;
	}
}

.telechargement-item_inner_wrapper:hover {
    background:#fdc814;
}

.telechargement-item_inner_wrapper:focus {
    background:#fdc814;
}

.telechargement-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

div.telechargement-item h3 {
    font-size: 18px;
    color: var(--neutral2);
    font-family: 'Arial';
    font-weight: 400;
    text-decoration: underline;
	margin:0px;
}
a.telechargement-item h3 {
    font-size: 18px;
    color: var(--neutral2);
    font-family: 'Arial';
    font-weight: 400;
    text-decoration: underline;
}
.telechargement-item-result.hidden {
    height: 0;
    overflow: hidden;
	position: absolute;
    padding: 0;
    margin: 0;
	pointer-events: none;
}

.telechargement-item p {
    color: var(--neutral3);
    font-size: 16px;
    font-weight: 300;
}
.telechargement-item_inner_wrapper{
	cursor:pointer;
}
/* Classe 'focused' qui applique la couleur jaune au fond */
.telechargement-item_inner_wrapper.focused {
    background-color: #fdc814;
}

div#telechargement-result {
    padding: 30px 20%;
}

a.btn-telechargement {
    padding: 8px 16px;
    background: var(--primaryMain);
    color: var(--neutral1);
    font-weight: 500;
    font-size: 16px;
    border-radius: 4px;
    display:flex;
    gap:20px;
    flex-direction: row;
    flex-wrap: nowrap;
    width: fit-content;
    font-family: 'open sans';
}
a.btn-telechargement:after {
   content:">"
}
input.formulaire-telechargement_email.input_email {
    width: 100%;
	height: 40px;
}

input.formulaire-telechargement_prenom.input_identite {
    width: 48%;
	height: 40px;
}
input.input_identite, input.input_email {
    padding: 8px;
}
button.cancel_form_button {
    background: transparent !important;
}
input.formulaire-telechargement_nom.input_identite {
    width: 48%;
	height: 40px;
}
button.download_submit_form {
    gap: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 600;
    border: none;
    border: 1px solid #ffc914;
	width: auto;
}
.privacy_chexbox_wrapper input[type="checkbox"] {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    appearance: none;
    -webkit-appearance: none;
    background-color: white;
    border: 1px solid #CDCED5;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
}

.privacy_chexbox_wrapper input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 9px;
    width: 6px;
    height: 12px;
    border: solid #0073aa;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.privacy_chexbox_wrapper a.data-privacy_link {
    text-decoration: underline;
}

.telechargement-item-actions_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 260px;
}

button.cancel_form_button {
    border: 1px solid #ffc914;
	width: auto;
}
form.formulaire-telechargement {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
	padding: 0px 19%;
}
label[for="acceptation"] {
    width: 100%;
}
div#telechargement-result {
    display: flex;
    flex-direction: column;
    align-items: center;
	padding: 30px 10px;
}
a.download_submit_form {
    padding: 8px 16px;
    background: var(--primaryMain);
    color: var(--neutral1);
    font-weight: 500;
    font-size: 16px;
    border-radius: 3px;
    display:flex;
    gap:20px;
    flex-direction: row;
    flex-wrap: nowrap;
    width: fit-content;
    font-family: 'open sans';
    border: none;
}
#valdeliabaneer {
	display: none;
  }
  
a.download_submit_form:after {
    content:">" !important;
}
a.cancel_button__form {
	padding: 8px 16px;
	border:1px solid var(--primaryMain);
	color: var(--neutral1);
	font-weight: 500;
	font-size: 16px;
	border-radius: 3px;
	display:flex;
	gap:20px;
	flex-direction: row;
	flex-wrap: nowrap;
	width: fit-content;
	font-family: 'open sans';
}
.privacy_chexbox_wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.actions_wrapper__form {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}
	
a.data-privacy_link {
	color: var(--neutral2);
	text-decoration: underline;
}

form.formulaire-telechargement * {
	color: var(--neutral2);
	font-size: 16px;
	font-family: 'open sans';
}

div#telechargement-result p {
	color: var(--neutral2);
	font-size: 16px;
	font-family: 'open sans';
}
/* Image carousel */

@media screen and (min-width: 1024px) {
	#carousel_img .elementor-image-carousel-wrapper {
		margin: 0 64px  !important;
		overflow-y: visible !important;
	}
}

#carousel_img.elementor-element.elementor-arrows-position-outside .swiper {
	padding-right: 60px;
	width: calc(100% - 128px)!important;
}


/* Circle charts */
.pp-progress-bar-wrapper .pp-bar-circle-inner {
	border-color: var(--neutral7);
}
.pp-progress-bar-wrapper .pp-bar-circle {
	transform: rotate(90deg);
}
@media screen and (min-width: 640px) {
	.elementor-widget-pp-progress-bar + .elementor-widget-text-editor {
		padding-left: 34px;
		padding-right: 34px;
	}
}
.elementor-widget-pp-progress-bar + .elementor-widget-text-editor p {
	line-height: 28px;
}

/* Pager */
.elementor-pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 56px;
}
.elementor-pagination > * {
	margin: 0 !important;
	border: 1px solid var(--neutral6);
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 28px;
	color: var(--neutral1);
}
.elementor-pagination > *:not(.page):hover {
	color: var(--neutral8);
	background: var(--neutral1);
	border-color: var(--neutral1);
}
.elementor-pagination .prev,
.elementor-pagination .next {
	width: auto;
	padding: 0 11px;
}

/* Carousel section */
.carousel_wrapper {
    position: relative !important;
	z-index: 1 !important;
	/* overflow: clip !important; */
}

.carousel_wrapper::before {
	content: "" !important;
	background: var(--neutral7);
	position: absolute !important;
	z-index: -1;
	left: calc((100vw - 100%) / 2 * -1) !important;
	width: 100vw !important;
}
@media screen and (max-width: 1439px) {
	.carousel_wrapper::before {
		left: -10px !important;
	}
}

/* .e-con.e-flex>.e-con-inner {
	overflow: clip;
	overflow: auto;
} */

/* .e-con.e-flex>.e-con-inner .carousel_wrapper::before {
	content: none !important;
} */

/* Liens underline */
.lien_underline a {
	display: inline-block;
}
.lien_underline a:hover,
.lien_underline a:focus {
	background: none !important;
}
.lien_underline a .elementor-button-content-wrapper {
	align-items: center;
}
.lien_underline a .elementor-button-text {
	line-height: 24px;
	padding: 8px 4px 7px 4px;
	/* border-bottom: 1px solid var(--primaryMain); */
	text-align: left;
}

.lien_underline a .elementor-button-text,
.link_menu_underlined a.elementor-item {
	position: relative;
}
.lien_underline a .elementor-button-text:before,
.link_menu_underlined a.elementor-item:before {
	content: "";
	position: absolute;
	top: unset;
	left: unset;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background: var(--primaryMain);	
    transition: all 0.2s ease-in-out;
}
.link_menu_underlined a.elementor-item:before {
	right: 16px;
	width: calc(100% - 32px);
	opacity: 1 !important;
}
.lien_underline a:hover .elementor-button-text:before,
.link_menu_underlined a.elementor-item:not(:hover):before {
	width: 0;
}
.link_menu_underlined a.elementor-item:after {
	content: none;
}
/* Bouton recherche */
.search_icon_valdelia {
	overflow: hidden;
}
.search_icon_valdelia .elementor-icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}
.search_icon_valdelia .elementor-icon:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	right: 0;
	width: 0;
	background-color: var(--primaryMain);
    transition: all 0.2s ease-in-out;
}
.search_icon_valdelia:hover .elementor-icon:before {
	width: 100%;
}
/* Bouton menu */
.open_valdelia_menu {
	position: relative;
	z-index: 1;
}
.open_valdelia_menu:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	right: 0;
	width: 0;	
	background-color: var(--neutral1);
    transition: all 0.2s ease-in-out;
}
.open_valdelia_menu:hover .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
	color: var(--neutral8);
}
.open_valdelia_menu .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon path {
    transition: all 0.2s ease-in-out;
}
.open_valdelia_menu:hover .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon path {
	fill: var(--neutral8);
}
.open_valdelia_menu:hover:before {
	width: 100%;
}

.pp-testimonials-container .pp-slider-arrow {
	height: 48px;
	width: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section_testimony.e-con.e-flex > .e-con-inner {
	overflow: visible;
}

.elementor.elementor .e-con.filter_zone {
	padding-left: 0;
	padding-right: 0;
}

.elementor.elementor .e-con.filter_zone > .elementor-widget.elementor-widget-taxonomy-filter {
	height: 40px;
	max-width: 285px;
}

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

	.elementor.elementor .e-con.filter_zone > .elementor-widget.elementor-widget-taxonomy-filter {
		max-width: 100%;
		width: 100%;
	}
}

.filter_zone .elementor-widget-taxonomy-filter .e-filter {
	border: 1px solid #CDCED5;
	border-radius: 4px;
	font-size: 16px;
	line-height: 24px;
	height: 40px;
	overflow: hidden;
	padding-right: 38px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 0;
	align-items: flex-start;
	justify-content: flex-start;
	cursor: pointer;
	background: url(images/chevron-down.svg) right 7px top 7px no-repeat #fff;
	background-size: 24px auto;
	position: relative;
}

.filter_zone .elementor-widget-taxonomy-filter .e-filter .e-filter-item {
	padding: 8px 7px;
	cursor: pointer;
	width: 100%;
	color: #727381;
	font-weight: 400;
	justify-content: flex-start;
}

.filter_zone .elementor-widget-taxonomy-filter .e-filter .e-filter-item[aria-pressed="true"] {
	font-weight: 500;
	order: -1;
}

.filter_zone .elementor-widget-taxonomy-filter .e-filter:hover,
.filter_zone .elementor-widget-taxonomy-filter .e-filter:focus-within {
	height: auto;
	z-index: 1;
}

.section_filters > .e-con-inner {
	overflow: visible !important;
}

/* Page content */
.e-con.thecontent_valdelia {
	width:100%;
}


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

	.e-con.thecontent_valdelia {
		--width: 996px !important;
		--margin-left: auto;
		--margin-right: auto;
		max-width: calc(100% - 30px);
		padding: 0;
	}

	.e-con.valdelia_page_sidebar {
		--width: 315px !important;
		flex: 0 0 315px;
	}

	.e-con.valdelia_page_sidebar + .e-con.thecontent_valdelia {
		--width: 897px !important;
		flex: 1;
		padding: 0 15px;
	}
}
/* Conteneur en ligne avec espace entre les boutons */
.jet-checkboxes-list {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
}

/* Masquer les checkboxes */
.jet-checkboxes-list__input {
    display: none;
}

/* Boutons visuels en label */
.jet-checkboxes-list__item {
    border: 1px solid var(--neutral1);
    background-color: transparent;
    color: var(--neutral1);
    border-radius: 4px;
    padding: 6px 16px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    transition: all 0.2s ease-in-out;
}

/* Masquer les icônes déco */
.jet-checkboxes-list__decorator,
.jet-checkboxes-list__checked-icon {
    display: none !important;
}

/* Option plus fiable (structure JetSmartFilters) */
/* .jet-checkboxes-list__input:checked ~ .jet-checkboxes-list__button,
.jet-checkboxes-list__input:checked ~ .jet-checkboxes-list__label,
.jet-checkboxes-list__item input:checked ~ .jet-checkboxes-list__button {
    background-color: var(--neutral1);
    color: #fff;
} */

/* Fieldset wrapper */
fieldset.jet-checkboxes-list-wrapper {
    display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.jet-checkboxes-list__item:hover,
.jet-checkboxes-list__item:has(input:checked) {
    background-color: var(--neutral1);
    color: #fff;
}
.date_format span.elementor-icon-list-text.elementor-post-info__item.elementor-post-info__item--type-date {
    display: flex;
    gap: 5px;
}
.search-count {
    font-family: 'open sans';
    color: var(--neutral1);
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.btn_hvr_animation .elementor-button {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.btn_hvr_animation .elementor-button-content-wrapper {
  position: relative;
  z-index: 1; /* Le texte passe au-dessus des animations */
}

.btn_hvr_animation .elementor-button::before,
.btn_hvr_animation .elementor-button::after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background: #FFC914;
  z-index: 0;
  transition: transform 400ms ease;
}

.btn_hvr_animation .elementor-button::before {
  transform: translateX(100%);
  z-index: 1;
}

.btn_hvr_animation .elementor-button:hover::before {
  transform: translateX(0);
  transition: transform 900ms ease;
}

.btn_hvr_animation .elementor-button::after {
  z-index: 0;
  transform: translateX(100%);
  transition: transform 500ms ease;
}

.btn_hvr_animation .elementor-button:hover::after {
  opacity: 1;
  transform: translateX(0);
  transition: transform 700ms 700ms ease;
}
/* Appliquer uniquement si PAS dans .btn_hvr_animation */
*:not(.lien_underline) > .elementor-button.elementor-button-link:not(.btn_hvr_animation) {
	position: relative;
	overflow: hidden;
	z-index: 0;
	background-color: #FFC914;
	color: #000;
	border-radius: 2px;
	transition: color 300ms ease, background-color 300ms ease;
}
  
*:not(.lien_underline) > .elementor-button.elementor-button-link:not(.btn_hvr_animation) .elementor-button-content-wrapper {
	position: relative;
	z-index: 1;
 }

  .faq-accordion-toggle {
    cursor: pointer;
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-toggle-icon img {
    width: 20px;
    height: 20px;
}
.btn_custom_slide {
	position: relative;
	overflow: hidden;
	z-index: 0;
	background: transparent;
	color: #000;
	border: 2px solid #FFC914;
	padding: 12px 24px;
	font-size: 16px;
	cursor: pointer;
	transition: color 0.3s ease;
  }
  
  /* Fond animé */
  .btn_custom_slide::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	background: #FFC914;
	z-index: 1;
	transform: translateX(100%);
	transition: transform 0.6s ease;
  }
  
  /* Texte au-dessus */
  .btn_custom_slide_content {
	position: relative;
	z-index: 2; /* 👈 Plus élevé que le ::before */
  }
  
  /* Animation */
  .btn_custom_slide:hover::before {
	transform: translateX(0);
  }
  .btn_custom_slide_reverse {
	position: relative;
	overflow: hidden;
	z-index: 0;
	background: transparent;
	color: #000;
	border: 2px solid #FFC914;
	padding: 12px 24px;
	font-size: 16px;
	cursor: pointer;
	transition: color 0.3s ease;
  }
  
  /* Fond animé de gauche vers la droite */
  .btn_custom_slide_reverse::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0; /* 👈 part de la gauche */
	width: 100%;
	background:rgb(255, 255, 255);
	z-index: 3;
	transform: translateX(-100%);
	transition: transform 0.6s ease;
  }
  
  .btn_custom_slide_reverse:hover::before {
	transform: translateX(0);
  }
  span.btn_custom_slide_reverse_content {
    z-index: 4;
}
  /* Texte au-dessus du fond */
  .btn_custom_slide_reverse_content {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 8px;
  }
  
  /* Icône */
  .btn_custom_slide_reverse .btn-icon {
	width: 1em;
	height: 1em;
  }
  .btn_custom_slide_reverse {
	position: relative;
	overflow: hidden;
	z-index: 0;
	background: transparent;
	color: #000;
	border: 2px solid #FFC914;
	padding: 12px 24px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: color 0.3s ease;
  }

  .btn_custom_slide_reverse::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background:rgb(255, 255, 255);
	z-index: 1;
	transform: translateX(-100%);
	transition: transform 0.6s ease;
  }

  .btn_custom_slide_reverse:hover::before {
	transform: translateX(0);
  }

  .btn_custom_slide_reverse_content {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 10px;
  }

  .btn_custom_slide_reverse .btn-icon {
	width: 1em;
	height: 1em;
	display: inline-block;
  }
  .rte_2columns p {
	margin:0px;
  }

  .section_inner_menu a.elementor-item:hover {
    font-weight: 600;
}

.quick_access_link span.elementor-icon-list-text:hover {
    font-weight: 600;
}

/* Menu principal */
.elementor-nav-menu--main .elementor-item {
	width: fit-content;
}

/* Boutons */
.btn_hvr_anim_ltr a.elementor-button,
.btn_hvr_anim_rtl a.elementor-button {
	background-color: transparent !important;
	position: relative;
	z-index: 1 !important;
	border: 1px solid var(--primaryMain);
	border-radius: 2px;
}

.btn_hvr_anim_rtl a.elementor-button:before,
.btn_hvr_anim_ltr a.elementor-button:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-color: var(--primaryMain);
	border-radius: 2px;	
    transition: all 0.3s ease;
}

.btn_hvr_anim_ltr a.elementor-button:hover:before,
.btn_hvr_anim_rtl a.elementor-button:before {
	width: 0;
}

.btn_hvr_anim_ltr a.elementor-button:before,
.btn_hvr_anim_rtl a.elementor-button:hover:before {
	width: 100%;
}
form#faq-search-form {
    padding: 32px;
    background: #f4f4f6;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width:1200px;
    height: 204px;
    border-radius: 4px;
    gap: 32px;
    justify-self: center;
    margin-bottom: 50px;
	margin-top: -50px;
}

div.input_wrapper input[type="text"] {
    width: 648px;
    height: 40px;
    padding: 12px;
    gap: 4px;
}

div.input_wrapper button {
    border: none;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
}

div.input_wrapper a {
    font-family: Open Sans;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
	text-decoration:underline !important;
    color: #4F5062 !important;
}

.input_wrapper {
    gap:24px;
    display:flex;
    flex-direction: row;
    align-items: center;
}

select[name="faq_category"] {
    width: 285px;
    height: 40px;
    justify-content: space-between;
    border-radius: 4px;
    padding: 8px;
    border-width: 1px;
    border: 1px solid #CDCED5;
    color: #727381;
}
.filter_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

label.select_faq_cat_label {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--neutral1);
}
.valdelia_fullscreen_menu .btn_hvr_anim_rtl * {
    border: none !important;
}

/* Search form */
.elementor-search-form__container {
	overflow: visible;
}
.search_form .elementor-search-form__container {
	gap: 20px;
}
.search_form .elementor-search-form__container input[type=search] {
	background-color: var(--neutral8);
}
.search_form .elementor-search-form__container .elementor-search-form__submit {
	border-radius: 2px;
}
.search_form .elementor-search-form__container button.elementor-search-form__submit:hover {
	color: var(--neutral8);
	background-color: var(--neutral1);
	border-radius: 2px;
}

/* Widget "Pour vous" liens */
/*.list_links_arrow a {

}
.list_links_arrow a:hover {
	color: var(--neutral1);
}*/

.image-swap-section p {
	margin: 0;
}

.image-swap-section .lien_underline .elementor-button-icon {
	font-size: 24px;
	margin-top: 2px;
}
/* Paragraph footer horaire*/
.hours_footer p {
	margin-top: 0;
}

/* Modification filters listing faq */

.filter_select_faq {
	appearance: none;
	background: url("images/chevron-down.svg") no-repeat white;
	background-position: right 6px center;
	background-size: 24px auto;
}

.search_input_faq {
	background: url("images/icon_search.svg") no-repeat white;
	background-position: left 6px center;
	background-size: 24px auto;
}

#faq-search-form div.input_wrapper input[type="text"] {
	padding: 12px 12px 12px 38px;
}
 /* gravity forms styles */
 .gform_wrapper label.gfield_label.gform-field-label,.gform-field-label--type-sub  {
    font-family: 'Open Sans' !important;
    color: #2C2D42 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

.gform_wrapper input[type="email"],input[type="tel"],input[type="text"], select,textarea {
    border: 1px solid #CDCED5 !important;
    height: 40px !important;
    box-shadow: none !important;
    font-size:16px !important;
    font-family: 'Open Sans' !important;
    color: #727381 !important;
}


.gform_wrapper label.gform-field-label.gform-field-label--type-inline {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #4F5062;
}

.gform_wrapper input[type=checkbox] {
    width: 28px !important;
    height: 28px !important;
    margin-right: 10px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    background-color: white !important;
    border: 1px solid #CDCED5 !important;
    border-radius: 2px !important;
    cursor: pointer !important;
    position: relative !important;
}

.gform_wrapper .gfield_checkbox .gchoice {
    align-items: center !important;
    align-content: stretch !important;
}


.gform_wrapper input[type=submit] {
    gap: 20px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    font-family: 'Open Sans' !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border: none !important;
    border: 1px solid #ffc914 !important;
    width: auto !important;
    background:#ffc914 !important;
    color: #2C2D42 !important;
}


p.gform_required_legend {
    display: none;
}

.button.gform_button {
	font-family: "Open Sans", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
	background-color: transparent !important;
	position: relative!important;
	z-index: 1 !important;
	border: 1px solid var(--primaryMain) !important;
	border-radius: 2px !important;
	box-shadow: none !important;
	color: inherit !important;
	padding: 7px 16px !important;
}

.button.gform_button:before{
	content: '' !important;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-color: var(--primaryMain);
	border-radius: 2px;	
    transition: all 0.3s ease !important;
}

.button.gform_button:hover:before {
	width: 0;
}

.button.gform_button:before {
	width: 100%;
}




span.page-numbers.prev,span.page-numbers.next {
    display: none;
}

/* Select filter */
.select_filter {
	height: 40px;
}

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

	.select_filter {
		width: 100% !important;
	}
}

.select_filter search.e-filter {
	border: 1px solid var(--neutral5);
	border-radius: 4px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: nowrap;
	gap: 0;
	position: relative;
	z-index: 1;
	background: url(images/chevron-down.svg) top 8px right 8px no-repeat var(--neutral8);
}

.select_filter search.e-filter:not(:hover) {
	max-height: 100%;
}

.select_filter search.e-filter button.e-filter-item {
	font-size: 16px;
	left: 24px;
	color: var(--neutral3);
	padding: 8px 40px 8px 8px;
	width: 100%;
	display: block;
	text-align: left;
	font-weight: 400;
	order: 0;
}

.select_filter search.e-filter button.e-filter-item[aria-pressed="true"] {
	order: -1;
}

.e-filter-item {
	transition: all 0.2s ease-in-out;
}

/* Widget FAQ */
.section_faq__list {
	flex: 1 !important;
}

.accordion_faq .e-loop-item:not(:first-child) summary {
	border-top-width: 0 !important;
}

.accordion_faq .elementor-widget-text-editor {
	width: 100% !important;
	max-width: 996px !important;
}
#telechargement-formulaire {
    transition: opacity .25s ease;
}
#telechargement-formulaire.hidden {
    opacity: 0;
}
#telechargement-formulaire.open {
    opacity: 1;
}

input#search-filter-input-text-0 {
    border: none !important;
}

.search-filter-input-text.search-filter-input-text.search-filter-field__input {
    height: 40px;
    border: 1px solid #CDCED5;
    border-radius: 4px !important;
}

button.search-filter-input-button.search-filter-field__input {
    height: 40px;
    border-radius: 4px !important;
    border: none;
}

.search-filter-input-button-group button.search-filter-input-button {
    background: transparent !important;
    border-radius: 4px;
    border: 1px solid #727381;
    height: 40px;
}


.search-filter-input-button-group .search-filter-input-button:hover {
    background: #2C2D42 !important;
    color: white !important;
}

button.search-filter-input-button.search-filter-input-button--is-selected {
        background: #2C2D42 !important;
    color: white !important;
}
.elementor-location-popup .search-filter-input-text.search-filter-input-text.search-filter-field__input {
    border: none;
}

.faq_inner_content_region_valdelia div div {
    margin-top: 12px !important;
}