/*!
Theme Name: lp-sophrologie
Author: Laetitia Poulain
Text Domain: lp-sophrologie
Tags: sophrologie, maladies-chroniques, gestion-du-stress, soutient-handicap, troubles-musculo-squelettiques, douleurs-chrniques, suivi-patient, atelier-ecoute
lp-sophrologie is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Thanks Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/

>>> TABLE:
# 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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/**
*/

:root {
  /* Échelle de gris principale */
  --white:white;       /* blanc, fonds, arrière-plan */	
  --white-200: oklch(0.998 0.004 260);         /* voile bleu très léger */
  --white-300: oklch(0.996 0.005 260);         /* blanc brume bleutée */
  --white-400: oklch(0.994 0.006 260);         /* blanc glacé discret */
  --white-500: oklch(0.992 0.0055 260);        /* blanc doux froid */
  --white-600: oklch(0.990 0.004 260);         /* blanc neutre-froid */
  --white-700: oklch(0.985 0.0025 260);        /* blanc légèrement frais */
  --white-800: oklch(0.970 0.001 260);         /* blanc ombré, très subtil */
  --white-900: oklch(0.960 0 0);               /* le plus foncé — neutre, L = 0.96 */
	
  --gray-100: #f9f9f9; /* très clair, fonds, arrière-plan */
  --gray-200: #f0f0f0; /* clair, cartes, sections */
  --gray-300: #e0e0e0; /* clair-moyen, bordures, lignes */
  --gray-400: #c0c0c0; /* moyen, textes secondaires */
  --gray-500: #999999; /* neutre, textes normaux, icônes */
  --gray-600: #666666; /* sombre, textes importants */
  --gray-700: #444444; /* très sombre, titres et labels */
  --gray-800: #222222; /* presque noir, accent fort */
  --gray-900: #111111; /* noir profond, contrastes forts */
  --black:black;       /* blanc, fonds, arrière-plan */
	
	
  /* Couleurs d'interaction globales */
  --cta-bg: #0693e3;                   /* background des boutons principaux */
  --cta-bg-hover: var(--gray-300);     /* hover */
  --cta-text: #ffffff;                 /* texte des CTA */
  --cta-border: var(--gray-600);       /* bordure des boutons */
	
  --cta-bg-active: oklch(0.7 0.16 131.13);          /* background des boutons principaux - active */
  --cta-bg-hover: oklch(0.61 0.15 131.8);           /* background des boutons principaux - hover */ 
  --cta-bg-disable: #999;                           /* background des boutons principaux - disable */
	
  /* btn-primary */
  --cta-btn-primary-bg: oklch(0.7 0.16 131.13);            /* background des boutons*/
  --cta-btn-primary-bg-hover: oklch(0.61 0.15 131.8);      /* background des boutons- hover & active */ 

  --cta-btn-primary-color: var(--white);               /* bordure des boutons article */
  --cta-btn-primary-focus: oklch(0.8 0.19 130.88);     /* bleu clair pour outline focus/accessibilité */

  /* btn-secondary */
  --cta-btn-secondary-bg-active: #00000000;            /* background des boutons - active */
  --cta-btn-secondary-bg-hover: white;                 /* background des boutons- hover */ 
  --cta-btn-secondary-border: var(--gray-600);         /* bordure des boutons article */
  --cta-btn-secondary-color: var(--gray-700);          /* bordure des boutons article */
  --cta-btn-secondary-focus: #999999;                  /* bleu clair pour outline focus/accessibilité */

  --cta-btn-disable: var(--gray-500);           /* background des boutons - disable */
	
  /* Liens */
  --link-color: oklch(0.76 0.12 260.2);        /* bleu primaire pour liens normaux */
  --link-hover: oklch(0.67 0.14 259.7);        /* bleu plus foncé pour hover */
  --link-active: oklch(0.67 0.14 259.7);       /* bleu foncé pour active/clic */
  --link-visited: oklch(0.7 0.16 131.13);       /* bleu très foncé pour lien visité */
  --disabled: var(--gray-500);  /* états désactivés, on garde gris neutre */
  --focus-outline: #82B1FF;     /* bleu clair pour outline focus/accessibilité */
	
	
  /* background */
  --footer-bg: #C79E75 ;   /* background pour le footer */ 
	
  --article-bg-1: oklch(0.96 0.03 83.55);     /* background pour les articles grand fond */
  --article-highlight: oklch(0.75 0.12 260.58);     /* background pour les articles highlight */
	
  --btn-article-hilight-bg: white;

	
  /* header */
  --nav-bg: oklch(0.7 0.16 131.25);    /* background pour la nav du header */
  --menu-bg: var(--white);   /* background pour le menu mobile ouvert */
  --burger: white; /* couelur de icon burger */
  --burger-open: oklch(0.7 0.16 131.25); /* couelur de icon burger open */
  --burger-open-2: oklch(0.61 0.15 131.8); /* couelur de icon burger open */
  --link-menu: oklch(0.7 0.16 131.25);   /* liens li menu vert */
  --link-menu-hover: oklch(0.61 0.15 131.8);   /* liens li menu hovered */
	
  /* swiper */	
 --swiper-btn: #a3a6ab;
	
 /* other */	
 --name-colored:oklch(0.76 0.12 260.2); /* controle les textes en span avec cette couleur */
 --max-width: 820px;   /* controle la largeur des blocks de section */
 
 --nav-after: oklch(0.61 0.15 131.8); /* controle la couleur du hover du menu */
 --form-bg: oklch(0.92 0.04 261.39); /* controle la couleur du hover du menu */
 
 
 
}

