/* ============================================
   PRIVACY POLICY PAGE SPECIFIC STYLES
   ============================================ */

/* More Info Buttons */
.more-info-button {
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 0px;
	line-height: normal;
	color: #000;
	border-radius: 30px;
	width: 239.428px;
	height: 50px;
	float: right;
}

.more-info-center {
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 0px;
	line-height: normal;
	color: #000;
	border-radius: 30px;
	width: 239.428px;
	height: 50px;
	border-color: #ffd403 !important;
	background-color: #ffd403!important;
}

.more-info-button-right {
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 0px;
	line-height: normal;
	color: #fff;
	border-radius: 30px;
	width: 239.428px;
	height: 50px;
	border-color: rgb(45, 62, 80) !important;
	background-color: rgb(45, 62, 80) !important;
}

.accueil-3-image {
	filter: grayscale(100%);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px 0px;
	border-radius: 25px;
	width: 542.11px;
	height: 496px;
}

@media (min-width: 1024px) {
	.title-nowrap {
		white-space: nowrap;
	}
	.text-zone-container {
		padding-left: 0 !important;
		margin-left: -80px !important;
	}
	.text-content-wrapper {
		max-width: none !important;
		width: 120% !important;
	}
	.image-zone-container {
		padding-right: 8px !important;
	}
}

@media screen and (min-width: 1024px) {
	.X_s {
		margin-left: -10px !important;
	}
}

@media screen and (min-width: 1624px) {
	.X_s {
		margin-left: -150px !important;
	}
}

.text-column-left {
	margin-left: 0 !important;
	margin-right: auto !important;
}

.text-content-wrapper-left {
	display: block;
	margin-left: 0 !important;
	margin-right: auto !important;
	width: fit-content;
}

.text-align-left {
	text-align: left !important;
}

/* Mobile responsive styles for privacy policy top section */
@media (min-width: 1024px) and (max-width: 1125px) {
	.privacy-policy-top-section {
		margin-left: 50px !important;
		justify-content: center !important;
	}
	.privacy-policy-text-col {
		max-width: 500px !important;
		width: 50% !important;
		padding-left: 1.5rem !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.privacy-policy-image-col {
		width: 50% !important;
		margin-top: 0 !important;
	}
	.privacy-policy-image-wrapper {
		justify-content: flex-end !important;
		direction: rtl !important;
	}
	.privacy-policy-image-container {
		width: auto !important;
		max-width: none !important;
		display: block !important;
	}
	.privacy-policy-image {
		width: 250px !important;
		max-width: 250px !important;
	}
}

@media (max-width: 1023px) {
	#about {
		padding-top: 5rem !important;
		min-height: auto !important;
	}
	.privacy-policy-top-section {
		margin-left: 0 !important;
		justify-content: flex-start !important;
		margin-top: 0 !important;
	}
	.privacy-policy-text-col {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 1rem !important;
		max-width: 100% !important;
		width: 100% !important;
	}
	.privacy-policy-image-col {
		margin-top: 1rem !important;
	}
	.privacy-policy-image-wrapper {
		justify-content: center !important;
		direction: ltr !important;
	}
	.privacy-policy-image-container {
		width: 100% !important;
		max-width: 100% !important;
		display: flex !important;
		justify-content: center !important;
	}
	.privacy-policy-image {
		width: 100% !important;
		max-width: 300px !important;
		height: auto !important;
	}
	.privacy-policy-title-h2 {
		font-size: 36px !important;
	}
}

@media (max-width: 767px) {
	.privacy-policy-title-h2 {
		font-size: 32px !important;
		margin-bottom: 1rem !important;
	}
	.privacy-policy-image {
		max-width: 250px !important;
	}
}

@media (max-width: 480px) {
	.privacy-policy-title-h2 {
		font-size: 28px !important;
		margin-bottom: 0.75rem !important;
	}
	.privacy-policy-image {
		max-width: 200px !important;
	}
}

.image-column-right {
	margin-left: auto !important;
	margin-right: 0 !important;
}

.image-flex-right {
	justify-content: flex-end !important;
	margin-left: auto !important;
	margin-right: 0 !important;
}

.image-container-right {
	max-width: 630px;
	margin-left: auto !important;
	margin-right: 0 !important;
}

.accueil-3-image-size {
	width: 524.12px;
	height: 496.01px;
}

.h2-custom-style {
	font-style: normal;
	font-weight: 600;
	font-size: 48.83px;
	letter-spacing: -0.8545px;
	line-height: 1.2;
	text-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
	font-variation-settings: normal;
	color: rgb(0, 0, 0);
	--letter-spacing: -0.8545px;
}

/* Animations hover pour tous les boutons */
.btn-jack {
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
}

.btn-jack::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	transform: translate(-50%, -50%);
	transition: width 0.6s, height 0.6s;
}

