/* ============================================================
   BRIO STUDIOS — Page Salle v2 (style_salle_v2.css)
   Overrides style_salle.css pour le nouveau design
   ============================================================ */

* { box-sizing: border-box; font-family: 'Manrope', sans-serif; }
p{
	margin: 0;
}
/* ── HEADER ─────────────────────────────────────────────── */
header{
	position: relative;
	left: 0;
	top: 0;
	padding: 24px 48px;
	text-align: center;
	margin: auto;
	background: transparent;
	z-index: 1001;
	background-color: #F8FAFC;
}
.blcheader{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.center_header{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}
.line_top{
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.blc_header_btn{
	display: flex;
	justify-content: space-between;
	gap: 8px;
}
.gotospaceheader{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: #FFFFFF;
	font-size: var(--font-size-larg);
	background: transparent;
	border: none;
	font-weight: 500;
	padding: 6px 16px;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.gotospaceheader img{
	width: 25px;
	height: 25px;
}
.gotospaceheader:hover{
	background-color: rgba(0,0,0,0.0.5);
	gap: 15px;
}
.gotocontactheader{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: #000000;
	font-size: 13px;
	background: transparent;
	border: none;
	font-weight: 500;
	padding: 6px 16px;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.gotocontactheader img{
	width: 25px;
	height: 25px;
}
.gotocontactheader:hover{
	background-color: rgba(0,0,0,0.0.5);
	gap: 15px;
}
header h1{
	display: block;
	position: relative;
	margin: auto;
	text-align: center;
	font-weight: 800;
	color: #FFFFFF;
	font-family: var(--font-family-logo);
	letter-spacing: -2px;
	text-transform: uppercase;
	cursor: pointer;
}
.center_header img{
	width: 30px;
	height: auto;
}
.middle_header{
	display: flex;
	justify-content: flex-start;
	gap: 24px;
	padding-left: 48px;
}
.middle_header span{
	font-weight: 500;
	font-size: var(--font-size-larg);
	color: #FFFFFF;
	transition: all 0.1s ease;
	cursor: pointer;
}
.middle_header span:hover{
	color: var(--font-color-title);
}

/* Search bar compacte dans le header */
.btn_menu_little{
	display: none;
}
.blc_menu_little{
	display: none;
}
.nav_header{
	display: flex;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	justify-content: center;
	align-items: center;
	gap: 28px;
}
.onecategory{
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 6px;
}
.onecategory.selected {
	border-bottom: 2px #000000 solid;
}
.onecategory img{
	width: 35px;
	height: 35px;
}
#eventcategory img{
	width: 30px;
	height: 30px;
}
.onecategory p{
	font-size: 15px;
	color: #000000;
	font-weight: 500;
	transition: all 0.1s ease;
	cursor: pointer;
}
.onecategory.selected p{
	font-weight: 600;
}
/* BArre de recherche */
.line_search{
	padding: 6px 0;
	margin-top: 18px;
}
.searchbtn{
	display: flex;
	align-items: center;
	padding: 2px 5px;
	position: relative;
	background-color: #FFFFFF;
	border: 1px #CBD5E1 solid;
	box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 4px;
	border-radius: 40px;
	z-index: 3;
	gap: 4px;
	width: fit-content;
	margin: auto;
	transition: all 0.3s ease;
	cursor: pointer;
}
.searchbtn:hover{
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
	transform: scale(1.01);
}
.searchbtn:active{
	transform: scale(0.98);
}
.searchblc{
	display: flex;
	align-items: flex-end;
	padding: 8px 12px;
	position: relative;
	background-color: transparent;
	border: none;
	z-index: 3;
	gap: 16px;
	width: fit-content;
	margin: auto;
	margin-bottom: 8px;
}
.inptcalendarholder{
	width: fit-content;
}
.criterewhereblc{
	display: block;
	position: relative;
}
.criterewhereblc label{
	display: block;
	position: relative;
	color: var(--color-grismiddle);
	font-size: 12px;
	margin-bottom: 4px;
	text-align: left;
}
.criterewhereblc input{
	display: block;
	position: relative;
	background-color: #FFFFFF;
	padding: 0.2em 0em;
	width: 6em;
	border: none;
	font-size: 15px;
	outline: none;
}
.flexer_inpt{
	display: flex;
	align-items: center;
	gap: 6px;
	border: none;
	background-color: #FFFFFF;
	padding: 4px 8px;
	border-radius: 5px;
}
.inptbtn{
	cursor: pointer;
}
.flexer_inpt_localisation{
	display: flex;
	align-items: center;
	padding-right: 1em;
}
.flexer_img_inpt{
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.flexer_img_inpt img{
	width: 15px;
	height: 15px;
}
#inpt_pers{
	width: 2.5em;
	text-align: center;
}
#inpt_citytop{
	width: 10em;
}
#inpt_city{
	width: 18em;
}
.iconfield{
	font-size: 18px;
}
.selectornb{
	display: block;
	position: relative;
	font-size: 1em;
	border: 1px #AEAEAE solid;
	color: #AEAEAE;
	cursor: pointer;
	border-radius: 50px;
	width: 20px;
	height: 20px;
	background-color: #FFFFFF;
}
.selectornb:hover{
	border: 1px var(--color-orange) solid;
	color: var(--color-orange);
}
.researchbtn{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 8px;
}
#gotoresearch{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background-color: var(--color-orange);
	color: #FFFFFF;
	border-radius: 500px;
	border: none;
	font-size: 0.9em;
	width: 40px;
	height: 40px;
	padding: 8px 12px;
	cursor: pointer;
	transition: all 0.3s ease;
}
#gotoresearch img{
	width: 28px;
	height: 28px;
}
#gotoresearch:hover{
	opacity: 0.9;
}
#gotoresearchtop{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background-color: var(--color-orange);
	color: #FFFFFF;
	border-radius: 500px;
	border: none;
	font-size: 0.9em;
	width: 28px;
	height: 28px;
	padding: 8px 12px;
	cursor: pointer;
	transition: all 0.3s ease;
}
#gotoresearchtop img{
	width: 20px;
	height: 20px;
}
#gotoresearchtop:hover{
	opacity: 0.9;
}

.mask{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 5;
}

/* LOGGED IN MENU */
.pppicture_holder{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background-color: #FFFFFF;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	cursor: pointer;
	margin-right: 12px;
}
.pppicture_holder:hover {
	transform: scale(1.02);
}
.pppicture_holder:active {
	transform: scale(0.97);
}
.showmenu_icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: #E8E8E8;
	border-radius: 40px;
	cursor: pointer;
}
.showmenu_icon:hover {
	transform: scale(1.02);
}

