/*!
Theme Name: Sparks blocks light 2026
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: sparks-blocks-light-2026
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.

Sparks blocks light 2026 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: var(--foreground);
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	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;
}

.wp-block-separator {
	border-color: var(--border);
	border-top: 1px;
}

hr {
	background-color: var(--border);
	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 {
	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;
}


:root {
	--orangesparksd: #DA3301;
	--orangesparksl: rgba(255, 59, 0, 0.9);
	--lightorangesparks: rgb(255, 179, 102);
	--muted: hsl(14 10% 96%);
	--muted04: hsla(0, 10%, 96%, 0.4);
	--muted05: hsla(0, 10%, 96%, 0.5);
	--foreground: hsl(0 0% 13%);
	--muted-foreground: hsl(0 0% 45%);
	--border: hsl(0 0% 91%);
	--greensparks: #10b981;
	--orangesparkssoft: rgb(255 59 0 / 5%);

	--lightforeground: #FCFCFC;
	--lightforeground50: #FCFCFC50;
	--lightforeground20: #FCFCFC20;
	--lightforeground10: #FCFCFC10;
	--lightgrey: #DEE0E3;
	--lightborder14: rgb(255 255 255 / 14%);

	--lightblueapollo3: rgb(54 109 191 / 10%);
	--lightredapollol: rgb(244 6 22 / 10%);
	--softlightblue: #1f2c3f;
	--softlightblueaccentuation: #3b4a63;
	--gradient-glow: linear-gradient(95deg, hsl(356deg 95% 49% / 23%), hsl(216deg 56% 48% / 12%));
	--sparksradius: 12px;

}

@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter-VariableFont_opsz,wght.woff2') format('woff2-variations');
	font-weight: 100 900;
	/* La plage complète de la police */
	font-style: oblique 0deg 10deg;
	/* Si vous utilisez l'axe d'inclinaison */
	font-display: swap;
}

@font-face {
	font-family: 'Inter-Italic';
	src: url('fonts/Inter-Italic-VariableFont_opsz,wght.woff2') format('woff2-variations');
	font-weight: 100 900;
	/* La plage complète de la police */
	font-style: oblique 0deg 10deg;
	/* Si vous utilisez l'axe d'inclinaison */
	font-display: swap;
}

html {
	scroll-behavior: smooth;
}

.font-bold {
	font-weight: 700;
}


.text-sm {
	font-size: .875rem;
	line-height: 1.25rem;
}

.text-xs {
	font-size: .75rem;
	line-height: 1rem;
}

.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}

.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.text-5xl {
	font-size: 3rem;
	line-height: 1;
}

.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}

.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.text-7xl {
	font-size: 4.5rem;
	line-height: 1;
}

.container {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding: 0.7rem 1rem;
}

.page,
.post {
	margin: 0;
}

header.entry-header {
	display: none;
}

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



a.btn.btn-primary:hover,
a.btn.btn-primary:focus,
a.btn.btn-primary:active {
	filter: brightness(0.8);
	color: white;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
	color: var(--foreground);
	filter: brightness(0.8);
}


.btn-primary,
.btn-primary:visited {
	background: var(--orangesparksd);
	color: white;
	border-radius: var(--sparksradius);
}

a.btn,
.btn {
	text-decoration: none;
	padding: 12px 2rem;
	display: inline-block;
	font-weight: 600;
	--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	display: flex;
	gap: 0.4rem;
}

.btn-secondary,
.btn-secondary:visited {
	background: var(--lightforeground);
	color: var(--foreground);
	border-radius: var(--sparksradius);
}

a.nlink {
	color: unset;
	text-decoration: none;
}

/* Subheader */

.subheader {
	background-color: var(--foreground);
	color: var(--lightgrey);
}

