.site-header {
	position: sticky !important;
	top: 0 !important;
	z-index: 9999 !important;
	background: rgba(255, 255, 255, 0.8) !important;
}

.offer-container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 20px;
	font-family: Arial, sans-serif;
	margin-bottom: 40px;
}

.offer-box {
	background: #0458a8;
	border-radius: 16px;
	padding: 24px;
	flex: 1;
	color: #ffffff;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	transition: transform 0.3s, box-shadow .3s;
	border: 2px solid transparent;
}

.offer-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0,0,0,0.2);
	border-color: #ffba07;
}

.offer-title {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 8px;
}

.offer-price {
	font-size: 28px;
	font-weight: bold;
	color: #ffba07;
	text-align: center;
	margin-bottom: 8px;
}

.offer-subtitle {
	font-style: italic;
	text-align: center;
	margin-bottom: 16px;
}

.offer-section-title {
	font-weight: bold;
	color: #ffffff;
	margin-top: 16px;
	margin-bottom: 6px;
}

.offer-list {
	list-style: none;
	padding-left: 0;
}

.offer-list li::before {
	content: "✓ ";
	color: #ffba07;
	font-weight: bold;
}

.offer-list li {
	margin-bottom: 8px;
	color: #ffffff;
}

/* Responsive fallback for mobile */
@media (max-width: 960px) {
	.offer-container {
		flex-wrap: wrap;
	}
	
	.offer-box {
		width: 100%;
	}
}

.wp-whatsapp-button {
	display: inline-block;
	background-color: #25D366;
	color: #fff;
	padding: 14px 24px;
	border-radius: 999px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	transition: all .3s ease;
	font-family: inherit;
}

.wp-whatsapp-button:hover {
	background-color: #1ebe5d;
	box-shadow: 0 6px 14px rgba(0,0,0,0.15);
	transform: translateY(-2px);
}

@media (max-width: 768px) {
	.texte-large-mobile {
		position: relative;
		width: 100vw !important;
		max-width: 100vw !important;
		margin-left: calc(-50vw + 50%) !important;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}
	
	.texte-large-mobile > * {
		max-width: 100% !important;
	}
	
	.texte-large-mobile p,
				  .texte-large-mobile h2,
				  .texte-large-mobile h3 {
		font-size: 17px;
		line-height: 1.6;
		margin-left: 0;
		margin-right: 0;
	}
}

.btn-whatsapp-centre {
	text-align: center;
	margin: 30px 0;
}

.btn-whatsapp {
	background-color: #25D366;
	color: white;
	padding: 14px 30px;
	font-size: 18px;
	text-decoration: none;
	border-radius: 8px;
	font-weight: bold;
	display: inline-block;
}

.whatsapp-float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 20px;
	right: 20px;
	background-color: #25D366;
	color: white;
	border-radius: 50%;
	text-align: center;
	box-shadow: 0 4px 6px rgba(0,0,0,0.3);
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.whatsapp-float:hover {
	background-color: #1ebe5d;
}

.avis-google-wrapper {
	text-align: center;
	margin: 40px 0;
}

.avis-google-lien {
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	transition: transform .2s ease;
}

.avis-google-lien:hover {
	transform: scale(1.03);
}

.etoiles-google {
	font-size: 38px;
	color: #ffc107;
/* jaune bouton Google */
	letter-spacing: 4px;
	margin-bottom: 8px;
	transition: color .3s ease;
}

.avis-google-lien:hover .etoiles-google {
	color: #ff9900;
/* jaune plus chaud au survol */
}

.texte-avis {
	font-size: 16px;
	color: #333;
	font-weight: 500;
}