.showmenu_icon:active {
	transform: scale(0.97);
}
/* MENU */
.blc_menu{
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	background-color: #FAF7F4;
	border-right: 1px solid #EDE8E3;
	box-shadow: rgba(0, 0, 0, 0.12) 4px 0px 16px;
	width: 260px;
	z-index: 1002;
	transform: translateX(-100%);
	visibility: hidden;
	transition: transform 0.3s ease, visibility 0.3s ease;
	overflow-y: auto;
}
.blc_menu.menu-open{
	transform: translateX(0);
	visibility: visible;
}
.menu-overlay{
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.35);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
	z-index: 999;
}
.menu-overlay.overlay-visible{
	opacity: 1;
	pointer-events: all;
}
.holderclose{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 12px;
	height: 60px;
	border-bottom: 1px solid #E5E7EB;
	margin-bottom: 4px;
}
#logobrio{
	width: 1.5em;
	cursor: pointer;
	transition: width 0.3s ease;
}
#logobrio:hover{
	width: 1.8em;
}
.closemenu_icon{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	border-radius: 6px;
	cursor: pointer;
	background-color: rgba(0,0,0,0.06);
	transition: background-color 0.2s ease;
}
.closemenu_icon:hover{
	background-color: rgba(0,0,0,0.12);
}
#nav_menu{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	height: calc(100vh - 80px);
	padding: 4px 0;
	width: 250px;
	flex: 0 0 auto;
}
.nav_subtitle{
    font-size: 10px;
    color: #9CA3AF;
	text-transform: uppercase;
    font-weight: 600;
    padding-top: 12px;
	padding-left: 14px;
    padding-bottom: 4px;
    letter-spacing: 0.07em;
	text-align: left;
}

nav .nav_one_btn{
	display: flex;
	position: relative;
	gap: 10px;
	align-items: center;
	padding: 8px 16px;
	cursor: pointer;
	border-radius: 6px;
	border-left: 3px solid transparent;
	transition: background-color 0.15s ease, border-color 0.15s ease;
	margin: 2px 0;
}
nav .nav_one_btn:not(.nav_item_activ):hover{
	background-color: rgba(0, 0, 0, 0.04);
}
nav .nav_one_btn .material-symbols-outlined{
	font-size: 18px;
	color: #6B7280;
	transition: color 0.15s ease;
	flex-shrink: 0;
}
nav .nav_one_btn p{
	font-size: 13px;
	color: #374151;
	font-weight: 500;
	transition: color 0.15s ease;
}
nav .nav_one_btn:not(.nav_item_activ):hover .material-symbols-outlined{
	color: var(--color-orange);
}
nav .nav_item_activ{
	background-color: rgba(176, 75, 61, 0.08);
	border-left: 3px solid var(--color-orange);
	padding-left: 13px;
}
nav .nav_item_activ p{
	color: var(--color-orange);
	font-weight: 600;
}
nav .nav_item_activ .material-symbols-outlined{
	color: var(--color-orange);
}
nav .nav_one_btn:not(.nav_item_activ):hover p{
	color: #111827;
}
nav .nav_one_btn.gotoHelp p{
	color: #9CA3AF;
	font-weight: 400;
}

.holder_profil{
	display: flex;
	gap: 10px;
	position: relative;
	align-items: center;
	border-radius: 8px;
	margin: 0 8px 8px;
	padding: 8px;
	background-image: none;
	background-color: transparent;
	border-top: 1px solid #E5E7EB;
	padding-top: 12px;
	cursor: pointer;
	transition: background-color 0.15s ease;
}
.holder_profil:hover{
	background-color: rgba(0, 0, 0, 0.04);
}
.imgprofil_holder{
	flex-shrink: 0;
}
.imgprofile_coach{
	display: block;
	position: relative;
	width: 28px; height: 28px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #E5E7EB;
	border: 2px solid #FFFFFF;
	box-shadow: 0 0 0 1px #E5E7EB;
}
.nameprofil{
	display: block;
	position: relative;
	font-size: 13px;
	font-weight: 600;
	text-align: left;
	color: #111827;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 130px;
}
.subtitleprofil{
	padding-top: 2px;
	font-size: 11px;
	text-align: left;
	color: #9CA3AF;
}

