/*
Theme Name: Twenty Twenty Child
Theme URI: https://example.com/twentytwenty-child
Description: Thème enfant de Twenty Twenty pour personnaliser le site sans modifier le thème parent.
Author: Powher Fitness
Template: twentytwenty
Version: 1.0.0
Text Domain: twentytwenty-child
*/

/* Ajoutez vos styles personnalisés ici. */

/* Bouton menu burger (3 lignes) + animation en croix
   ------------------------------------------------- */
/* Global */
@font-face {
    font-family: 'SunValley';
    src:	url('fonts/SunValley.ttf') format('truetype'),
			url('fonts/SunValley.otf') format('opentype');
    font-style: normal;
    font-display: swap;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
   
body {
	font-family: "Montserrat", sans-serif;
	overflow-x: hidden;
	background:#fff;
	font-size:16px;
}
body.page-template-page-contact, body.page-template-page-actualite, body.category, body.search-results{
	background:#FAF6F3;
}
body.single-post .entry-content p{
	font-family: "Montserrat", sans-serif;
	font-size:16px;
}
.entry-content{
	font-family: "Montserrat", sans-serif;
}
h1,h2,h3,h4,h5,h6{
	padding:0;
	margin:0;
}
.skip-link.screen-reader-text{
	display:none!important;
}
.container{
	max-width:1200px;
	margin:0 auto;
	padding:0 20px;
}
h1.titlepf, h1.titlepf2{
	text-align:center;
}
.header-titlepf2{
	margin-bottom:40px;
}
h1.titlepf2{
	font-size:inherit;
}
.titlepf .title-small{
    font-weight:400;
    font-size:18px;
	text-align:center;
}
.titlepf .title-large{
	font-size: clamp(1.8rem, 4vw, 2.5rem);
	font-weight: 900;
	padding:0;
	text-transform:uppercase;
	display:block;
	text-align:center;
}
.titlepf2 .title-small{
    font-weight:700;
    font-size:40px;
	text-align:center;
	text-transform:uppercase;
}
.titlepf2 .title-large{
	font-size: 16px;
	font-weight: 400;
	padding:0;
	text-transform:uppercase;
	display:block;
	text-align:center;
}
h1.title-xl{
	font-family: 'SunValley', cursive;
	font-weight:normal!important;
	position:relative;
	top:30px;
	z-index:1;
	font-size: clamp(64px, 12vw, 236px);
	text-align:center;
}
h1, h2, h3, h4, h5, h6, .faux-heading{
	letter-spacing: normal;
}
.align-right{
	text-align: right;
}
.align-center{
	text-align: center;
}
.img-center{
	margin:0 auto;
}
.uppercase{
	text-transform: uppercase;
}
.separator-s{
	display:block;
	width:240px;
	height:18px;
	background:#FAF6F3;
	margin:20px auto 20px auto;
}
.btn-primary, button.btn-primary{
	background:#6C9A8B;
	color:#fff;
	padding:10px 20px;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 0.3s ease;
	text-decoration:none;
	&:hover{
		background:#88b8a8;
		color:#fff;
		text-decoration:none!important;
	}
}
.entry-header a.btn-primary{
	color:#fff!important;
}

.btn-primary.w-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	line-height: 1.5;
}

.btn-primary.w-icon .material-symbols-outlined {
	font-size: 1.2em;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	margin-top: -2px;
}
.btn-secondary{
	background:transparent;
	color:#000;
	border:1px solid #000;
	padding:10px 20px;
	border-radius: 20px;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 0.3s ease;
	text-decoration:none;
	&:hover{
		background:#000;
		color:#fff;
		border:1px solid #000;
		text-decoration:none!important;
	}
}
.post-author.meta-wrapper, .post-date.meta-wrapper .meta-icon, .pagination-single hr{
	display:none;
}
/* Header */
body.page-template-page-test header.entry-header{
	height:0px;
}
body.page-template-page-test header.entry-header h1.entry-title{
	display:none;
}
h1.title-font2.entry-title{
	font-size: clamp(48px, 10vw, 160px);
}
h2.title-service.title-font2{
	font-size: clamp(48px, 10vw, 160px);
}

#site-header{
	z-index: 101;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding:0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	z-index: 1000;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	 transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
				 opacity 0.4s ease-in-out,
				 top 0.3s ease;
	 will-change: transform, opacity, top;
}

#site-header.hide {
	transform: translateY(-120%); /* un peu plus haut pour éviter un "cut" */
	opacity: 0;
}
#site-header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
img.header-logo{
	max-width: 250px;
	width:100%;
	padding-right:20px;
}

.header-titles-wrapper {
	width: 100%;
	padding:0;
}

.header-titles {
	display:flex;
	align-items:center;
	justify-content: space-between;
	margin-right: auto; /* logo/titre à gauche */
	width:100%;
}

.header-right-items {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	margin-left: auto;
}

.header-login-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.25rem;
}

.header-login-link {
	text-decoration: none;
	color: inherit;
	font-weight: normal;
	text-transform: uppercase;
	transition: color 0.3s ease;
}

.header-login-text {
	font-size: 12px;
}

.header-phone {
	font-size: 14px;
	color: inherit;
	font-weight:bold;
}

/* === Alert Info === */
.alert-info {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 50px;
	font-size:14px;
	background: #FAF6F3;
	padding: 10px 20px;
	text-align: center;
	overflow: hidden;
	z-index: 1001;
	box-sizing: border-box;
}

body.has-alert-info #site-header {
	top: 40px;
}

.alert-info-container {
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.alert-info-item {
	display: none;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.alert-info-item.active {
	display: block;
	opacity: 1;
	position: relative;
}

.alert-info-item.fade-out {
	opacity: 0;
}

.alert-info.hidden {
	display: none !important;
}

.header-inner .toggle {
    padding: 0;
}

.nav-toggle .toggle-inner {
    padding-top: 0;
}

.nav-toggle .toggle-icon {
	position: relative;
	display: inline-block;
	width: 2.6rem;
	height: 1.8rem;
}

.nav-toggle .toggle-icon span {
	position: absolute;
	left: 0;
	right: 0;
	height: 0.2rem;
	background-color: currentColor;
	border-radius: 999px;
	transition:
		transform 0.25s ease,
		top 0.25s ease,
		opacity 0.2s ease;
}

.nav-toggle .toggle-icon span:nth-child(1) {
	top: 0;
}

.nav-toggle .toggle-icon span:nth-child(2) {
	top: 0.8rem;
}

.nav-toggle .toggle-icon span:nth-child(3) {
	top: 1.6rem;
}

/* État ouvert : icône croix */
.nav-toggle.is-active .toggle-icon span:nth-child(1) {
	top: 0.8rem;
	transform: rotate(45deg);
}

.nav-toggle.is-active .toggle-icon span:nth-child(2) {
	opacity: 0;
}

.nav-toggle.is-active .toggle-icon span:nth-child(3) {
	top: 0.8rem;
	transform: rotate(-45deg);
}

.mobile-nav-toggle {
	display: block !important;
	margin-left: 0;
}


.nav-toggle {
	position: static;
	top: auto;
	right: auto;
	bottom: auto;
	width: auto;
}

.menu-wrapper.section-inner{
	max-width:none;
}

.menu-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	width: 100%;
	transform: translateY(-100%);
	transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.3s ease;
	will-change: transform, opacity;
	opacity: 0;
	display: none;
	overflow-y: auto;
	background: #fff;
	z-index: 100; /* au-dessus du header */
	justify-content: flex-start !important;
	align-items: stretch !important;
	padding: 0 !important;
}

.menu-modal.show-modal {
	display: flex;
}

.menu-modal.active {
	transform: translateY(0);
	opacity: 1;
}

.menu-modal .menu-modal-inner {
	min-height: 100%;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	box-shadow: none !important;
	transform: none !important;
}

.menu-modal .sub-menu-toggle {
	display: none !important;
}

.menu-modal .modal-menu .sub-menu {
	display: block !important;
	opacity: 1 !important;
	max-height: none !important;
	visibility: visible !important;
	padding-left: 1.6rem;
}

.menu-modal .modal-menu li.menu-item-has-children > a {
	display: block;
}

.menu-modal .modal-menu .sub-menu {
    padding-left: 0;
}
.modal-menu ul li {
    border-left-width: 0;
}
.modal-menu a {
    padding: 0;
	color:#000;
	text-transform:uppercase;
}
.menu-modal nav *{
	border:none!important;
}

.menu-modal .menu-top nav.expanded-menu .modal-menu li{
	border:none
}

.menu-modal .expanded-menu ul.modal-menu .ancestor-wrapper a{
	text-transform:uppercase;
	color:#000;
	padding-bottom:20px;
}
.menu-modal .expanded-menu ul.modal-menu ul.sub-menu li .ancestor-wrapper a{
	text-transform:none;
	color:#000;
	padding:8px 0;
}

ul.modal-menu ul.sub-menu li .ancestor-wrapper a{
	text-transform:none!important;
	padding:6px 0;
}
ul.sub-menu li:first-child .ancestor-wrapper a{
	margin-top:20px;
}

ul.modal-menu li:last-child.menu-item-has-children > .ancestor-wrapper > a,
ul.modal-menu li:last-child.menu-item-has-children > a {
	display: none;
}


ul.modal-menu li:last-child.menu-item-has-children ul.sub-menu,
ul.modal-menu li:last-child.menu-item-has-children ul.submenu {
	display: block !important;
}

ul.modal-menu li:last-child.menu-item-has-children ul.sub-menu li a,
ul.modal-menu li:last-child.menu-item-has-children ul.submenu li a {
	display: block !important;
}

.menu-modal .modal-menu {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 1.2rem 2rem;
	padding:40px;
	margin-top:70px;
}
body.has-alert-info .menu-modal .modal-menu {
	position:relative;
	top: 80px;
}

.menu-modal .modal-menu > li.menu-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom:40px;
}

