/* ============================================================
   DAL'ALU — Page "Devenir franchisé / Le concept"
   ============================================================ */

.dal-concept {
	padding-bottom: 90px;
	overflow: hidden;
}

.dal-concept .dal-container {
	width: 80%;
	margin: 0 auto;
}

/* ── Fil d'ariane ── */
.dal-concept__fil {
	padding: 18px 0 8px;
	font-size: 13px;
	color: #888;
}

.dal-concept__fil a {
	color: #888;
	text-decoration: none;
}

.dal-concept__fil a:hover {
	color: var(--dal-red, #DC0D15);
}

.dal-concept__fil span {
	margin: 0 6px;
}

/* ── Hero : bandeau + panneau rouge centré ──
   Centrage en flex (pas de transform : un transform créerait un
   stacking context qui piégerait le mix-blend-mode du panneau). */
.dal-concept__hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	min-height: 260px;
	margin: 8px auto 0;
	background: #cfcfcf;
	border-radius: 24px;
}

.dal-concept__hero-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: inherit;
	display: block;
}

/* Panneau : pas de z-index/transform ici (sinon le blend est piégé) */
.dal-concept__hero-panel {
	position: relative;
	color: #fff;
	text-align: center;
	padding: 20px 60px;
	border-radius: 100px;
	max-width: 80%;
}

