/* =======================================
   SINGLE ADRESSE - Design Ãƒâ€°lÃƒÂ©gant
   ======================================= */

/* Background blanc pour la page single adresse */
body.single-cpt-adresse main,
body.single-cpt-adresse .main {
	min-height: 100vh;
}

/* IcÃƒÂ´nes SVG gÃƒÂ©nÃƒÂ©rales */
.hero-icon,
.btn-icon,
.section-icon,
.sidebar-icon,
.service-icon {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}

/* Force tous les SVG dans les icÃƒÂ´nes ÃƒÂ  ÃƒÂªtre des strokes sans fill */
.section-icon svg,
.service-icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.section-icon svg path,
.section-icon svg circle,
.section-icon svg rect,
.section-icon svg polygon,
.section-icon svg line,
.section-icon svg polyline,
.service-icon svg path,
.service-icon svg circle,
.service-icon svg rect,
.service-icon svg polygon,
.service-icon svg line,
.service-icon svg polyline {
	stroke: currentColor;
	fill: none;
	stroke-width: 2px;
}

.section-icon,
.sidebar-icon {
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
	flex-shrink: 0;
}

.section-icon svg,
.sidebar-icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.section-icon-center {
	width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
	flex-shrink: 0;
	filter: none;
}

.section-icon-center svg {
	width: 100%;
	height: 100%;
	display: block;
}

.service-icon {
	width: 20px;
	height: 20px;
	margin-right: 8px;
	flex-shrink: 0;
	filter: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.service-icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

/* IcÃƒÂ´nes sociales */


/* =======================================
   HERO SECTION
   ======================================= */

.adresse-hero {
	position: relative;
	width: 100%;
	margin-bottom: 60px;
}

.adresse-hero-image {
	position: relative;
	width: 100%;
	height: 360px;
	/* margin-bottom: 30px; */
	border-radius: 0px;
	border-top: 6px solid var(--type-color, #333);
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.adresse-hero-image[style*="--type-color"] {
	border-top-color: var(--type-color);
}

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

.adresse-hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.1) 0%,
		rgba(0, 0, 0, 0.3) 50%,
		rgba(0, 0, 0, 0.7) 100%
	);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 40px;
}

.adresse-hero-content {
	width: 100%;
	color: white;
	position: relative;
	z-index: 2;
}