li.menu-item-205 a{
	display:inline-block!important;
	max-width:180px!important;
	background: transparent!important;
    color: #000!important;
    border: 1px solid #000!important;
    padding: 5px 20px!important;
    border-radius: 20px!important;	
    text-transform: uppercase!important;
    font-weight: normal!important;
    transition: all 0.3s ease!important;
    text-decoration: none!important;
	text-align:center!important;
	font-family:'SunValley', cursive!important;
	font-size:26px!important;
	margin:25px 0 20px 0!important;
}
.modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a:hover{
	text-decoration: none!important;
	cursor: default!important;
}
button.close-nav-toggle{
	display:none;
}
/* Header hide/show */
#site-header {
	transition: transform 0.3s ease, opacity 0.3s ease;
}

#site-header.hide {
	transform: translateY(-100%);
	opacity: 0;
}

/* === Homepage sections === */
.bg-pink-band{
	position: absolute;
	z-index: 0;
	background:#eed2cc;
	display: block;
	width: 100%;
	height: 70px;
}
.home-sections {
	display: flex;
	flex-direction: column;
	/* gap: 4rem; */
}

.section-4 .features-grid{
	display: none;
}

.home-sections section {
	padding: 95px 0 0 0;
}

.home-hero {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background:url('img/powerfitness-homebg.webp') no-repeat center center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.home-hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.3);
	z-index: 1;
}

.home-hero > * {
	position: relative;
	z-index: 2;
}

.home-hero .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}
.home-hero .inner a{
	margin-top:40px;
}
.home-hero h1 {
	font-size: clamp(2.8rem, 5vw, 4.8rem);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.features-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
.fiveitems .features-grid{
	gap: 1rem!important;
	font-weight:normal!important;
}
.fiveitems .features-grid h6{
	font-weight:600!important;
}
/* Mobile : 2 icônes par ligne pour les 5 items */
.fiveitems .feature-card {
	flex: 0 0 calc(50% - 0.5rem);
	max-width: calc(50% - 0.5rem);
	min-width: 0;
}
/* Centrer le dernier item en mobile */
.fiveitems .feature-card:last-child {
	margin-left: auto;
	margin-right: auto;
}

.feature-card {
	flex: 1 1 12rem;
	min-width: 16rem;
	padding: 1rem;
	text-align: center;
}
.feature-card h6{
	font-size:12px;
}
.homereassurances .feature-card h6{
	color:#d9b496;
	font-size:16px;
	margin-bottom:20px;
	display:block;
	min-height:50px
}
.adn-features{
	margin-top:95px;
}
/* Sous-menu dans l'en-tête des pages (ex: Univers / ADN / Fondatrices) */
.entry-submenu {
	display:none;
	margin: 2rem 0 0;
}

.entry-submenu ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem 2rem;
	padding: 0;
	margin: 0;
}

.entry-submenu li a {
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: inherit;
	padding-bottom: 0.4rem;
	text-decoration:none;
}

.entry-submenu li.is-current a {
	border-bottom: 9px solid #FAF6F3!important;
}

/* Section 4 */
.home-highlight.section-4 .features-grid{
	padding: 95px 0 0 0;
}
/* Section 2 */
span.swiper-pagination-bullet{
	background-color:#fff;
}
.swiper-section {
	padding: 4rem 2rem;
   }
   .swiper-container-wrapper {
	max-width: 1200px;
	margin: 0 auto 95px auto;
   }
   .swiperStudio-container{
	   position:relative;
	   width:80%;
	   margin:0 auto;
   }
   .swiperStudio-bg{
	   position:absolute;
	   top:-10px;
	   left:-10px;
	   background: #77978A;
	   width:100%;
	   height:100%;
	   margin:0 auto;
	   z-index:0;
   }
   .swiperStudio{
	   position:relative;
	   z-index:2;
	   width:100%;
   }
   .swiper-title {
	 font-size: clamp(1.8rem, 4vw, 2.5rem);
	 font-weight: 900;
	 text-transform: uppercase;
	 margin-bottom: 2rem;
	 display: block;
	 will-change: transform, opacity;
   }
   
   .swiper-title.slide-out-left { 
	 animation: slideOutLeft 0.2s ease forwards; 
   }
   .swiper-title.slide-out-right { 
	 animation: slideOutRight 0.2s ease forwards; 
   }
   .swiper-title.slide-in-left { 
	 animation: slideInLeft 0.25s ease forwards; 
   }
   .swiper-title.slide-in-right { 
	 animation: slideInRight 0.25s ease forwards; 
   }
   
   @keyframes slideOutLeft {
	 from { opacity: 1; transform: translateX(0); }
	 to   { opacity: 0; transform: translateX(-30px); }
   }
   @keyframes slideOutRight {
	 from { opacity: 1; transform: translateX(0); }
	 to   { opacity: 0; transform: translateX(30px); }
   }
   @keyframes slideInLeft {
	 from { opacity: 0; transform: translateX(-30px); }
	 to   { opacity: 1; transform: translateX(0); }
   }
   @keyframes slideInRight {
	 from { opacity: 0; transform: translateX(30px); }
	 to   { opacity: 1; transform: translateX(0); }
   }
   
   
   
   .partners-swiper {
	 width: 80%;
	 height: auto;
	 margin: 40px auto;
	 overflow: hidden;
   }
   
   .partners-swiper .swiper-slide {
	 display: flex;
	 align-items: center;
	 justify-content: center;
   }
   
   .partners-swiper .swiper-slide img {
	 width: auto;
	 max-width: 100px;
	 height: auto;
	 object-fit: contain;
	 transition: transform 0.3s ease;
   }
   
   .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
   }
   
   .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
   }
   

/* Section - Géolocalisation */
.section.section-map.section-5, .home-highlight.section-6{
	padding:95px 0;
}
.duration-message.motivation h2{
	font-size:36px;
}
#routeForm{
    margin-top:40px;
}
.section-map{
  position: relative;
  display:flex;
  align-items: center;
  justify-content: center;
  background:url('img/mapbg.webp');
  background-repeat:no-repeat;
  background-size: cover;
}
.section-map::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(246,245,241,0.8);
  z-index: 0;
}

.section-map > * {
  position: relative; /* pour que le contenu soit au-dessus */
  z-index: 1;
}
.form-section {
 margin-bottom: 30px;
}

.form-section .form-group {
 position: relative;
 margin-bottom: 20px;
}

.form-section .form-group label {
 display: block;
 color: #4a5568;
 font-weight: 600;
 margin-bottom: 8px;
 font-size: 14px;
 text-transform: uppercase;
 letter-spacing: 0.5px;
}

.form-section .input-container {
 position: relative;
 display: flex;
 align-items: center;
}

#startAddress {
 width: 100%;
 padding-right: 180px; /* Espace pour le bouton */
 border-radius: 9px;
}

#calculateBtn {
 position: absolute;
 right: 8px;
 top: 50%;
 transform: translateY(-50%);
 white-space: nowrap;
 margin: 0;
}

.btn-geolocation {
  display:none!important;
 position: absolute;
 right: 12px;
 top: 50%;
 width:40px;
 height:40px;
 transform: translateY(-50%);
 background: #667eea;
 color: white;
 border: none;
 border-radius: 12px;
 padding: 8px;
 cursor: pointer;
 transition: all 0.3s ease;
 display: flex;
 align-items: center;
 justify-content: center;
}

.btn-geolocation:hover {
 background: #5a67d8;
 transform: translateY(-50%) scale(1.05);
}

.btn-calculate {
 width: 100%;
 background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
 color: white;
 border: none;
 padding: 16px;
 border-radius: 12px;
 font-size: 16px;
 font-weight: 600;
 cursor: pointer;
 transition: all 0.3s ease;
 text-transform: uppercase;
 letter-spacing: 0.5px;
}

.btn-calculate:hover {
 transform: translateY(-2px);
 box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
}

.btn-calculate:disabled {
 opacity: 0.6;
 cursor: not-allowed;
 transform: none;
}

.results {
 margin-top: 20px;
}