.btn-jack:hover {
	transform: translateY(-2px) scale(1.05);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.btn-jack:hover::before {
	width: 300px;
	height: 300px;
}

.btn-jack:active {
	transform: translateY(0) scale(0.98);
}

.more-info-button {
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
}

.more-info-button::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
	transition: left 0.5s;
}

.more-info-button:hover {
	transform: translateY(-2px) scale(1.05);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
	background-color: rgba(255, 212, 3, 0.9) !important;
}

.more-info-button:hover::before {
	left: 100%;
}

.more-info-button:active {
	transform: translateY(0) scale(0.98);
}

.more-info-button-right {
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
}

.more-info-button-right::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transition: left 0.5s;
}

.more-info-button-right:hover {
	transform: translateY(-2px) scale(1.05);
	box-shadow: 0 8px 20px rgba(45, 62, 80, 0.4);
	background-color: rgba(45, 62, 80, 0.9) !important;
	border-color: rgba(255, 212, 3, 0.8) !important;
}

.more-info-button-right:hover::before {
	left: 100%;
}

.more-info-button-right:active {
	transform: translateY(0) scale(0.98);
}

.more-info-center {
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
}

.more-info-center::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.1);
	transform: translate(-50%, -50%);
	transition: width 0.6s, height 0.6s;
}

.more-info-center:hover {
	transform: translateY(-2px) scale(1.05);
	box-shadow: 0 10px 30px rgba(255, 212, 3, 0.5);
	background-color: #ffd403 !important;
	border-color: #ffd403 !important;
}

.more-info-center:hover::before {
	width: 300px;
	height: 300px;
}

.more-info-center:active {
	transform: translateY(0) scale(0.98);
}

/* Élargir la zone de texte et ajuster l'image */
.text-column-left {
	width: 60%; /* élargie par rapport à l'image */
}

.image-column-left {
	width: 40%; /* reste plus petite que le texte */
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

/* Responsive : sur écrans moyens et petits, tout en full width */
@media (max-width: 1024px) {
	.text-column-left,
	.image-column-left {
		width: 100% !important;
		text-align: center;
	}
	.image-column-left {
		margin-top: 40px;
	}
}

/* Optionnel : ajustement de l'image */
.accueil-3-image-size {
	max-width: 100%;
	height: auto;
}

/* Styles pour le design de carte */
.blue-card-content {
	transition: transform 0.3s ease;
}

/* Responsive pour les cartes */
@media (max-width: 1024px) {
	.blue-card-content {
		transform: translate(0, 0) !important;
		max-width: 100% !important;
		padding: 40px 30px !important;
	}

	.white-card-background {
		display: none;
	}

	.blue-card-content h2 {
		font-size: 32px !important;
	}

	.blue-card-content p {
		font-size: 16px !important;
	}

	.blue-card-content h3 {
		font-size: 18px !important;
	}
}

@media (max-width: 768px) {
	.blue-card-content {
		padding: 30px 20px !important;
		border-radius: 30px !important;
	}

	.blue-card-content h2 {
		font-size: 28px !important;
	}

	.blue-card-content p {
		font-size: 14px !important;
	}

	.blue-card-content h3 {
		font-size: 16px !important;
	}
}

/* Styles responsive pour la section Add ons */
.add-ons-container {
	display: flex;
	align-items: flex-start;
	margin-top: 5rem;
	margin-bottom: 5rem;
	gap: 2rem;
}

.add-ons-text {
	width: 400px;
	flex-shrink: 0;
}

.add-ons-cards-wrapper {
	flex: 1;
	display: flex;
	align-items: flex-start;
}

.add-ons-cards {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

.add-ons-card {
	width: 190px;
	height: 195px;
	background-color: #e5e5e5;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	padding: 20px;
	box-sizing: border-box;
}

.add-ons-card p {
	font-size: 25px;
	margin: 0;
}

/* Responsive pour tablettes et mobiles */
@media (max-width: 1024px) {
	.add-ons-container {
		flex-direction: column;
	}

	.add-ons-text {
		width: 100%;
	}

	.add-ons-cards-wrapper {
		width: 100%;
	}

	.add-ons-cards {
		justify-content: flex-start;
	}
}

@media (max-width: 768px) {
	.add-ons-cards {
		justify-content: center;
	}

	.add-ons-card {
		width: calc(50% - 0.5rem);
		max-width: 255px;
	}
}

@media (max-width: 480px) {
	.add-ons-card {
		width: 100%;
		max-width: 255px;
	}
}

/* Note: Footer bottom styles are in common.css */
/* Note: Contact form styles are in common.css */
/* Note: Other shared styles are in common.css */

/* Logo mobile size - 150px */
@media screen and (max-width: 768px) {
	.logo-mobile-150 {
		max-width: 150px !important;
		width: 150px !important;
	}
	
	.logo-mobile-container {
		width: 120px !important;
		max-width: 120px !important;
	}
	
	.logo-mobile-150 .header-logo,
	.logo-mobile-150 img {
		max-width: 100% !important;
		height: auto !important;
	}
}