.blc_header_btn { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
header .blc_menu_myaccount { display: flex; align-items: center; gap: 6px; }
header .oneimg_header { position: relative; display: flex; align-items: center; justify-content: center; width: 35px; height: 35px; cursor: pointer; border-radius: 50%; transition: background-color 0.15s ease; }
header .oneimg_header:hover { background-color: #EAECF0; }
header .oneimg_header .material-symbols-outlined { font-size: 20px; color: #6B7280; }
.pratiquant_avatar_wrap { position: relative; }
.pratiquant_avatar { width: 32px; height: 32px; border-radius: 50%; background-size: cover; background-position: center; background-color: #E5E7EB; cursor: pointer; flex-shrink: 0; border: 2px solid transparent; transition: border-color 0.15s ease; }
.pratiquant_avatar:hover { border-color: var(--color-orange); }
.pratiquant_nav_dropdown { display: none; position: absolute; top: calc(100% + 10px); right: 0; background: #fff; border: 1px solid #E5E7EB; border-radius: 10px; box-shadow: 0 8px 24px rgba(0,0,0,0.10); min-width: 230px; z-index: 500; padding: 6px; }
.pratiquant_nav_dropdown.open { display: block; }
.pratiquant-nav-item { display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: 8px; cursor: pointer; transition: background-color 0.15s ease; text-decoration: none; }
.pratiquant-nav-item:hover { background-color: rgba(176, 75, 61, 0.06); }
.pratiquant-nav-item p { font-size: 14px; color: #374151; font-family: 'Manrope', sans-serif; white-space: nowrap; }
.pratiquant-nav-item .material-symbols-outlined { font-size: 18px; color: #6B7280; flex-shrink: 0; }
#btnSignIn {
	display: flex;
	align-items: center;
	background: transparent;
	color: var(--color-orange);
	border: 1.5px solid var(--color-orange);
	border-radius: 10px;
	font-size: 14px;
	padding: 8px 22px;
	font-weight: 600;
	font-family: 'Manrope', sans-serif;
	cursor: pointer;
	transition: all 0.2s;
}
#btnSignIn p { color: var(--color-orange); font-weight: 600; font-family: 'Manrope', sans-serif; margin: 0; }
#btnSignIn:hover { background: var(--color-orange); color: #fff; }
#btnSignIn:hover p { color: #fff; }
.pppicture_holder {
	width: 38px; height: 38px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	background-color: #E8E8E8;
	cursor: pointer;
	border: 2px solid #fff;
	box-shadow: 0 0 0 1.5px #E8E3E0;
}

/* ── PAGE WRAPPER ────────────────────────────────────────── */
.salle_page_wrapper {
	max-width: 1120px;
	margin: 0 auto;
	padding: 24px 32px 60px;
}

/* ── TOP : titre + actions ───────────────────────────────── */
.salle_top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 8px;
	position: relative;
}
.salle_title_area { flex: 1; }
.title_salle {
	font-size: 26px;
	font-weight: 700;
	color: #111;
	line-height: 1.2;
	margin: 0;
}
.salle_meta {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
	padding: 4px 0;
}
.calendar-container{
	min-height: auto;
}
/* Rating inline (peuplé par JS) */
.rating_inline {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 15px;
	font-weight: 600;
}
.rating_inline .ri_star { font-size: 17px; color: #F59E0B; }
.rating_inline .ri_note { color: #111; }
.rating_inline .ri_count { color: #6B7280; font-weight: 400; }
.adress_blc {
	display: flex !important;
	align-items: center;
	gap: 4px;
	font-size: 15px;
	color: #6B7280;
}
.adress_blc .icon_pres_salle { font-size: 16px; color: #6B7280; }
.adress_blc p { font-size: 15px; color: #6B7280; }
/* Actions Partager / Enregistrer — override position:absolute du style_salle.css */
.btnlineactions {
	position: static !important;
	display: flex !important;
	gap: 8px;
	flex-shrink: 0;
	align-self: flex-start;
	margin-top: 4px;
	bottom: auto !important;
	right: auto !important;
}
.actionbtn {
	display: flex;
	align-items: center;
	gap: 6px;
	background: transparent;
	border: 1px solid #E2E8F0;
	font-size: 13px;
	font-weight: 600;
	color: #111;
	cursor: pointer;
	padding: 7px 12px;
	border-radius: 8px;
	transition: background 0.15s;
}
.actionbtn:hover { background: #F4F4F4; }
.actionbtn .material-symbols-outlined { font-size: 17px; }
.actionbtn img { width: 18px; }

/* ── PHOTOS ──────────────────────────────────────────────── */
.flexer-photos {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	height: 380px;
	margin-bottom: 28px;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
}
.photo_1_blc, .photo_2_blc {
	background-size: cover;
	background-position: center;
	background-color: #E5E7EB;
	cursor: pointer;
	transition: filter 0.2s;
}
.photo_1_blc:hover, .photo_2_blc:hover { filter: brightness(0.95); }
.photo_1_blc { border-radius: 0; }
#gotoseemorephotos {
	position: absolute;
	bottom: 14px;
	right: 14px;
	display: flex;
	align-items: center;
	gap: 6px;
	background: #fff;
	border: 1.5px solid #E2E8F0;
	border-radius: 8px;
	padding: 8px 14px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
#gotoseemorephotos .material-symbols-outlined { font-size: 18px; }

/* ── LAYOUT 2 COLONNES ───────────────────────────────────── */
.salle_layout {
	display: flex;
	gap: 40px;
	align-items: flex-start;
}
.salle_left {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
}
.salle_right {
	width: 380px;
	flex-shrink: 0;
	position: sticky;
	top: 90px;
}

/* ── SPORTS TAGS ─────────────────────────────────────────── */
.sportsblc {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 20px;
}
.OneSport {
	display: inline-flex;
	align-items: center;
	padding: 6px 14px;
	border-radius: 50px;
	border: 1px solid #E2E8F0;
	background: #F4F4F5;
	font-size: 13px;
	font-weight: 500;
	color: #374151;
	cursor: pointer;
	transition: all 0.15s;
}
.OneSport:hover { background: #EBEBEC; }
.OneSport.selected {
	background: #F1F5F9;
	border: none;
	color: #314158;
}

/* ── CAPACITÉ / SURFACE ──────────────────────────────────── */
.capacity_card {
	padding: 16px 20px;
	border: 1px solid #E8E3E0;
	border-radius: 12px;
	display: flex;
	align-items: center;
}
.left_infos {
	display: flex;
	gap: 32px;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}
.flexitem {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 600;
	color: #111;
}
.flexitem .icon_pres_salle { font-size: 20px; color: var(--color-orange); }

/* ── DESCRIPTION ─────────────────────────────────────────── */
.description_blc {
	padding: 20px 0;
	border-bottom: 1px solid #f0f0f0;
}
.description_blc:empty {
	display: none;
}
.description_blc h3 {
	font-size: 16px;
	font-weight: 700;
	color: #111;
	margin-bottom: 12px;
}
.description_blc .description_text {
	font-size: 14px;
	color: #4b5563;
	line-height: 1.7;
	white-space: pre-wrap;
}

/* ── LE PLUS ─────────────────────────────────────────────── */
.leplus_blc {
	background: #FEF6F4;
	border-radius: 12px;
	margin-bottom: 12px;
	overflow: hidden;
	margin-top: 12px;
}
.flexer_plus {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	padding: 12px 24px;
}
.flexer_plus img { width: 26px; opacity: 0.6; }
.center_leplus { text-align: center; }
.largleplus { font-size: 14px; font-weight: 700; color: var(--color-orange); margin-bottom: 4px; }
.littleleplus { font-size: 13px; color: #6B7280; }

/* ── SECTIONS DE CONTENU (équipements, matériels, sol...) ── */
.equipements_blc,
.materiel_blc,
.sol_blc,
.rules_blc,
.access_blc {
	border-radius: 12px;
	padding: 0 20px;
	margin-bottom: 16px;
}
.rules_blc{
	border: 1px solid #E8E3E0;
}
.equipements_blc .category,
.materiel_blc .category,
.sol_blc .category,
.rules_blc .category {
	margin-bottom: 12px;
}
.equipements_blc h2,
.materiel_blc h2,
.sol_blc h2,
.rules_blc h2 {
	font-size: 16px;
	font-weight: 700;
	color: #111;
	margin-bottom: 12px;
}
.label-equipement {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 0;
	font-size: 14px;
	color: #374151;
	border-bottom: 1px solid #F5F5F5;
}
.label-equipement:last-child { border-bottom: none; }
.label-equipement img { width: 20px; height: 20px; }
/* Quantité renseignée par l'hôte (ex. « Rack à squat × 3 ») */
.equipement_qte {
	color: #6B7280;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
}
/* Matériels / Sol : bullet list style */
.materiel_blc .label-equipement::before,
.sol_blc .label-equipement::before {
	content: '●';
	color: var(--color-orange);
	font-size: 8px;
	flex-shrink: 0;
}

/* ── RÈGLEMENT + SÉCURITÉ côte à côte ───────────────────── */
.rules_regs_row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-bottom: 16px;
}
.reglement_blc,
.securite_blc {
	border: 1px solid #E8E3E0;
	border-radius: 12px;
	padding: 0 18px 8px 18px;
}
.reglement_blc h3,
.securite_blc h2 {
	font-size: 14px;
	font-weight: 700;
	color: #111;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.access_reglement {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--color-orange);
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	text-decoration: underline;
}
.access_reglement img { width: 18px; }

/* ── CONFIDENTIALITÉ ─────────────────────────────────────── */
.confidentialite_blc {
	border-radius: 12px;
	padding: 18px;
	margin-bottom: 16px;
}
.confidentialite_blc h2 {
	font-size: 14px;
	font-weight: 700;
	color: #111;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 8px;
}

/* ── CARTE ───────────────────────────────────────────────── */
.map_blc {
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 20px;
	height: 220px;
}
#map { width: 100%; height: 100%; }

/* ── AVIS ────────────────────────────────────────────────── */
.evaluation_blc {
	padding-top: 24px;
	border-top: 1px solid #F0F0F0;
	margin-top: 8px;
}
.evaluation_blc > h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 16px;
}
.moyenne_eval {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
	padding: 16px;
	background: #F8FAFC;
	border-radius: 10px;
}
.moyenne_holder {
	font-size: 32px;
	font-weight: 800;
	color: #111;
}
.ev_star.filled { color: #F59E0B; }
.ev_star { color: #CBD5E1; }
.label_holder { font-size: 13px; color: #6B7280; }
.one_eval {
	padding: 16px 0;
	border-bottom: 1px solid #F0F0F0;
}
.eval_author { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.author_photo {
	width: 38px; height: 38px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	background-color: #E5E7EB;
	flex-shrink: 0;
}
.author_name { font-size: 14px; font-weight: 600; }
.note_holder { display: flex; align-items: center; gap: 8px; margin-bottom: 4px; }
.note_blc { display: flex; gap: 2px; }
.date_blc { font-size: 12px; color: #9CA3AF; }
.eval_text { font-size: 14px; color: #374151; line-height: 1.5; }
.noeval { display: flex; align-items: center; gap: 8px; color: #9CA3AF; font-size: 14px; }
.seemore_evaluations { margin-top: 16px; }
#seeallcom {
	background: transparent;
	border: 1.5px solid #CBD5E1;
	border-radius: 8px;
	padding: 8px 18px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.15s;
}
#seeallcom:hover { background: #F4F4F4; }

/* ── WIDGET RÉSERVATION ──────────────────────────────────── */
.booking_widget {
	border: 1.5px solid #E8E3E0;
	border-radius: 20px;
	padding: 24px;
	box-shadow: 0 4px 24px rgba(0,0,0,0.08);
	background: #fff;
}

/* Prix + disponibilité */
.widget_price_row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.widget_price_row.price_row_daily {
	justify-content: center;
}
.price_blc {
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.from_label {
	font-size: 12px;
	color: #6B7280;
	font-weight: 500;
}
.price_val {
	font-size: 26px;
	font-weight: 800;
	color: #111;
	line-height: 1.1;
}
.price_val .per_h {
	font-size: 15px;
	font-weight: 500;
	color: #6B7280;
}
.price_sur_devis {
	font-size: 18px;
	font-weight: 700;
	color: #111;
}
.indic_dispo_blc {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 13px;
	font-weight: 600;
}
.loaderdispo { font-size: 12px; color: #9CA3AF; }
.greenround {
	display: block;
	position: relative;
	width: 8px; height: 8px;
	border-radius: 50%;
	background: #22C55E;
	flex-shrink: 0;
}
.labeldispo { color: #22C55E; font-size: 12px; font-weight: 600; }
.greyround {
	width: 8px; height: 8px;
	border-radius: 50%;
	background: #9CA3AF;
	flex-shrink: 0;
}

/* Formulaire booking */
.right_infos { display: flex; flex-direction: column; gap: 12px; }
.titleindsponible {
	font-size: 14px;
	font-weight: 700;
	color: var(--color-orange);
	margin-bottom: -4px;
}
.explaindispo { font-size: 12px; color: #6B7280; margin-bottom: 4px; }

.widget_label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	color: #6B7280;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-bottom: 4px;
}
.widget_inpt_holder {
	border: 1.5px solid #E8E3E0;
	border-radius: 8px;
	padding: 10px 12px;
	background: #fff;
	transition: border-color 0.2s;
}
.widget_inpt_holder:focus-within { border-color: var(--color-orange); }
.widget_inpt_holder input {
	width: 100%;
	border: none;
	outline: none;
	font-size: 14px;
	font-weight: 500;
	color: #111;
	background: transparent;
	cursor: pointer;
}
.widget_inpt_holder input::placeholder { color: #9CA3AF; }

.widget_times_row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}
.widget_time_blc { display: flex; flex-direction: column; }

/* Bouton réserver */
.gotoresabtn {
	display: block;
	width: 100%;
	background: var(--color-orange);
	color: #fff;
	border: none;
	border-radius: 12px;
	padding: 14px;
	font-size: 15px;
	font-weight: 700;
	font-family: 'Manrope', sans-serif;
	cursor: pointer;
	transition: opacity 0.2s;
	margin-top: 4px;
}
.gotoresabtn:hover { opacity: 0.88; }
.gotoresabtn.activatedbtn { background: var(--color-orange); }
.gotoresabtn:not(.activatedbtn) { background: #CBD5E1; cursor: not-allowed; }

/* Espace réservé aux coachs : remplace le bouton Réserver pour les autres profils */
.badge_reserve_coachs {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	margin-top: 4px;
	padding: 14px;
	border-radius: 12px;
	background: #F1F5F9;
	color: #94A3B8;
	font-family: 'Manrope', sans-serif;
	font-size: 15px;
	font-weight: 700;
	cursor: not-allowed;
	user-select: none;
}
.badge_reserve_coachs .material-symbols-outlined { font-size: 20px; color: #94A3B8; }
.mobile_booking_bar .badge_reserve_coachs {
	width: auto;
	flex-shrink: 0;
	margin-top: 0;
	padding: 13px 20px;
}

.no_debit_note {
	text-align: center;
	font-size: 12px;
	color: #9CA3AF;
	margin-top: 6px;
}

/* Section hôte */
.hote_widget {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-top: 16px;
	margin-top: 16px;
	border-top: 1px solid #F0F0F0;
}
.hote_photo_blc {
	width: 42px; height: 42px;
	border-radius: 50%;
	background-color: #E5E7EB;
	background-size: cover;
	background-position: center;
	flex-shrink: 0;
}
.hote_label { font-size: 13px; font-weight: 500; color: #374151; }
.hote_name_blc { font-weight: 700; color: #111; }
.hote_since_blc { font-size: 12px; color: #9CA3AF; margin-top: 2px; }

/* ── BOUTON MOBILE FLOTTANT ──────────────────────────────── */
.button_container {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 12px 16px;
	background: #fff;
	border-top: 1px solid #E8E3E0;
	z-index: 900;
}
#gotoresa {
	width: 100%;
	background: var(--color-orange);
	color: #fff;
	border: none;
	border-radius: 12px;
	padding: 14px;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
}

/* ── SIDEBAR MENU (injecté par JS) ───────────────────────── */
.blc_menu {
	position: fixed;
	left: 0; top: 0;
	height: 100vh;
	background-color: #FAF7F4;
	border-right: 1px solid #EDE8E3;
	box-shadow: 4px 0 20px rgba(0,0,0,0.12);
	width: 260px;
	z-index: 1200;
	transform: translateX(-100%);
	visibility: hidden;
	transition: transform 0.3s ease, visibility 0.3s ease;
	overflow-y: auto;
}
.blc_menu.menu-open { transform: translateX(0); visibility: visible; }
.menu-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.35);
	z-index: 1150;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}
.menu-overlay.overlay-visible { opacity: 1; pointer-events: all; }
.holderclose {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 12px;
	height: 60px;
	border-bottom: 1px solid #E5E7EB;
}
#logobrio { width: 1.5em; cursor: pointer; }
.closemenu_icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 36px; height: 36px;
	border-radius: 6px;
	cursor: pointer;
	background: rgba(0,0,0,0.06);
}
.closemenu_icon:hover { background: rgba(0,0,0,0.12); }
.showmenu_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px; height: 38px;
	background: #F0F0F0;
	border-radius: 50%;
	cursor: pointer;
}

/* ── RESPONSIVE ──────────────────────────────────────────── */
/* ── Bouton retour mobile — caché sur desktop ─────────────── */
.mobile_back_btn { display: none; }
.mobile_price_blc { display: none; }
.mobile_hamburger_slot { display: none; }

@media (max-width: 850px) {

	/* ── HEADER ── */
	header {
		position: sticky;
		top: 0;
		z-index: 1100;
		padding: 10px 16px;
		background: #fff;
		border-bottom: 1px solid #F0F0F0;
	}
	.blcheader { display: block; }
	.mobile_hamburger_slot {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.mobile_hamburger_slot .hamburger_menu {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 36px; height: 36px;
		background: #F4F4F5;
		border-radius: 10px;
		cursor: pointer;
	}
	.mobile_hamburger_slot .showmenu_icon {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 20px;
		color: #374151;
	}
	.line_top {
		display: grid;
		grid-template-columns: 40px 1fr 40px;
		align-items: center;
		gap: 8px;
	}
	.mobile_back_btn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 36px; height: 36px;
		background: #F4F4F5;
		border: none;
		border-radius: 10px;
		cursor: pointer;
		color: #374151;
		flex-shrink: 0;
	}
	.mobile_back_btn .material-symbols-outlined { font-size: 20px; }
	.center_header { justify-content: center; }
	.center_header img.gobacklogo { width: 28px; }
	.littlesearch_header { display: none; }
	.blc_header_btn { display: none; }
	header .blc_menu_myaccount { display: none !important; }
	.btn_menu_little {
		display: flex;
		justify-content: flex-end;
		position: static;
	}
	.btn_menu_little #showmenu {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 36px; height: 36px;
		background: #F4F4F5;
		border-radius: 10px;
		cursor: pointer;
		font-size: 20px;
		box-shadow: none;
		padding: 0;
	}

	/* ── PAGE WRAPPER ── */
	.salle_page_wrapper { padding: 0 0 100px; }
	#middle1 { width: 100%; padding: 0; margin-top: 0; }

	/* ── PHOTOS ── */
	.flexer-photos {
		display: block;
		height: 260px;
		margin-bottom: 0;
		border-radius: 0;
	}
	.photo_1_blc {
		width: 100%;
		height: 100%;
		border-radius: 0;
	}
	.photo_2_blc { display: none; }
	#gotoseemorephotos { display: flex; }

	/* ── TITRE + ACTIONS ── */
	.salle_top {
		gap: 8px;
		padding: 16px 16px 8px;
		margin-bottom: 0;
	}
	.title_salle { font-size: 20px; }
	.salle_meta { gap: 10px; flex-wrap: wrap; }
	.adress_blc p { font-size: 14px; }
	.rating_inline { font-size: 14px; }
	.btnlineactions { align-self: flex-start; }
	.actionbtn p { display: none; }
	.actionbtn { padding: 7px 9px; }

	/* ── LAYOUT ── */
	.salle_layout {
		flex-direction: column;
		gap: 0;
		padding: 0 16px;
	}
	.salle_left { gap: 0; width: 100%; }
	.salle_right { display: none; }
	.booking_widget { display: none; }

	/* ── SPORTS ── */
	.sportsblc {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding: 12px 0;
		gap: 8px;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}
	.sportsblc::-webkit-scrollbar { display: none; }
	.OneSport { flex-shrink: 0; }

	/* ── CAPACITÉ ── */
	.capacity_card { padding: 12px 14px; margin-bottom: 14px; }
	.left_infos {
		flex-wrap: nowrap;
		overflow-x: auto;
		gap: 24px;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}
	.left_infos::-webkit-scrollbar { display: none; }
	.flexitem { flex-shrink: 0; }

	/* ── SECTIONS ── */
	.equipements_blc,
	.materiel_blc,
	.sol_blc,
	.rules_blc,
	.access_blc {
		padding: 16px;
		margin-bottom: 12px;
	}
	.leplus_blc { margin-bottom: 14px; }
	.confidentialite_blc { padding: 14px; margin-bottom: 12px; }
	.rules_regs_row {
		grid-template-columns: 1fr;
		gap: 12px;
		margin-bottom: 12px;
	}
	.reglement_blc, .securite_blc { padding: 14px; }

	/* ── CARTE ── */
	.map_blc { height: 180px; margin-bottom: 16px; }

	/* ── AVIS ── */
	.firstcommentholder { grid-template-columns: 1fr; }

	/* ── BOUTON FLOTTANT ── */
	.button_container {
		display: block;
		padding: 18px;
	}
	.mobile_booking_bar {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
	}
	.mobile_price_blc {
		display: flex;
		align-items: center;
		gap: 6px;
	}
	.mobile_price_blc .from_label { font-size: 11px; color: #9CA3AF; }
	.mobile_price_blc .price_val  { font-size: 20px; font-weight: 800; color: #111; }
	.mobile_price_blc .per_h      { font-size: 13px; font-weight: 500; color: #6B7280; }
	#gotoresa {
		width: auto;
		flex-shrink: 0;
		padding: 13px 28px;
		font-size: 15px;
		border-radius: 12px;
	}

	/* ── MENU HAMBURGER (blc_menu_little) ── */
	.blc_menu_little {
		display: none;
		position: fixed;
		top: 0; left: 0; right: 0; bottom: 0;
		padding: 2em;
		background: #fff;
		z-index: 1200;
		height: 100%;
		overflow: hidden;
	}
	.blc_menu_little .list_menu { display: block; position: relative; margin-top: 5em; }
	.blc_menu_little .list_menu li {
		display: flex;
		position: relative;
		padding: 1.4em 1em;
		justify-content: space-between;
		align-items: center;
		gap: 8px;
		cursor: pointer;
		border-bottom: 1px solid #F4F4F5;
		transition: background 0.2s;
	}
	.blc_menu_little .list_menu li:hover { background: #F8FAFC; }
	.list_menu ul li p { flex-grow: 1; text-align: left; font-size: 15px; font-weight: 500; }
	.back_btn {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 1.2em; right: 1.2em;
		width: 36px; height: 36px;
		border-radius: 8px;
		cursor: pointer;
		transition: background 0.2s;
	}
	.back_btn img { width: 16px; height: 16px; }
	.back_btn:hover { background: #F0F0F0; }
}

/* ── MASK ───────────────────────────────────────────────── */
.mask {
	display: block;
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 5;
}

/* ── CONTACT HEADER BTN ─────────────────────────────────── */
.gotocontactheader {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: #374151;
	font-size: 13px;
	background: transparent;
	border: none;
	font-weight: 500;
	padding: 6px 16px;
	border-radius: 8px;
	cursor: pointer;
	font-family: 'Manrope', sans-serif;
	transition: background 0.2s;
}
.gotocontactheader:hover { background: #F4F4F4; }
.gotocontactheader p { font-size: 13px; font-weight: 500; margin: 0;}

/* ── CALENDAR WIDGET ─────────────────────────────────────── */
.calendar_container { position: relative; z-index: 999; }
.holdercalendar { display: block; position: relative; z-index: 999; }
.floating_calendar {
	display: none;
	position: absolute;
	top: 0; left: 0;
	width: 25em;
	padding: 1em;
	z-index: 999;
	background: #fff;
	box-shadow: rgba(0,0,0,0.35) 0px 5px 15px;
	border-radius: 20px;
}
.floatingresacalendar {
	top: calc(100% + 8px);
	left: 0;
	width: 300px;
	padding: 16px;
	border-radius: 16px;
	box-shadow: 0 8px 32px rgba(0,0,0,0.12), 0 2px 8px rgba(0,0,0,0.06);
	border: 1px solid #F0F0F0;
}
.calendar-wrapper { z-index: 999; }
#int_when { cursor: pointer; }
.week { display: flex; gap: 28px; }
.week.highlight { background: #fff; }
.week .day.selected span { background: var(--color-orange); color: #fff; }

/* ── OVERRIDES calendrier dans .floatingresacalendar ──────── */
.floatingresacalendar .calendar-container {
	min-height: auto;
	max-height: none;
	padding: 0;
	text-align: center;
}
.floatingresacalendar .navigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
	padding: 0 2px;
}
.floatingresacalendar #currentMonth {
	font-size: 15px;
	font-weight: 700;
	color: #111;
	margin: 0;
	font-family: 'Manrope', sans-serif;
}
.floatingresacalendar .selectormonth {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	padding: 0;
	background: #F4F4F5;
	border: none;
	border-radius: 8px;
	font-size: 12px;
	color: #374151;
	cursor: pointer;
	transition: background 0.15s;
}
.floatingresacalendar .selectormonth:hover { background: #E5E7EB; }
.floatingresacalendar .calendar {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 2px;
}
.floatingresacalendar .day {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 500;
	border-radius: 50%;
	border: none;
	background: transparent;
	color: #111;
	cursor: pointer;
	transition: background 0.12s, color 0.12s;
	font-family: 'Manrope', sans-serif;
}
.floatingresacalendar .day:not(.day-header):not(.past-day):hover {
	background: #F4F4F5;
	border: none;
}
.floatingresacalendar .day-header {
	font-size: 11px;
	font-weight: 700;
	color: #9CA3AF;
	text-transform: uppercase;
	cursor: default;
	height: 28px;
}
.floatingresacalendar .past-day {
	color: #D1D5DB;
	cursor: default;
}
.floatingresacalendar .today {
	color: var(--color-orange);
	font-weight: 700;
}
.floatingresacalendar .today-dot::after {
	width: 4px;
	height: 4px;
	background: var(--color-orange);
	border: none;
	bottom: 3px;
}
.floatingresacalendar .active {
	background: var(--color-orange) !important;
	color: #fff !important;
	font-weight: 700;
	text-decoration: none;
	border-radius: 50%;
}
.floatingresacalendar .slot-indicator {
	width: 4px;
	height: 4px;
	background: #22C55E;
	bottom: 3px;
}

/* ── GREENLIGHT PULSE ────────────────────────────────────── */
.greenround::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background-color: var(--color-vert);
	opacity: 0.5;
	animation: greenlight-pulse 1.8s ease-out infinite;
}
@keyframes greenlight-pulse {
	0%   { transform: scale(1);   opacity: 0.5; }
	70%  { transform: scale(2.4); opacity: 0; }
	100% { transform: scale(2.4); opacity: 0; }
}
/* ── SHIMMER ANIMATION ───────────────────────────────────── */
@keyframes shimmer {
	0%   { background-position: -200% center; }
	100% { background-position: 200% center; }
}

/* ── MATERIAL ICONS FILLED VARIANT ──────────────────────── */
.material-symbols-outlined.filled {
	font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* ── PHOTO POPUP ─────────────────────────────────────────── */
#popupphotos {
	display: block;
	position: relative;
	background: #fff;
	padding: 0 250px;
	z-index: 100;
}
#holder_photos {
	display: grid;
	position: relative;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	padding: 30px 0;
}
.onephoto {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 300px;
}
.onephoto.largphoto { grid-column: span 2; }
.backbtn_demand {
	display: flex;
	width: fit-content;
	align-items: center;
	gap: 6px;
	background: transparent;
	border: 1px solid #E2E8F0;
	font-size: 13px;
	font-weight: 600;
	color: #111;
	cursor: pointer;
	padding: 7px 12px;
	border-radius: 8px;
	transition: background 0.15s;
}
.backbtn_demand:hover { background: #F4F4F4; }
.backbtn_demand .material-symbols-outlined { font-size: 17px; }

@media (max-width: 850px) {
	#popupphotos { padding: 16px 10px 30px; }
	.onephoto { height: 200px; }
	#holder_photos { grid-template-columns: 1fr; gap: 10px; }
	.onephoto.largphoto { grid-column: span 1; }
}

/* ── OVERLAYS ────────────────────────────────────────────── */
.overlay {
	display: none;
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0,0,0,0.4);
	backdrop-filter: blur(5px);
	align-items: center;
	justify-content: center;
	z-index: 999;
}
.overlay.popactive { display: flex; }

/* ── SHARE POPUP ─────────────────────────────────────────── */
#share-overlay {
	background: rgba(0,0,0,0.45);
	backdrop-filter: blur(6px);
}
.content-share {
	display: flex;
	position: relative;
	flex-direction: column;
	gap: 20px;
	padding: 32px 28px 28px;
	width: 420px;
	max-width: calc(100vw - 32px);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 24px 60px rgba(0,0,0,0.18);
}
.share_header {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.title_share {
	font-size: 20px;
	font-weight: 800;
	color: #111;
	margin: 0;
}
.subtitle_share {
	font-size: 13px;
	color: #9CA3AF;
	font-weight: 400;
}
.oneinpt { display: flex; flex-direction: column; gap: 6px; }
.inptlabel {
	font-size: 11px;
	font-weight: 700;
	color: #9CA3AF;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}
.inptholder {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 14px;
	border-radius: 12px;
	background: #F8FAFC;
	border: 1.5px solid #E2E8F0;
	transition: border-color 0.2s;
}
.inptholder:focus-within { border-color: var(--color-orange); background: #fff; }
.inpt {
	border: none;
	outline: none;
	background: transparent;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	color: #374151;
	font-family: 'Manrope', sans-serif;
}
.copylink {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 8px;
	background: var(--color-orange);
	color: #fff;
	cursor: pointer;
	flex-shrink: 0;
	font-size: 17px;
	transition: opacity 0.2s;
}
.copylink:hover { opacity: 0.85; }
.closepopup {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 16px; right: 16px;
	width: 32px; height: 32px;
	border-radius: 50%;
	background: #F1F5F9;
	cursor: pointer;
	color: #6B7280;
	font-size: 18px;
	z-index: 900;
	transition: background 0.2s, color 0.2s;
}
.closepopup:hover { background: #E2E8F0; color: #111; }

/* ── REGLEMENT POPUP ─────────────────────────────────────── */
.reglement_container {
	display: block;
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 900;
	background: #fff;
	border-radius: 8px;
	box-shadow: rgba(0,0,0,0.24) 0px 3px 8px;
	padding: 18px;
	width: 550px;
}
.closercross { display: block; position: absolute; right: 8px; top: 8px; cursor: pointer; }
#contentreglement-container3 {
	display: block;
	position: relative;
	max-height: 550px;
	overflow-y: scroll;
	padding: 14px;
	border-radius: 5px;
	border: 2px #EFEFEF solid;
}
.reg_content { font-size: 14px; }
.title_reg { display: block; padding: 8px 0 18px; font-size: 22px; font-weight: 700; }

/* ── EQUIPEMENTS — show more ─────────────────────────────── */
.firstcommentholder {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	padding: 24px 0;
}
.bandeau_showmore {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 8px;
	position: absolute;
	width: calc(100% - 16px);
	bottom: 0;
	background: linear-gradient(rgba(248,248,248,0.7) 0%, rgba(248,248,248,0.9) 50%, rgba(248,248,248,1) 100%);
	z-index: 3;
}
#showMoreBtn {
	display: block;
	color: #111;
	width: calc(90% - 48px);
	background: #F8F8F8;
	border: 1px #111 solid;
	border-radius: 5px;
	font-size: 15px;
	cursor: pointer;
	padding: 12px 24px;
}

/* ── LEAFLET OVERRIDES ───────────────────────────────────── */
.leaflet-control { z-index: 2; }
.leaflet-bottom { display: none; }
.leaflet-top, .leaflet-bottom { z-index: 2; }

/* ── FOOTER LINKS ────────────────────────────────────────── */
#footer a, #footer p { color: #000; }

/* ── MOBILE HAMBURGER MENU ───────────────────────────────── */
.btn_menu_little { display: none; }
.blc_menu_little { display: none; }

/* ── SIDEBAR COACH DESIGN ────────────────────────────────── */
.header-wordmark { font-size: 20px; font-weight: 500; letter-spacing: -0.2px; color: #111; font-family: var(--font-family-logo, 'Mulish', sans-serif); }
.holderclose-logo { display: flex; align-items: center; gap: 8px; }
nav .nav_one_btn.navbusiness, .subtitleforfaitbusiness { display: none; }
#nav_menu.forfait-business .nav_one_btn.navbusiness { display: flex; }
#nav_menu.forfait-business .subtitleforfaitbusiness { display: block; }
.sidebar-plan-card { display: flex; align-items: center; justify-content: space-between; margin: 8px 8px 10px; padding: 10px 12px; background: #FFFFFF; border: 0.5px solid #E8DCD0; border-radius: 8px; cursor: pointer; }
.sidebar-plan-card__info { display: flex; flex-direction: column; }
.sidebar-plan-card__label { font-size: 10px; font-weight: 400; color: #A39E94; letter-spacing: 0.5px; margin: 0; }
.sidebar-plan-card__name { font-size: 12px; font-weight: 500; color: #2C2A26; margin-top: 1px; }
.sidebar-plan-card__badge { font-size: 10px; font-weight: 500; color: #FFFFFF; background: #C75634; padding: 6px 8px; border-radius: 4px; text-decoration: none; white-space: nowrap; cursor: pointer; }
.sidebar-plan-card__badge:hover { background: #A8431F; }
.sidebar-plan-card__cta { font-size: 11px; font-weight: 500; color: #C75634; text-decoration: none; cursor: pointer; white-space: nowrap; }
.sidebar-profile-card { position: relative; display: flex; align-items: center; gap: 9px; margin: 4px 8px 8px; padding: 8px 10px; background: #FFFFFF; border: 0.5px solid #E8E5DD; border-radius: 8px; cursor: default; transition: background-color 0.15s ease; }
.sidebar-profile-card:hover { background: #FAF7F2; }
.sidebar-profile-card__avatar { position: relative; flex-shrink: 0; width: 28px; height: 28px; }
.sidebar-profile-card__initials { display: flex; align-items: center; justify-content: center; position: absolute; inset: 0; border-radius: 50%; background-color: #C75634; color: #fff; font-size: 11px; font-weight: 500; font-family: 'Manrope', sans-serif; }
.sidebar-profile-card__info { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.sidebar-profile-card__name { display: block; font-size: 12px; font-weight: 500; color: #2C2A26; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sidebar-profile-card__email { display: block; font-size: 10px; font-weight: 400; color: #A39E94; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-top: 1px; }
.sidebar-profile__kebab, .nav-kebab-btn { background: transparent; border: none; width: 24px; height: 24px; border-radius: 4px; display: flex; align-items: center; justify-content: center; cursor: pointer; flex-shrink: 0; transition: background-color 0.15s ease; padding: 0; }
.sidebar-profile__kebab:hover, .nav-kebab-btn:hover { background: #F1EEE7; }
.sidebar-profile__kebab .material-symbols-outlined, .nav-kebab-btn .material-symbols-outlined { font-size: 16px; color: #A39E94; }
.sidebar-profile__dropdown, .nav-profile-dropdown { position: absolute; bottom: calc(100% + 6px); right: 0; width: 200px; background: #FFFFFF; border: 0.5px solid #E8E5DD; border-radius: 8px; box-shadow: 0 4px 16px rgba(44,42,38,0.08); padding: 4px; z-index: 50; }
.sidebar-profile__dd-item { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 6px; font-size: 13px; color: #2C2A26; cursor: pointer; text-decoration: none; transition: background-color 0.12s ease; }
.sidebar-profile__dd-item:hover { background-color: #FAF7F2; }
.sidebar-profile__dd-item .material-symbols-outlined { font-size: 16px; color: #5F5C56; flex-shrink: 0; }
.sidebar-profile__dd-sep { border-top: 0.5px solid #E8E5DD; margin: 4px 0; }
.sidebar-profile__dd-item--danger { color: #C75634; }
.sidebar-profile__dd-item--danger .material-symbols-outlined { color: #C75634; }

/* ── Sélecteur de blocs journaliers (mode daily) ── */
.daily-bloc-selector {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 12px 0;
}
.daily_bloc_card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border: 1.5px solid var(--color-border, #E5E7EB);
    border-radius: 12px;
    cursor: pointer;
    transition: border-color .18s, background .18s;
    background: #fff;
}
.daily_bloc_card.available:hover {
    border-color: var(--color-primary, #C55A36);
    background: #FDF6F3;
}
.daily_bloc_card.selected_bloc {
    border-color: var(--color-primary, #C55A36);
    background: #FDF6F3;
}
.daily_bloc_card.unavailable {
    opacity: .5;
    cursor: not-allowed;
}
.bloc_label { font-weight: 700; font-size: 15px; color: #111; }
.bloc_hours { padding-left: 8px; font-size: 13px; color: #64738B; margin-top: 2px; }
.bloc_prix  { font-size: 15px; font-weight: 700; color: var(--color-primary, #C55A36); margin-left: auto; padding-left: 16px; display: flex; align-items: baseline; gap: 4px; }
.bloc_prix_ttc { font-size: 10px; font-weight: 500; color: #9CA3AF; }
.bloc_unavail_tag { font-size: 11px; color: #999; margin-left: 8px; }

/* ── ENCART RÉSERVATION RÉGULIÈRE ─────────────────────────
   Sous le widget de réservation, colonne droite.
   Visible pour les coachs (variante complète) et les visiteurs non
   connectés (variante incitative). Masqué pour pratiquants et hôtes. */
/* Deux traitements, selon la variante :
   - visiteur non connecté (base) : discret. Il ne peut pas aller au bout du
     parcours, l'encart reste une note de bas de colonne.
   - coach connecté (.reguliere_widget--coach, posé par app_salle.js) : bloc
     coloré assumé. La demande régulière est un volume réel, elle mérite le
     même poids visuel que le widget de réservation, pas moins. */
.reguliere_widget {
	border: 1px solid #EDE8E5;
	border-radius: 14px;
	padding: 20px;
	background: #FCFBFA;
	margin-top: 14px;
}

.reguliere_head { margin-bottom: 14px; }
.reguliere_head_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 6px;
}
/* Badge tarifaire : réservé à la variante coach (cf. bloc --coach plus bas). */
.reguliere_badge { display: none; }
.reguliere_eyebrow {
	display: block;
	font-size: 10.5px;
	font-weight: 700;
	color: #A8A29E;
	text-transform: uppercase;
	letter-spacing: 0.09em;
}
.reguliere_title {
	font-family: 'Manrope', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #1C1917;
	line-height: 1.4;
	margin: 0;
	letter-spacing: -0.01em;
}
.reguliere_txt {
	font-size: 13px;
	color: #78716C;
	line-height: 1.65;
	margin: 0 0 16px;
}

/* La liste d'arguments n'existe que dans la variante coach : icônes orange,
   sans filets séparateurs. Les puces typographiques d'origine allaient avec un
   encart discret ; sur un bloc coloré elles se lisaient comme une note. */
.reguliere_args {
	list-style: none;
	margin: 0 0 18px;
	padding: 0;
}
.reguliere_args li {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 7px 0;
	font-size: 13px;
	color: #57534E;
	line-height: 1.45;
}
.reguliere_args li .material-symbols-outlined {
	font-size: 20px;
	color: var(--color-orange);
	flex-shrink: 0;
	font-variation-settings: 'wght' 400;
}
.reguliere_args strong {
	font-weight: 700;
	color: #1C1917;
}

/* Bouton secondaire : le CTA principal de la page reste « Réserver maintenant ».
   Contour neutre, l'orange n'apparaît qu'au survol. */
.reguliere_btn {
	display: block;
	width: 100%;
	background: #fff;
	color: #1C1917;
	border: 1px solid #DDD6D2;
	border-radius: 10px;
	padding: 12px;
	font-size: 13.5px;
	font-weight: 600;
	font-family: 'Manrope', sans-serif;
	letter-spacing: -0.005em;
	cursor: pointer;
	transition: border-color 0.18s ease, color 0.18s ease, background-color 0.18s ease;
}
.reguliere_btn:hover {
	border-color: var(--color-orange);
	color: var(--color-orange);
	background: #fff;
}
.reguliere_btn:active { background: #FAF9F8; }
.reguliere_btn:focus-visible {
	outline: 2px solid var(--color-orange);
	outline-offset: 2px;
}
.reguliere_note {
	text-align: center;
	font-size: 11px;
	color: #A8A29E;
	margin-top: 10px;
	line-height: 1.5;
}

/* ── Variante coach connecté ───────────────────────────────
   Classe posée par majEncartReguliere() dans salle/js/app_salle.js.
   Fond teinté, bordure et CTA orange : le coach doit voir cet encart sans le
   chercher. Le CTA reste plus petit que « Réserver maintenant » — c'est une
   offre parallèle, pas un second bouton principal. */
.reguliere_widget--coach {
	border: 1.5px solid #F0C4B2;
	border-radius: 18px;
	padding: 22px;
	background: linear-gradient(180deg, #FFF4EF 0%, #FFFFFF 60%);
	box-shadow: 0 4px 20px rgba(197, 90, 54, 0.10);
	margin-top: 16px;
}
.reguliere_widget--coach .reguliere_eyebrow { color: var(--color-orange); }
.reguliere_widget--coach .reguliere_title {
	font-size: 16.5px;
	font-weight: 700;
}
.reguliere_widget--coach .reguliere_txt {
	color: #57534E;
	margin-bottom: 14px;
}
.reguliere_widget--coach .reguliere_badge {
	display: inline-block;
	background: var(--color-orange);
	color: #fff;
	font-family: 'Manrope', sans-serif;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	padding: 5px 9px;
	border-radius: 999px;
	white-space: nowrap;
}
.reguliere_widget--coach .reguliere_btn {
	background: var(--color-orange);
	color: #fff;
	border: none;
	border-radius: 12px;
	padding: 13px;
	font-size: 14px;
	font-weight: 700;
	transition: opacity 0.2s;
}
/* background et color sont réaffirmés : sans eux, les règles :hover/:active de
   la variante de base repeindraient le bouton en blanc à contour orange. */
.reguliere_widget--coach .reguliere_btn:hover {
	background: var(--color-orange);
	color: #fff;
	opacity: 0.88;
}
.reguliere_widget--coach .reguliere_btn:active {
	background: var(--color-orange);
	color: #fff;
	opacity: 0.8;
}
.reguliere_widget--coach .reguliere_note { color: #8A7F79; }

/* Même breakpoint que le bloc qui masque .salle_right plus haut (ligne ~1274). */
@media (max-width: 850px) {
	/* .salle_right est masquée sur mobile pour cacher le widget de réservation
	   (remplacé par la barre flottante). On la réaffiche comme simple conteneur
	   afin que l'encart régulier reste accessible ; .booking_widget garde son
	   display:none défini plus haut. */
	.salle_right {
		display: block;
		width: 100%;
		padding: 0 16px;
		margin-bottom: 90px; /* dégage la barre de réservation flottante */
	}
	.reguliere_widget { margin-top: 8px; }
	/* Sur mobile l'encart est seul dans la colonne, le widget de réservation
	   étant remplacé par la barre flottante : il n'a plus rien à concurrencer. */
	.reguliere_widget--coach { margin-top: 12px; }
}

/* ── Fil d'Ariane ─────────────────────────────────────────────
   Rendu côté serveur : il doit être dans le HTML source pour que
   Google suive les liens vers les landings sport × ville. */
.salle_breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin-bottom: 10px;
	font-family: var(--font-family-body);
	font-size: var(--font-size-small);
	color: var(--color-text-muted);
}
.salle_breadcrumb a {
	color: var(--color-text-secondary);
	text-decoration: none;
}
.salle_breadcrumb a:hover {
	color: var(--color-primary);
	text-decoration: underline;
}
.salle_breadcrumb_sep {
	color: var(--color-text-muted);
}
.salle_breadcrumb [aria-current="page"] {
	color: var(--color-text-muted);
}

@media (max-width: 700px) {
	.salle_breadcrumb { font-size: var(--font-size-tiny); }
}