*{
box-sizing:border-box;
}

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;
	overflow: hidden;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	margin: 0;
}

h2, h3, h4, h5, h6 {
	margin: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;
	width: fit-content;
}

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

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing */

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*
# Base */
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--gray-600);
	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;
}


h1{
	color:var(--gray-900);
	font-size: clamp(1.7em, 6vw, 2.4rem);
	line-height: 1.3;
	margin-bottom: 1rem;
    padding: 0 1.5rem;
	max-width: var(--max-width);
	width: -webkit-fill-available;
}

h2{
	color:var(--gray-800);
	font-size: clamp(1.6em, 6vw, 2rem);
	line-height: 1.3;
	margin-bottom: 1.5rem;
    padding: 0 1.5rem;
    max-width: var(--max-width);
	width: -webkit-fill-available;
}

h3{
	color:var(--gray-900);
	font-size: clamp(1.5em, 6vw, 1.75rem);
    line-height: 1.3;
	margin-bottom: 1.25rem;
}

h4{
	color:var(--gray-800);
	font-size: clamp(1.1em, 5vw, 1.4rem);
    line-height: 1.5;
	margin: 1rem 0 1.5rem 0;
}

p {
	margin: 0;
	color: var(--gray-600);
	margin-bottom:1rem;
}

strong{
	color:var(--gray-700)
}

details > summary{
	color:var(--gray-600);
}

details > p{
	color:var(--gray-500)!important;
	margin-bottom: 1rem;
}

.section{
	display: inline-flex;
    min-width: 100%;
    justify-content: space-evenly;
	padding: 2rem 0;
}

.section-wrapper{
	 padding: 0 1.5rem;
    margin: 1rem 0;
    display: flex;
    max-width: var(--max-width);
    flex-direction: column;
}

.section img{
	margin-top:1.25rem;
	max-height: 550px;
}


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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: var(--gray-200);
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 0;
	max-width: 100%;
	overflow: auto;
	padding: 0;
}

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

abbr,
acronym {
	border-bottom: 1px dotted var(--gray-600);
	cursor: help;
}

mark,
ins {
	background: var(--gray-100);
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background-color: var(--white);
}

hr {
	background-color: var(--gray-300);
	border: 0;
	height: 1px;
	margin-bottom: 0;
}

ul,
ol {
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0;
}

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

iframe {
    min-width: 100%;
	min-height: 350px;
}

img {
	height: auto;
	max-width: 100%;
	min-width: 100%;
    object-fit: cover;
}

figure {
	margin: 0;
}

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

/* Links */
a {
	color: var(--link-color);
}

a:visited {
	color: var(--link-visited);
}

a:hover,
a:focus,
a:active {
	 color: var(--link-active);
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */

/* Forms */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 3px;
  color: var(--gray-800);
  line-height: 1;
  width: fit-content;
}

button a{
	color:var(--cta-text);
    padding: .66rem 1rem;
}

button a:visited{
	color:var(--cta-text)
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: var(--gray-400);
  background: var(--cta-bg-hover);
}


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: var(--gray-500);
}

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: var(--gray-600);
  border: 1px solid var(--gray-300);
  border-radius: 3px;
  padding: 3px;
}