/* Titre H1 dans overlay */
.adresse-hero-content .adresse-title {
	font-size: 48px;
	font-weight: 700;
	margin: 0 0 15px 0;
	color: white;
	line-height: 1.2;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Sous-titre H2 dans overlay */
.adresse-hero-content .adresse-subtitle {
	font-size: 24px;
	font-weight: 500;
	font-style: normal;
	margin: 0;
	color: white;
	display: flex;
	align-items: center;
	gap: 0;
	flex-wrap: wrap;
	line-height: 1.4;
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.adresse-hero-content .adresse-subtitle > * {
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
}

.adresse-hero-content .adresse-type-name,
.adresse-hero-content .adresse-city-departement {
	color: white;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
}

.adresse-hero-content .adresse-departement {
	color: white;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
}

.adresse-hero-content .adresse-type-with-icon {
	display: inline-flex;
	align-items: center;
	gap: 0;
}

/* IcÃƒÂ´ne de style dans le hero - Utiliser le mÃƒÂªme systÃƒÂ¨me que la sidebar */
.adresse-hero-content .adresse-type-icon {
	height: 40px;
	width: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.75rem;
	border-radius: 8px;
	padding: 20px;
	flex-shrink: 0;
}

.adresse-hero-content .adresse-type-icon[data-color] {
	background-color: var(--taxonomy-color);
}

.adresse-hero-content .adresse-type-icon svg {
	width: 24px;
	height: 24px;
	display: block;
	flex-shrink: 0;
}

/* Forcer fill transparent et stroke-width sur les ÃƒÂ©lÃƒÂ©ments qui dessinent */
.adresse-hero-content .adresse-type-icon svg path,
.adresse-hero-content .adresse-type-icon svg circle,
.adresse-hero-content .adresse-type-icon svg rect,
.adresse-hero-content .adresse-type-icon svg polygon,
.adresse-hero-content .adresse-type-icon svg polyline,
.adresse-hero-content .adresse-type-icon svg line,
.adresse-hero-content .adresse-type-icon svg ellipse {
	fill: transparent !important;
	stroke-width: 2px !important;
	stroke: white !important;
}

.adresse-type-with-icon {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-right: 0.5rem;
}

.adresse-hero-content .adresse-type-with-icon {
	/* gap: 0.75rem; */
	margin-right: 0;
}

/* Utiliser le mÃƒÂªme systÃƒÂ¨me que la sidebar - CSS simplifiÃƒÂ© */
.adresse-type-icon {
	height: 28px !important;
	width: 28px !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px !important;
	padding: 4px;
	flex-shrink: 0;
}

.adresse-type-icon svg {
	width: 16px;
	height: 16px;
	display: block;
	flex-shrink: 0;
}

/* Forcer fill transparent et stroke-width sur tous les ÃƒÂ©lÃƒÂ©ments */
.adresse-type-icon svg path,
.adresse-type-icon svg circle,
.adresse-type-icon svg rect,
.adresse-type-icon svg polygon,
.adresse-type-icon svg polyline,
.adresse-type-icon svg line,
.adresse-type-icon svg ellipse {
	fill: transparent !important;
	stroke-width: 3px !important;
}

/* Appliquer la couleur du filtre au stroke */
.adresse-type-icon[data-color] svg path,
.adresse-type-icon[data-color] svg circle,
.adresse-type-icon[data-color] svg rect,
.adresse-type-icon[data-color] svg polygon,
.adresse-type-icon[data-color] svg polyline,
.adresse-type-icon[data-color] svg line,
.adresse-type-icon[data-color] svg ellipse {
	stroke: var(--taxonomy-color) !important;
	fill: transparent !important;
}

/* FORCER le stroke blanc dans le hero - doit venir APRÃƒË†S la rÃƒÂ¨gle gÃƒÂ©nÃƒÂ©rale */
.adresse-hero-content .adresse-type-icon[data-color] svg path,
.adresse-hero-content .adresse-type-icon[data-color] svg circle,
.adresse-hero-content .adresse-type-icon[data-color] svg rect,
.adresse-hero-content .adresse-type-icon[data-color] svg polygon,
.adresse-hero-content .adresse-type-icon[data-color] svg polyline,
.adresse-hero-content .adresse-type-icon[data-color] svg line,
.adresse-hero-content .adresse-type-icon[data-color] svg ellipse {
	stroke: white !important;
	stroke-width: 2px !important;
	fill: transparent !important;
}

.adresse-type-name {
	font-weight: inherit;
	font-size: inherit;
	font-style: inherit;
}

.adresse-hero-content .adresse-type-name {
	color: white;
	margin-right: 5px;
}

.adresse-city-departement {
	font-weight: inherit;
	font-size: inherit;
	font-style: inherit;
	color: rgba(0, 0, 0, 0.7);
}

.adresse-hero-content .adresse-city-departement {
	color: white;
	margin-left: 0;
}

.adresse-departement {
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	color: rgba(0, 0, 0, 0.5);
}

.adresse-hero-content .adresse-departement {
	color: white;
}

.adresse-hero-badges {
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 16px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 600;
	backdrop-filter: blur(10px);
}

.badge-rating {
	background: rgba(255, 255, 255, 0.9);
	color: var(--color-dark);
}

.rating-star {
	color: #FFB800;
	font-size: 18px;
}

.badge-category {
	background: rgba(255, 255, 255, 0.2);
	color: white;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.adresse-hero-title {
	font-size: 48px;
	font-weight: 700;
	margin: 0 0 10px 0;
	line-height: 1.2;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.adresse-hero-subtitle-seo {
	font-size: 28px;
	font-weight: 600;
	margin: 0 0 20px 0;
	display: flex;
	align-items: center;
	gap: 12px;
	line-height: 1.3;
}

.adresse-type-icon-wrapper {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	padding: 6px;
}

.adresse-type-icon-wrapper svg {
	width: 100%;
	height: 100%;
}

/* Styles pour les icÃƒÂ´nes de type depuis l'attribut data-color */
.adresse-type-icon-wrapper svg path,
.adresse-type-icon-wrapper svg circle,
.adresse-type-icon-wrapper svg rect,
.adresse-type-icon-wrapper svg polygon {
	stroke: currentColor;
	fill: transparent;
	stroke-width: 2px;
}

.adresse-hero-subtitle-seo .adresse-type-text {
	font-weight: 600;
}

.adresse-hero-subtitle-seo .adresse-hero-city-text {
	font-weight: 400;
	opacity: 0.9;
}

.adresse-hero-location {
	font-size: 20px;
	margin: 0 0 30px 0;
	opacity: 0.9;
	display: flex;
	align-items: center;
	gap: 8px;
}

.adresse-hero-location .departement {
	opacity: 0.7;
	font-size: 18px;
}

.adresse-hero-cta {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.adresse-hero-cta .btn {
	padding: 12px 30px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
}

.adresse-hero-cta .btn-primary {
	background: var(--color-fresh);
	color: white;
	border: none;
}

.adresse-hero-cta .btn-primary:hover {
	background: var(--color-fresh-dark, #2d7a4e);
	transform: translateY(-2px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.adresse-hero-cta .btn-secondary {
	background: rgba(255, 255, 255, 0.9);
	color: var(--color-dark);
	border: none;
}

.adresse-hero-cta .btn-secondary:hover {
	background: white;
	transform: translateY(-2px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.adresse-hero-cta .btn-tertiary {
	background: rgba(255, 255, 255, 0.2);
	color: white;
	border: 2px solid rgba(255, 255, 255, 0.5);
}

.adresse-hero-cta .btn-tertiary:hover {
	background: rgba(255, 255, 255, 0.3);
	border-color: rgba(255, 255, 255, 0.8);
	transform: translateY(-2px);
}

/* =======================================
   CONTENU PRINCIPAL
   ======================================= */

.adresse-main-content {
	margin-bottom: 80px;
}

.split-main {
	padding-right: 40px;
}

.adresse-quartier {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.6);
	margin: 0 0 20px 0;
	font-style: italic;
}

/* Box unique Description / QualitÃƒÂ©s / Suggestions */
.adresse-content-box {
	background: white;
	border-radius: 0px 0px 16px 16px;
	padding: 40px;
	margin-bottom: 30px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transition: box-shadow 0.3s ease;
}

.adresse-content-box .content-box-row {
	display: flex;
	gap: 30px;
	align-items: flex-start;
}

.adresse-content-box .content-box-left {
	flex: 1;
}

.adresse-content-box .content-box-right {
	flex: 0 0 auto;
	min-width: 300px;
}

.adresse-content-box .content-box-full {
	width: 100%;
}

.adresse-content-box:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.adresse-content-box .content-section {
	margin-bottom: 30px;
}

.adresse-content-box .content-section:last-child {
	margin-bottom: 0;
}

.adresse-content-box .content-section + .content-section {
	padding-top: 30px;
	border-top: 1px solid #f0f0f0;
}

.adresse-content-box .content-section h3 {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 15px 0;
	color: var(--color-dark);
	display: flex;
	align-items: center;
	gap: 12px;
}

.adresse-content-box .content-section h3 .section-icon {
	margin-right: 0;
}

/* Sections principales */
.adresse-services,
.adresse-passport {
	background: white;
	border-radius: 16px;
	padding: var(--gut);
	/* margin-bottom: 30px; */
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transition: box-shadow 0.3s ease;
}

.adresse-asterisque {
	font-size:12px;
	color:var(--color-text-light);
}

.adresse-services h3 {
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 25px 0;
	color: var(--color-dark);
	display: flex;
	align-items: center;
	gap: 12px;
}

.adresse-restrictions h3 .section-icon,
.adresse-services h3 .section-icon {
	margin-right: 0;
}

.description-text,
.content-text {
	font-size: 16px;
	line-height: 1.8;
	color: var(--color-dark);
}

.description-text p,
.content-text p {
	margin-bottom: 15px;
}

.description-text p:last-child,
.content-text p:last-child {
	margin-bottom: 0;
}

.adresse-content-box .content-section p {
	font-size: 16px;
	line-height: 1.8;
	color: var(--color-dark);
	white-space: pre-wrap;
	word-break: break-word;
	margin: 0;
}

.adresse-restrictions p {
	font-size: 16px;
	line-height: 1.8;
	color: var(--color-dark);
	white-space: pre-wrap;
	word-break: break-word;
	margin: 0;
}

/* Services Section */
.adresse-services .services-list {
	list-style: none;
	padding: 0;
	margin: 0 0 1rem 0;
}

.adresse-services .services-list li {
	padding: 0.5rem 0;
	font-size: 1rem;
	color: var(--color-dark);
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.adresse-services .ouverture-autre {
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid #f0f0f0;
}

.adresse-services .ouverture-autre p {
	margin: 0;
	font-size: 1rem;
	color: var(--color-dark);
	white-space: pre-wrap;
	word-break: break-word;
	line-height: 1.8;
}


/* Cards gÃƒÂ©nÃƒÂ©riques */
.adresse-card {
	background: white;
	border-radius: 16px;
	padding: 30px;
	margin-bottom: 20px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
}

.adresse-card:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
	transform: translateY(-2px);
}

.adresse-card h3 {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 20px 0;
	color: var(--color-dark);
	display: flex;
	align-items: center;
	gap: 10px;
}

.adresse-card h3 .section-icon {
	margin-right: 0;
}

/* =======================================
   TAXONOMIES / BADGES
   ======================================= */

.taxonomies-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.taxonomy-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 20px;
	background: var(--color-beige);
	border: 2px solid var(--taxonomy-color);
	border-radius: 30px;
	text-decoration: none;
	color: var(--color-dark);
	font-weight: 600;
	transition: all 0.3s ease;
}

.taxonomy-badge:hover {
	background: var(--taxonomy-color);
	color: white;
	transform: translateY(-2px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.taxonomy-icon {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.taxonomy-icon svg {
	width: 100%;
	height: 100%;
}

.taxonomy-icon svg path,
.taxonomy-icon svg circle,
.taxonomy-icon svg rect,
.taxonomy-icon svg polygon {
	stroke: var(--taxonomy-color);
	fill: transparent;
	stroke-width: 2px;
}

/* =======================================
   OFFRES / MENU
   ======================================= */

.offer-block {
	margin-bottom: 25px;
}

.offer-block:last-child {
	margin-bottom: 0;
}

.offer-subtitle {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 12px 0;
	color: var(--color-fresh);
}

.offer-block p {
	font-size: 16px;
	line-height: 1.7;
	color: var(--color-dark);
}

/* =======================================
   SIDEBAR
   ======================================= */

.split-sb {
	padding-left: 20px;
}

/* Ãƒâ€°dition Box Sidebar */
.adresse-sidebar-edition-box {
	width: 100%;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	transition: all 0.3s ease;
	padding: 0;
	cursor: pointer;
	margin-bottom: 20px;
	border: 1px solid #e0e0e0;
}

.adresse-sidebar-edition-box:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
	transform: translateY(-2px);
}

.adresse-sidebar-edition-link {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: inherit;
	padding: 1rem;
	cursor: pointer;
}

.adresse-sidebar-edition-image {
	width: 60px;
	height: 60px;
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 8px;
	margin-right: 0.75rem;
	background: #f5f5f5;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.adresse-sidebar-edition-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 8px;
}

.adresse-sidebar-edition-text {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.25rem;
}

.adresse-sidebar-edition-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	line-height: 1.2;
}

.adresse-sidebar-edition-title {
	font-size: 0.9rem;
	font-weight: 600;
	color: #333;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Promo Card */
.adresse-promo-card {
	background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
	border: 2px solid #0ea5e9;
	border-radius: 16px;
	padding: 30px;
	margin-bottom: 20px;
}

.adresse-promo-card .promo-section,
.adresse-promo-card .avantages-section {
	margin-bottom: 1.5rem;
}

.adresse-promo-card .promo-section:last-child,
.adresse-promo-card .avantages-section:last-child {
	margin-bottom: 0;
}

.adresse-promo-card .promo-section + .avantages-section {
	padding-top: 1.5rem;
	border-top: 2px solid #0ea5e9;
}

.adresse-promo-card h3 {
	margin: 0;
	font-size: 1.1rem;
	font-weight: 600;
	color: #0369a1;
	line-height: 1.4;
}

.adresse-promo-card p {
	margin: 0;
	font-size: 1rem;
	color: #0c4a6e;
	line-height: 1.6;
	font-weight: 500;
	white-space: pre-wrap;
	word-break: break-word;
}

/* Google Card */
.adresse-google-card {
	text-align: center;
}

.adresse-google-card .google-rating-display {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
}

.adresse-google-card .google-rating-value {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
}

.adresse-google-card .rating-number {
	font-size: 2.5rem;
	font-weight: 700;
	color: #4285f4;
	line-height: 1;
}

.adresse-google-card .google-stars {
	display: flex;
	gap: 2px;
	font-size: 1.5rem;
	line-height: 1;
}

.adresse-google-card .google-stars .star {
	color: #fbbc04;
}

.adresse-google-card .google-stars .star.empty {
	color: #e0e0e0;
}

.adresse-google-card .google-stars .star.half {
	opacity: 0.5;
}

.adresse-google-card .google-reviews-count {
	margin: 0;
	font-size: 1rem;
	color: #666;
	font-weight: 500;
}

.adresse-google-card .google-link {
	display: inline-block;
	padding: 0.5rem 1rem;
	background-color: #4285f4;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	font-size: 0.9rem;
	font-weight: 500;
	transition: background-color 0.3s ease;
}

.adresse-google-card .google-link:hover {
	background-color: #357ae8;
	color: #fff;
}

/* Services Card */
.adresse-services-card .services-list {
	list-style: none;
	padding: 0;
	margin: 0 0 1rem 0;
}

.adresse-services-card .services-list li {
	padding: 0.5rem 0;
	font-size: 0.95rem;
	color: #666;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.adresse-services-card .ouverture-autre {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid #f0f0f0;
}

.adresse-services-card .ouverture-autre label {
	display: block;
	font-size: 0.85rem;
	font-weight: 600;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 0.5rem;
}

.adresse-services-card .ouverture-autre p {
	margin: 0;
	font-size: 0.9rem;
	color: #666;
	white-space: pre-wrap;
	word-break: break-word;
	line-height: 1.6;
}



/* Horaires Card */
.adresse-horaires-card .horaires-table-sidebar {
	overflow-x: auto;
}

.adresse-horaires-card .horaires-table-sidebar table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.85rem;
}

.adresse-horaires-card .horaires-table-sidebar table thead {
	background-color: var(--color-light, #f5f5f5);
}

.adresse-horaires-card .horaires-table-sidebar table th {
	padding: 0.5rem 0.4rem;
	text-align: center;
	font-weight: 600;
	font-size: 0.75rem;
	border-bottom: 2px solid #ddd;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.adresse-horaires-card .horaires-table-sidebar table tbody th {
	text-align: left;
	padding-left: 0.5rem;
	font-weight: 600;
	color: #333;
	background-color: #fafafa;
}

.adresse-horaires-card .horaires-table-sidebar table td {
	padding: 0.5rem 0.4rem;
	text-align: center;
	border-bottom: 1px solid #eee;
	font-size: 1rem;
	color: #333;
	vertical-align: middle;
}

.adresse-horaires-card .horaires-table-sidebar table td.horaire-status {
	text-align: center;
	vertical-align: middle;
}

.adresse-horaires-card .horaire-check {
	color: #22c55e;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}

.adresse-horaires-card .horaire-check svg {
	width: 100%;
	height: 100%;
	display: block;
}

.adresse-horaires-card .horaire-check svg path,
.adresse-horaires-card .horaire-check svg polyline,
.adresse-horaires-card .horaire-check svg line {
	stroke: #22c55e !important;
	fill: none !important;
}

/* Same for schedule card (new consolidated box) */
.adresse-schedule-card .horaire-check svg path,
.adresse-schedule-card .horaire-check svg polyline,
.adresse-schedule-card .horaire-check svg line {
	stroke: #22c55e !important;
	fill: none !important;
}

.adresse-schedule-card .horaire-cross svg path,
.adresse-schedule-card .horaire-cross svg polyline,
.adresse-schedule-card .horaire-cross svg line {
	stroke: #9ca3af !important;
	fill: none !important;
}

/* Horaires table styling for schedule card */
.adresse-schedule-card .horaires-table-sidebar {
	overflow-x: auto;
}

.adresse-schedule-card .horaires-table-sidebar table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.85rem;
}

.adresse-schedule-card .horaires-table-sidebar table thead {
	background-color: var(--color-light, #f5f5f5);
}

.adresse-schedule-card .horaires-table-sidebar table th {
	padding: 0.5rem 0.4rem;
	text-align: center;
	font-weight: 600;
	font-size: 0.75rem;
	border-bottom: 1px solid #ddd;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.adresse-schedule-card .horaires-table-sidebar table tbody th {
	text-align: left;
	padding-left: 0.5rem;
	font-weight: 600;
	color: #333;
	/* background-color: #fafafa; */
}

.adresse-schedule-card .horaires-table-sidebar table td {
	padding: 0.5rem 0.4rem;
	text-align: center;
	border-bottom: 1px solid #eee;
	font-size: 1rem;
	color: #333;
	vertical-align: middle;
}

.adresse-schedule-card .horaires-table-sidebar table td.horaire-status {
	text-align: center;
	vertical-align: middle;
}

.adresse-schedule-card .horaire-check {
	color: #22c55e;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}

.adresse-schedule-card .horaire-check svg {
	width: 100%;
	height: 100%;
	display: block;
}

.adresse-schedule-card .horaire-cross {
	color: #9ca3af;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}

.adresse-schedule-card .horaire-cross svg {
	width: 100%;
	height: 100%;
	display: block;
}

.adresse-schedule-card .horaire-cross svg path,
.adresse-schedule-card .horaire-cross svg polyline,
.adresse-schedule-card .horaire-cross svg line {
	stroke: #9ca3af !important;
	fill: none !important;
}

.adresse-schedule-card .horaire-dot {
	color: #9ca3af;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}

.adresse-schedule-card .horaire-dot svg {
	width: 100%;
	height: 100%;
	display: block;
}

.adresse-schedule-card .horaire-dot svg circle {
	stroke: #9ca3af !important;
	fill: #9ca3af !important;
}

.adresse-schedule-card .horaires-table-sidebar table tbody tr:hover {
	background-color: rgba(0, 0, 0, 0.02);
}

.adresse-schedule-card .horaires-table-sidebar table tbody tr:last-child td,
.adresse-schedule-card .horaires-table-sidebar table tbody tr:last-child th {
	border-bottom: none;
}

.adresse-horaires-card .horaire-cross {
	color: #9ca3af;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}

.adresse-horaires-card .horaire-cross svg {
	width: 100%;
	height: 100%;
	display: block;
}

.adresse-horaires-card .horaires-table-sidebar table tbody tr:hover {
	background-color: rgba(0, 0, 0, 0.02);
}

.adresse-horaires-card .horaires-table-sidebar table tbody tr:last-child td,
.adresse-horaires-card .horaires-table-sidebar table tbody tr:last-child th {
	border-bottom: none;
}

/* RÃƒÂ©servation Card */
.adresse-reservation-card {
	text-align: center;
}

.adresse-reservation-card .reservation-text {
	margin: 0 0 1rem 0;
	font-size: 0.95rem;
	color: #666;
	line-height: 1.5;
}

.adresse-reservation-card .reservation-cta-btn {
	display: inline-block;
	padding: 0.75rem 1.5rem;
	background-color: var(--color-accent, #007bff);
	color: #fff;
	text-decoration: none;
	border-radius: 8px;
	font-size: 1rem;
	font-weight: 600;
	transition: all 0.3s ease;
}

.adresse-reservation-card .reservation-cta-btn:hover {
	background-color: var(--color-accent-dark, #0056b3);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

/* Contact Card */
.adresse-contact-card .contact-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f0f0f0;
	gap: 1rem;
}

.adresse-contact-card .contact-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.adresse-contact-card .contact-item label {
	flex: 0 0 25%;
	font-size: 0.7rem;
	font-weight: 600;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-top: 3px;
	/* padding-top: 0.25rem; */
}

.adresse-contact-card .contact-item .contact-data {
	flex: 0 0 75%;
}

.adresse-contact-card .contact-data p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.5;
}

.adresse-contact-card a {
	color: var(--color-accent, #007bff);
	text-decoration: none;
	transition: color 0.3s ease;
}

.adresse-contact-card a:hover {
	color: var(--color-accent-dark, #0056b3);
	text-decoration: underline;
}

/* Tags Card */
.adresse-tags-card .tags-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1rem;
}

.adresse-tags-card .tag-link {
	display: inline-block;
	padding: 0.5rem 1rem;
	background-color: #f0f0f0;
	color: #333;
	border-radius: 20px;
	font-size: 0.85rem;
	text-decoration: none;
	transition: all 0.3s ease;
	border: 1px solid #e0e0e0;
}

.adresse-tags-card .tag-link:hover {
	background-color: var(--color-accent, #007bff);
	color: #fff;
	border-color: var(--color-accent, #007bff);
}

/* CTA Card */
.adresse-cta-card {
	background: linear-gradient(135deg, var(--color-accent, #007bff) 0%, var(--color-accent-light, #0056b3) 100%);
	border: none;
	padding: 2rem 1.5rem;
	text-align: center;
}

.adresse-cta-card .btn {
	display: inline-block;
	padding: 0.75rem 2rem;
	background-color: #fff;
	color: var(--color-accent, #007bff);
	border: none;
	border-radius: 6px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
	font-size: 1rem;
}

.adresse-cta-card .btn:hover {
	background-color: #f0f0f0;
	transform: translateY(-2px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

/* Infos pratiques */
.info-item {
	display: flex;
	gap: 15px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.info-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.info-icon {
	font-size: 24px;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.info-icon img {
	width: 100%;
	height: 100%;
	filter: none;
}

.info-content {
	flex: 1;
}

.info-label {
	display: block;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.5);
	margin-bottom: 5px;
	letter-spacing: 0.5px;
}

.info-link {
	color: var(--color-fresh);
	text-decoration: none;
	font-weight: 600;
	transition: color 0.2s ease;
}

.info-link:hover {
	color: var(--color-fresh-dark, #2d7a4e);
	text-decoration: underline;
}

.info-text {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: var(--color-dark);
}

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

.services-list li {
	padding: 5px 0;
	font-size: 14px;
	display: flex;
	align-items: center;
}

/* Horaires */
.horaires-table {
	width: 100%;
	font-size: 12px;
	border-collapse: collapse;
}

.horaires-table th,
.horaires-table td {
	padding: 8px 4px;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.08);
}

.horaires-table thead th {
	background: var(--color-dark);
	color: white;
	font-weight: 600;
}

.periode-label {
	font-weight: 600;
	text-align: left !important;
	padding-left: 12px !important;
}

.horaire-cell.open {
	color: var(--color-fresh);
	font-weight: 700;
}

.horaire-cell.closed {
	color: rgba(0, 0, 0, 0.3);
}

/* Note Google */
.rating-display {
	text-align: center;
}

.rating-number {
	font-size: 48px;
	font-weight: 700;
	color: var(--color-fresh);
	display: block;
	margin-bottom: 10px;
}

.rating-stars {
	font-size: 24px;
	color: #FFB800;
	margin-bottom: 10px;
}

.rating-count {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.6);
	margin: 0 0 15px 0;
}

.rating-link {
	display: inline-block;
	padding: 10px 20px;
	background: var(--color-fresh);
	color: white;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	transition: all 0.3s ease;
}

.rating-link:hover {
	background: var(--color-fresh-dark, #2d7a4e);
	transform: translateY(-2px);
}

/* Mini carte */
.mini-map iframe {
	border-radius: 8px;
}

/* =======================================
   GALERIE MASONRY (Style Pinterest Organique)
   ======================================= */

.adresse-gallery-section {
	width: 100%;
	padding: 0;
	margin: 40px 0 0;
	background: transparent;
}

.section-title-center {
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 50px 0;
	color: var(--color-dark);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.section-title-center .section-icon-center {
	margin-right: 0;
}

.adresse-gallery-masonry {
	column-count: 3;
	column-gap: 20px;
	padding: 0;
	max-width: 100%;
	margin: 0 auto;
	width: 100%;
}

/* Style organique : hauteurs variÃƒÂ©es pour un rendu naturel */
.gallery-item {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	break-inside: avoid;
	page-break-inside: avoid;
	cursor: pointer;
	background: #f5f5f5;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Varier lÃƒÂ©gÃƒÂ¨rement les hauteurs pour un effet organique */
.gallery-item:nth-child(3n+1) {
	margin-bottom: 25px;
}

.gallery-item:nth-child(3n+2) {
	margin-bottom: 18px;
}

.gallery-item:nth-child(3n+3) {
	margin-bottom: 22px;
}

.gallery-item img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	object-fit: cover;
}

.gallery-item-overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.3) 50%,
		rgba(0, 0, 0, 0.7) 100%
	);
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.4s ease;
	backdrop-filter: blur(2px);
}

.gallery-item:hover .gallery-item-overlay {
	display: none;
}

.gallery-item:hover img {
	transform: scale(1.08);
}

.gallery-item-icon {
	width: 56px;
	height: 56px;
	color: white;
	opacity: 0.9;
	transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-item-icon {
	transform: scale(1.1);
}

.gallery-item:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
}

/* Effet de profondeur au survol */
.gallery-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
	opacity: 0;
	transition: opacity 0.4s ease;
	pointer-events: none;
	z-index: 1;
}

.gallery-item:hover::before {
	opacity: 1;
}

/* =======================================
   LIGHTBOX FULLSCREEN
   ======================================= */

.gallery-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.95);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	backdrop-filter: blur(10px);
}

.gallery-lightbox.active {
	opacity: 1;
	visibility: visible;
}

.gallery-lightbox-content {
	position: relative;
	width: 90%;
	height: 90%;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1400px;
	max-height: 90vh;
}

.gallery-lightbox-image {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: 8px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
	animation: lightboxFadeIn 0.3s ease;
}

@keyframes lightboxFadeIn {
	from {
		opacity: 0;
		transform: scale(0.9);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

.gallery-lightbox-close,
.gallery-lightbox-prev,
.gallery-lightbox-next {
	position: absolute;
	background: rgba(255, 255, 255, 0.1);
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: white;
	transition: all 0.3s ease;
	z-index: 10000;
	backdrop-filter: blur(10px);
}

.gallery-lightbox-close:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.5);
	transform: scale(1.1);
}

.gallery-lightbox-close:active {
	transform: scale(0.95);
}

.gallery-lightbox-prev:active {
	transform: translateY(-50%) scale(0.95);
}

.gallery-lightbox-next:active {
	transform: translateY(-50%) scale(0.95);
}

.gallery-lightbox-close {
	top: 20px;
	right: 20px;
}

.gallery-lightbox-prev {
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.gallery-lightbox-prev:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.5);
	transform: translateY(-50%) scale(1.1);
}

.gallery-lightbox-next {
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.gallery-lightbox-next:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.5);
	transform: translateY(-50%) scale(1.1);
}

.gallery-lightbox-close svg,
.gallery-lightbox-prev svg,
.gallery-lightbox-next svg {
	width: 24px;
	height: 24px;
	stroke: currentColor;
}

/* Masquer les boutons de navigation sur mobile si une seule image */
@media (max-width: 768px) {
	.gallery-lightbox-content {
		width: 95%;
		height: 95%;
	}
	
	.gallery-lightbox-close {
		top: 10px;
		right: 10px;
		width: 48px;
		height: 48px;
	}
	
	.gallery-lightbox-prev,
	.gallery-lightbox-next {
		width: 48px;
		height: 48px;
	}
	
	.gallery-lightbox-prev {
		left: 10px;
	}
	
	.gallery-lightbox-next {
		right: 10px;
	}
	
	.gallery-lightbox-close svg,
	.gallery-lightbox-prev svg,
	.gallery-lightbox-next svg {
		width: 20px;
		height: 20px;
	}
}

/* =======================================
   RESPONSIVE
   ======================================= */

@media (max-width: 1200px) {
	.adresse-gallery-masonry {
		column-count: 3;
		column-gap: 18px;
	}
	
	.gallery-item {
		margin-bottom: 18px;
	}
}

@media (max-width: 992px) {
	.adresse-hero-title {
		font-size: 36px;
	}
	
	.adresse-col-main {
		padding-right: 20px;
	}
	
	.adresse-gallery-masonry {
		column-count: 3;
		column-gap: 15px;
	}
	
	.section-title-center {
		font-size: 28px;
		margin-bottom: 40px;
	}
	
	.adresse-gallery-section {
		padding: 0 0 40px 0;
		margin: 30px 0;
	}
}

@media (max-width: 575px) {
	.adresse-gallery-masonry {
		column-count: 2;
		column-gap: 12px;
		padding: 0;
	}
}

@media (max-width: 768px) {
	.adresse-hero-image {
		height: 300px;
	}
	
	.adresse-hero-content .adresse-title {
		font-size: 32px;
	}
	
	.adresse-hero-content .adresse-subtitle {
		font-size: 18px;
	}
	
	.adresse-hero-overlay {
		padding: 25px;
	}
	
	.split-main,
	.split-sb {
		padding: 0;
	}
	
	.adresse-content-box,
	.adresse-restrictions,
	.adresse-services {
		padding: 25px;
		margin-bottom: 20px;
	}
	
	.adresse-content-box .content-box-row {
		flex-direction: column;
		gap: 20px;
	}
	
	.adresse-content-box .content-box-right {
		min-width: 100%;
	}
	
	.adresse-content-box .content-section {
		margin-bottom: 20px;
	}
	
	.adresse-content-box .content-section + .content-section {
		padding-top: 20px;
	}
	
	.adresse-content-box .content-section h3 {
		font-size: 20px;
		margin-bottom: 12px;
	}
	
	.adresse-title {
		font-size: 36px;
	}
	
	.adresse-subtitle {
		font-size: 20px;
		margin-bottom: 30px;
	}
	
	.adresse-card {
		padding: 20px;
		margin-bottom: 15px;
	}
	
	.adresse-sidebar-edition-box {
		margin-bottom: 15px;
	}
	
	.gallery-item {
		margin-bottom: 15px;
		border-radius: 12px;
	}
	
	.section-title-center {
		font-size: 24px;
		margin-bottom: 30px;
	}
	
	.adresse-gallery-section {
		padding: 0 0 30px 0;
		margin: 20px 0;
	}
}

@media (max-width: 480px) {
	.adresse-gallery-masonry {
		column-count: 1;
		column-gap: 12px;
		padding: 0;
	}
}

/* =======================================
   ANIMATIONS
   ======================================= */

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.adresse-section,
.adresse-sidebar-card {
	animation: fadeInUp 0.6s ease-out;
}
/* =======================================
   SIDEBAR: 3 ELEGANT BOXES
   ======================================= */

/* BOX 1: PASSEPORT GOURMAND (GREEN) */
.adresse-passport-card {
		background: var(--color-beige);
	border: none;
	box-shadow: 0 4px 20px rgba(195, 230, 203, 0.4);
	transition: all 0.3s ease;
}
.passport-promo{
background-color: var(--color-fresh);
border-radius: 40px;
padding: 7px;
color: #fff;
font-size: 1.1rem;
letter-spacing: normal;
transform: rotate(-3deg);
display: inline-block;
}

.passport-promo.headline{
	position:absolute
}


.passport-clickable {
	cursor: pointer;
}

.passport-clickable:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 30px rgba(195, 230, 203, 0.6);
}

.passport-clickable:active {
	transform: translateY(-2px);
}

.passport-clickable-section {
	display: block;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	transition: opacity 0.3s ease;
}

.passport-clickable-section:hover {
	opacity: 0.8;
}

.passport-clickable-section:visited {
	color: inherit;
}

.adresse-passport.passport-clickable-section {
	text-decoration: none;
	color: inherit;
}

.adresse-passport.passport-clickable-section:hover {
	opacity: 0.9;
}

.adresse-passport-card h3 {
	display: block;
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 20px 0;
	/* text-align: center; */
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(21, 87, 36, 0.2);
	text-transform: uppercase;
	letter-spacing: 2px;
}

.passport-separator {
	border: none;
	border-top: 1px solid rgba(21, 87, 36, 0.2);
	margin: 20px 0;
	width: 100%;
	display: block;
}

.passport-avantages {
	margin: 20px 0;
}

.passport-avantages ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 20px;
}

.passport-avantages li {
	padding: 1px;
	padding-left: 20px;
	position: relative;
	font-size: 14px;
}

.passport-avantages li:before {
	content: "•";
	position: absolute;
	left: 0;
	color: #155724;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
}

.passport-layout {
	display: flex;
	gap: 15px;
	align-items: flex-start;
}

.passport-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.passport-image {
	/* width: 60px; */
	/* flex-shrink: 0; */
	/* border-radius: 10px; */
	/* overflow: hidden; */
	/* background: white; */
	/* float:left; */
	/* margin-right: calc(var(--gut)/2); */
	/* margin-top: -20px; */
}



.passport-label {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: 0.8;
	font-weight: 600;
	display:block;
}

.passport-edition {
	font-size: 20px;
	font-weight: 700;
	/* color: #155724; */
	display: block;
}

.passport-info-line {
	font-size: 14px;
	line-height: 1.4;
}

.passport-nb-adresses,
.passport-zones {
	font-weight: 500;
	color: var(--color-text-light);

}

.passport-separator-info {
	margin: 0 6px;
	color: rgba(21, 87, 36, 0.5);
}

.passport-advantage {
	background: rgba(255, 255, 255, 0.6);
	padding: 15px;
	border-radius: 8px;
	backdrop-filter: blur(10px);
	clear:both;
}

.passport-advantage p {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	color: var(--color-text-dark);
}

.passport-advantage strong {
	font-weight: 700;
	font-size: 18px;
}
.btn.cta.profite {
	width: 80%;
	text-align: center;
	display: inline-block;
	margin: 0% 10%;
}

/* BOX 2: HORAIRES & RÃƒâ€°SERVATIONS */
.adresse-schedule-card {
	background: white;
}

.adresse-schedule-card h3 {
	margin-bottom: 20px;
}

.reservation-section {
	/* margin-top: 20px; */
	/* padding-top: 20px; */
}

.ouverture-info {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.ouverture-info-text {
	font-size: 12px;
	color: #888;
	line-height: 1.5;
	margin: 0;
	font-style: italic;
	text-align: center;
}

.ouverture-info-text .separator {
	color: #bbb;
}

.reservation-text {
	font-size: 14px;
	color: #666;
	margin: 0 0 15px 0;
	text-align: center;
}

.reservation-cta-btn {
	display: block;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 60%;
	padding: 10px 20px;
	background: #1877F2;
	color: white;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(24, 119, 242, 0.2);
	margin: auto;
	text-align: center;
}

.reservation-cta-btn:hover {
	background: #0d66d0;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(24, 119, 242, 0.3);
}

.reservation-cta-btn .phone-icon {
	width: 14px;
	height: 14px;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	display: inline-block;
}

.reservation-cta-btn .phone-icon svg {
	width: 100%;
	height: 100%;
}

.reservation-cta-btn .phone-icon svg path {
	stroke: white !important;
	fill: none !important;
	stroke-width: 2.5px !important;
}

/* BOX 3: NOUS CONTACTER */
.adresse-contact-card {
	background: white;
}

.adresse-contact-card h3 {
	margin-bottom: 25px;
}

.contact-item {
	margin-bottom: 20px;
}

.contact-item:last-of-type {
	margin-bottom: 0;
}

.contact-item label {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #999;
	margin-bottom: 8px;
	font-weight: 600;
}

.contact-data p {
	margin: 0;
	font-size: 15px;
	color: #333;
	line-height: 1.6;
}

.contact-data a {
	color: #1877F2;
	text-decoration: none;
	transition: color 0.3s ease;
}

.contact-data a:hover {
	color: #0d66d0;
	text-decoration: underline;
}

/* Social section inside contact card */
.contact-social-section {
	margin-top: 20px;
	padding-top: 20px;
}

.contact-social-section label {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #999;
	margin-bottom: 15px;
	font-weight: 600;
}

/* BOX 4: GOOGLE REVIEWS */
.adresse-reviews-card {
	background: white;
}

.reviews-header {
	margin-bottom: 20px;
}

.reviews-title {
	font-size: 24px;
	font-weight: 700;
	color: #000;
	margin: 0 0 4px 0;
	line-height: 1.2;
}

.reviews-subtitle {
	font-size: 14px;
	color: #6b7280;
	margin: 0;
	font-weight: normal;
}

.reviews-content {
	/* margin-bottom: 15px; */
}

.reviews-rating {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.reviews-note-value {
	font-size: 48px;
	font-weight: 700;
	color: #000;
	line-height: 1;
	flex-shrink: 0;
}

.reviews-stars-group {
	display: flex;
	flex-direction: column;
	gap: 6px;
	flex: 1;
}

.reviews-stars {
	display: flex;
	gap: 2px;
	font-size: 20px;
	line-height: 1;
}

.reviews-stars .star {
	color: #fbbf24;
	font-size: 20px;
	line-height: 1;
}

.reviews-stars .star.star-empty {
	color: #e5e7eb;
}

.reviews-stars .star.star-partial {
	position: relative;
	color: #e5e7eb;
	display: inline-block;
}

.reviews-stars .star.star-partial .star-partial-fill {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fbbf24;
	z-index: 1;
}

.reviews-footer {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 2px;
	flex-wrap: wrap;
}

.reviews-count {
	font-size: 13px;
	color: #9ca3af;
	margin: 0;
}

.reviews-google-link-wrapper {
	display: flex;
	align-items: center;
	gap: 6px;
}

.reviews-link {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #6b7280;
	margin: 0;
	text-decoration: none;
	font-size: 13px;
	transition: color 0.3s ease;
}

.reviews-link:hover {
	color: #4285F4;
}

.google-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.google-logo svg {
	width: 100%;
	height: 100%;
	display: block;
}

.reviews-link-text {
	color: inherit;
}

.reviews-google-logo {
	display: flex;
	align-items: center;
	opacity: 0.4;
	transition: opacity 0.3s ease;
	flex-shrink: 0;
}

.reviews-google-link-wrapper:hover .reviews-google-logo {
	opacity: 0.6;
}

.reviews-google-logo svg {
	width: 18px;
	height: auto;
	display: block;
}