.result-summary {
 background: white;
 border-radius: 15px;
 padding: 20px;
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.result-summary h3 {
 color: #2d3748;
 font-size: 20px;
 font-weight: 700;
 margin-bottom: 20px;
 text-align: center;
}

.transport-list {
 display: flex;
 flex-direction: row;  /* items en ligne */
 gap: 12px;
 width: 100%;
}

.transport-item {
 flex: 1; /* chaque item prend la même largeur */
 display: flex;
 flex-direction:column;
 align-items: center;
 justify-content: space-between;
 padding: 15px 20px;
 border: 2px solid #e2e8f0;
 border-radius: 12px;
 transition: all 0.3s ease;
 box-sizing: border-box; /* évite que padding + border cassent la largeur */
}


.transport-item.fastest {
 border-color: #48bb78;
 background: linear-gradient(135deg, #f0fff4 0%, #c6f6d5 100%);
 transform: scale(1.02);
 box-shadow: 0 5px 20px rgba(72, 187, 120, 0.2);
}

.transport-item.fastest .fastest-badge {
 background: #48bb78;
 color: white;
 padding: 4px 8px;
 border-radius: 6px;
 font-size: 12px;
 font-weight: 600;
 text-transform: uppercase;
 letter-spacing: 0.5px;
}

.transport-left {
 display: flex;
 align-items: center;
 gap: 15px;
}

.transport-icon-simple {
 width: 45px;
 height: 45px;
 border-radius: 10px;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 20px;
 color: #000;
}

.transport-name {
 font-weight: 600;
 color: #2d3748;
 font-size: 16px;
}

.transport-right {
 text-align: right;
 display: flex;
 flex-direction: column;
 align-items: flex-end;
 gap: 4px;
}

.transport-time {
 font-size: 18px;
 font-weight: 700;
 color: #2d3748;
}

.transport-distance {
 font-size: 14px;
 color: #718096;
}

.estimated-note {
 font-size: 12px;
 color: #e53e3e;
 font-style: italic;
}

.loading {
 text-align: center;
 padding: 40px;
 color: #718096;
}

.spinner {
 border: 4px solid #f3f3f3;
 border-top: 4px solid #667eea;
 border-radius: 50%;
 width: 40px;
 height: 40px;
 animation: spin 1s linear infinite;
 margin: 0 auto 20px;
}

@keyframes spin {
 0% { transform: rotate(0deg); }
 100% { transform: rotate(360deg); }
}

.error {
 background: #fed7d7;
 color: #c53030;
 padding: 15px;
 border-radius: 10px;
 margin: 20px 0;
 text-align: center;
}

.suggestions {
 position: absolute;
 top: 100%;
 left: 0;
 right: 0;
 background: white;
 border: 2px solid #e2e8f0;
 border-top: none;
 border-radius: 0 0 12px 12px;
 max-height: 200px;
 overflow-y: auto;
 z-index: 1000;
}

.suggestion-item {
 padding: 12px 20px;
 cursor: pointer;
 border-bottom: 1px solid #f7fafc;
 transition: background-color 0.2s ease;
}

.suggestion-item:hover {
 background-color: #f7fafc;
}

.suggestion-item:last-child {
 border-bottom: none;
}

@media (max-width: 768px) {
  #quiz h1 {
font-size: 80px;
 }
 #multi-step-form{
   overflow:hidden;
 }
 .container {
padding: 20px;
overflow: hidden;
 }
 
 .header h1 {
font-size: 24px;
 }

.section-map .header {
	text-align: center;
	width: 100%;
}

.section-map .section-inner {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
 
 .transport-item {
flex-direction: column;
text-align: center;
gap: 15px;
 }
 
 .transport-right {
text-align: center;
 }
}

.whatsapp-cta{
  height:auto;
  padding-top:20px;
  display:flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-cta .btn-primary,
.whatsapp-cta a.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.whatsapp-cta .btn-primary .icon,
.whatsapp-cta a.btn-primary .icon {
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
}  
/* Style pour le message de durée */
#results-modal h2{
    color:#000;
    font-weight:900;
}
.duration-message {
  padding: 12px 15px;
  margin-bottom: 15px;
  border-radius: 4px;
  text-align: center;
  font-weight: 500;
  display:flex;
  flex-direction:column;
}
/* Modal pour trajets ≤ 10 min */
.modal__container.md10 {
  border-top: 5px solid #4CAF50; /* Bordure verte */
  background-color: rgba(76, 175, 80, 0.8);
}

/* Modal pour trajets ≤ 20 min */
.modal__container.md20 {
  border-top: 5px solid #FFC107; /* Bordure jaune */
  background-color: rgba(255, 193, 7, 0.8);
}

/* Modal pour trajets > 20 min */
.modal__container.more20 {
  border-top: 5px solid #F44336; /* Bordure rouge */
  background-color: rgba(244, 67, 54, 0.8);
}

.section-6{
	background:#fff;
	padding:40px 0;
}

/* Modal */
.modal{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	display: none;
}
.modal.is-open {
	display: block;
}
.modal__overlay {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1;
}
  
.modal__container {
	position: relative;
	max-width: 700px;
	width: 90%;
	margin: 0;
	padding: 20px;
	background: white;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	max-height: 90vh; 
	overflow-y: auto;
	z-index: 2;
}
  
  .modal__close {
	background: none;
	border: none;
	font-size: 1.5rem; 
	cursor: pointer;
	color: #777; 
	padding: 0 10px; 
	line-height: 1;
	transition: color 0.2s;
	position: absolute;
	right: 15px;
	top: 10px;
  }
  
  .modal__close:hover {
	color: #000;
  }
  
  .modal__header {
	position: relative;
	padding: 15px 30px 15px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  
  /* Style pour le titre du modal */
  .modal__title {
	margin: 0;
	font-size: 1.2rem;
	color: #000;
  }
  
  
  .modal__footer {
   display: flex;
   justify-content: flex-end;
   margin-top: 20px;
  }
  
  .modal__btn {
   padding: 8px 16px;
   background: #007bff;
   color: white;
   border: none;
   border-radius: 4px;
   cursor: pointer;
  }

  /* Section Testimonial */

.section-testimonial .swiper-container {
	max-width: 800px;
	overflow: hidden;
	 padding-top: 50px;
	 padding-bottom: 50px;
	 margin:0 auto;
   }
   .section-testimonial .swiper-slide{
	 width: 300px;
   }
   
   /* Conteneur du modal testimonial */
#testimonial-modal {
	 z-index: 100000;
   }
   
#testimonial-modal.is-open {
	 display: block;
   }
   
#testimonial-modal .modal__overlay {
	 z-index: 1;
   }
   
#testimonial-modal .modal__container {
	 position: relative;
	 max-height: 80vh;            /* hauteur max du modal */
	 min-height: 200px;
	 min-width: 320px;
	 width: auto;
	 max-width: 90vw;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 justify-content: center;
	 padding: 0;
	 background: transparent;
	 box-shadow: none;
	 overflow: visible;
	 z-index: 2;
   }
   
#testimonial-modal .modal__header {
	 position: absolute;
	 top: 8px;
	 right: 8px;
	 z-index: 1000;
	 background: transparent;
	 padding: 0;
	 pointer-events: none;
   }
   
#testimonial-modal .modal__header .modal__close {
	 pointer-events: auto;
   }
   
#testimonial-modal .modal__content {
	 position: relative;
	 width: 100%;
	 min-height: 200px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 padding: 0;
	 z-index: 1;
	 flex: 1 1 auto;
   }
   
.video-container {
	 position: relative;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 max-height: 80vh;             /* s'assure que la vidéo ne dépasse pas */
	 max-width: calc(80vh * 9 / 16); /* largeur max en fonction du ratio */
	 min-width: 320px;
	 width: auto;
	 z-index: 1;
   }
 .video-loader {
	 position: absolute;
	 inset: 0;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 background: rgba(0, 0, 0, 0.5);
	 z-index: 10;
	 visibility: hidden;
	 opacity: 0;
	 transition: opacity 0.3s ease;
   }
   
.video-loader.active {
	 visibility: visible;
	 opacity: 1;
   }
   
.spinner {
	 width: 48px;
	 height: 48px;
	 border: 4px solid rgba(255, 255, 255, 0.3);
	 border-top-color: white;
	 border-radius: 50%;
	 animation: spin 1s linear infinite;
   }
   
   @keyframes spin {
	 to { transform: rotate(360deg); }
   }
   /* La vidéo */
#testimonial-video {
	 position: relative;
	 width: 100%;
	 min-width: 320px;
	 height: auto;                  /* adapte la hauteur automatiquement */
	 max-height: 80vh;              /* jamais plus grande que le modal */
	 object-fit: contain;           /* aucun crop */
	 border-radius: 16px;
	 z-index: 2;
	 display: block;
	 background: #000;
   }
   
#testimonial-modal .modal__close {
	 position: absolute;
	 top: 8px;
	 right: 8px;
	 z-index: 1000;
	 border: none;
	 outline: none;
	 box-shadow: none;
	 width: 32px;
	 height: 32px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 padding: 0;
	 background: transparent;
   }
   
#testimonial-modal .modal__close:focus,
#testimonial-modal .modal__close:active,
#testimonial-modal .modal__close:hover {
	 outline: none;
	 box-shadow: none;
	 border: none;
   }

/* === Footer === */
#site-footer{
	padding:95px 0;
}
.footer-top-visible .footer-nav-widgets-wrapper, .footer-top-hidden #site-footer{
	margin-top:0;
}
#site-footer {
	background:#FAF6F3;
}
#site-footer .section-inner {
    display: flex;
	flex-direction: column;
    justify-content: space-between;
}

#site-footer .footer-logo {
    max-width: 350px;
	margin:0 auto;
}
.footer-credits .privacy-policy{
	margin:0;
}

.marquee-wrapper {
	width: 100%;
	margin-bottom:40px;
	overflow: hidden;
}

.marquee-swiper {
	width: 100%;
	overflow: visible;
}

.marquee-swiper .swiper-wrapper {
	display: flex;
	align-items: center;
	transition-timing-function: linear !important;
}

.marquee-swiper .swiper-slide {
	width: auto !important;
	display: flex;
	align-items: center;
	gap: 32px;
	white-space: nowrap;
	flex-shrink: 0;
}