input:focus,
textarea:focus {
  color: var(--gray-900);
}

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;
	letter-spacing: -0.02rem;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px var(--gray-200);
	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;
    display: flex;
    height: auto;
    align-items: center;
	z-index: 99;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

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

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

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

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100%;
}

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

/* 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: var(--gray-100);
    color: var(--link-color);
	border-radius: 3px;
	box-shadow: 0 0 2px 2px var(--gray-600);
	clip: auto !important;
	clip-path: none;
	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;
}

/* Boutons CTA */
button,
a.button {
  line-height: 0.8;
  cursor:pointer;
  padding:0;
  background-color: transparent;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* Liens */
a {
  color: var(--link-color);
  text-decoration: none;
}

a:hover {
  color: var(--link-hover);
}

/* États désactivés */
button:disabled,
a.button.disabled {
  background-color: var(--disabled);
  color: var(--gray-600);
  cursor: not-allowed;
}

/* Focus accessible */
button.menu-toggle:active,
button.menu-toggle:focus,
button:focus,
a.button:active,
a.button:focus,
a.button:visited {
  outline-offset: 2px;
}

button a{
display: inline-block;
}

/* customization du comportement des elements wordpress lié avec le design systeme --------------------------------------- */
/* légendes images */
:root :where(.wp-block-image figcaption) {
	all: unset;
    display: inline-block;
    max-width: 100%;
    position: relative;
    color: var(--gray-500);
    font-style: italic;
    font-size: .75rem;
    text-align: left;
    padding: 0 1rem;
    margin-top: 0.75rem;
}

.wp-block-image {
    margin: 0;
}

/* listes a puces */

.wp-block-list{
	display: flex;
    gap: 0.75rem;
    flex-direction: column;
	margin-top:1.25rem;
	margin-bottom: 1.25rem;
}

/* boutons */
/* boutons general -------------- */
.wp-block-buttons>.wp-block-button{
	width: max-content;
	margin-top:1rem;
	cursor:pointer;
}

.wp-block-buttons .wp-block-button__link{
    all: unset;
    display: block;
	width: max-content;
    line-height: 0.8;
	font-size: clamp(0.77rem, 3.5vw, 0.875rem);
    padding: .66rem 1rem;
    border-radius: 32px;
    transition: background 0.3s ease;
}

.wp-block-buttons{
	display: flex;
    gap: .5rem;
	margin-bottom: 2rem;
}
/* fix button secondary on white background */

.btn-fix-white a:hover, .btn-fix-white a:focus, .btn-fix-white a:active{background-color: #f0f0f0 !important;}

/* boutons primary */
.btn-primary > a{	
	    transition: background 0.3s ease;
	    background: var(--cta-btn-primary-bg) !important;
        color: var(--cta-btn-primary-color) !important;
	    border: none !important;
}

.btn-primary a:focus, .btn-primary a:active{	
outline-offset: 2px !important;
outline: 2px solid var(--cta-btn-primary-focus) !important;
}

.btn-primary a:hover, .btn-primary a:focus, .btn-primary a:active {
	background: var(--cta-btn-primary-bg-hover) !important;
}

/* boutons secondary */
.btn-secondary > a{	
	    background: var(--cta-btn-secondary-bg-active);
        color: var(--cta-btn-secondary-color) !important;
	    border: 1px solid var(--cta-btn-secondary-border) !important;
}

.btn-secondary a:focus, .btn-secondary a:active{	
outline-offset: 2px !important;
outline: 2px solid var(--cta-btn-secondary-focus) !important;
}

.btn-secondary a:hover, .btn-secondary a:focus, .btn-secondary a:active {
	background: var(--cta-btn-secondary-bg-hover);
}

/* boutons article highlight */
.btn-high-bg{
background-color: var(--btn-article-hilight-bg);
border-radius: 4rem;
}

/* swiper config --------------------- */
.swiper {
    display: flex !important;
	z-index:0 !important;
}

.lp-temoignages-swiper {
		display:flex;
		overflow: hidden;
		flex-direction: column;
        align-items: center;
		width: calc(100% - 1rem);
        padding: 2rem 32px;
        height: auto;
        margin: 0 auto;
        max-inline-size: 1440px;
		z-index: 0;
    }

    .lp-temoignages-swiper .swiper-wrapper {
        box-sizing: border-box;
        display: flex;
        align-items: stretch;
    }

    .lp-temoignages-swiper .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: stretch;
    }

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
	display: inline-flex;
    position: relative;
    width: min-content !important;
	bottom:0px !important;
    padding: 0.44rem;
    justify-content: center;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction:before{
	content:"";
    border-radius: 48px;
	background-color:var(--gray-200);
}

.swiper-button-prev, .swiper-button-next {
        color: var(--swiper-btn) !important;
	    font-weight: 600;
    }

.swiper-pagination-bullet {
        background: var(--cta-bg-active);
    }

.swiper-button-next:after, .swiper-button-prev:after{
	font-size:1.25rem !important;
	color:var(swiper-btn);
}

.swiper-pagination-bullet-active {
    background: oklch(0.71 0.13 259.93) !important;
}

.lp-temoignages-swiper:before,.lp-temoignages-swiper:after{
	content:"";
	display:inline-block;
	position:absolute;
    width: 60px;
	height:100%;
	z-index: 2;
}

.lp-temoignages-swiper:before{
	background: linear-gradient(90deg, var(--white) 15%, transparent 100%);
    left: -1px;
}
.lp-temoignages-swiper:after{
	background: linear-gradient(-90deg, var(--white) 15%, transparent 100%);
    right: -1px;
}

/* temoignages  */
.lp-temoignage {
    flex: 0 0 100%;
    max-width: 560px;
    padding: 0.5rem 2.75rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease;
    }

.lp-temoignage p { text-align: left; font-size: 0.86rem; text-wrap: balance;}

.lp-temoignage .lp-meta {
        color: var(--gray-600);
        text-align: right;
        padding: 0;
    }

.lp-temoignage .lp-meta p:last-child {
        margin-top: 0.5rem;
        margin-bottom: 0;
        font-style: italic;
		color: var(--gray-800);
        text-align: right;
}

.temoignage-profil-group > .wp-block-group__inner-container{
	display: inline-grid;
    grid-template-columns: 2rem 1fr;
    grid-template-rows: 2rem;
    min-width: 100%;
    padding: 0 0.2rem;
    margin-bottom: 0.66rem;
    column-gap: 0.66rem;
    align-items: end;
}

.lp-temoignage figure{
	height: 100%;
    grid-area: 1 /1 /3 /2;
    width: fit-content;
    display: flex;
    align-items: stretch;
    border-radius: 100%;
    overflow: hidden;
}

.lp-temoignage figure > img{
	min-height: auto;
}

.temoignage-profil-group h4{
	font-size:1rem; 
	text-align:left;
	margin: 0;
	line-height: 1.3;
}

.temoignage-profil-group > p:nth-child(1){grid-area: 1 /2 /2 /3;}
.temoignage-profil-group > p:nth-child(2){grid-area: 2 /2 /3 /3;}

/* header */
/* principal --------------------------------------- */

body.menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.site-header{
	min-height:48px;
	position: sticky;
    width: 100%;
    display: block;
    z-index: 1;
    top: 0px;
    height: 48px;
}

/* nav --------------------------------------- */
.main-navigation{
	display: inline-block;
	position:absolute;
	z-index:99;	
	height:48px;
	background-color: var(--nav-bg);
}
.main-navigation button{
	position:relative;
	display:inline-flex;
	align-items: center;
	height:48px;
	width:48px;
	right:2px;
	padding: .66rem;
	float: right;
	background-color:transparent;
	z-index:99;
}
.main-navigation button:hover,
.main-navigation button:active,
.main-navigation button:focus{
	background-color:transparent;
	border: none;
	outline:none;
}

/* menu -----------------------*/

.menu-wrapper{
	display:none;
	position:absolute;
	width:100%;
	overflow: hidden;
	top: 0px;
	height:100vh;
	height:100svh;
	padding: 36px;
	gap: 8px;
	justify-content: center;
	background-color: var(--menu-bg);
	flex-direction: column;
    justify-content: space-around;
}

.nav-menu{
	height: 100%;
	row-gap:1rem;
}

.menu-wrapper > .menu-main-groupe:nth-child(2){
	height: 42px;
    display: flex;
    min-width: fit-content;
    align-items: center;
    justify-content: center;
	z-index: 2;
	order: 3;
}

.menu-social {
  display: flex;
  gap: 1.5rem;
  flex-direction: row;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  aspect-ratio: 1 / 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex: 0 0 auto;
  min-width: 0; /* important pour Safari */
}

.social-icon > a {
  display: block;
  width: 100%;
  height: 100%;
}

.instagram {
  background-image: url("assets/icon/insta.svg");
}

.linkedin {
  background-image: url("assets/icon/linkedin.svg");
}


.main-navigation[data-state="open"] #primary-menu {
	display: flex;
}