/* Fond rouge en blend, séparé du texte */
.dal-concept__hero-panel-bg {
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: var(--dal-red, #DC0D15);
	mix-blend-mode: hard-light;
}

/* Texte au-dessus du fond, hors du contexte de blend */
.dal-concept__hero-panel-texte {
	position: relative;
	z-index: 1;
}

.dal-concept__hero-titre {
	margin: 0;
	font-size: clamp(1.85rem, 2.6vw, 40px);
	font-weight: 600;
}

.dal-concept__hero-sous {
	margin: 4px 0 0;
	font-size: clamp(1.15rem, 2.6vw, 20px);
	font-weight: 500;
}

/* ── Section "Pourquoi choisir" ── */
.dal-container.dal-concept__pourquoi {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: clamp(40px, 6vw, 90px);
	align-items: center;
	margin-top: 64px;
}

.dal-concept__titre {
	font-size: clamp(1.85rem, 2.4vw, 34px);
	font-weight: 600;
	color: #000;
	margin: 0 0 20px;
}

.dal-concept__rouge {
	color: var(--dal-red, #DC0D15);
}

/* Trait rouge sous le titre */
.dal-concept__titre::after {
	content: "";
	display: block;
	width: 90px;
	height: 5px;
	margin-top: 16px;
	background: var(--dal-red, #DC0D15);
	border-radius: 20px;
}

.dal-concept__intro {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	margin: 0 0 32px;
}

/* ── Grille des atouts (2 × 2) ── */
.dal-concept__features {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px 36px;
	margin-bottom: 36px;
}

.dal-concept__feature-titre {
	position: relative;
	padding-left: 28px;
	margin: 0 0 8px;
	font-size: 20px;
	font-weight: 600;
	color: #000;
}

/* Puce ronde rouge devant le titre */
.dal-concept__feature-titre::before {
	content: "";
	position: absolute;
	left: 0;
	top: 20%;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--dal-red, #DC0D15);
}

.dal-concept__feature p {
	padding-left: 28px;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
}

.dal-concept__btn {
	padding: 10px 50px;
	font-size: 16px;
	font-weight: 500;
}

/* ── Visuel de droite + demi-cercle rouge ── */
.dal-concept__col-visuel {
	position: relative;
}

.dal-concept__col-visuel::before {
	content: "";
	position: absolute;
	right: max(-80px, calc(50% - 50vw));
	bottom: 60px;
	width: 260px;
	height: 165px;
	background: var(--dal-red, #DC0D15);
	border-radius: 500px;
	z-index: 0;
}

.dal-concept__visuel {
	position: relative;
	z-index: 1;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 24px;
	display: block;
}

/* ── Section "Dal'Alu en chiffres" ── */
.dal-chiffres {
	margin-top: 65px;
	background: #F4F4F6;
	border-radius: 30px;
	padding: 40px 20px;
}

.dal-chiffres__titre {
	text-align: center;
	font-size: clamp(1.85rem, 2.2vw, 39px);
	font-weight: 600;
	color: #000;
	margin: 0 0 60px;
}

.dal-chiffres__grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 80px 24px;
	/* 4 cartes max par ligne : 4 × 300px + 3 × 24px de gap */
	max-width: 1272px;
	margin: 0 auto;
}

.dal-chiffre {
	flex: 1 1 260px;
	max-width: 300px;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background: #fff;
	border-radius: 18px;
	padding: 30px 25px 30px;
	height: 200px;
	box-sizing: border-box;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

/* Pastille rouge + icône, débordant en haut de la carte */
.dal-chiffre__icone {
	max-width: 98px;
	max-height: 98px;
	margin-top: -75px;
	margin-bottom: 20px;
	border-radius: 50%;
}

.dal-chiffre__valeur {
	margin: 0 0 8px;
	font-size: clamp(1.5rem, 2vw, 36px);
	font-weight: 600;
	color: #000;
	line-height: 1;
}

.dal-chiffre__label {
	color: #000;
	font-weight: 500;
	margin: 0;
	font-size: 18px;
	line-height: 1.4;
}

/* ── Responsive ── */
@media (max-width: 900px) {

	/* Bannière : texte calé en bas, panneau titre sans arrondi (image inchangée) */
	.dal-concept__hero {
		align-items: flex-end;
	}

	.dal-concept__hero-panel {
		margin-bottom: 18px;
		border-radius: 0;
	}

	/* Pourquoi choisir : image d'abord, puis les textes */
	.dal-container.dal-concept__pourquoi {
		grid-template-columns: 1fr;
	}

	.dal-concept__col-visuel {
		order: -1;
	}

	.dal-chiffres__grid {
		gap: 60px 16px;
	}

	.dal-chiffres {
		margin-top: 40px;

	}

	.dal-chiffre {
		height: 150px;
		padding: 30px 15px 15px;
	}

	.dal-chiffre__icone {
		max-width: 80px;
		max-height: 80px;
		margin-top: -75px;
		margin-bottom: 10px;
		border-radius: 50%;
	}

	.dal-concept__visuel {
		aspect-ratio: 5 / 2;
	}

	.dal-concept__col-visuel::before {
		width: 160px;
		height: 100px;
		border-radius: 500px;
	}
}


/* ── Section "Venez nous rencontrer" (carrousel) ── */
.dal-evenements {
	margin-top: 90px;
	overflow: hidden;
}

.dal-evenements__inner {
	width: 80%;
	margin: 0 auto;
}

.dal-evenements__titre {
	text-align: center;
	font-size: clamp(1.85rem, 2.2vw, 34px);
	font-weight: 600;
	color: #000;
	margin: 0 0 48px;
}

/* Piste scrollable (drag + flèches gérés en JS).
   margin/padding en calc() : la piste s'étend jusqu'aux bords du viewport,
   ce qui dépasse reste visible à gauche et à droite, et au repos la première
   carte reste alignée sur le container (comme les sliders de la home). */
.dal-evenements__scroller {
	display: flex;
	gap: 28px;
	overflow-x: auto;
	padding: 60px calc(50vw - 50%) 40px;
	margin: 0 calc(50% - 50vw);
	scrollbar-width: none;
	cursor: grab;
}

.dal-evenements__scroller.is-dragging {
	cursor: grabbing;
	user-select: none;
}

.dal-evenements__scroller::-webkit-scrollbar {
	display: none;
}

.dal-evenement {
	flex: 0 0 auto;
	width: min(360px, 90vw);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background: #fff;
	border-radius: 20px;
	padding: 0 24px 32px;
	box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.14);
}

/* Pastille ronde à contour rouge qui déborde en haut */
.dal-evenement__icone {
	width: 92px;
	height: 92px;
	margin-top: -46px;
	margin-bottom: 20px;
	border-radius: 50%;
	border: 2px solid var(--dal-red, #DC0D15);
	background: #fff;
	color: var(--dal-red, #DC0D15);
	display: flex;
	align-items: center;
	justify-content: center;
}

.dal-evenement__icone svg {
	width: 48px;
	height: 48px;
}

/* Picto uploadé (image mise en avant) */
.dal-evenement__picto {
	width: 52px;
	height: 52px;
	object-fit: contain;
}

.dal-evenement__date {
	margin: 0 0 6px;
	font-size: 28px;
	font-weight: 600;
	color: #000;
}

.dal-evenement__ville {
	margin: 0 0 18px;
	font-size: 38px;
	font-weight: 600;
	color: var(--dal-red, #DC0D15);
	line-height: 1;
}

.dal-evenement__adresse {
	margin: 0 0 22px;
	font-size: 14px;

}

/* CTA "Prendre rendez-vous" : contour rouge, texte rouge, fond transparent.
   S'inverse au survol (fond rouge, texte blanc). */
.dal-evenement__cta {
	/* poussé en bas : le bouton s'aligne à la même hauteur sur toutes les
	   cards (qui sont déjà de hauteur égale via le flex du scroller),
	   quelle que soit la longueur du texte au-dessus. */
	margin-top: auto;
	padding: 12px 28px;
	border: 2px solid var(--dal-red, #DC0D15);
	border-radius: 100px;
	background: transparent;
	color: var(--dal-red, #DC0D15);
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	cursor: pointer;
	transition: background .15s ease, color .15s ease;
}

.dal-evenement__cta:hover {
	background: var(--dal-red, #DC0D15);
	color: #fff;
}

/* ── Modale de prise de rendez-vous (ouverte par le CTA des cards) ── */
.dal-rdvmodal {
	position: fixed;
	inset: 0;
	z-index: 1100;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.dal-rdvmodal[hidden] {
	display: none;
}

.dal-rdvmodal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .55);
}

.dal-rdvmodal__dialog {
	position: relative;
	z-index: 1;
	width: 380px;
	max-width: calc(100vw - 40px);
	padding: 42px 40px 34px;
	background: #29353A;
	color: #fff;
	border-radius: 24px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
	box-sizing: border-box;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
}

.dal-rdvmodal__close {
	position: absolute;
	top: 14px;
	right: 18px;
	border: none;
	background: none;
	color: #fff;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	opacity: .85;
}

.dal-rdvmodal__close:hover {
	opacity: 1;
}

.dal-rdvmodal__head {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 22px;
}

.dal-rdvmodal__head .dal-batimat__ico {
	width: 28px;
	height: auto;
	flex: 0 0 auto;
	margin-top: 4px;
}

.dal-rdvmodal__dates {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
}

.dal-rdvmodal__titre {
	margin: 2px 0 6px;
	font-size: 24px;
	font-weight: 600;
}

.dal-rdvmodal__lieu {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
}

.dal-rdvmodal__form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

/* Message de statut d'envoi (sticky + modale) */
.dal-rdv-statut {
	margin: 4px 0 0;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.3;
}

.dal-rdv-statut.is-ok {
	color: #9be29b;
}

.dal-rdv-statut.is-error {
	color: #ffb3b3;
}

/* Navigation : flèches + barre de progression */
.dal-evenements__nav {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-top: 16px;
}

.dal-evenements__arrows {
	display: flex;
	gap: 12px;
	/* couleurs de .dal-arrow (global.css) */
	--dal-arrow-color: var(--dal-red, #DC0D15);
	--dal-arrow-hover-bg: rgba(220, 13, 21, 0.08);
}

.dal-evenements__progress {
	flex: 1;
	height: 2px;
	background: #f0d3d5;
	border-radius: 1px;
	overflow: hidden;
}

.dal-evenements__progress-fill {
	display: block;
	height: 100%;
	width: 0;
	background: var(--dal-red, #DC0D15);
	transition: width 0.2s ease;
}


/* ── Section "Ils nous ont rejoint" (vidéos) ── */
.dal-temoignages {
	margin-top: 90px;
	background: #F4F4F6;
	border-radius: 30px;
	padding: clamp(32px, 4vw, 64px);
}

.dal-temoignages__titre {
	text-align: center;
	font-size: clamp(1.85rem, 2.2vw, 34px);
	font-weight: 600;
	color: #000;
	margin: 0 0 14px;
}

.dal-temoignages__sous {
	text-align: center;
	font-size: 16px;
	margin: 0 auto 40px;
	font-weight: 400;
}

.dal-temoignages__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px;
}

/* Vignette vidéo (bouton) */
.dal-temoignage {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 300 / 430;
	padding: 0;
	border: none;
	border-radius: 20px;
	overflow: hidden;
	background: #cfcfcf;
	cursor: pointer;
}

.dal-temoignage__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Bouton play façon YouTube, centré */
.dal-temoignage__play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: transform 0.15s ease, filter 0.15s ease;
}

.dal-temoignage__play svg {
	display: block;
	width: 62px;
	height: auto;
	filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3));
}

.dal-temoignage:hover .dal-temoignage__play {
	transform: translate(-50%, -50%) scale(1.08);
}

/* Iframe injectée au clic (JS) */
.dal-temoignage iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

@media (max-width: 900px) {
	.dal-temoignages__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Mobile : slider horizontal (swipe tactile, aperçu de la carte suivante) */
@media (max-width: 640px) {
	.dal-temoignages__grid {
		display: flex;
		grid-template-columns: none;
		gap: 16px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		/* déborde jusqu'aux bords de la carte grise pour un vrai effet slider */
		margin: 0 clamp(-64px, -4vw, -32px);
		padding: 0 clamp(32px, 4vw, 64px);
	}

	.dal-temoignages__grid::-webkit-scrollbar {
		display: none;
	}

	.dal-temoignage {
		flex: 0 0 auto;
		width: min(72%, 260px);
		scroll-snap-align: start;
	}
}

@media (max-width: 900px) {
	.dal-concept__pourquoi {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.dal-concept__col-visuel {
		order: -1;
		/* visuel au-dessus du texte */
	}
}

@media (max-width: 560px) {
	.dal-concept__features {
		grid-template-columns: 1fr;
	}

	.dal-concept__hero-panel {
		padding: 16px 32px;
		max-width: 105%;
		width: 105%;
	}

	.dal-concept__btn {
		display: block;
		text-align: center;
	}
}
/* Mobile : marge latérale 16px */
@media (max-width: 600px) {
	.dal-concept .dal-container {
		width: 100%;
		padding-left: max(16px, 4vw);
		padding-right: max(16px, 4vw);
		box-sizing: border-box;
	}
}

/* ============================================================
   Module flottant "Salon Batimat" (prise de rendez-vous)
   Onglet fixé au bord droit : replié = languette verticale,
   ouvert = panneau avec formulaire. Front uniquement.
   ============================================================ */
.dal-batimat {
	--bat-dark: #29353A;
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 1000;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
}

/* ── Languette repliée ── */
.dal-batimat__toggle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 18px;
	width: 100px;
	/* même hauteur que le bloc ouvert */
	height: 503px;
	padding: 26px 14px;
	box-sizing: border-box;
	border: none;
	cursor: pointer;
	background: var(--bat-dark);
	color: #fff;
	border-radius: 69px 0 0 69px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .22);
}

.dal-batimat__toggle .dal-batimat__ico {
	width: 39px;
	height: auto;
	flex: 0 0 auto;
}

.dal-batimat__toggle-txt {
	writing-mode: vertical-rl;
	rotate: 180deg;
	text-align: right;
	/* En écriture verticale, line-height règle la largeur de la languette.
	   Poppins étant plus large que Futura, 1.2 ne suffisait plus : les deux
	   libellés empiétaient l'un sur l'autre de quelques pixels. */
	line-height: 1.35;
	display: flex;
	flex-direction: column;
}

/* Les deux libellés se suivent sur la même verticale (l'un sous l'autre) */
.dal-batimat__toggle-txt strong,
.dal-batimat__toggle-txt span {
	display: inline;
}

.dal-batimat__toggle-txt strong {
	font-size: 30px;
	font-weight: 600;
}

.dal-batimat__toggle-txt span {
	font-size: 20px;
	font-weight: 400;
	opacity: .9;
}

/* ── Panneau ouvert ── */
.dal-batimat__panel {
	position: relative;
	width: 340px;
	max-width: calc(100vw - 24px);
	padding: 45px 45px 45px;
	background: var(--bat-dark);
	color: #fff;
	border-radius: 69px 0 0 69px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, .28);
	box-sizing: border-box;
	/* masqué par défaut : glisse depuis la droite */
	display: none;
}

/* États : replié → languette ; ouvert → panneau */
.dal-batimat.is-open .dal-batimat__toggle {
	display: none;
}

.dal-batimat.is-open .dal-batimat__panel {
	display: block;
}

.dal-batimat__close {
	position: absolute;
	top: 10px;
	right: 14px;
	border: none;
	background: none;
	color: #fff;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	opacity: .8;
}

.dal-batimat__close:hover {
	opacity: 1;
}

/* En-tête */
.dal-batimat__head {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 22px;
}

.dal-batimat__head .dal-batimat__ico {
	width: 28px;
	height: auto;
	flex: 0 0 auto;
	margin-top: 4px;
}

.dal-batimat__dates {
	margin: 0;
	color: #FFF;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.dal-batimat__titre {
	margin: 2px 0 6px;
	color: #FFF;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.dal-batimat__lieu {
	margin: 0;
	color: #FFF;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

/* Champs */
.dal-batimat__form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.dal-batimat__input {
	width: 100%;
	padding: 12px 20px;
	border: none;
	border-radius: 100px;
	background: #fff;
	color: #000;
	font-family: inherit;
	font-size: 14px;
	outline: none;
	box-sizing: border-box;
}

.dal-batimat__input::placeholder {
	color: #BFBFBF;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.dal-batimat__rdv {
	margin: 10px 0 0;
	/* aligné sur le texte des inputs (padding interne de 20px) */
	padding-left: 20px;
	color: #FFF;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.dal-batimat__date {
	position: relative;
	display: flex;
	/* Label au-dessus, la case en dessous : la date + l'heure tiennent
	   ainsi sur une seule ligne, pleine largeur. */
	flex-direction: column;
	align-items: stretch;
	gap: 8px;
	/* aligné sur le texte des inputs */
	padding-left: 20px;
}

.dal-batimat__date-label {
	color: #FFF;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.dal-batimat__select {
	width: 100%;
	padding: 9px 20px;
	border: 1px solid rgba(255, 255, 255, .55);
	border-radius: 12px;
	background: transparent;
	color: #FFF;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
	/* la date + l'heure sélectionnées restent sur une seule ligne */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	transition: background .15s ease, color .15s ease;
}

.dal-batimat__select:hover,
.dal-batimat__select.is-set {
	background: #fff;
	color: var(--bat-dark);
}

/* Valeur choisie (stockée pour l'envoi) — jamais affichée. */
.dal-batimat__datetime {
	display: none;
}

/* ── Sélecteur date/heure sur-mesure ──
   Menu rendu en HTML, contraint à la largeur du panneau : il ne déborde
   jamais de la page (contrairement au calendrier natif). */
.dal-batimat__menu {
	position: absolute;
	left: 20px;
	right: 0;
	top: calc(100% + 6px);
	z-index: 5;
	padding: 12px;
	background: #fff;
	color: var(--bat-dark);
	border-radius: 14px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .28);
	box-sizing: border-box;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
}

.dal-batimat__menu[hidden] {
	display: none;
}

.dal-batimat__menu-days {
	display: grid;
	/* autant de colonnes que la largeur le permet : s'adapte à N dates */
	grid-template-columns: repeat(auto-fill, minmax(66px, 1fr));
	gap: 6px;
	margin-bottom: 10px;
	/* beaucoup de dates : on défile au lieu de déborder */
	max-height: 168px;
	overflow-y: auto;
}

.dal-batimat__menu-day {
	padding: 6px 2px;
	border: 1px solid #d7d7d7;
	border-radius: 10px;
	background: #fff;
	color: var(--bat-dark);
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.15;
	text-align: center;
	cursor: pointer;
	transition: background .12s ease, border-color .12s ease, color .12s ease;
}

.dal-batimat__menu-day span {
	display: block;
	font-weight: 700;
	text-transform: capitalize;
}

/* Heure : label AU-DESSUS, puis champ time (saisie + picker natif) + bouton OK */
.dal-batimat__menu-hour {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.dal-batimat__menu-hour-label {
	/* occupe toute la largeur → le champ et OK passent sur la ligne du dessous */
	flex: 1 1 100%;
	margin-bottom: 2px;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: var(--bat-dark);
}

.dal-batimat__menu-time-input {
	flex: 1 1 auto;
	min-width: 0;
	padding: 8px 10px;
	border: 1px solid #d7d7d7;
	border-radius: 8px;
	background: #fff;
	color: var(--bat-dark);
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 15px;
}

.dal-batimat__menu-time-input:focus {
	outline: none;
	border-color: var(--bat-dark);
}

.dal-batimat__menu-ok {
	flex: 0 0 auto;
	padding: 8px 16px;
	border: none;
	border-radius: 8px;
	background: var(--dal-red, #DC0D15);
	color: #fff;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: background .12s ease;
}

.dal-batimat__menu-ok:hover {
	background: #b40a11;
}

.dal-batimat__menu-day:hover {
	border-color: var(--bat-dark);
}

.dal-batimat__menu-day.is-active {
	background: var(--dal-red, #DC0D15);
	border-color: var(--dal-red, #DC0D15);
	color: #fff;
}

.dal-batimat__submit {
	margin-top: 8px;
	/* aligné à gauche, comme « Prendre rendez-vous » et les inputs */
	align-self: flex-start;
	width: 100%;
	padding: 10px 20px;
	border: none;
	border-radius: 12px;
	background: var(--dal-red, #DC0D15);
	color: #FFF;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	cursor: pointer;
	transition: background .15s ease;
}

.dal-batimat__submit:hover {
	background: #b40a11;
}

/* ── Mobile : bulle en bas à droite qui se déplie en modale centrée ── */
@media (max-width: 600px) {
	/* Ancrage de la bulle dans le coin bas-droit */
	.dal-batimat {
		top: auto;
		right: 16px;
		bottom: 16px;
		transform: none;
	}

	/* Languette verticale → bulle ronde (icône seule) */
	.dal-batimat__toggle {
		flex-direction: row;
		justify-content: center;
		align-items: center;
		width: 64px;
		height: 64px;
		gap: 0;
		padding: 0;
		border-radius: 50%;
	}

	.dal-batimat__toggle svg,
	.dal-batimat__toggle .dal-batimat__ico {
		width: 34px;
		height: 34px;
	}

	/* Le libellé vertical n'a pas sa place dans la bulle */
	.dal-batimat__toggle-txt {
		display: none;
	}

	/* Ouvert : le conteneur couvre l'écran (centrage + fond assombri) */
	.dal-batimat.is-open {
		inset: 0;
		right: 0;
		bottom: 0;
	}

	.dal-batimat.is-open::before {
		content: "";
		position: fixed;
		inset: 0;
		background: rgba(0, 0, 0, .5);
		z-index: 1;
	}

	/* Panneau → modale centrée */
	.dal-batimat__panel {
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: min(92vw, 360px);
		max-width: min(92vw, 360px);
		max-height: 88vh;
		overflow-y: auto;
		padding: 42px 24px 28px;
		border-radius: 24px;
		z-index: 2;
	}
}

/* ============================================================
   Les conditions d'accès à la franchise (3 cards à icône)
   ============================================================ */
.dal-concept__conditions {
	margin-top: 120px;
	margin-bottom: 120px;
}


.dal-concept__conditions-titre {
	font-size: clamp(1.6rem, 2.4vw, 32px);
	font-weight: 600;
	line-height: 1.2;
	color: #1a1a1a;
	margin: 0 0 40px;
	margin-top: 100px;
}

.dal-concept__conditions-titre .dal-concept__rouge {
	color: var(--dal-red, #DC0D15);
}

.dal-concept__conditions-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	/* même largeur que les autres sections : la grille occupe tout le
	   .dal-container (pas de max-width propre) */
	/* réserve l'espace des cercles qui débordent au-dessus des cards */
	padding-top: 48px;
}

.dal-cond {
	position: relative;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 20px 45px rgba(0, 0, 0, .06);
	/* moins d'espace vide sous le contenu */
	padding: 66px 32px 30px;
}

/* Cercle rouge à l'icône, centré et débordant en haut de la card */
.dal-cond__icone {
	position: absolute;
	top: -48px;
	left: 50%;
	transform: translateX(-50%);
	width: 96px;
	height: 96px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid var(--dal-red, #DC0D15);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .05);
	box-sizing: border-box;
}

.dal-cond__icone img {
	width: 46px;
	height: 46px;
	display: block;
}

.dal-cond__titre {
	text-align: center;
	font-size: clamp(1.2rem, 1.6vw, 22px);
	font-weight: 500;
	color: #1a1a1a;
	margin: 0 0 22px;
}

.dal-cond__liste {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dal-cond__liste li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 14px;
	font-size: 13px;
	line-height: 1.45;
	color: #333;
}

.dal-cond__liste li:last-child {
	margin-bottom: 0;
}

.dal-cond__liste li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--dal-red, #DC0D15);
}

@media (max-width: 900px) {
	.dal-concept__conditions-grid {
		grid-template-columns: 1fr;
		gap: 60px;
	}
}

/* Mobile : hero et section événements suivent la marge latérale du container */
@media (max-width: 600px) {
	.dal-concept__hero,
	.dal-evenements__inner {
		width: auto;
		margin-left: max(16px, 4vw);
		margin-right: max(16px, 4vw);
	}
}

/* Mobile : le titre quitte la bulle centrée pour une languette collée au
   bord gauche de l'écran (comme le blob du slider de l'accueil). Le hero
   garde sa marge latérale ; la languette la remonte et compense dans son
   padding gauche. */
@media (max-width: 600px) {
	.dal-concept__hero {
		justify-content: flex-start;
		overflow: visible;
	}

	.dal-concept__hero-panel {
		margin-left: calc(-1 * max(16px, 4vw));
		margin-bottom: 18px;
		width: fit-content;
		max-width: calc(100% + max(16px, 4vw) - 24px);
		box-sizing: border-box;
		padding: 18px 40px 18px calc(max(16px, 4vw) + 28px);
		border-radius: 0 100px 100px 0;
		text-align: left;
	}

	/* Le fond rouge reprend l'arrondi de la languette */
	.dal-concept__hero-panel-bg {
		border-radius: inherit;
	}

	.dal-concept__hero-titre,
	.dal-concept__hero-sous {
		text-align: left;
	}
}

/* Mobile : hauteur d'image identique sur tous les hero du site
   (référence : le hero de la page histoire). */
@media (max-width: 700px) {
	.dal-concept__hero {
		min-height: 220px;
	}
}

/* ── Mentions RGPD dans les panneaux sombres (sticky événement + modale
   de prise de rendez-vous) : le bloc est mutualisé avec les formulaires
   du plugin, il faut donc l'inverser sur fond rouge/noir. ── */
.dal-batimat__form .dal-fp__rgpd,
.dal-rdvmodal__form .dal-fp__rgpd {
	color: #FFF;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-top: 4px;
}

.dal-batimat__form .dal-fp__rgpd a,
.dal-rdvmodal__form .dal-fp__rgpd a {
	color: #FFF;
	text-decoration: underline;
}

.dal-batimat__form .dal-fp__rgpd .dal-fp__consent-box,
.dal-rdvmodal__form .dal-fp__rgpd .dal-fp__consent-box {
	border-color: #FFF;
}

.dal-batimat__form .dal-fp__rgpd input:checked + .dal-fp__consent-box::after,
.dal-rdvmodal__form .dal-fp__rgpd input:checked + .dal-fp__consent-box::after {
	border-color: #FFF;
}