.marquee-svg {
	height: clamp(32px, 5vw, 72px);
	width: auto;
	display: block;
	flex-shrink: 0;
}

.footer-social-links{
	display:flex;
	align-items: center;
	gap:10px;
	margin:20px auto 40px auto;
	flex-direction: column;
}
.footer-social-link{
	width:40px;
	height:40px;
}
.footer-social-icons {
	display: flex;
	align-items: center;
	gap: 10px;
}
.footer-social-links a.btn-secondary{
	margin-bottom:20px;
}

.footer-credits{
	text-align:center;
	font-weight: normal;
	width:100%;
}
.newsletter-form .btn-secondary .ff-default .ff_btn_style{
	padding:0!important;
}
.newsletter-form .fluentform .ff-el-group{
	margin-bottom:0!important;
}
/* === Page Contact === */
.contact-page{
	padding:95px 0;
}
.contact-info-container{
	background:#fff;
	padding:40px;
	position:relative;
}
.contact-title{
	width:100%;
	padding-left:0px;
	text-align:center;
}
.contact-info{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:2rem;
	margin:2rem 0;
}
.contact-info-item{
	flex:1;
	text-align:center;
	min-height:400px;
}

.contact-info-item p {
	gap: 0.5rem;
	margin-bottom: 40px;
	text-align: center;
}

.contact-info-item p .material-symbols-outlined {
	display:block;
}

.contact-social-links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	margin-top: 2rem;
}

.contact-social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	width:30px;
	height:30px;
	box-sizing:border-box;
	padding:6px;
	border-radius: 9px;
	background-color: #6C9A8B;
	border:1px solid #fff;
	transition: all 0.3s ease;
}

.contact-social-links a:hover {
	background-color: #000;
	color: #fff;
}

.contact-social-links img {
	width: 22px;
	height: 22px;
	display: block;
}

.contact-logo{
	max-width:350px;
	margin:0 auto 40px auto;
}
.contact-logo img{
	width:100%;
	height:auto;
	display:block;
	object-fit: contain;
}
.contact-info-map{
	flex:1;
}
.contact-info-map iframe{
	display:block;
	width:100%;
	height:100%;
	min-height:550px;
	border:0;
	position:absolute;
	top:-80px;
}
.contact-info-map.mobile {
	position: relative;
	width: 100%;
	height: 550px;
	margin-top: 2rem;
	display: block;
}

.contact-info-map.mobile iframe{
	display:block;
	width:100%;
	height:550px;
	position:absolute;
	top:0;
	left:0;
	border:0;
}
.contact-form {
	display: flex;
	flex-direction:column;
	gap: 2rem;
	align-items: center;
	margin-top: 2rem;
}

.contact-form-pic {
	flex: 0 0 25%;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.contact-form-pic img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	flex: 1;
	min-height: 0;
}

.contact-form-form {
	width: 100%;
}

.newsletter-form{
	margin:40px auto 20px auto;
	max-width: 800px;
}
.newsletter-form{
	padding:0 20px;
}
.newsletter-form .ff-el-input--content input#ff_2_email{
	border: none;
	border-bottom: 1px solid #000!important;
	border-radius: 0;
	background: #FAF6F3;
}
.newsletter-form .ff-el-input--content button.ff-btn-submit{
	border: none;
	background-color: none!important;
}
.newsletter-form button.ff-btn-submit{
	background:transparent!important;
	font-family: "Montserrat", sans-serif!important;
	color:#000!important;
	max-width:190px!important;
	border:1px solid #000!important;
	padding:8px 18px;
	border-radius: 20px;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 0.3s ease;
	text-decoration:none;
	margin-top:20px;
	&:hover{
		background:#000!important;
		color:#fff!important;
		border:1px solid #000!important;
		text-decoration:none!important;
	}
}
.newsletter-form form.fluent_form_2 .wpf_has_custom_css.ff-btn-submit{
	min-width:190px!important;
	max-width:190px!important;
}

@media(max-width:768px){
	.contact-info{
		flex-direction:column;
	}
	h1.title-xl{
		font-size: clamp(60px, 10vw, 64px) !important;
	}
}

/* === Template pages === */
body.page-template-page-fondatrices .entry-header, body.page-template-page-univers .entry-header, body.page-template-page-adn .entry-header{
	position: relative;
	background:url('img/studio-fitness-pilates-begles.webp') no-repeat center center;
	background-size:cover;
}
body.page-template-page-pilates .entry-header, body.page-template-page-yoga .entry-header, body.page-template-page-barre-au-sol .entry-header, body.page-template-page-mama .entry-header, body.page-template-page-decouverte-pilates .entry-header, body.page-template-page-decouverte-matwork .entry-header, body.page-template-page-accompagnement .entry-header{
	position: relative;
	background:url('img/cours-pilates-reformer-begles.webp') no-repeat center center;
	background-size:cover;
}
body.page-template-page-actualite .entry-header, body.category .entry-header, body.search-results .entry-header{
	position: relative;
	background:url('img/planning-fitness-begles.webp') no-repeat center center;
	background-size:cover;
}
body.page-template-page-contact .entry-header{
	position: relative;
	background:url('img/contact-salle-fitness-begle.webp') no-repeat center center;
		background-size:cover;
}
body.page-template-page-planning .entry-header, body.page-template-page-evenements .entry-header, body.page-template-page-avis .entry-header{
	position: relative;
	background:url('img/planning-fitness-begles.webp') no-repeat center center;
	background-size:cover;
}
body.page-template-default .entry-header{
	position: relative;
	background:url('img/studio-fitness-pilates-begles.webp') no-repeat center center;
	background-size:cover;
}
body.page-template-page-actualite .entry-header, body.category .entry-header, body.page-template-page-contact .entry-header, body.search-results .entry-header{
	color:#fff;
}
body.page-template-page-fondatrices .entry-header::before, 
body.page-template-page-univers .entry-header::before, 
body.page-template-page-adn .entry-header::before,
body.page-template-page-yoga .entry-header::before, 
body.page-template-page-actualite .entry-header::before,
body.page-template-page-pilates .entry-header::before,
body.page-template-page-contact .entry-header::before,
body.page-template-page-barre-au-sol .entry-header::before,
body.page-template-page-mama .entry-header::before,
body.page-template-page-planning .entry-header::before,
body.page-template-page-evenements .entry-header::before,
body.page-template-default .entry-header::before,
body.page-template-page-avis .entry-header::before,
body.category .entry-header::before,
body.search-results .entry-header::before,
body.page-template-page-decouverte-pilates .entry-header::before,
body.page-template-page-decouverte-matwork .entry-header::before,
body.page-template-page-accompagnement .entry-header::before,
.entry-header[style*="background-image"]::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.3);
	z-index: 1;
}
.entry-header {
	position: relative;
}

.entry-header .entry-header-inner h1, .entry-header .entry-header-inner .btn-primary, .entry-header .entry-categories, .entry-header .post-meta-wrapper{
	position:relative;
	z-index: 2;
}
.singular .entry-header {
	position:relative;
	display:flex;
	flex-direction:column;
	align-items: center;
	justify-content: center;
    background-color: #fff;
    padding: 86px 0 0 0;
    height: 40vh;
}
body.page-template-page-preventes .entry-header{
	height: 90vh;
}
.page-actualite .entry-header, body.search-results .archive-header {
	position:relative;
	display:flex;
	flex-direction:column;
	align-items: center;
	justify-content: center;
    background-color: #fff;
    padding: 4rem 0;
    height: 50vh;
}
.entry-submenu ul {
	position:absolute;
	bottom:40px;
	left:0;
	right:0;
	z-index:2;
	width:100%;
	margin:0 auto;
    display: flex;
    justify-content: space-around;
}
.entry-header .entry-header-inner .entry-submenu li a{
	color:#000;
}

/* === Cours pages === */
body.page-template-page-yoga, body.page-template-page-pilates, body.page-template-page-barre-au-sol, body.page-template-page-test{
	background:#FAF6F3;
}
body.page-template-page-test .entry-header{
	padding:0!important;
}
.pilates-intro, .planning-content{
	padding:95px 0 0 0;
}
h2.subtitle-cours{
	display:inline-block;
	background-color: #EED2CC;
	padding: 10px 20px;
	color:#000;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom:20px;
}
.pilates-intro ul{
	margin:0;
}
.section-full-width{
	max-width:100%;
	width:100%;
	margin:0 auto;
	padding:0;
}
.reformer-title{
	margin-top : 95px;
}
.reformer-title h2{
	font-size: clamp(52px, 10vw, 160px);
}
/* Cartes de cours */
.cours-card {
	position: relative;
}

.cours-card__image {
	position: relative;
}

.cours-card__image::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 1;
}

.cours-card.is-open .cours-card__image::after {
	opacity: 1;
	visibility: visible;
}