.menu-wrapper a {
	color: var(--link-menu);
    font-size: 1.6rem;
    height: 100%;
    padding: 0 1rem;
    display: flex;
    transition: color .125s ease;
    align-items: center;
}

.menu-wrapper a:hover {
  color: var(--link-menu-hover) !important;
}

.nav-menu > li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6px;
  transform: scaley(0);
  width: 100%;
  background-color: var(--nav-after);
  transform-origin:bottom;
  transition: transform 0.2s ease-in-out;
}

.nav-menu > li:hover::after {
  transform: scaley(1);
}

.nav-menu{
    flex-direction: column;
    justify-content: center;
	align-items: center;
    }

/* --- Bouton burger --- */
.menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  width: 2rem;
  height: 2rem;
  z-index: 1000;
}

/* --- Icône burger --- */
.burger-icon{
	top:0px;
	right: 0px;
	width:48px;
	height:48px;
}

.burger-icon {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--burger);
  
}

.burger-icon::before,
.burger-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  transition: transform 0.3s ease, top 0.3s ease;
}

.burger-icon::before { top: -7px; }
.burger-icon::after  { top: 7px; }

body.menu-open {
	overflow: hidden;
}

.main-navigation[data-state="open"] .burger-icon {
	background: transparent;
}

.main-navigation[data-state="open"] .burger-icon::before {
	transform: rotate(45deg);
	top: 0;
	background-color: var(--burger-open);
}