.subheader_left {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.subheader>.container {
	display: flex;
	justify-content: space-between;
	padding: .6rem 1rem;
}

.social_subheader {
	display: flex;
	align-items: center;
	gap: 1rem;
}

/* Footer */

.site-footer {
	border-top: solid 1px var(--lightgrey);
}

.main_footer.container {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 2rem;
}

.site-info {
	display: flex;
	justify-content: space-between;
}

.info-item {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.footer_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-infors span {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.main_footer .logo {
	max-width: 90px;
}

.lang-switcher ul {
	margin: 0;
}

.subheader_right {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.lang-switcher select {
	background: var(--foreground);
	color: var(--lightforeground);
	font-size: 0.75rem;
}

/* Mega menu */

ul.menu.mainheader_menu {
	list-style: none;
	margin: unset;
	padding: unset;
	display: flex;
	gap: 1rem;
	font-size: 14px;
}


.menu-item a {
	text-decoration: none;
	color: var(--foreground);
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	font-weight: 500;
}



li.menu-item {
	position: static;
}

.menu-item:hover .mega-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	background-color: var(--lightforeground);
	top: 105px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: var(--sparksradius);
}

.mega-menu {
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 0;
	width: 1000px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all .2s ease;
	padding: 1.5rem;
	border: solid 1px;
	border-color: var(--lightforeground20);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
	min-height: 24rem;
	top: 125px;
	left: 50%;
	transform: translateX(-50%);
}

.mega-menu ul {
	list-style: unset;
	margin: unset;
	padding: unset;
}

.mega-menu h3 {
	color: var(--redapollol);
	margin-top: 0;
}

.mega-column ul>li>a {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	transition: .2s;
}


.global-rating-value-group {
	display: flex;
	gap: .5rem;
}

span.rating-value {
	color: var(--redapollol);
	font-weight: 900;
}

.global-rating p {
	margin: 0;
}

.mega-reviews-container {
	color: var(--lightgrey);
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.mini-review-item {
	border: solid 1px var(--lightforeground20);
	padding: 1rem;
	border-radius: var(--sparksradius);
}

.mini-reviews-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.review-stars.text-xs {
	color: #ffc107;
}

.mega-column>ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.mega-column>ul>li {
	padding: 5px;
	transition: 0.2s;
	border-radius: var(--sparksradius);
}

.mega-column>ul>li:hover {
	background: var(--muted);
}

small.link-description {
	font-weight: 200;
	color: var(--lightgrey);
}

.featured-column h3 {
	color: var(--lightforeground);
}

span.featured-tag {
	color: var(--redapollol);
	border: solid 1px;
	padding: 0px 4px;
	display: flex;
	gap: 4px;
}

.featured-job-item:hover,
.featured-case-study:hover {
	background: var(--lightforeground10);
}

.featured-job-item,
.featured-case-study {
	transition: 0.2s;
	border-radius: var(--sparksradius);
}

.featured-case-study {
	border: solid 1px var(--lightforeground20);
}

a.job-link {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 1rem;
}

img.featured-img {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mega-column.featured-column {
	position: relative;
	border: solid 1px;
	border-color: var(--lightforeground20);
	border-radius: var(--sparksradius);
	overflow: hidden;
	color: var(--lightforeground);
}

a.main-link.menu-link-with-icon:hover {
	background-color: var(--lightforeground10);
}

a.main-link.menu-link-with-icon {
	padding: 5px;
	transition: 0.2s;
	border-radius: var(--sparksradius);
}



.featured_info {
	position: absolute;
	bottom: 0;
	padding: 0px 20px 20px 20px;
}

.gradient_featured {
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, transparent 0%, var(--blueapollo1) 70%);
}

p.featured-desc {
	color: var(--lightgrey);
	font-weight: 200;
}

.mainheader_menu>li>a {
	padding: 17px 0px;
}

.link-icon {
	display: flex;
	align-items: center;
	color: var(--redapollol);
	margin-bottom: 3px;
}

span.link-label {
	display: flex;
	align-items: center;
	gap: 7px;
}

a.featured-cta {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
	border-radius: var(--sparksradius);
	color: var(--lightforeground);
}

a.featured-cta:hover>img {
	transform: scale(1.1);
}

a.featured-cta>img {
	transition: transform 400ms cubic-bezier(.4, 0, .25, 1) 0ms, opacity 1s cubic-bezier(.4, 0, .25, 1) 0ms, filter 1s cubic-bezier(.4, 0, .25, 1) 0ms;
}


.main_header_left .logo {
	max-width: 102px;
}

.main_header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.4rem 1rem;
}

.main_header {
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
	--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
}

.main_header_left {
	display: flex;
	align-items: center;
	gap: 2rem;
}

a.btn-header {
	display: flex;
	gap: 0.4rem;
	background: var(--orangesparksd);
	color: var(--lightforeground);
	border-radius: var(--sparksradius);
	padding: 0.4rem 0.8rem;
	font-size: 14px;
	font-weight: 600;
	align-items: center;
}

.hero-block {
	position: relative;
	overflow: hidden;
}

.hero-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.container_hero {
	padding: 6rem 1rem;
}

.soustitre_hero h1 {
	font-size: 4.5rem;
	line-height: 1;
	color: var(--lightforeground);
	font-weight: 800;
	margin: 0;
}

.soustitre_hero h1 strong {
	font-weight: 800;
	color: var(--lightorangesparks);
}



.hero-actions {
	display: flex;
	gap: 1rem;
}

.hero-tags {
	border-top: 1px solid;
	padding-top: 2rem;
}

.hero-content {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

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

.box-light-container {
	background: var(--lightforeground);
	padding: 1rem;
	border-radius: var(--sparksradius);
	--tw-shadow-color: rgb(0 0 0 / .3);
	--tw-shadow: var(--tw-shadow-colored);
	--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);
	--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	width: fit-content;
}

.hero-tags {
	border-top: 1px solid;
	padding-top: 2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	color: var(--lightforeground50);
	font-weight: 600;
}

.soustitre_hero {
	max-width: 900px;
}

.tagline_hero {
	color: var(--lightforeground);
}

/* Domaines d'expertise */

.expertise-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	grid-auto-rows: 180px;
	margin-top: 2.5rem;
}

a.expertise-card.span-2 {
	grid-row: span 2 / span 2;
	grid-column: span 2 / span 2;
}

a.expertise-card {
	border: solid 1px var(--muted);
	border-radius: var(--sparksradius);
	padding: 1.25rem;
	position: relative;
	overflow: hidden;
}

.expertise-card img {
	position: absolute;
	bottom: 0.5rem;
	right: 0.5rem;
	height: 70%;
	width: 55%;
	object-fit: contain;
}

.expertise-icons {
	display: flex;
	gap: 0.4rem;
	opacity: 0.7;
}

.shadow_1 {
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
	--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
}

.shadow_2 {
	--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow_3 {
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.bottom_card_filiere {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.expertise-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

h3.title_card {
	margin: 0;
}

p.subtitle {
	color: var(--muted-foreground);
	margin: 0;
	max-width: 42rem;
}

.block-title {
	margin: 0 0 1rem 0;
	color: var(--foreground);
}


.domaines-expertise-block {
	padding: 5rem 0;
}

a.expertise-card:hover .expertise-overlay {
	opacity: 0.2 !important;
}

.expertise-overlay {
	transition: 0.2s;
}

span.block-tag {
	background-color: var(--orangesparksd);
	color: var(--muted);
	padding: 2px 12px;
	border-radius: var(--sparksradius);
	display: flex;
	align-items: center;
	width: fit-content;
	gap: 0.3rem;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: .75rem;
}

.formations-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

.formation-item {
	border-radius: var(--sparksradius);
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.formation_card_top {
	height: 250px;
	overflow: hidden;
	position: relative;
}

.formation-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.formation-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


span.tag_best {
	text-transform: uppercase;
	letter-spacing: 4%;
	position: absolute;
	top: 0.625rem;
	left: 0.625rem;
	background-color: var(--orangesparksd);
	color: white;
	padding: 3px 7px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	gap: 0.3rem;
	font-weight: 600;
}

.formation_card_middle {
	padding: 1.25rem;
	padding-bottom: 0.75rem;
}

.formation_card_bottom {
	padding: 0.75rem 1.25rem 0.75rem 1.25rem;
	background-color: var(--muted04);
	border-bottom-right-radius: var(--sparksradius);
	border-bottom-left-radius: var(--sparksradius);
	border-top: solid 1px var(--border);
	color: var(--muted-foreground);
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: auto;
}


.description_card_formation {
	color: var(--muted-foreground);
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.tags_formation_card_middle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: .75rem;
}

.formation_card_bottom_left span {
	display: flex;
	align-items: center;
	gap: 0.3rem;
}

.formation_card_bottom_left {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.tag_filiere {
	color: var(--orangesparksd);
	font-weight: 600;
}

.niveau {
	color: var(--muted-foreground);
	background: var(--muted);
	padding: 0.125rem .625rem 0.125rem .625rem;
	border-radius: 100px;
}

.tags_formation_card_middle>div {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.infos_sub_middle_card_formation {
	color: var(--muted-foreground);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem;
}

.price_card_formation {
	margin-top: .75rem;
	font-weight: 600;
	color: var(--foreground);
}

.formation_card_bottom_right {
	color: var(--orangesparksd);
}

.formation_card_bottom_left>span>i {
	color: var(--orangesparksd);
}

.title_form {
	margin: 0 0 .5rem 0;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: .3s;
}

.formation-item:hover .title_form {
	color: var(--orangesparksd);
}

.formation-item:hover .formation-image {
	transform: scale(1.03);
}

.formation-image {
	transition-property: all;
	transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
}

.title_section_flex_container {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 2.5rem;
}

a.tout_voir {
	display: flex;
	gap: 0.4rem;
	color: var(--orangesparksd);
	font-weight: 600;
}

.tag_new {
	background-color: var(--greensparks) !important;
}

.best-formations-block {
	padding-bottom: 5rem;
}

.new-formations-block {
	padding: 6rem 0;
}

/* Bloc CTA */

.inner_cta_container {
	text-align: center;
}

.cta-contact-block {
	padding: 6rem 0;
	background-color: var(--orangesparkssoft);
}

.inner_cta_container>.subtitle {
	max-width: 36rem;
}

.inner_cta_container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2rem;
}

.contact-info {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem;
	color: var(--muted-foreground);
	justify-content: center;
}

.cta-actions {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.contact-info a {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: .4rem;
}

.custom-links {
	display: flex;
	justify-content: center;
	gap: 1rem;
}

.inner_cta_container h2 {
	margin: 0;
	color: var(--foreground);
}

/* Reassurances */


.stat-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.reassurance-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 3rem;
	justify-content: center;
}

.reassurance-testimonials {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.reassurance-block {
	text-align: center;
	padding: 6rem 0;
}

.heading-wysiwyg strong {
	color: var(--orangesparksd);
	font-weight: unset;
}

.heading-wysiwyg {
	font-weight: 700;
	color: var(--foreground);
}

.reassurance-header p.subtitle {
	max-width: 42rem;
}

.reassurance-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

.heading-wysiwyg p {
	margin: 0;
}

.reassurance_inner {
	display: flex;
	flex-direction: column;
	gap: 4rem;
}

.testimonial-card {
	border: solid 1px var(--muted);
	border-radius: var(--sparksradius);
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 1.5rem;
	text-align: left;
}

.stat-number {
	font-weight: 700;
	color: var(--foreground);
}

.rating {
	color: var(--orangesparksl);
}

blockquote.testimonial-text {
	margin: 0;
	display: flex;
	flex-direction: column;
}

.testimonial-text i.bi.bi-quote {
	font-size: 31px;
	color: var(--orangesparksl);
	opacity: 0.3;
	display: flex;
	margin-bottom: 1rem;
}

blockquote.testimonial-text {
	margin: 0;
	display: flex;
	flex-direction: column;
	margin-bottom: 1.25rem;
}

.testimonial-author {
	margin-top: .75rem;
	display: flex;
	flex-direction: column;
}


/* Bloc cartes features - Solutions entreprise */

.features-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	display: grid;
	gap: 1.25rem;
	margin-top: 4rem;
}

.block-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 3rem;
}

.cartes-features-block {
	padding: 6rem 0;
}

.feature-card {
	border: solid 1px var(--muted);
	border-radius: var(--sparksradius);
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.card_feature_bottom {
	padding: 1.5rem;
}

p.subtitle_card_feature {
	margin: 0;
	color: var(--muted-foreground);
}

.title_card_feature {
	margin: 0 0 .5rem 0;
}

.feature-image {
	height: 10rem;
	overflow: hidden;
}

.feature-image>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Nos agences */

section.nos_agences_section {
	padding: 6rem 0;
}

/* Page formation */

/* Conteneur principal */
.the_programme {
	position: relative;
	display: flex;
	flex-direction: column;
}

/* Gestion de la hauteur du contenu */
.the_programme .programme_content {
	overflow: hidden;
	max-height: 2000px;
	transition: max-height 0.5s ease-in-out;
	padding: .5rem 0 2rem 0;
}

/* État masqué (par défaut) */
.the_programme.collapsed .programme_content {
	max-height: 180px;
	/* Hauteur pour environ 7-8 lignes */
}

.the_programme::after {
	content: "";
	position: absolute;
	bottom: 0;
	/* Aligné juste au-dessus du bouton */
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%);
	pointer-events: none;

	/* C'est ici que la magie de la transition opère */
	opacity: 0;
	transition: opacity 0.4s ease-in-out;
}

/* Quand le bloc est replié, on affiche le gradient en douceur */
.the_programme.collapsed::after {
	opacity: 1;
}

/* Style rapide pour le bouton pour le détacher un peu du texte */
.btn_toggle_content {
	margin-top: 15px;
	align-self: flex-start;
	cursor: pointer;
	background: none;
	border: none;
	color: #007bff;
	/* À adapter avec tes classes ou ton thème */
	font-weight: bold;
	padding: 0;
}

.programme_content h3 {
	font-size: .875rem;
	line-height: 1.25rem;
	margin-bottom: .2rem;
}

.inner_formation_content_with_sidebar {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	display: grid;
	gap: 3rem;
}

.formation_content_center_container {
	grid-column: span 2 / span 2;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.section_formation_content .container {
	padding: 0rem 1rem 0.7rem 1rem;
}

section.section_formation_header {
	background-color: var(--muted04);
	border-bottom: solid 1px var(--lightgrey);
}

.section_formation_header_inner {
	padding-right: 440px;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}


.tags_formation_container span {
	border: solid 1px;
	padding: .25rem 0.625rem;
	border-radius: 100px;
	font-weight: 500;
	border-color: var(--border);
}

.tags_formation_container {
	display: flex;
	gap: .5rem;
	margin-bottom: .5rem;
}

.fil_ariane {
	margin-bottom: 1rem;
}

.caracteristiques_formation_header {
	display: flex;
	gap: 1rem;
	color: var(--muted-foreground);
}

.caracteristiques_formation_header span {
	display: flex;
	align-items: center;
	gap: .3rem;
}

.title_formation {
	color: var(--foreground);
	margin: 0;
}

p.description_courte_formation {
	margin: 0 0 1rem 0;
	font-weight: 500;
}

.caracteristiques_formation_header i {
	color: var(--orangesparksl);
}

.box-light {
	border: solid 1px var(--border);
	padding: 1.5rem;
	border-radius: var(--sparksradius);
}

.title_box_light {
	margin: 0 0 1rem 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .5rem;
}

section.section_formation_content {
	padding: 3rem 0;
}

.container_2_col {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1rem;
}

.box_grey {
	background-color: var(--muted05);
	padding: 1rem;
	border: solid 1px var(--border);
	border-radius: var(--sparksradius);
	display: flex;
	flex-direction: column;
}

.title_small_vue_ensemble {
	font-weight: 600;
	color: var(--foreground);
	margin-bottom: .25rem;
}

.box_grey>p {
	margin: 0;
}

.title_small_vue_ensemble i {
	color: var(--orangesparksl);
	font-size: 1rem;
}

a.tag_public {
	color: var(--orangesparksd);
	background-color: var(--orangesparkssoft);
	padding: .25rem .625rem;
	border-radius: 100px;
	width: fit-content;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: .25rem;
}

.tag_public i {
	display: flex;
}

.title_box_light>i {
	color: var(--orangesparksl);
}

.sidebar_content {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	position: sticky;
	top: 7rem;
	transition: .3s ease-in-out;
	margin-top: -200px;
}

.main_card_formation {
	padding: 0;
	overflow: hidden;
}

.img_formation_card {
	height: 12rem;
	overflow: hidden;
}

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

.formation_card_info {
	padding: 1rem;
}

.formation_card_info_top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.formation_card_info_middle {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.formation_card_info_bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.separateur_grey {
	height: 1px;
	width: 100%;
	background: var(--lightgrey);
}

.formation_card_info {
	padding: 1rem;
	display: flex;
	flex-direction: column;
	gap: .75rem;
}

.formation_card_info_bottom div {
	display: flex;
	flex-direction: column;
}

.formation_card_info_middle div {
	display: flex;
	align-items: center;
	gap: .375rem;
}

.formation_card_info_middle i {
	color: var(--orangesparksl);
}

.price_card {
	color: var(--orangesparksd);
	font-weight: 700;
}

.price_card_secondary {
	color: var(--orangesparksd);
	font-weight: 700;
}

.surtitle_small {
	color: var(--muted-foreground);
	text-transform: uppercase;
}

.reference {
	color: var(--muted-foreground);
}

.entry-content>p,
.entry-content>h1,
.entry-content>h2,
.entry-content>h3,
.entry-content>h4,
.entry-content>h5,
.entry-content>a,
.entry-content>blockquote,
.entry-content>figure {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding: 0.7rem 1rem;
}

.entry-content>ul {
	/* margin-left: auto;
	margin-right: auto;
	padding: 0.7rem 1rem; */
}

.sidebar-header i {
	color: var(--orangesparksl);
}

.formation_associee img {
	width: 3.5rem;
	height: 3.5rem;
	object-fit: cover;
	border-radius: var(--sparksradius);
}

a.formation_associee {
	display: flex;
	align-items: center;
	gap: .75rem;
	transition: .3s;
}

.formation_associees_liste {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.title_info_form_associee {
	min-width: 0px;
}



.the_title_form_associee {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0;
}


.infos_container_form_associees {
	color: var(--muted-foreground);
}

.carte_light {
	border: solid 1px var(--border);
	padding: .75rem;
	border-radius: var(--sparksradius);
}

.liste_questions_frequentes {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.question_paragraphe {
	margin: 0;
	color: var(--muted-foreground);
}

.question_title {
	margin: 0;
	margin-bottom: .5rem;
}

.list_objectifs_pedagogiques {
	display: flex;
	flex-direction: column;
	gap: .75rem;
}

.the_element_pedagogique i {
	color: var(--orangesparksl);
}

.the_element_pedagogique {
	display: flex;
	align-items: center;
	gap: .75rem;
}


/* Programme détaillé */

/* Conteneur du texte */
.content_text {
	overflow: hidden;
	transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	/* Transition fluide */
	position: relative;
}

/* État FERMÉ */
.item_programme.collapsed .content_text {
	max-height: 50px;
	/* Hauteur du "teaser" */
}

/* Le dégradé (Fade out) */
.item_programme.collapsed .content_text::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: linear-gradient(transparent, #ffffff);
	/* Assure-toi que la couleur match le fond de ta box */
	transition: opacity 0.3s ease;
}

/* État OUVERT */
.item_programme.expanded .content_text {
	max-height: 1000px;
	/* Une valeur supérieure à n'importe quel texte de programme */
}

.item_programme.expanded .content_text::after {
	opacity: 0;
	pointer-events: none;
	/* Évite de bloquer les clics si le texte est long */
}

/* Petit bonus : rotation de l'icône si tu en ajoutes une dans le bouton */
.btn_toggle_content i {
	transition: transform 0.3s ease;
}

.item_programme.expanded .btn_toggle_content i {
	transform: rotate(180deg);
}

.header_item {
	display: flex;
	align-items: center;
	gap: 1rem;
}

span.step_duration {
	margin-left: auto;
	color: var(--muted-foreground);
}

.liste_programme {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}


.content_wrapper {
	display: grid;
}

button.btn_toggle_content {
	background: none;
	border: none;
	color: var(--orangesparksd);
	margin-left: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.item_programme p {
	margin-bottom: 0;
	font-size: .875rem;
	line-height: 1.25rem;
	margin-top: auto;
}

span.step_number {
	color: var(--orangesparksd);
	font-weight: 700;
	background-color: var(--orangesparkssoft);
	width: 2rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
}

.formateur_name {
	font-weight: 600;
}

.formateur_short_description {
	color: var(--muted-foreground);
	margin-top: .5rem;
}

img.formateur_img {
	width: 5rem;
	height: 5rem;
	object-fit: cover;
	border-radius: 9999px;
}

.the_formateur {
	display: flex;
	gap: 1.25rem;
}

.formateur_title {
	color: var(--orangesparksd);
}

.formateur_tag_list {
	display: flex;
	flex-wrap: wrap;
	gap: .375rem;
	margin-top: .75rem;
}

span.tag_formateur {
	color: var(--muted-foreground);
	background-color: var(--muted);
	padding: .125rem .5rem;
	border-radius: 9999px;
}

.item_prochaines_sessions_formation.carte_light {
	display: flex;
	justify-content: space-between;
	transition: .3s;
}

p.date_form_list {
	display: flex;
	align-items: center;
	gap: .375rem;
	margin: 0;
}

p.langue_form_list {
	display: flex;
	align-items: center;
	gap: .375rem;
	margin: 0;
}

.session_flex_right {
	display: flex;
	align-items: center;
	gap: .75rem;
}

.garantie {
	display: flex;
	align-items: center;
	gap: .25rem;
	color: var(--greensparks);
}

.muted-foreground {
	color: var(--muted-foreground);
}

button.btn-reserver {
	background-color: var(--orangesparksd);
	color: white;
	font-weight: 600;
	padding: .75rem .75rem;
	border-radius: var(--sparksradius);
	border: none;
}

button.btn-reserver:hover {
	cursor: pointer;
}

.session_flex_left {
	display: flex;
	flex-direction: column;
	gap: .25rem;
}

.price_form_list {
    font-weight: 600;
    color: var(--orangesparksd);
}

.list_prochaines_sessions_formation {
	display: flex;
	flex-direction: column;
	gap: .75rem;
}

img.img_avis {
	width: 2.5rem;
	height: 2.5rem;
	object-fit: cover;
	border-radius: 9999px;
}

.the_avis {
	display: flex;
	gap: 1rem;
}

.name_avis {
	font-weight: 600;
}

.infos_avis_line_1 {
	display: flex;
	align-items: center;
	gap: .5rem;
}

.date-avis {
	margin-left: auto;
}

.liste_avis_formation {
	display: flex;
	flex-direction: column;
	gap: .75rem;
}

/* Style des étoiles */
.stars_container {
	color: #ffc107;
	/* Jaune standard Bootstrap, à ajuster selon la charte Sparks */
	display: flex;
	align-items: center;
	gap: 4px;
}

.rating_value {
	color: #333;
	font-weight: bold;
	margin-left: 8px;
}

.rating_count {
	color: #6c757d;
	font-size: 0.9rem;
	margin-left: 4px;
}

/* Style de la barre de progression */
.barre_satisfaction {
	background-color: #e9ecef;
	/* Fond gris clair de la barre */
	border-radius: 50px;
	height: 10px;
	width: 100%;
	overflow: hidden;
	margin: 10px 0;
}

.progress_fill {
	background: linear-gradient(90deg, var(--orangesparksd), var(--orangesparksl));
	/* Un dégradé vert pour le côté "qualité" */
	height: 100%;
	border-radius: 50px;
	/* Animation pour que la barre se remplisse au chargement */
	animation: fillProgress 1.5s ease-out forwards;
}

@keyframes fillProgress {
	from {
		width: 0;
	}

	/* La valeur finale est gérée par le style inline dans le HTML */
}

.title_satisfaction {
	display: flex;
	justify-content: space-between;
	font-weight: 500;
}

.mention_satisfaction {
	display: block;
	color: #6c757d;
	margin-top: 5px;
}

.stars_avis_title_card_form {
	margin-left: auto;
}

.taux_satisfaction_global {
	background-color: var(--muted05);
}

span.percentage_value {
	color: var(--orangesparksd);
}

a.link_simple {
	color: var(--orangesparksd);
}

a.link_simple:hover {
	text-decoration: underline;
}

.list_cta_sidebar_formation {
	display: flex;
	flex-direction: column;
	gap: .75rem;
}

.list_cta_sidebar_formation>a {
	display: flex;
	gap: .75rem;
}

.list_cta_sidebar_formation>a:hover {
	color: var(--orangesparksd);
}

.eligible_opco {
	display: flex;
	gap: .75rem;
}

.eligible_opco>div {
	display: flex;
	flex-direction: column;
	gap: .245rem;
}

.infos_modalites_formations {
	display: flex;
	flex-direction: column;
	margin-top: .5rem;
	gap: .25rem;
}

.infos_modalites_formations a {
	color: var(--orangesparksd);
}

.voir_modalites {
	color: var(--orangesparksd) !important;
}

span.eligible_bold {
	font-weight: 600;
}

.eligible_opco i {
	color: var(--orangesparksl);
}

/* Cache le menu par défaut */
.formation-sub-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	z-index: 999;
	transform: translateY(-100%);
	transition: transform 0.3s ease-in-out;
	padding: 15px 0;
}

/* Affiche le menu quand on scroll */
.formation-sub-nav.is-visible {
	transform: translateY(0);
}

.sub-nav-list {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 30px;
}

.sub-nav-link {
	text-decoration: none;
	color: #333;
	font-size: 0.9rem;
	font-weight: 500;
	padding-bottom: 5px;
	position: relative;
	transition: color 0.3s;
}

/* Le soulignement de l'item actif */
.sub-nav-link.active {
	color: var(--orangesparksd);
	/* À adapter à ta charte Sparks */
}

.sub-nav-link.active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: var(--orangesparksd);
}

.btn_toggle_content:hover {
	cursor: pointer;
}

#avis-participants .stars_avis_title_card_form {
	font-size: 1rem;
}

.h2_formation {
	margin: 0;
}

.btn_main_commander {
	width: 100%;
	display: flex;
	justify-content: center;
	border-radius: calc(var(--sparksradius) - 5px) !important;
	gap: .5rem;
}

span.tag_highlight {
	color: var(--orangesparksd);
	border-color: var(--orangesparksd);
	background-color: var(--orangesparkssoft);
}

.green {
	color: var(--greensparks) !important;
}

a.formation_associee:hover {
	border-color: var(--orangesparksl);
}

.item_prochaines_sessions_formation.carte_light:hover {
	border-color: var(--orangesparksl);
}

/* Filiere / Domaine d'expertise */

.domaine_header .container {
	display: flex;
	align-items: center;
}

img.img_filiere {
	height: 10rem;
	width: 10rem;
	margin-left: auto;
	object-fit: contain;
}

section.section_formation_header.domaine_header {
	padding: 3rem 0;
}

.filiere_head_inner {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 2rem;
}

.filiere_a_propos {
	grid-column: span 3 / span 3;
}

.filiere_featured_formation {
	grid-column: span 2 / span 2;
}

.list_sous_filieres {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: .75rem;
}

.title_a_propos {
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: .5rem;
	margin-bottom: .75rem;
}

.title_a_propos i {
	color: var(--orangesparksl);
}

.nb_formations_sous_filieres {
	margin-top: 1rem;
}

.a_propos_sous_filieres {
	margin-top: 1rem;
}

.sous_filiere_card img {
	width: 3rem;
	height: 3rem;
	object-fit: cover;
	border-radius: var(--sparksradius);
}

.sous_filiere_card {
	display: flex;
	gap: .75rem;
}

.nb_formation_sous_filier_tag {
	background-color: var(--muted);
	border-radius: 10000px;
	font-weight: 500;
	padding: .125rem .275rem;
}

.infos_sous_filiere_card {
	display: flex;
	gap: .5rem;
	align-items: center;
}

.title_section_sous_filieres {
	text-transform: uppercase;
	color: var(--muted-foreground);
	font-weight: 600;
	letter-spacing: .05em;
	margin-bottom: .75rem;
	display: block;
}


.extrait_formations_sous_f {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: .125rem;
}

.section_filiere_head .container {
	padding: 2.5rem 1rem;
}

span.nb_formations_filiere {
	color: var(--orangesparksd);
	font-weight: 600;
}

.sous-filiere-container {
	margin-top: 1rem;
}

.header_sous_filiere {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

section.section_resultats_archive {
	border-top: solid 1px var(--border);
	background: var(--muted04);
}

.titre_sous_filiere {
	font-weight: 600;
}

.title_featured_formations_filiere i {
	color: var(--orangesparksl);
}

.title_featured_formations_filiere {
	display: flex;
	align-items: center;
	gap: .5rem;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: .75rem;
}

/* Page parcours */

.tous_les_parcours {
	display: block;
}

section.section_formation_header.section_parcours_header {
	background: var(--orangesparksd);
	color: white;
}

.section_parcours_inner h1.title_formation.text-3xl {
	color: white;
}

.section_parcours_inner .caracteristiques_formation_header {
	color: white;
}

.section_parcours_inner .caracteristiques_formation_header i {
	color: white;
}

.resume_parcours {
	font-weight: 700;
	color: var(--foreground);
	margin-bottom: 1rem;
}

.parcours_card_info_top .line_top_parcours {
	display: flex;
	justify-content: space-between;
}

.flex_line_top_parcours {
	display: flex;
	flex-direction: column;
	gap: .75rem;
}

.info_parcours_bold {
	font-weight: 600;
	color: var(--foreground);
}

.price_parcours {
	font-weight: 700;
	color: var(--foreground);
}

.mention_OPCO_parcours {
	text-align: center;
}

.btn_nous_contacter {
	border: solid 1px var(--foreground);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .375rem .75rem;
	border-radius: calc(var(--sparksradius) - 5px);
	color: var(--foreground) !important;
}

.flex-btns_parcours {
	gap: .75rem;
	display: flex;
	flex-direction: column;
}

.item_parcours_container {
	display: flex;
	gap: 1.25rem;
}

.step_container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.numer_container {
	color: white;
	font-weight: 700;
	background: var(--orangesparksd);
	border-radius: 10000px;
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.progress_step {
	width: .125rem;
	background: var(--orangesparkssoft);
	flex: 1 1 0%;
}

.img_title_formation_parcours {
	height: 4rem;
	width: 6rem;
	object-fit: cover;
	display: block;
	border-radius: var(--sparksradius);
}

.title_formation_parcours {
	display: flex;
	justify-content: space-between;
}


.item_card_parcours_container {
	width: 100%;
	margin-bottom: 2rem;
}

.step_orange {
	color: var(--orangesparksd);
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .05rem;
	margin-bottom: .25rem;
}

.the_title_formation {
	font-weight: 700;
	color: var(--foreground);
}

.tags_formation_parcours {
	margin-top: .75rem;
}

.tags_formation_parcours {
	margin-top: .75rem;
	margin-bottom: .75rem;
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
}

.tags_formation_parcours span {
	border: solid 1px var(--border);
	border-radius: 1000Px;
	padding: .125rem .625rem;
	display: flex;
	gap: .5rem;
}

.link_formation_parcours {
	color: var(--orangesparksd) !important;
	font-weight: 600;
}

span.price_bold_tag {
	color: var(--foreground);
	font-weight: 600;
}

.liste_programme.parcours {
	gap: 0;
}

/* Archive parcours */

section.section_formation_header.section_parcours_header.section_parcours_archive {
	text-align: center;
}

section.section_formation_header.section_parcours_header.section_parcours_archive .section_formation_header_inner {
	padding: 0;
}

section.section_formation_header.section_parcours_header.section_parcours_archive .tags_formation_container {
	justify-content: center;
}

.section_formation_header_inner.section_parcours_inner.section_archive_parcours_inner {
	padding: 4rem 0 !important;
}

.section_archive_parcours_inner .title_formation {
	color: white;
	margin-bottom: 1rem;
}

.description_courte_formation.archive_parcours {
	max-width: 42rem;
	margin: auto;
}

.section_reassurances_archive_parcours_inner {
	gap: 2rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.the_reassurance_archive_parcours {
	display: flex;
	align-items: center;
	gap: .625rem;
}

.the_reassurance_archive_parcours i {
	width: 2.25rem;
	color: var(--orangesparksl);
	background-color: var(--orangesparkssoft);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2.25rem;
	border-radius: var(--sparksradius);
}

.the_reassurance_archive_parcours p {
	margin: 0;
}

.section_reassurances_archive_parcours .container {
	padding: 1rem;
}

.archive #custom-cta-archive {
	border-top: solid 1px var(--border);
	padding: 4rem 0;
}

section.section_reassurances_archive_parcours {
	border-bottom: solid 1px var(--border);
}

.archive_parcours_result_inner {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2rem;
	padding: 4rem 0;
}

.item_parcours_card_flex {
	display: flex;
	align-items: center;
	gap: .75rem;
	background: var(--muted05);
	border-radius: var(--sparksradius);
	padding: .5rem;
	border: solid 1px var(--border);
}

.item_parcours_card_flex_right p {
	margin: 0;
}

.contenu_parcours_card_flex {
	display: flex;
	flex-direction: column;
	gap: .5rem;
}

.group_title_parcours {
	display: flex;
	align-items: center;
	gap: .75rem;
}

.icon_parcours {
	width: 3rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--orangesparkssoft);
	border-radius: var(--sparksradius);
	color: var(--orangesparksl);
	font-size: 1.5rem;
}

.x_sessions {
	color: var(--orangesparksd);
}


/* Single agence */

.single-agence .caracteristiques_formation_header {
	margin-top: .5rem;
}

.single-agence .fil_ariane {
	margin-bottom: .5rem;
}

.single-agence .sidebar_content {
	margin-top: 0;
	top: 2rem;
}

.section_agence_header {
	position: relative;
	height: 20rem;
	overflow: hidden;
}

img.img_header_agence {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.section_agence_header .container {
	position: relative;
	z-index: 2;
	height: 100%;
}

.overlay_dark_agence {
	width: 100%;
	height: 100%;
	position: absolute;
	background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255 255 255 / 80%) 50%);
	z-index: 1;
	top: 0;
	left: 0;
}

.section_agence_header .section_formation_header_inner {
	position: absolute;
	bottom: 0;
}


.container_4_col {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.feature_agence {
	display: flex;
	align-items: center;
	gap: .5rem;
}

.feature_agence i {
	color: var(--orangesparksl);
}

.address-details {
	margin-top: .5rem;
}

.autres_agences_liste {
	display: flex;
	flex-direction: column;
	gap: .5rem;
}

.autres_agences_liste a {
	display: flex;
	align-items: center;
	gap: .5rem;
}

.autres_agences_liste .bi-arrow-right {
	margin-left: auto;
}

.form_agence input[type="submit"],
.form_contact_container input[type="submit"] {
	background-color: var(--orangesparksd) !important;
	width: 100% !important;
	border-radius: var(--sparksradius) !important;
}

.form_agence input[type="text"],
.form_agence input[type="email"],
.form_agence input[type="tel"],
.form_agence textarea {
	border-color: var(--border) !important;
	box-shadow: none !important;
}

.form_contact_container input[type="text"],
.form_contact_container input[type="email"],
.form_contact_container input[type="tel"],
.form_contact_container textarea,
.form_contact_container select {
	border-color: var(--border) !important;
	box-shadow: none !important;
}






.form_agence .gform_fields,
.form_contact_container .gform_fields {
	gap: .5rem !important;
}

p.gform_required_legend {
	display: none;
}

.info_form_container_agences {
	display: flex;
	flex-direction: column;
	gap: .75rem;
}

.info_form_container_agences>* {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: .5rem;
}

.info_form_container_agences i {
	color: var(--orangesparksl);
}

.orangesparks {
	color: var(--orangesparksd);
}

/* Calendrier des sessions */

p.desc_sess {
	margin-top: .5rem;
}

.item_prochaines_sessions_formation .session_flex_left {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 1rem;
}

.date_session_big {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 5rem;
	flex-shrink: 0;
}

.detail_infos_list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: .75rem;
}

.big_number_orange {
	color: var(--orangesparksd);
}

.detail_info_session {
	margin-top: .25rem;
}

.month_title {
	margin-bottom: 1rem;
}

.nb_results {
	margin-bottom: 1.5rem;
}

.wp-block-group {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding: 0.7rem 1rem;
}

/* Bloc header */

.align-gauche .title_formation {
	text-align: left;
}

.align-gauche .description_courte_formation {
	text-align: left;
}

section.section_formation_header.section_parcours_header.section_parcours_archive.bg-clair {
	background: var(--lightforeground);
	color: var(--foreground);
}

.bg-clair .title_formation {
	color: var(--foreground);
}

/* Page contact */

.inner_contact_section_page {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 3rem;
	padding: 3rem 0;
}


.coordonnees_appel_mail a.carte_light {
	display: flex;
	align-items: center;
	gap: .75rem;
}

.coordonnees_appel_mail {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.coordonnees_appel_mail i {
	color: var(--orangesparksl);
}

.fil_ariane a {
	text-decoration: none;
	color: var(--muted-foreground);
}

ul.wp-block-list {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

/* Modale formation */

/* Intégration de la structure de base de la modale */
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(4px);
	z-index: 9999;
	/* Pour passer au-dessus du sub-nav */
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}

.modal-overlay.is-active {
	opacity: 1;
	pointer-events: auto;
}

.modal-wrapper {
	position: relative;
	width: 100%;
	max-width: 64rem;
	margin: 20px;
	padding: 30px;
	border-radius: 8px;
	transform: translateY(-20px);
	transition: transform 0.3s ease;
	background: var(--lightforeground);
}

.modal-overlay.is-active .modal-wrapper {
	transform: translateY(0);
}

.modal-close {
	position: absolute;
	top: 15px;
	right: 15px;
	background: transparent;
	border: none;
	font-size: 1.25rem;
	cursor: pointer;
	color: #6b7280;
	transition: color 0.2s;
}

.modal-close:hover {
	color: #111827;
}

/* Helpers utilitaires si pas déjà présents dans ton thème */
.mb-4 {
	margin-bottom: 1rem;
}



.programme_content strong {
	font-size: .875rem;
	line-height: 1.25rem;
}

.chapitre-activites-pratiques {
	margin-top: .5rem;
	color: var(--muted-foreground);
	border-left: solid 1px;
	padding-left: 1rem;
}

.section_sessions_header .fil_ariane a {
	color: white;
}

.langue_form_list.prochaines_sessions {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.prix_list_form_agence {
	color: var(--orangesparksd);
	font-weight: 600;
}

.title_formation_agence_list {
	margin: 0;
}

.modalite_radio_box.devis_sur_mesure {
	border: dashed 2px var(--lightgrey);
}

.modalite_radio_box {
	border: solid 2px var(--lightgrey);
}


/* Conteneur global des choix radio de Gravity Forms */
.tuiles-modalites .gfield_radio {
	display: grid !important;
	grid-template-columns: 1fr 1fr 1fr;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 12px;
}

/* Chaque option (le li ou div parent selon les versions de GF) */
.tuiles-modalites .gfield_radio>div,
.tuiles-modalites .gfield_radio>li {
	flex: 1 1 calc(33.333% - 11px);
	/* 3 colonnes */
	min-width: 180px;
	/* Sécurité responsive */
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* On masque le petit rond du bouton radio natif */
.tuiles-modalites .gfield_radio input[type="radio"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

/* Le label devient notre tuile cliquable */
.tuiles-modalites .gfield_radio label {
	display: block;
	height: 100%;
	border: 1px solid #e2e8f0;
	background-color: #ffffff;
	padding: 16px;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	margin: 0 !important;
	font-weight: normal !important;
}

/* Effet Hover */
.tuiles-modalites .gfield_radio label:hover {
	border-color: #cbd5e1;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

/* Style de la tuile lorsque le bouton radio invisible est COCHÉ */
.tuiles-modalites .gfield_radio input[type="radio"]:checked+label {
	border-color: var(--orangesparksl);
	/* Même bleu que votre sidebar */
	box-shadow: 0 0 0 1px var(--orangesparksl);
}

/* --- Stylisation du contenu HTML de la tuile --- */
.tuile-modalite-content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.tuile-tag {
	align-self: flex-start;
	font-size: 11px;
	font-weight: 600;
	background-color: #e0f2fe;
	color: var(--orangesparksd);
	padding: 2px 8px;
	border-radius: 4px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.tuile-tag.tag-grey {
	background-color: #f1f5f9;
	color: #475569;
}

.tuile-title {
	font-size: 15px!important;
	font-weight: 600!important;
	color: #0f172a;
	margin: 0 0 6px 0 !important;
}

.tuile-desc {
	font-size: 12px!important;
	color: #64748b!important;
	margin: 0 0 16px 0 !important;
	line-height: 1.4;
	flex-grow: 1;
	/* Pousse le prix vers le bas pour aligner les tuiles */
}

.tuile-price {
	font-size: 16px;
	font-weight: 700;
	color: var(--orangesparksd);
	margin-top: auto;
}

.tuile-price.price-devis {
	color: #475569;
	font-weight: 600;
}

/* Conteneur global du second champ (les sessions) */
.tuiles-sessions .gfield_radio {
	display: grid !important;
	grid-template-columns: 1fr 1fr;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 12px;
}

/* 2 colonnes côte à côte */
.tuiles-sessions .gfield_radio>div,
.tuiles-sessions .gfield_radio>li {
	grid-template-columns: 1fr!important;
	flex: 1 1 calc(50% - 8px);
	min-width: 240px;
	/* Évite que ce soit trop écrasé sur mobile */
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Masquage du input radio natif */
.tuiles-sessions .gfield_radio input[type="radio"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

/* Le label transformé en tuile de session */
.tuiles-sessions .gfield_radio label {
	display: block;
	height: 100%;
	border: 1px solid #e2e8f0;
	background-color: #ffffff;
	padding: 14px;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.2s ease;
	margin: 0 !important;
	font-weight: normal !important;
}

.tuiles-sessions .gfield_radio label:hover {
	border-color: #cbd5e1;
	background-color: #f8fafc;
}

/* État Coché */
.tuiles-sessions .gfield_radio input[type="radio"]:checked+label {
	border-color: var(--orangesparksd);
	background-color: var(--orangesparkssoft);
	/* Un bleu très léger pour distinguer la session choisie */
	box-shadow: 0 0 0 1px var(--orangesparksd);
}

/* Structure interne de la tuile session */
.tuile-session-content {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.session-date-wrapper {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #0f172a;
	font-weight: 600;
	font-size: 14px;
}

.session-date-wrapper i {
	color: #64748b;
}

.session-meta {
	font-size: 12px;
	color: #64748b;
	display: flex;
	align-items: center;
	gap: 4px;
}

.session-footer {
	margin-top: 4px;
	padding-top: 8px;
	border-top: 1px dashed #e2e8f0;
	display: flex;
	justify-content: flex-end;
}

.session-price {
	font-size: 13px;
	font-weight: 600;
	color: var(--orangesparksd);
}

/* Cas où aucune session n'est dispo */
.tuile-session-empty {
	font-style: italic;
	color: #94a3b8;
	text-align: center;
	padding: 16px;
	border: 1px dashed #cbd5e1;
	border-radius: 6px;
	width: 100%;
}

aside.modal-formation-sidebar {
	max-width: 280px;
}

.header_modal_orange {
    padding: 1.5rem;
    background: var(--orangesparksd);
    color: white;
}

.container_formulaire_formation_w_sidebar {
    display: flex;
    gap: 1.5rem;
    padding: 0 1.5rem 1.5rem 1.5rem;
	justify-content: space-between;
}

.carte_light.recap_form_sidebar {
    padding: 0;
    border-radius: var(--sparksradius);
    overflow: hidden;
}

.sidebar-modal-body {
    padding: 1rem;
}

.sidebar-modal-meta-list>div {
    display: flex;
    align-items: center;
    gap: .325rem;
}

.sidebar-modal-meta-list {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}


.sidebar-modal-meta-list i {
    color: var(--orangesparksl);
}

h3.sidebar-modal-title {
    margin-top: 0;
}

aside.modal-formation-sidebar {
    max-width: 280px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* --- Conteneur global du choix (Présentiel / Distanciel) --- */
.tuiles-prensentiel .gfield_radio {
    display: flex !important;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 12px;
}

/* Chaque bloc d'option (.gchoice) devient une colonne de la grille */
.tuiles-prensentiel  .gfield_radio .gchoice {
    flex: 1 1 calc(50% - 8px); /* 2 colonnes côte à côte */
    min-width: 140px; /* Sécurité pour le responsive mobile */
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
	display: block!important;
}

/* On masque proprement le bouton radio natif (le petit rond) */
.tuiles-prensentiel  .gfield_radio .gfield-choice-input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* Le label devient notre tuile cliquable */
.tuiles-prensentiel  .gfield_radio label {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 60px; /* Hauteur confortable pour cliquer */
    border: 1px solid #e2e8f0;
    background-color: #ffffff;
    padding: 12px 16px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600 !important; /* Pour affirmer le titre de la modalité */
    color: #1e293b;
    transition: all 0.2s ease-in-out;
    margin: 0 !important;
    width: 100%;
}

/* --- Effets au survol (Hover) --- */
.tuiles-prensentiel  .gfield_radio label:hover {
    border-color: #cbd5e1;
    background-color: #f8fafc;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

/* --- État sélectionné (Quand l'input précédent le label est coché) --- */
.tuiles-prensentiel  .gfield_radio .gfield-choice-input[type="radio"]:checked + label {
    border-color: var(--orangesparksl); /* Ton bleu thématique */
    background-color: var(--orangesparkssoft); /* Fond bleu très léger */
    color: var(--orangesparksd);
    box-shadow: 0 0 0 1px var(--orangesparksl);
}

/* --- Icône ou indicateur visuel optionnel avant le texte (si tu veux pousser l'UX) --- */
.tuiles-prensentiel  .gfield_radio .gchoice_3_9_0 label::before {
    content: "\F3E8"; /* Code icône Bootstrap Géoloc (Présentiel) */
    font-family: "bootstrap-icons";
    margin-right: 8px;
    font-size: 16px;
}

.tuiles-prensentiel  .gfield_radio .gchoice_3_9_1 label::before {
    content: "\F4F0"; /* Code icône Bootstrap Laptop (Distance) */
    font-family: "bootstrap-icons";
    margin-right: 8px;
    font-size: 16px;
}

/* --- Ajustement mobile --- */
@media (max-width: 480px) {
    .tuiles-prensentiel  .gfield_radio .gchoice {
        flex: 1 1 100%; /* Passe sur une seule ligne sur tout petit écran */
    }
}

.tuiles-prensentiel .gfield_radio {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
}

.barre-tarif-indicatif {
    border: solid 1px var(--orangesparksl);
    padding: .5rem;
    border-radius: var(--sparksradius);
    background: var(--orangesparkssoft);
}

/* --- Conteneur global de la liste des OPCO --- */
.tuiles-opco-tags .gfield_radio {
    display: flex !important;
    flex-wrap: wrap; /* Permet le retour à la ligne automatique */
    gap: .325rem!important;   /* Espace de 8px entre les lignes et 10px entre les colonnes */
    margin-top: 12px;
	flex-direction: row!important;
}

/* --- Chaque option devient un tag inline --- */
.tuiles-opco-tags .gfield_radio .gchoice {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    display: block;
}

/* --- Masquage complet du bouton radio natif --- */
.tuiles-opco-tags .gfield_radio .gfield-choice-input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* --- Stylisation du Label en petit Badge / Tag --- */
.tuiles-opco-tags .gfield_radio label {
    display: inline-block;
    font-size: 13px;
    font-weight: 500 !important;
    color: #475569; /* Gris intermédiaire propre */
    background-color: #f1f5f9; /* Fond gris clair neutre */
    border: 1px solid #e2e8f0;
    padding: 6px 14px;
    border-radius: 20px; /* Bords très arrondis style "pilule / tag" */
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    margin: 0 !important;
    text-align: center;
    user-select: none;
}

/* --- Effet au survol (Hover) --- */
.tuiles-opco-tags .gfield_radio label:hover {
    background-color: #e2e8f0;
    color: #1e293b;
    border-color: #cbd5e1;
}

/* --- État Sélectionné / Coché (Bleu de ta charte) --- */
.tuiles-opco-tags .gfield_radio .gfield-choice-input[type="radio"]:checked + label {
    background-color: var(--orangesparkssoft); /* Bleu très clair */
    color: var(--orangesparksd);            /* Texte bleu foncé */
    border-color: var(--orangesparksl);      /* Bordure bleue marquée */
    font-weight: 600 !important;
    box-shadow: 0 1px 2px rgba(2, 132, 199, 0.1);
}

/* --- Cas particulier pour "Je ne sais pas" et "Autre" (Optionnel) --- */
/* Si tu veux légèrement différencier les deux dernières options neutres */
.tuiles-opco-tags .gfield_radio .gchoice_3_20_11 label,
.tuiles-opco-tags .gfield_radio .gchoice_3_20_12 label {
    font-style: italic;
    background-color: #f8fafc;
}

.gf-recap-list div {
    display: flex;
    justify-content: space-between;
}

.recap-finance-line {
    display: flex;
    justify-content: space-between;
}

.gf-recap-list div:not(:last-child) {
    border-bottom: 1px solid var(--muted);
    padding-bottom: .3rem;
}

.gf-recap-list div {
    padding-top: .3rem;
}

.recap-finance-line:not(:last-child) {
    border-bottom: 1px solid var(--muted);
    padding-bottom: .3rem;
}

.recap-finance-line {
    padding-top: .3rem;
}


/* Style du lien Voir plus sous les sessions */
.gf-voir-plus-sessions {
    display: inline-block;
    margin-top: 12px;
    font-size: 13px;
    font-weight: 600;
    color: var(--orangesparksd); /*  Sparks */
    cursor: pointer;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.gf-voir-plus-sessions:hover {
    color: var(--orangesparksd);
}

/* Cache les sessions supplémentaires proprement */
.session-hidden {
    display: none !important;
}

.modal-inscription-body .gform-theme--foundation .gform_fields {
	row-gap: 1rem!important;
}

.title_option_session {
    gap: .4rem;
    display: flex;
}

.title_option_session i {
	color: var(--muted-foreground);
	font-size: 15px;
	align-items: center;
}

.geo_content_session {
    display: flex;
    align-items: center;
    gap: .2rem;
}

.barre-tarif-indicatif {
    display: flex;
    justify-content: space-between;
}

.tarif-info-droite {
    text-align: right;
}

.gform-theme--framework .gf_step_completed .gf_step_number::after {
	background-color: var(--orangesparksd)!important;
	border-color: var(--orangesparksd)!important;
}

input.gform_next_button {
    background: var(--orangesparksd)!important;
}

input#gform_submit_button_3 {
    background: var(--orangesparksd);
}

.price_session_future {
    text-align: right;
    color: var(--orangesparksd);
}

span.session-date.font-bold {
    font-weight: 600;
}

span.session-lieu {
    color: var(--muted-foreground);
    font-size: 12px!important;
}

.session-footer.text-xs {
    font-weight: 600;
    font-size: 12px;
}

.list_prochaines_sessions_formation .item_prochaines_sessions_formation .session_flex_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.list_prochaines_sessions_formation .item_prochaines_sessions_formation .session_flex_left h3 {
	margin: 0;
}

.reassurance_sidebar_modale {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.light_orange {
    background-color: var(--orangesparkssoft);
}

.resultats_calendrier_des_sessions_inner .session_flex_left {
    display: flex;
    flex-direction: row!important;
    align-items: center!important;
}

.session_flex_right a.btn-reserver {
    background: var(--orangesparksd);
    color: white;
    font-weight: 600;
    padding: 0 .75rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    border-radius: var(--sparksradius);
}

.hero-search-wrapper.box-light-container {
    width: 40rem;
}

input.search-submit.swp-button {
    background: var(--orangesparksd);
    color: white;
    font-weight: 600;
    display: flex;
    padding: 0 2.5rem;
    border-radius: var(--sparksradius);
    border: none;
}

input.swp-input--search.swp-input {
    border-radius: var(--sparksradius);
}

.swp-flex--row.swp-items-stretch.swp-flex--gap-md {
    height: 3rem;
}

input.swp-input--search.swp-input {
    font-size: .8rem;
}

.searchwp-live-search-results {
    border-radius: var(--sparksradius)!important;
	max-height: 460px!important;
}

.searchwp-live-search-result--title a {
    font-size: .875rem!important;
    text-decoration: none;
    color: var(--foreground);
    font-weight: 500;
}

h4.searchwp-live-search-result--title {
    margin: 0;
}