.cours-card__header {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 20px 20px 40px 20px;
	z-index: 5;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.cours-card.is-open .cours-card__header {
	opacity: 0;
	visibility: hidden;
}

.cours-card__title {
	margin: 0;
	color: #fff;
	text-align:center;
	text-transform:uppercase;
}

.cours-card__discover {
	display: inline-block;
	padding: 10px 20px;
	background-color: transparent;
	border:1px solid #fff;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 0.3s ease;
	text-decoration:none;
	cursor: pointer;
	font-size: 17px;
	transition: background-color 0.3s ease;
	margin: 0;
}

.cours-card__discover:hover {
	background-color:#fff;
		color:#000;
		text-decoration:none;
		border:1px solid #fff;
}

button.cours-card__close{
	position:absolute!important;
	right:0;
	top:0;
	background-color:transparent!important;
	font-weight:normal;
}
button.cours-card__close span{
	font-size:28px;
	text-decoration:none;
}
.cours-card__overlay-inner{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align:center;
	color:#fff;
	height: calc(100% - 40px);
	max-height:100%;
	padding:20px 40px;
	font-size:14px;
	box-sizing: border-box;
	overflow-y: auto;
	overflow-x: hidden;
	min-height: 0;
}
.cours-card__overlay-inner > * {
	min-height: 0;
	flex-shrink: 0;
}
.cours-card__overlay-inner > *:last-child {
	margin-top: auto;
}
.cours-card__overlay-title{
	margin: 0;
}
.card__meta{
	text-transform:uppercase;
}
.cours-card__rating {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 15px;
}

.cours-card__rating-stars {
	display: flex;
	gap: 3px;
}

.cours-card__rating-star {
	font-size: 18px;
	color: #ddd;
	line-height: 1;
}

.cours-card__rating-star--active {
	color: #ffc107;
}

.cours-card__rating-star--half {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
}

.cours-card__rating-star-empty,
.cours-card__rating-star-filled {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	line-height: 1;
}

.cours-card__rating-star-empty {
	color: #ddd;
	z-index: 1;
}

.cours-card__rating-star-filled {
	color: #ffc107;
	width: 50%;
	overflow: hidden;
	z-index: 2;
}

.cours-card__rating-value {
	font-size: 14px;
	font-weight: 600;
	color: #666;
}

.cours-card__rating-count {
	font-size: 11px;
}

.cours-card__levels {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
	margin: 2rem 0;
	flex-wrap: wrap;
}

.cours-card__level-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	flex: 0 0 auto;
}

.cours-card__level-item img {
	width: 20px !important;
	max-width: 20px !important;
	height: auto;
	display: block;
	object-fit: contain;
}

.cours-card__level-image {
	width: 100px !important;
	max-width: 100px !important;
	height: auto;
	display: block;
	object-fit: contain;
}

.cours-card__level-title {
	margin: 0;
	font-size: 7px;
	text-align: center;
	color: #fff;
	text-transform:uppercase;
}

.cours-card__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 10;
}