.main-navigation[data-state="open"] .burger-icon::after {
	transform: rotate(-45deg);
	top: 0;
	background-color: var(--burger-open-2);
}

.menu-flex-bg{
    background: url(assets/image/fond-menu-mobile.png) no-repeat;
    height: min(20vh, 200px);
    background-size: contain;
    background-position: center;
    position: relative;
    z-index: 0;
    order: 2;
    opacity: 0.92;
}

/* articles disables loading --------------------*/
#load-more.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.no-more {
    text-align: center;
    color: #666;
    font-style: italic;
    margin-top: 1em;
}

/* articles --------------------------------------- */
.lp-articles-grid {
	display: flex;
    justify-content: flex-start;
	flex-direction: column;
	gap: 1rem;
    padding: 0.5rem;
}

.lp-article{
	border:none;
	border-radius:1.75rem;
	overflow:hidden;
	display:flex;
	flex-direction:column;
}

.article-wrapper{
	display: inline-flex;
	flex-direction: column;
	height: 100%;
}

.lp-load-more{
	display:block;
	margin: 1rem auto 4rem auto;
	padding:.66rem 1rem;
	background:var(--cta-bg-active);
	color:var(--white);
	border:none;
	border-radius:32px;
	cursor:pointer;
	min-width:136px;
	font-size:.875rem;
}
.lp-load-more:active{
	background:var(--cta-btn-bg-primary);
	outline-offset: 2px;
	outline: 2px solid var(--cta-btn-primary-focus);
}

.lp-load-more:hover{
	background: var(--cta-btn-primary-bg-hover);
}

.lp-load-more:disabled{
	background:var(--cta-btn-disable);
	cursor:not-allowed;
	outline: none !important;
}

.lp-article h3{
	font-size: clamp(1.5em, 6vw, 1.75rem);
	line-height: 1.3;
	padding: 0 1rem;
	margin-top: 0.75rem;
    margin-bottom: 1.25rem;
	color:var(--gray-900)
}

.lp-article h4{
font-size: clamp(1.1em, 5vw, 1.25rem);
line-height: 1.5;
margin-bottom:0.5rem;
color:var(--gray-800);
margin-top:0.25rem;
}

.lp-meta{padding:0 1rem;}

.lp-meta > p{
    color:var(--gray-500);
	font-size: clamp(0.875em, 5vw, 0.92rem);
}

.lp-meta hr{margin-bottom:0.5rem;}


.lp-article > .article-wrapper > figure > img{
	box-sizing: border-box;
    min-height: 180px;
    min-width: 100%;
    vertical-align: bottom;
	object-fit: cover;
	max-height: 292px;
}

.lp-article p{
	color:var(--gray-600);
}

.lp-article > p:nth-child(2){
	margin-bottom:.5rem;
}

.lp-article .lp-section:last-child {
    display: inline-flex;
    justify-content: flex-start;
    padding: 0 1rem 1rem 1rem;
    flex-direction: column;
}

.lp-article .lp-section:last-child > div{
	display: flex;
    flex-direction: column;
}

.article-btn{margin-bottom: 0!important}

.lp-article:has(.highlight) {
  background-color: var(--article-highlight) !important;
}

.lp-article:has(.highlight) figcaption{
  color:var(--white-900) !important;
}

.lp-article:has(.highlight) h3{
  color: #292e7f !important;
}

.lp-article:has(.highlight) h4{
  color: oklch(0.37 0.12 269.53) !important;
}

.lp-article:has(.highlight) p{
  color:var(--white-900) !important;
}

.lp-article:has(.highlight) strong{
  color:var(--white-900) !important;
}

.lp-article:has(.highlight) a{
  border: 1px solid #efefef !important;
}

/* articles-bg */

.lp-article{background:var(--article-bg-1)}
.article-bg-secondary{background:var(--article-bg-2)}

/* main-content */
/* ==== Bannière ==== */
.banniere {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
	max-height: 60svh;
    margin-bottom: 2rem;
    height: fit-content;
    overflow: hidden;
    background-color: #d9d9d9;
    padding: 2rem;
}

.banniere img {
    position: relative;
    inset: 0;
    object-fit: cover;
    object-position: center center;
    display: inline-block;
}

/* ==== faq ==== */
.faq{
	width: 100%;
    display: flex;
    max-width: var(--max-width);
    padding: 2rem 0;
    justify-content: center;
}

.faq > div{width: -webkit-fill-available;}

.faq-wrapper{
	padding: 0 1.5rem;
}

.faq-wrapper-item > div{
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem;
}

.wp-block-details {
	display: flex;
    gap: 0.5rem;
    flex-direction: column;
}

.name-colored{color: var(--name-colored)}

/* ==== sections ==== */


/* footer -------------------------------------------------*/

footer{
	background-color:var(--footer-bg)
}

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

/* button */
.btn-squared a{
	border-radius: 3px !important;
}

/* separateurs wordpress */
.wp-block-separator:not(.is-style-wide):not(.is-style-dots){
	width: 100%;
}
.wp-block-separator{
	border: none;
	margin-top:0.25rem;
	margin-bottom:0.5rem;
}

.wrapper-hr{
	width: inherit;
	width: 100%;
    overflow: hidden;
    height: 100%;
    max-inline-size: 1440px;
	order: 1;
	flex-basis: 100%;
}

.m-hr{
	margin-top: 1.5rem;
    margin-bottom: 1rem;
}
/* wrapper general --------------------*/

.main-wrapper{
	display: flex;
    padding: 0px 2rem;
    padding-top: 2rem;
	gap: 14px;
    margin-bottom: 1.5rem;
    flex-direction: column;
	width: 100%;
    max-inline-size: 1440px;
}

/* name --------------------*/

.wrapper-name{
	display: flex;
    gap: 8px;
    flex-direction: column;
}

.wrapper-name-titre {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  align-items: stretch; /* étire chaque cellule à la même hauteur */
  gap: 0.75rem;
}

.wrapper-name-titre span.profil{
  height: 100%;
  width: fit-content;
  display: flex;
  align-items: stretch;
  border-radius: 1.25rem; /* si tu veux un effet arrondi */
  overflow: hidden;
}

.wrapper-name-titre span.profil:before{
	content: "";
    position: relative;
    background: url('assets/image/photo-de-profil-laetitia-poulain.png') no-repeat;
    background-size: cover;
    height: 100%;
    aspect-ratio: 1/1;
}