.cours-card.is-open .cours-card__overlay {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.swiper-button-next, .swiper-button-prev{
	color:#fff!important;
}

/* === Univers page === */
.section-univers-intro{
	background:#FAF6F3;
	padding:95px 0;
}
.section-univers-content{
	padding:95px 0;
}
.page-univers-content{
	padding:95px 0;
}
h2.title-univers{
	display:inline-block;
	background-color: #eed2cc;
	padding: 10px 20px;
	color:#fff;
	text-transform: uppercase;
	font-size: 24px;
}
h2.title-univers.left{
	position:relative;
	left: 0px;
}
h2.title-univers.right{
	position:relative;
	right: 0px;
}
.univers-three-columns {
	display: flex;
	gap: 2rem;
	align-items: stretch;
}

.univers-column {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.univers-column-content {
	flex: 2;
	padding-top:0px;
}

.univers-column-image {
	flex: 1;
	display: flex;
	min-height: 0;
}

.univers-column-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	flex: 1;
}

.univers-column-content h2 {
	margin-top: 0;
	margin-bottom: 1rem;
}

.univers-column-content h2:not(:first-child) {
	margin-top: 2rem;
}

.univers-column-content p {
	margin-bottom: 1.5rem;
}

/* Section ADN - 2 lignes avec image 1/3 et contenu 2/3 */
.adn-two-rows {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.adn-row {
	display: flex;
	gap: 2rem;
	align-items: stretch;
}

.adn-row-image {
	flex: 1;
	display: flex;
	min-height: 0;
}

.adn-row-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	flex: 1;
}

.adn-row-content {
	position:relative;
	flex: 2;
	padding-top: 40px;
}

.adn-row-content h2 {
	margin-top: 0;
	margin-bottom: 1rem;
}

.adn-row-content p {
	margin-bottom: 1.5rem;
}

.adn-row-content .title-univers.right, .univers-column-content .title-univers{
	display:inherit;
	width: fit-content;
}
.adn-row-content p.align-right, .univers-column-content p.align-right{
	text-align:left;
}

.adn-row:nth-child(2) {
	flex-direction: row-reverse;
}

/* Section deux blocs */
.univers-two-blocks {
	display: flex;
	gap: 2rem;
	align-items: center;
	margin: 2rem 0;
}

.univers-block {
	position:relative;
	flex: 1;
	margin-top:40px;
}
.univers-block h2.title-service{
	position:absolute;
	top:-40px;
	left:10px;
	padding:0;
	margin:0;
	font-size:80px;
	line-height: 0.8;
}
.title-font2{
	font-family: 'SunValley', cursive;
	font-weight:normal!important;
}
.univers-block-text {
	display: flex;
	align-items: center;
	padding:0px;
}

/* Responsive pour la page Univers */
@media (min-width: 1000px) {
    .header-inner {
        padding: 0;
    }
}
@media (max-width: 768px) {
	.univers-three-columns {
		flex-direction: column;
		gap: 1.5rem;
	}
	
	.univers-column-image {
		order: 1;
	}
	
	.univers-column-content {
		order: 2;
	}
	
	.univers-column-image:last-child {
		order: 3;
	}
	
	.adn-row {
		flex-direction: column;
		gap: 1.5rem;
	}
	
	/* Réinitialiser row-reverse sur mobile pour la deuxième ligne */
	.adn-row:nth-child(2) {
		flex-direction: column;
	}
	
	.adn-row-image {
		order: 1;
	}
	
	.adn-row-content {
		order: 2;
	}
	
	.univers-two-blocks {
		flex-direction: column;
		gap: 1.5rem;
	}
	
	.univers-block-image {
		order: 1;
	}
	
	.univers-block-text {
		order: 2;
	}
}


/* === Formulaire d'avis === */
.page-avis .entry-content{
	padding:95px 0;
}
.avis-form {
	max-width: 400px;
	margin: 0 auto;
	padding: 2rem;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.avis-form__field {
	margin-bottom: 1.5rem;
}

.avis-form__label {
	display: block;
	margin-bottom: 0.5rem;
	font-weight: 600;
	color: #333;
}

.avis-form__label .required {
	color: #d32f2f;
	margin-left: 4px;
}

.avis-form__input,
.avis-form__select,
.avis-form__textarea {
	width: 100%;
	padding: 0.75rem;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 16px;
	font-family: inherit;
	transition: border-color 0.3s ease;
}

.avis-form__input:focus,
.avis-form__select:focus,
.avis-form__textarea:focus {
	outline: none;
	border-color: #eed2cc;
	box-shadow: 0 0 0 3px rgba(242, 215, 213, 0.1);
}

.avis-form__textarea {
	resize: vertical;
	min-height: 120px;
}

/* Système d'étoiles */
.avis-form__stars {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	gap: 5px;
	margin-top: 0.5rem;
}

.avis-form__star-input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.avis-form__star-label {
	display: inline-block;
	cursor: pointer;
	font-size: 2rem;
	color: #ddd;
	transition: color 0.2s ease, transform 0.1s ease;
	user-select: none;
}

.avis-form__star-label:hover,
.avis-form__star-label.is-hover {
	color: #ffc107;
	transform: scale(1.1);
}

.avis-form__star-label.is-active {
	color: #ffc107;
}

.avis-form__star-input:checked ~ .avis-form__star-label,
.avis-form__star-input:checked ~ .avis-form__star-label ~ .avis-form__star-label {
	color: #ffc107;
}

.avis-form__star-icon {
	display: inline-block;
}

.avis-form__submit {
	margin-top: 2rem;
	text-align: center;
}

/* Messages de succès/erreur */
.avis-message {
	padding: 1rem;
	margin-bottom: 2rem;
	border-radius: 4px;
}

.avis-message--success {
	background-color: #d4edda;
	color: #155724;
	border: 1px solid #c3e6cb;
}

.avis-message--error {
	background-color: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
}

.avis-message p {
	margin: 0;
}

/* === Quiz blocks === */
#powher-fitness-widget{
	margin: 95px 0;
}
.quiz-two-blocks {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	align-items: stretch;
	margin: 2rem 0;
}

.quiz-block {
	flex: 1;
	display: flex;
	flex-direction: column;
}
.quiz-block h2{
	line-height:normal;
	margin-bottom:20px;
	border-bottom:6px solid #6C9A8B;
}
.quiz-block-text {
	justify-content: center;
	box-sizing: border-box;
	width:90%;
}

.quiz-block-image {
	position: relative;
	overflow: hidden;
	height:550px;
}

.quiz-block-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Quiz styles */
.quiz-intro {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	background:#fff;
}
.quiz-slide{
	background:#fff;
}
.intro-slide .quiz-block-text{
	padding:60px;
}
.quiz-slide .quiz-block-text{
	padding:40px 20px;
}
.quiz-intro .quiz-block-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.quiz-slide {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

/* Fil d'Ariane du quiz */
.quiz-breadcrumb {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	margin-bottom: 2rem;
	width: 100%;
}

.quiz-breadcrumb-item {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd;
	border: 2px solid #ddd;
	transition: all 0.3s ease;
	flex-shrink: 0;
}

.quiz-breadcrumb-item.active {
	background-color: #77978A;
	border-color: #77978A;
	transform: scale(1.2);
}

.quiz-breadcrumb-line {
	flex: 1;
	height: 2px;
	background-color: #ddd;
	max-width: 60px;
	transition: background-color 0.3s ease;
}

.quiz-breadcrumb-line.active {
	background-color: #77978A;
}

.quiz-title {
	font-size: clamp(1.8rem, 4vw, 2.5rem);
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 2rem;
}

.quiz-form {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.quiz-field {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.quiz-field label {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 0.9rem;
	color: #333;
}

.quiz-field input {
	padding: 12px 15px;
	border: 2px solid #ddd;
	border-radius: 4px;
	font-size: 16px;
	font-family: inherit;
	transition: border-color 0.3s ease;
}

.quiz-field input:focus {
	outline: none;
	border-color: #eed2cc;
	box-shadow: 0 0 0 3px rgba(242, 215, 213, 0.1);
}

.quiz-radio-group {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.quiz-radio-label {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 15px 20px;
	cursor: pointer;
	transition: all 0.3s ease;
	background: #fff;
}

.quiz-radio-label:hover {
	border-color: #eed2cc;
	background: rgba(242, 215, 213, 0.05);
}

.quiz-radio-label input[type="radio"] {
	margin: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	accent-color: #eed2cc;
}

.quiz-radio-label input[type="radio"]:checked + span {
	font-weight: 600;
	color: #eed2cc;
}

.quiz-radio-label span {
	flex: 1;
	font-size: 18px;
}

.quiz-actions {
	display: flex;
	gap: 1rem;
	margin-top: 1rem;
}

.quiz-btn {
	padding: 12px 30px;
	background-color: #eed2cc;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.1s ease;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
}

.quiz-btn:hover {
	background-color: #e6c4c1;
	transform: translateY(-2px);
}

.quiz-btn:active {
	transform: translateY(0);
}

.quiz-result {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.quiz-thank-you-message {
	font-size: 1.2rem;
	line-height: 1.8;
	color: #333;
	margin: 0;
	padding: 2rem;
	background: rgba(242, 215, 213, 0.1);
	border-radius: 8px;
	border-left: 4px solid #eed2cc;
}

.quiz-loading {
	font-size: 1.2rem;
	color: #666;
	text-align: center;
	padding: 2rem;
}

.quiz-error-message {
	font-size: 1.2rem;
	color: #d32f2f;
	text-align: center;
	padding: 2rem;
	background: rgba(211, 47, 47, 0.1);
	border-radius: 8px;
	border-left: 4px solid #d32f2f;
}
.quiz-intro.intro-slide .quiz-block-image {
	flex: 0 0 50%!important;
}
.quiz-intro.intro-slide .quiz-block-text {
	flex: 0 0 50%!important;
}
/* Layout pour desktop : image 1/3, texte 2/3 */
@media (min-width: 768px) {
	.quiz-slide {
		flex-direction: row;
	}
	.quiz-slide .quiz-block-image {
		flex: 0 0 33.333%;
		height: auto;
		min-height: 500px;
	}
	
	.quiz-slide .quiz-block-text {
		padding:40px 20px;
	}
	
	.quiz-intro {
		flex-direction: row;
	}
	
	.quiz-intro .quiz-block-image {
		flex: 0 0 33.333%;
	}
	
	.quiz-intro .quiz-block-text {
	}
}

.desktop{
	display:none;
}
.mobile{
	display:block;
}
/* === Responsive === */
@media (min-width: 1000px) {
	#site-header{
		padding:1.5rem;
	}	
    .header-titles-wrapper {
        margin-right: 0;
        max-width:100%;
    }
	.header-titles {
        margin: 0;
    }
	.header-titles .site-title, .header-titles .site-logo, .header-titles .site-description {
        margin: 0;
    }
}
@media (min-width: 700px) {
    #site-header {
        padding: 0rem;
    }
	.header-inner {
        padding: 3.15rem 0;
    }
}
@media (min-width: 768px) {
	body.page-template-page-preventes .entry-header{
		height: 100vh;
	}
	.footer-social-links a.btn-secondary{
		margin-bottom:0px;
	}
	.newsletter-form{
		padding:0 20px;
	}
	.newsletter-form button.ff-btn-submit{
		margin-top:0px;
	}
	.feature-card {
		flex: 1 1 22rem;
	}
	.univers-block h2.title-service{
		left:40px;
	}
	.decouverte-container{
		display:flex;
		gap:20px;
		align-items:flex-start;
	}
	.decouverte-container > *{
		flex:1 1 0;
	}
	.expanded-menu, .menu-modal .modal-menu{
		margin-top:120px;
	}
	.reassurance-icon{
		flex-shrink: 0;
		width: 60px;
		height: 60px;
		display: flex!important;
		align-items: center;
		justify-content: center;
	}
	.cours-card__level-title {
		font-size: 12px;
	}
	.cours-card__level-item img {
		width: 30px !important;
		max-width: 30px !important;
	}
	.fiveitems .features-grid {
		flex-wrap: nowrap;
	}
	.fiveitems .feature-card {
		flex: 0 1 calc(20% - 0.8rem);
		max-width: calc(20% - 0.8rem);
		min-width: 0;
	}
	.feature-card h6{
		font-size:14px;
	}
	.titlepf2 .title-large{
		font-size: 24px;
	}
	.newsletter-form .frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom button{
		margin-bottom:0!important;
	}
	.alert-info {
		height: 40px;
		font-size:16px;
	}
	body, body.single-post .entry-content p {
		font-size:18px;
	}
	.header-preventes-content{
		align-items:center!important;
	}
	.header-preventes-text{ 
		max-width:60%;
		padding-left:10rem;
	 }
	.adn-row-content .title-univers.right, .univers-column-content .title-univers.right{
		display:flex;
		justify-content:flex-end;
		width: fit-content;
		align-self: flex-end;
		margin-left: auto;
	}
	.adn-row-content p.align-right, .univers-column-content p.align-right{
		text-align:right;
	}
	
	.footer-social-links {
		flex-direction: row;
		align-items: center;
		gap: 15px;
	}

	.footer-social-links .btn-secondary {
		order: 2;
	}

	.footer-social-links .footer-social-icons {
		order: 1;
		display: flex;
		align-items: center;
		gap: 10px;
	}
	ul.modal-menu ul.sub-menu li .ancestor-wrapper a{
		text-transform:none!important;
		padding:6px 0;
	}
	ul.sub-menu li:first-child .ancestor-wrapper a{
		margin-top:0px;
	}
	.menu-modal .modal-menu > li.menu-item {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 0.6rem;
		flex: 1 1 20rem; /* occupe l'espace disponible, base ~200px */
		min-width: 16rem;
	}
	
	.menu-modal .modal-menu {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap; /* autorise le retour à la ligne */
		gap: 1.2rem 2rem;
		padding: 0 20px;
	}
	.contact-title{
		width:50%;
		padding-left:80px;
	}
	.contact-form {
		display: flex;
		flex-direction:row;
		gap: 2rem;
		align-items: stretch;
		margin-top: 2rem;
	}
	.contact-form-form {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.contact-info-container{
		padding:80px;
	}
	.contact-info{
		align-items:flex-start;
	}
	.titlepf .title-small{
		font-size:24px;
	}
	.bg-pink-band{
		height: 190px;
	}
	.singular .entry-header {
		height: 50vh;
	}
	.univers-block-text {
		padding:0 40px 40px 40px;
	}
	.quiz-two-blocks {
		flex-direction: row;
	}
	.univers-column-content{
		padding-top: 40px;
	}
	h2.title-univers.left{
		position:relative;
		left: -50px;
	}
	h2.title-univers.right{
		position:relative;
		right: -50px;
	}
	.desktop{
		display:flex;
	}
	.mobile{
		display:none !important;
	}
}

/* === Page Actualité === */
.page-actualite {
	padding: 2rem 0;
}
.post-meta-wrapper .post-meta span.meta-text a, .entry-categories .entry-categories-inner a{
	color:#fff!important;
	text-decoration:none!important;
	border-bottom:none!important;
}
.pagination-single-inner{
	padding-bottom:95px;
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide){
	max-width:1200px;
}
/* Section recherche */
.actualite-search-section {
	padding: 3rem 0;
	background: none;
	/*	position: absolute;
    top: 60px;
	*/
}

.actualite-search-wrapper {
	max-width: none;
	margin: 0 auto;
	position:relative;
	z-index:2;
}

.actualite-search-wrapper .search-form {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.actualite-search-wrapper .search-field {
	width: 100%;
	padding: 12px 120px 12px 20px;
	border-radius: 48px;
	font-size: 16px;
	background-color: #fff;
	box-sizing: border-box;
	border:none;
	color:#000;
}

.actualite-search-wrapper .search-field::placeholder {
	color: #000;
	opacity: 1;
}

.actualite-search-wrapper .search-field::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}

.actualite-search-wrapper .search-field::-moz-placeholder {
	color: #000;
	opacity: 1;
}

.actualite-search-wrapper .search-field:-ms-input-placeholder {
	color: #000;
	opacity: 1;
}

.actualite-search-wrapper label {
	position: relative;
	display: block;
}

.actualite-search-wrapper .search-submit {
	position: absolute;
	right: 4px;
	top: 45%;
	transform: translateY(-50%);
	padding: 0px 15px;
	color: #000;
	background-color:transparent;
	border: none;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.3s ease;
	width: auto;
	min-width: 44px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.actualite-search-wrapper .search-submit .material-symbols-outlined {
	font-size: 24px;
	line-height: 1;
}

.actualite-search-wrapper .search-submit .screen-reader-text {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	width: 1px;
	height: 1px;
	overflow: hidden;
	word-wrap: normal !important;
}

.actualite-search-wrapper .search-submit:hover {
	color:#000;
}

/* Section titre */
.section-title {
	font-size: clamp(1.8rem, 4vw, 2.5rem);
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 2rem;
	text-align: center;
}

/* Section 3 derniers articles */
.actualite-latest-section {
	padding: 4rem 0;
}

.actualite-latest-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
	margin-top: 5px;
}

.actualite-card {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
	display: flex;
	flex-direction: column;
}

.actualite-card:hover {
	transform: translateY(-5px);
}

.actualite-card-image {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.actualite-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.actualite-card:hover .actualite-card-image img {
	transform: scale(1.05);
}

.actualite-card-content {
	padding: 1.5rem;
}

.actualite-card-title {
	margin: 0 0 1rem;
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	font-size:20px;
}

.actualite-card-title {
	color: #333;
}

.actualite-card-meta {
	display: flex;
	gap: 1rem;
	margin-bottom: 1rem;
	font-size: 0.9rem;
	color: #666;
}

.actualite-card-category {
	text-transform: uppercase;
	font-weight: 600;
	color: #eed2cc;
}

.actualite-card-excerpt {
	margin-bottom: 1rem;
	line-height: 1.6;
	color: #555;
}

.actualite-card-link {
	display: block;
	text-decoration: none;
	color: inherit;
	width: 100%;
	height: 100%;
}

.actualite-card-link:hover {
	text-decoration: none;
}

/* Section principale avec sidebar */
.actualite-main-section {
	padding: 4rem 0;
}

.actualite-layout {
	display: flex;
	gap: 3rem;
	align-items: flex-start;
}

.actualite-sidebar {
	flex: 0 0 250px;
	background: #fff;
	padding: 2rem;
	border-radius: 8px;
}

.sidebar-title {
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
	color: #333;
}

.actualite-categories-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.actualite-category-item {
	margin-bottom: 0.75rem;
}

h3.actualite-card-title a{
	color:#000;
	text-decoration:none;
}

.actualite-category-item a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #000;
	text-decoration: none;
	padding: 0.5rem 0;
	transition: color 0.3s ease;
}

.actualite-category-item a:hover {
	text-decoration: underline;
}

.actualite-category-item a.current-category {
	color: #000;
	font-weight: 600;
}

.category-count {
	color: #999;
	font-size: 0.9rem;
}

.actualite-content {
	flex: 1;
}

h2.search-results-title{
	text-align:center;
	font-size:24px;
	margin-bottom:40px;
}

/* Pagination */
.actualite-pagination {
	margin-top: 3rem;
	display: flex;
	justify-content: center;
	gap: 0.5rem;
}

.actualite-pagination a,
.actualite-pagination span {
	display: inline-block;
	padding: 0.5rem 1rem;
	border: 2px solid #ddd;
	border-radius: 4px;
	color: #333;
	text-decoration: none;
	transition: all 0.3s ease;
}

.actualite-pagination a:hover {
	background-color: #eed2cc;
	border-color: #eed2cc;
	color: #fff;
}

.actualite-pagination .current {
	background-color: #eed2cc;
	border-color: #eed2cc;
	color: #fff;
}

.no-posts {
	text-align: center;
	padding: 3rem;
	color: #666;
	font-size: 1.2rem;
}

.pagination-single-inner a{
	color:#000;
	font-weight:normal;
	font-size:18px;
}
/* === Cartes Événements === */
.evenements-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
	margin-bottom: 80px;
	margin-top:95px;
}

.evenement-card {
	position: relative;
	min-height: 500px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
}

.evenement-card.past-event {
	filter: grayscale(100%);
}

.evenement-card-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
	z-index: 1;
}

.evenement-card-content {
	position: relative;
	z-index: 2;
	width: 100%;
	height:100%;
	padding: 35px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 1rem;
}

.evenement-card-title {
	flex: 1;
}

.evenement-card-title h3 {
	color: #fff;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
	line-height: 1.3;
}

.evenement-card-info {
	margin-top: 1rem;
}

.evenement-card-info p {
	color: #fff;
	margin: 0.5rem 0;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 18px;
	font-weight:600;
}

.evenement-card-info .material-symbols-outlined {
	font-size: 20px;
	line-height: 1;
}

.evenement-card-button {
	flex-shrink: 0;
	width:100%;
	display: flex;
	justify-content: center;
}

.evenement-card-button .btn-primary {
	white-space: nowrap;
}

/* Responsive */
@media (max-width: 768px) {
	.actualite-layout {
		flex-direction: column;
	}

	.actualite-sidebar {
		flex: 1;
		width: 100%;
	}


	.actualite-search-wrapper .search-form {
		width: 100%;
	}

	.actualite-search-wrapper .search-field {
		padding-right: 100px;
	}

	.actualite-search-wrapper .search-submit {
		padding: 8px 15px;
		font-size: 14px;
	}
}

/* Reset responsive style */
@media (min-width: 700px) {
    .footer-credits {
        display: block;
    }
	.footer-copyright {
        font-weight: normal;
    }
}

/* === Page Fondatrices - Grille Masonry === */
.patchwork-container {
	position: relative;
	width: 100%;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 20px;
}

/* Images en arrière-plan */
.patchwork-container .background-images {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.patchwork-container .img-wrapper {
	position: absolute;
	overflow: hidden;
	transition: all 0.6s ease;
}

.patchwork-container .img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Positionnement desktop */
.patchwork-container .img1 {
	top: 8%;
	left: 5%;
	width: 25%;
	height: 25%;
}

.patchwork-container .img2 {
	top: 38%;
	left: 3%;
	width: 30%;
	height: 55%;
}

.patchwork-container .img3 {
	bottom: 8%;
	left: 35%;
	right: 35%;
	width: 60%;
	height: 28%;
}

.patchwork-container .img4 {
	top: 6%;
	right: 2%;
	width: 30%;
	height: 55%;
}

/* Bloc texte au premier plan */
.patchwork-container .text-block {
	position: relative;
	z-index: 10;
	background: #6b9b8f;
	color: white;
	padding: 50px 60px;
	max-width: 550px;
}

.patchwork-container .text-block h1 {
	font-family: 'SunValley', cursive;
	font-size: 42px;
	margin-bottom: 30px;
	font-weight: normal;
}

.patchwork-container .text-block p {
	font-size: 18px;
	margin-bottom: 35px;
}

.patchwork-container .quote {
	font-family: 'SunValley', cursive;
	font-style: italic;
	font-size: 60px;
	margin-top: 20px;
	padding-top: 20px;
}

.patchwork-container .author {
	font-family: 'SunValley', cursive;
	text-align: right;
	font-size: 20px;
	margin-top: 12px;
}

/* Responsive - Tablette */
@media (max-width: 1024px) {
	.patchwork-container .text-block {
		max-width: 480px;
		padding: 40px 50px;
	}

	.patchwork-container .text-block h1 {
		font-size: 36px;
	}

	.patchwork-container .text-block p {
		font-size: 16px;
	}

	/* Images se resserrent */
	.patchwork-container .img1 {
		top: 5%;
		left: 2%;
		width: 28%;
		height: 22%;
	}

	.patchwork-container .img2 {
		top: 30%;
		left: 0%;
		width: 32%;
		height: 45%;
	}

	.patchwork-container .img3 {
		bottom: 5%;
		left: 30%;
		width: 40%;
		height: 25%;
	}

	.patchwork-container .img4 {
		top: 5%;
		right: 2%;
		width: 30%;
		height: 50%;
	}
}

/* Responsive - Mobile */
@media (max-width: 768px) {
	.patchwork-container {
		padding: 30px 15px;
	}

	.patchwork-container .text-block {
		max-width: 90%;
		padding: 35px 30px;
	}

	.patchwork-container .text-block h1 {
		font-size: 32px;
		margin-bottom: 25px;
	}

	.patchwork-container .text-block p {
		font-size: 15px;
	}

	.patchwork-container .quote {
		font-size: 38px;
	}

	/* Images se resserrent et se chevauchent davantage */
	.patchwork-container .img1 {
		top: 3%;
		left: -5%;
		width: 35%;
		height: 18%;
		opacity: 0.85;
	}

	.patchwork-container .img2 {
		top: 22%;
		left: -8%;
		width: 40%;
		height: 38%;
		opacity: 0.85;
	}

	.patchwork-container .img3 {
		bottom: 3%;
		left: 20%;
		right: 20%;
		width: 60%;
		height: 22%;
		opacity: 0.85;
	}

	.patchwork-container .img4 {
		top: 3%;
		right: -5%;
		width: 38%;
		height: 45%;
		opacity: 0.85;
	}
}
 /* Responsive - Petit mobile */
 @media (max-width: 480px) {
	.patchwork-container .text-block {
		padding: 30px 25px;
	}

	.patchwork-container .text-block h1 {
		font-size: 28px;
	}

	.patchwork-container .text-block p {
		font-size: 14px;
	}

	.patchwork-container .quote {
		font-size: 28px;
	}

	/* Chevauchement maximal */
	.patchwork-container .img1 {
		top: 5%;
		left: -2%;
		width: 50%;
		height: 20%;
	}

	.patchwork-container .img2 {
		top: 20%;
		left: -5%;
		width: 50%;
		height: 50%;
	}

	.patchwork-container .img3 {
		bottom: 10%;
		left: 15%;
		width: 90%;
		height: 20%;
	}

	.patchwork-container .img4 {
		top: 2%;
		right: -5%;
		width: 55%;
		height: 42%;
	}
 }

/* === Page Pré-ventes === */
h1.preventes-title{
	font-size: 25px;
	font-weight: 300;
	text-transform:uppercase;
	margin-bottom: 20px;
}
h2.preventes-title{
	font-size: 30px;
	font-weight: 900;
	text-transform:uppercase;
	margin-bottom: 20px;
}
p.preventes-subtitle{
	display: block;
	padding:5px 10px;
	background:#FAF1EF;
	color:#000;
	font-weight: 400;
	border-radius: 5px;
	text-align:center;
	margin:0 auto;
	width: fit-content;
}
.entry-header.header-preventes{
	padding:0;
}
.header-preventes{
	width:100%;
	height:100%;
	background: url('img/pilates-reformer-begles.webp') no-repeat right center;
	background-size: cover;
}
.header-preventes-content{
	display:flex;
	align-items:center;
	width:100%;
	height:100%;
	text-align:left;
	padding-top:150px;
	padding-bottom:20px;
	background: linear-gradient(to right, #FAF6F3 50%, transparent 100%);
}
.header-preventes-text{ 
   width:100%;
   padding:20px;
}
.header-preventes-text span.tagg-primary{
	margin-bottom: 30px;
}
.preventes-tarifs-container{
	display: flex;
	gap: 2rem;
	margin-top: 3rem;
	justify-content: space-between;
	align-items: stretch;
}
.preventes-tarif-card{
	flex: 1;
	display: flex;
	flex-direction: column;
	background: #FAF6F3;
	border:2px solid #6C9A8B;
	padding: 2rem;
	border-radius: 8px;
	box-sizing: border-box;
	overflow: hidden;
}
.preventes-tarif-title{
	font-family: "SunValley", sans-serif;
	font-size: 38px;
	font-weight: 700;
	color:#6C9A8B;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
	text-align: center;
}
.preventes-tarif-content{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	min-height: 0;
	width: 100%;
	box-sizing: border-box;
}
.preventes-tarif-content p{
	margin:0;
}
.preventes-tarif-content .tagg-secondary{
	margin-bottom: 20px;
}
.price{
	text-align:center;
}
span.price{
	font-size: 28px;
	font-weight: 700;
	text-align:center;
	display: inline-block;
	width:100%;
	margin:0;
	padding:0;
}
span.price-old-value{
	text-align:center;
	display: inline-block;
	width:100%;
}
span.text-legend{
	font-size: 12px;
	text-align:center;
	display: inline-block;
	width:100%;
}
span.tagg-primary{
	display:inline-block;
	padding:5px 10px;
	background:#6C9A8B;
	color:#fff;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 5px;
	text-align:center;
}
span.tagg-secondary{
	display:inline-block;
	padding:5px 10px;
	background:#d9b496;
	color:#fff;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 5px;
	text-align:center;
}
.preventes-tarif-info{
	text-align:center;
	width: 100%;
	box-sizing: border-box;
	margin-top:40px;
}
.preventes-tarif-info p{
	margin-bottom:40px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}

.preventes-tarif-info p .material-symbols-outlined {
	font-size: 40px;
	line-height: 1;
}
.preventes-tarif-info a{
	display: inline-block;
	margin:0 auto;
	max-width: 100%;
	box-sizing: border-box;
}
.section-forfait-preventes{
	padding:95px 0;
}
.section-reassurances{
	background:#eed2cc;
	padding:40px 0;
}
.reassurances-header{
	text-align:center;
}
.reassurances-content{
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	margin-top: 2rem;
	background:#fff;
	border-radius: 8px;
	padding: 60px;
}
.reassurance-item{
	display: flex;
	flex: 0 0 calc(50% - 1rem);
	gap: 1.5rem;
	align-items: center;
}
.reassurance-icon{
	display: none;
}
.reassurance-icon .icon-placeholder{
	font-size: 2rem;
}
.reassurance-text{
	flex: 1;
}
.reassurance-title{
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0.5rem;
	color: #333;
}
.reassurance-description{
	font-size: 18px;
	color: #666;
	margin: 0;
}
/* Responsive */
@media (max-width: 1024px) {
	.preventes-tarifs-container{
		flex-direction: column;
		gap: 1.5rem;
	}
	.preventes-tarif-card{
		width: 100%;
	}
	.reassurance-item{
		flex: 0 0 100%;
	}
	.fondatrices-masonry-grid {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: auto;
		min-height: auto;
	}

	.fondatrices-photo-1 {
		grid-column: 1;
		grid-row: 1;
		min-height: 250px;
	}

	.fondatrices-photo-2 {
		grid-column: 1;
		grid-row: 2;
		min-height: 500px;
	}

	.fondatrices-text-1 {
		grid-column: 2;
		grid-row: 1 / 2;
		min-height: 500px;
	}

	.fondatrices-photo-3-left {
		grid-column: 2;
		grid-row: 2;
		min-height: 250px;
	}

	.fondatrices-photo-4 {
		grid-column: 1 / 3;
		grid-row: 3;
		min-height: 500px;
	}

	.fondatrices-photo-3-right {
		grid-column: 1 / 3;
		grid-row: 4;
		min-height: 250px;
	}
}

@media (max-width: 768px) {
	.fondatrices-masonry-grid {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		gap: 1.5rem;
		min-height: auto;
	}

	.fondatrices-item {
		grid-column: 1 !important;
		grid-row: auto !important;
		min-height: 300px;
	}

	.fondatrices-text {
		padding: 2rem;
		min-height: auto;
	}

	.fondatrices-photo-3-left img,
	.fondatrices-photo-3-right img {
		object-position: center;
	}
}

/* === Temp === */
.entry-submenu--les-tarifs{
	display:none;
}

/* Découverte Matwork */
.decouverte-container{
	padding:95px 0;
}
.decouverte-info-text{
	padding:26px 22px;
}
.decouverte-info-text ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.decouverte-info-text h2 span.title-font2{
	font-size:clamp(48px, 10vw, 68px);
}
.decouverte-price-details{
	padding:25px 10px;
	background:rgba(108, 154, 139, 0.2);
	border-radius: 8px;
	color:#000;
	margin-bottom:20px;
	border:2px solid #6C9A8B
}
.decouverte-price-details h5{
	text-align:center;
	margin-bottom:20px;
}
.decouverte-price-details ul {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
.decouverte-price-details li {
	flex: 0 0 calc(45% - 0.5rem);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.decouverte-info-text li .material-symbols-outlined {
	font-size: 1.5rem;
	color: inherit;
	flex-shrink: 0;
	margin-right: 0.5rem;
}

/* Pilates Choose CTA Buttons */
.pilates-choose-cta-buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}
@media (min-width: 768px) {
	.pilates-choose-cta-buttons {
		flex-direction: row;
		justify-content: center;
		gap: 1rem;
		align-items: center;
		max-width:60%;
		margin:0 auto;
	}
	.pilates-choose-cta-buttons .btn-primary {
		flex: 0 0 auto;
	}
}

/* === CTA Footer === */
.cta-footer {
	position: fixed;
	bottom: 20px;
	left: 0;
	right: 0;
	padding: 1.5rem 2rem;
	opacity:0;
	display:flex;
	justify-content:center;
	align-items:center;
	transform: translateY(100%);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 1000;
}

.cta-footer.visible {
	transform: translateY(0);
	opacity:1;
}

/* Page Merci Découverte */
.header-full.thanks-page, .error-404-page  {
	height: 90vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 136px 20px 20px 20px;
}
.thanks-page{
	background:url('img/thanks-powherfitness.webp') no-repeat center center;
	background-size:cover;
}
.header-full-content{
	background:rgba(255, 255, 255, 0.7);
	padding:40px 20px;
	border-radius: 8px;
	max-width: 1200px;
	margin:0 auto;
	box-sizing: border-box;
}
.header-full-content h2{
	text-transform:uppercase;
	margin-bottom:20px;
}

/* Page 404 */
.error-404-page {
	background: url('img/404-powherfitness.webp') no-repeat center center;
	background-size: cover;
}
.error-404-page h1.titlepf2 span.title-small	{
	font-size:60px;
}
.error-404-page .header-full-content p {
	margin: 2rem 0;
}

.error-404-page .header-full-content {
	max-width: 120rem;
	margin:0 auto;
	width: calc(100% - 8rem);
}
.error-404-actions {
	margin-top: 4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	width: 100%;
}

.error-404-actions .btn-primary {
	width: 100%;
	text-align: center;
}

@media (min-width: 768px) {
	.header-full.thanks-page, .error-404-page  {
		height: 70vh;
	}
	.error-404-actions {
		flex-direction: row;
		justify-content: space-between;
	}
	
	.error-404-actions .btn-primary {
		flex: 1;
	}
}