.wrapper-sous-titre {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wrapper-name-titre{
	margin-bottom:2rem;
}

.name{
	font-size:clamp(1.75rem, 6vw, 3rem);
	line-height:1.3
}
.titre{
	font-size:clamp(1.25rem, 6vw, 1.5rem);
	line-height:1
}

/* contact --------------------*/
.wrapper-contact{
	display: inline-flex;
    gap: 12px;
    flex-direction: column;
}

/* horaires --------------------*/
.wrapper-horaire{
	margin: 1.5rem 0;
}
.horaire-container{
	display: flex;
    gap: 2px;
	width: fit-content;
    margin: 8px 0;
    flex-direction: column;
}
.horaire-container div{
	display:flex;
	gap: 18px;
    justify-content: space-between;
}

.horaire-container p span:before{
	
}

/* horaires -> paiement icon */

.icon-bank-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin-right: 0.3em;
  transform: translateY(-0.1em);
}

.icon-bank-card::before {
  content: "";
  display: block;
  background-image: url('assets/icon/icon-payment.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 100%;
}

/* mini-map --------------------*/

.wrapper-map picture{
	display: flex;
    min-width: 100%;
    border: 1px solid var(--gray-200);
    border-radius: .25rem;
    height: 120px;
}

.wrapper-map picture > img{
    object-fit: cover;
	object-position: center;
    min-width: 100%;
}

/* localisation --------------------*/

.icon-location{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  line-height: 1;
  width: 1em;
  height: 1em;
  transform: translateY(-0.15em);
}

.icon-location:before{
  content: "";
  display: block;
  background-image: url('assets/icon/icon-location.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 100%;
}

/* pmr --------------------*/

.main-wrapper-pmr{
	position: relative;
    display: inline-block;
    width: 100%;
	
}

.wrapper-pmr{
	display:inline;
	max-width: 100%;
}

.pmr-icon{
     display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    line-height: 1;
    margin-right: 0.05rem;
    width: 1.1em;
    height: 1.1em;
    transform: translateY(-0.1em);
}

.pmr-icon:before {
    content: "";
    display: block;
    background-image: url(assets/icon/icon-pmr.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: auto;
    aspect-ratio: 1 /1;
    height: 110%;
}

/* credits --------------------*/
.wrapper-credits{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
	width: 100%;
	flex-wrap: wrap;
}

/* credits - item ligne2 --------------*/

.credit-item-2{
	order: 2;
    display: flex;
    flex-basis: 100%;
    gap: .5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/* credits - item ligne 3 --------------*/
.credit-item-3{
    order: 3;
    flex-basis: 100%;
}
.APE{
	display: flex;
    gap: 1.75rem;
    margin-bottom: 2rem;
}

.siret::before {
  content: "Siret: 92004220700026";
}

/*formulaires --------------------*/
.formulaire{
	width: 100%;
	max-width: 400px;
}

.formulaire-wrapper{
    position: relative;
    display: inline-flex;
    padding: 2rem 2rem;
    border-radius: 2rem;
    min-width: 100%;
    background-color: var(--form-bg);
    justify-content: space-around;
}

.formulaire-wrapper div{
	min-width: 100%;
}

.forminator-textarea{
	min-height:80px !important;
	max-height:80px !important;
	resize: vertical;
}

/* general --------------*/
.p-4{
padding-left:4%;
padding-right:4%}

.p-2rem{
padding-left: 2rem;
padding-right: 2rem;}

.inline{display: inline;}

.z-1{z-index:-1}

.center{text-align: center;}

.m-b05{margin-bottom:0.5rem}
.m-b1{margin-bottom:1rem}
.m-b2{margin-bottom:2rem}

.p-b05{padding-bottom:0.5rem}
.p-b1{padding-bottom:1rem}
.p-b2{padding-bottom:2rem}

.start-block{
	padding-top:6rem !important;
}
	
.end-block{
	padding-bottom:8rem !important;
}

.last-figure{margin-bottom: 4rem;}
.last-figure-p{margin-bottom: 1.5rem;}

.last-p{margin-bottom: 1.5rem;}

.text-select{user-select:text}

.max-img-240{max-height:240px !important;}
.max-img-300{max-height:300px !important;}
.max-img-400{max-height:400px !important;}
.max-img-450{max-height:450px !important;}
.max-img-500{max-height:500px !important;}

.txt-w-200{color:var(--white-200)}
.txt-w-300{color:var(--white-300)}
.txt-w-400{color:var(--white-400)}
.txt-w-500{color:var(--white-500)}
.txt-w-600{color:var(--white-600)}
.txt-w-700{color:var(--white-700)}
.txt-w-800{color:var(--white-800)}
.txt-w-900{color:var(--white-900)}

.link-w{color:#aded72 !important}
.link-w:hover{color:#aded72 !important; text-decoration:underline !important}