/* ============================================
   INDEX 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;
}

.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);
}

/* ============================================
   Hero Background Section
   ============================================ */

/* Grayscale background image */
.hero-bg-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('assets/images/baner_heroo.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
}

/* CTA pill buttons styled to match the provided mock */
.cta-pill {
	box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px 0px;
	background-color: rgba(255, 212, 1, 0.9);
	border: 3px solid #ffd403;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	width: 490px;
	min-height: 50px;
	padding: 14px 22px;
	font-weight: 800;
	font-size: 14px;
	letter-spacing: 0px;
	text-shadow: #ffd403 0px 4px 6.2px;
	font-variation-settings: normal;
	color: #000000;
	display: inline-block;
	position: relative;
	transition: width 220ms ease, background-color 180ms ease, color 180ms ease;
	white-space: nowrap;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	text-decoration: none;
	overflow: visible;
	box-sizing: border-box;
	line-height: 1.2;
	vertical-align: top;
}

.cta-pill:hover {
	background-color: #ffffff;
	border-color: #ffd403;
	color: #000000;
	text-shadow: #ffd403 0px 4px 6.2px;
	width: 750px;
}

/* inner labels for default vs hover */
.cta-pill .label-hover {
	display: none;
	pointer-events: none;
	position: relative;
	z-index: 2;
}

.cta-pill .label-default {
	display: inline-block;
	pointer-events: none;
	position: relative;
	z-index: 2;
}

.cta-pill:hover .label-default {
	display: none;
}

.cta-pill:hover .label-hover {
	display: inline-block;
}

.cta-pill * {
	pointer-events: none;
}

/* Responsive font size for >=1027px */
@media (min-width: 1027px) {
	.cta-pill { 
		font-size: 24px; 
	}
}

/* Position container pour alignement à gauche sur grands écrans */
.cta-left-container {
	position: absolute;
	left: 16px;
	z-index: 10;
}

@media (min-width: 1320px) {
	.cta-left-container {
		left: calc((100vw - 1320px) / 2);
	}
}

@media (min-width: 1140px) and (max-width: 1319px) {
	.cta-left-container {
		left: calc((100vw - 1140px) / 2);
	}
}

@media (min-width: 960px) and (max-width: 1139px) {
	.cta-left-container {
		left: calc((100vw - 960px) / 2);
	}
}

@media (min-width: 720px) and (max-width: 959px) {
	.cta-left-container {
		left: calc((100vw - 720px) / 2);
	}
}

@media (min-width: 540px) and (max-width: 719px) {
	.cta-left-container {
		left: calc((100vw - 540px) / 2);
	}
}

/* Position container pour image triangle - reste dans les limites du conteneur */
.triangle-image-container {
	position: absolute;
	bottom: 0;
	left: 16px;
	margin-left: -100px !important;
}

@media (min-width: 1320px) {
	.triangle-image-container {
		left: calc((100vw - 1320px) / 2);
	}
}

@media (min-width: 1140px) and (max-width: 1319px) {
	.triangle-image-container {
		left: calc((100vw - 1140px) / 2);
	}
}

@media (min-width: 960px) and (max-width: 1139px) {
	.triangle-image-container {
		left: calc((100vw - 960px) / 2);
	}
}

@media (min-width: 720px) and (max-width: 959px) {
	.triangle-image-container {
		left: calc((100vw - 720px) / 2);
	}
}

@media (min-width: 540px) and (max-width: 719px) {
	.triangle-image-container {
		left: calc((100vw - 540px) / 2);
	}
}

/* Position container pour image triangle-down - reste dans les limites du conteneur à droite */
.triangle-down-container {
	position: absolute;
	top: 0;
	right: 16px;
	z-index: 1;
}

@media (min-width: 1320px) {
	.triangle-down-container {
		right: calc((100vw - 1320px) / 2);
		margin-right: -150px;
	}
}

@media (min-width: 1140px) and (max-width: 1319px) {
	.triangle-down-container {
		right: calc((100vw - 1140px) / 2);
	}
}

@media (min-width: 960px) and (max-width: 1139px) {
	.triangle-down-container {
		right: calc((100vw - 960px) / 2);
	}
}

@media (min-width: 720px) and (max-width: 959px) {
	.triangle-down-container {
		right: calc((100vw - 720px) / 2);
	}
}

@media (min-width: 540px) and (max-width: 719px) {
	.triangle-down-container {
		right: calc((100vw - 540px) / 2);
	}
}

/* Réduire la taille sur mobile et tablette */
@media screen and (max-width: 1024px) {
	.triangle-down-container {
		right: 0 !important;
		width: 120px !important;
		height: auto !important;
	}
	.triangle-down-container img {
		width: 100% !important;
		height: auto !important;
		max-width: 120px !important;
	}
}

@media screen and (max-width: 768px) {
	.triangle-down-container {
		width: 280px !important;
	}
	.triangle-down-container img {
		max-width: 380px !important;
	}
}

/* Réduire la taille des boutons pill sur tablettes */
@media screen and (max-width: 1026px) and (min-width: 768px) {
	.cta-pill {
		width: 380px !important;
		font-size: 18px !important;
		padding: 12px 18px !important;
	}
	
	.cta-pill:hover {
		width: 520px !important;
	}
}

/* Réduire la taille des boutons pill sur mobile */
@media screen and (max-width: 768px) {
	.hero-bg-section {
		min-height: 450px !important;
	}
	
	.cta-pill {
		width: 320px !important;
	}
	
	.cta-pill:hover {
		width: 440px !important;
	}
}

/* Réduire encore plus sur très petits écrans */
@media screen and (max-width: 480px) {
	.hero-bg-section {
		min-height: 400px !important;
	}
	
	.cta-pill {
		width: 280px !important;
	}
	
	.cta-pill:hover {
		width: 380px !important;
	}
}

/* ============================================
   Text Column Left & Image Column Left
   ============================================ */

/* É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: center;
}

/* 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;
}

/* ============================================
   Accordion Slider Horizontal
   ============================================ */

.horizontal-accordion {
	display: flex;
	width: 100%;
	min-height: 600px;
	gap: 0;
	overflow: hidden;
	position: relative;
}

.accordion-panel {
	flex: 1;
	position: relative;
	overflow: hidden;
	transition: flex 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	cursor: pointer;
	min-width: 200px;
}

.accordion-panel:hover {
	flex: 2.5;
}

.accordion-panel:not(:hover) {
	flex: 1;
}

.accordion-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 40px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
	transform: translateX(-20px);
	transition: opacity 0.4s ease 0.2s, transform 0.4s ease 0.2s;
	pointer-events: none;
}

.accordion-panel:hover .accordion-content {
	opacity: 1;
	transform: translateX(0);
	pointer-events: auto;
}

.accordion-title {
	position: absolute;
	bottom: 40px;
	left: 30px;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	transform: rotate(180deg);
	font-size: 24px;
	font-weight: 700;
	white-space: nowrap;
	transition: opacity 0.3s ease;
	z-index: 2;
}

.accordion-panel:hover .accordion-title {
	opacity: 0;
}

.accordion-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(0%) brightness(1);
	transition: filter 0.4s ease, transform 0.6s ease;
	transform: scale(1.1);
}

.accordion-panel:hover .accordion-image {
	filter: grayscale(100%) brightness(0.8);
	transform: scale(1);
}

.accordion-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.6) 100%);
	transition: background 0.4s ease;
}

.accordion-panel:hover .accordion-overlay {
	background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
}

/* Panel 1 - Website */
.accordion-panel-1 {
	background-color: #f9f9f9;
}

/* Panel 2 - Ads */
.accordion-panel-2 {
	background-color: rgb(67, 69, 71);
}

/* Panel 3 - CRM */
.accordion-panel-3 {
	background-color: #f9f9f9;
}

.accordion-content h2,
.accordion-content h3,
.accordion-content h1 {
	color: #fff !important;
}

.accordion-content p {
	color: #fff !important;
	margin-bottom: 1.5rem;
}

.accordion-title {
	color: #fff !important;
}

/* Responsive */
@media (max-width: 1024px) {
	.horizontal-accordion {
		flex-direction: column;
		min-height: auto;
	}

	.accordion-panel {
		flex: 1;
		min-height: 400px;
	}

	.accordion-panel:hover {
		flex: 1;
	}

	.accordion-title {
		writing-mode: horizontal-tb;
		transform: none;
		position: relative;
		bottom: auto;
		left: auto;
		padding: 20px;
	}

	.accordion-content {
		position: relative;
		opacity: 1;
		transform: none;
		padding: 30px 20px;
	}

	.accordion-panel:hover .accordion-content {
		opacity: 1;
		transform: none;
	}
}

/* Responsive pour les titres et textes de l'accordion */
@media screen and (max-width: 1024px) {
	/* Titres h1 avec font-size: 48.83px */
	.accordion-content h1[style*="font-size: 48.83px"] {
		font-size: clamp(28px, 5vw, 48.83px) !important;
	}
	
	/* Titres h2 avec font-size: 48.83px */
	.accordion-content h2[style*="font-size: 48.83px"],
	.accordion-content h2.h2-custom-style {
		font-size: clamp(28px, 5vw, 48.83px) !important;
	}
	
	/* Titres h2 et h3 avec font-size: 39.06px */
	.accordion-content h2[style*="font-size: 39.06px"],
	.accordion-content h3[style*="font-size: 39.06px"] {
		font-size: clamp(24px, 4vw, 39.06px) !important;
	}
	
	/* Paragraphes */
	.accordion-content p {
		font-size: clamp(15px, 2.2vw, 16px) !important;
	}
	
	/* Titre accordion */
	.accordion-title {
		font-size: clamp(18px, 3vw, 24px) !important;
	}
}

@media screen and (max-width: 768px) {
	/* Titres h1 avec font-size: 48.83px */
	.accordion-content h1[style*="font-size: 48.83px"] {
		font-size: clamp(24px, 6vw, 48.83px) !important;
	}
	
	/* Titres h2 avec font-size: 48.83px */
	.accordion-content h2[style*="font-size: 48.83px"],
	.accordion-content h2.h2-custom-style {
		font-size: clamp(24px, 6vw, 48.83px) !important;
	}
	
	/* Titres h2 et h3 avec font-size: 39.06px */
	.accordion-content h2[style*="font-size: 39.06px"],
	.accordion-content h3[style*="font-size: 39.06px"] {
		font-size: clamp(20px, 4.5vw, 39.06px) !important;
	}
	
	/* Paragraphes */
	.accordion-content p {
		font-size: clamp(14px, 2.8vw, 16px) !important;
	}
	
	/* Titre accordion */
	.accordion-title {
		font-size: clamp(16px, 3.5vw, 24px) !important;
	}
	
	/* Padding réduit */
	.accordion-content {
		padding: 25px 20px !important;
	}
}

@media screen and (max-width: 480px) {
	/* Titres h1 avec font-size: 48.83px */
	.accordion-content h1[style*="font-size: 48.83px"] {
		font-size: clamp(20px, 7vw, 48.83px) !important;
	}
	
	/* Titres h2 avec font-size: 48.83px */
	.accordion-content h2[style*="font-size: 48.83px"],
	.accordion-content h2.h2-custom-style {
		font-size: clamp(20px, 7vw, 48.83px) !important;
	}
	
	/* Titres h2 et h3 avec font-size: 39.06px */
	.accordion-content h2[style*="font-size: 39.06px"],
	.accordion-content h3[style*="font-size: 39.06px"] {
		font-size: clamp(18px, 5vw, 39.06px) !important;
	}
	
	/* Paragraphes */
	.accordion-content p {
		font-size: clamp(13px, 3.2vw, 16px) !important;
	}
	
	/* Titre accordion */
	.accordion-title {
		font-size: clamp(14px, 4vw, 24px) !important;
	}
	
	/* Padding réduit */
	.accordion-content {
		padding: 20px 15px !important;
	}
	
	/* Boutons dans l'accordion - réduire taille */
	.accordion-content .more-info-button,
	.accordion-content .more-info-button-right {
		font-size: clamp(12px, 2.5vw, 20px) !important;
		padding: 8px 16px !important;
		height: 40px !important;
		width: 100% !important;
		max-width: 200px !important;
	}
}

@media screen and (max-width: 768px) {
	/* Boutons dans l'accordion - réduire taille sur mobile */
	.accordion-content .more-info-button,
	.accordion-content .more-info-button-right {
		font-size: clamp(11px, 2.8vw, 20px) !important;
		padding: 7px 14px !important;
		height: 38px !important;
		width: 100% !important;
		max-width: 180px !important;
	}
}

@media screen and (max-width: 480px) {
	/* Boutons dans l'accordion - réduire taille sur très petits écrans */
	.accordion-content .more-info-button,
	.accordion-content .more-info-button-right {
		font-size: clamp(10px, 3vw, 20px) !important;
		padding: 6px 12px !important;
		height: 36px !important;
		width: 100% !important;
		max-width: 160px !important;
	}
}

/* ============================================
   Hero Background 2 Section & Dynamic Content
   ============================================ */

/* Grayscale background image */
.hero-bg2-section {
	background-image: url('assets/images/backround 1.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* Ultra Modern Design */
.dynamic-content-section {
	min-height: 500px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	padding: 2rem 1rem;
	padding-top: 2rem;
}

.content-card {
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	border-radius: 40px;
	padding: 3.5rem;
	max-width: 971px;
	width: 100%;
	margin: 0 auto;
	box-shadow: 0 25px 80px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.1);
	position: relative;
	overflow: hidden;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.content-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 5px;
	background: linear-gradient(90deg, #ffd403 0%, #ffd403 50%, #ffd403 100%);
	background-size: 200% 100%;
	animation: shimmer 3s infinite;
}

@keyframes shimmer {
	0% { background-position: -200% 0; }
	100% { background-position: 200% 0; }
}

.content-title {
	font-size: clamp(28px, 5vw, 42px);
	font-weight: 800;
	color: #fff;
	margin-bottom: 1.5rem;
	line-height: 1.2;
	font-family: sans-serif;
	letter-spacing: -0.02em;
	transition: all 0.4s ease;
}

.content-subtitle {
	font-size: clamp(20px, 3.5vw, 28px);
	font-weight: 700;
	color: #fff;
	margin-bottom: 2rem;
	font-family: sans-serif;
	transition: all 0.4s ease;
}

.content-text {
	font-size: clamp(15px, 2vw, 18px);
	color: #fff;
	line-height: 1.9;
	margin-bottom: 1.25rem;
	font-family: sans-serif;
	transition: all 0.4s ease;
	opacity: 0.95;
}

.content-item {
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.content-item.active {
	opacity: 1;
	transform: translateY(0);
}

.tags-container {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 2.5rem;
	padding-top: 2.5rem;
	border-top: 2px solid rgba(255, 255, 255, 0.1);
}

.tag-button {
	background: rgba(255, 255, 255, 0.1);
	padding: 0.75rem 1.75rem;
	border-radius: 100px;
	font-size: 0.875rem;
	color: #fff;
	font-weight: 600;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	cursor: pointer;
	border: 2px solid transparent;
	font-family: sans-serif;
	position: relative;
	overflow: hidden;
	letter-spacing: 0.01em;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.tag-button::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 212, 3, 0.3), transparent);
	transition: left 0.5s;
}

.tag-button:hover::before {
	left: 100%;
}

.tag-button:hover {
	background: rgba(255, 212, 3, 0.25);
	color: #000;
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(255, 212, 3, 0.3);
}

.tag-button.active {
	background: #ffd403;
	color: #000;
	border-color: #ffd403;
	box-shadow: 0 8px 25px rgba(255, 212, 3, 0.4);
	transform: translateY(-3px);
	font-weight: 700;
}

@media (max-width: 767px) {
	.content-card {
		padding: 2.5rem 1.75rem;
		margin: 1rem;
		border-radius: 32px;
	}

	.tags-container {
		gap: 0.75rem;
		margin-top: 2rem;
		padding-top: 2rem;
	}

	.tag-button {
		font-size: 0.75rem;
		padding: 0.6rem 1.25rem;
	}

	.content-title {
		margin-bottom: 1rem;
	}

	.content-subtitle {
		margin-bottom: 1.5rem;
	}
}

@media (max-width: 480px) {
	.content-card {
		padding: 2rem 1.5rem;
	}

	.tags-container {
		flex-direction: column;
	}

	.tag-button {
		width: 100%;
		text-align: center;
	}
}

/* ============================================
   Contact Form Styles
   ============================================ */

.contact-form input,
.contact-form textarea {
	padding-left: 20px !important;
}

.contact-form input {
	width: 100% !important;
	min-width: 100% !important;
}

/* Augmenter la largeur des conteneurs d'inputs, mais pas celui du textarea */
.contact-form .flex.gap-4 > .flex-1:not(:has(textarea)) {
	flex: 1.2 1 0% !important;
}

/* Alternative pour les navigateurs qui ne supportent pas :has() */
.contact-form .flex.gap-4.mb-4 > .flex-1 {
	flex: 1.2 1 0% !important;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
	color: #000 !important;
	font-size: calc(1rem + 3px) !important;
}

@media (max-width: 1140px) {
	.contact-section {
		flex-direction: column !important;
		align-items: center !important;
	}
	.contact-section .contact-form {
		margin-left: 0 !important;
	}
	.contact-section .ud-contact-title {
		text-align: center;
		margin-bottom: 20px;
	}
	.gap-jack{
		gap: 30px;
	}
}

@media (min-width: 1140px) {
	.gap-jack{
		gap: 150px;
	}
}

/* ============================================
   Responsive pour "What's different?" section
   ============================================ */

@media screen and (max-width: 1024px) {
	/* Titre "What's different?" */
	section[style*="background-color: #000"] h2 span[style*="font-size: 48.83px"],
	section[style*="background-color: #000"] span[style*="font-size: 48.83px"] {
		font-size: clamp(32px, 5vw, 48.83px) !important;
	}

	/* Paragraphe plan-text2 */
	section[style*="background-color: #000"] .plan-text2 {
		font-size: clamp(18px, 3vw, 25px) !important;
	}
}

/* Styles spécifiques pour tablettes */
@media screen and (min-width: 769px) and (max-width: 1024px) {
	/* Titre "What's different?" sur tablettes */
	section[style*="background-color: #000"] h2 span[style*="font-size: 48.83px"],
	section[style*="background-color: #000"] span[style*="font-size: 48.83px"] {
		font-size: clamp(28px, 4.5vw, 48.83px) !important;
	}

	/* Paragraphe plan-text2 sur tablettes - corriger width et transform */
	section[style*="background-color: #000"] .plan-text2 {
		font-size: clamp(18px, 2.8vw, 25px) !important;
		width: 100% !important;
		max-width: 100% !important;
		transform: none !important;
	}

	/* Ajuster le max-width sur tablettes */
	section[style*="background-color: #000"] .max-w-\[570px\] {
		max-width: 90% !important;
		padding: 0 1rem;
	}
	
	/* Réduire la taille du bouton "about us" sur tablettes */
	section[style*="background-color: #000"] .more-info-center {
		font-size: clamp(13px, 2.2vw, 16px) !important;
		padding: 11px 22px !important;
		width: auto !important;
		max-width: 200px !important;
	}
}

/* Corriger width et transform pour plan-text2 sur toutes les tablettes */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.plan-text2 {
		width: 100% !important;
		max-width: 100% !important;
		transform: none !important;
	}

	.plan-text {
		width: 100% !important;
		max-width: 100% !important;
		transform: none !important;
	}
}

@media screen and (max-width: 768px) {
	/* Titre "What's different?" */
	section[style*="background-color: #000"] h2 span[style*="font-size: 48.83px"],
	section[style*="background-color: #000"] span[style*="font-size: 48.83px"] {
		font-size: clamp(24px, 6vw, 48.83px) !important;
	}

	/* Paragraphe plan-text2 */
	section[style*="background-color: #000"] .plan-text2 {
		font-size: clamp(16px, 3.5vw, 25px) !important;
	}

	/* Ajuster le max-width sur mobile */
	section[style*="background-color: #000"] .max-w-\[570px\] {
		max-width: 100% !important;
		padding: 0 1rem;
	}
	
	/* Réduire la taille du bouton "about us" sur mobile */
	section[style*="background-color: #000"] .more-info-center {
		font-size: 15px !important;
		max-width: 150px !important;
	}
}

@media screen and (max-width: 480px) {
	/* Titre "What's different?" */
	section[style*="background-color: #000"] h2 span[style*="font-size: 48.83px"],
	section[style*="background-color: #000"] span[style*="font-size: 48.83px"] {
		font-size: clamp(20px, 7vw, 48.83px) !important;
	}

	/* Paragraphe plan-text2 */
	section[style*="background-color: #000"] .plan-text2 {
		font-size: clamp(14px, 4vw, 25px) !important;
	}
	
	/* Réduire encore plus la taille du bouton "about us" sur très petits écrans */
	section[style*="background-color: #000"] .more-info-center {
		font-size: clamp(11px, 3vw, 16px) !important;
		width: auto !important;
		max-width: 180px !important;
	}
}

/* ============================================
   Responsive pour la section "You need strategy"
   ============================================ */

/* Tablettes et iPad Pro - 2 cartes par ligne */
@media screen and (min-width: 769px) and (max-width: 1366px) {
	/* Afficher les cartes 2 par 2 sur tablettes et iPad Pro - FORCER */
	section[style*="background-color: rgb(45, 62, 80)"] .flex.flex-wrap > div.px-4 {
		width: 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}

	/* Surcharger les classes Tailwind md:w-1/2 et lg:w-1/3 */
	section[style*="background-color: rgb(45, 62, 80)"] .flex.flex-wrap > div[class*="md:w-1/2"] {
		width: 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}

	section[style*="background-color: rgb(45, 62, 80)"] .flex.flex-wrap > div[class*="lg:w-1/3"] {
		width: 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}

	/* Centrer chaque carte */
	section[style*="background-color: rgb(45, 62, 80)"] .flex.flex-wrap > div.px-4 {
		display: flex;
		justify-content: center;
	}

	section[style*="background-color: rgb(45, 62, 80)"] div[style*="width: 344.353px"] {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 768px) {
	/* Centrer la section complète (ne commence pas depuis la gauche) */
	section[style*="background-color: rgb(45, 62, 80)"] .container {
		max-width: 100%;
		margin: 0 auto;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	/* Garder les textes alignés à gauche */
	section[style*="background-color: rgb(45, 62, 80)"] .w-full.px-4 {
		width: 100%;
		text-align: left !important;
	}
	
	/* Titre "You need strategy" responsive */
	section[style*="background-color: rgb(45, 62, 80)"] h2[style*="font-size: 48.83px"] {
		font-size: clamp(28px, 7vw, 48.83px) !important;
		padding-bottom: 1rem !important;
	}

	/* Centrer les cartes */
	section[style*="background-color: rgb(45, 62, 80)"] .flex.flex-wrap {
		justify-content: center;
	}

	/* Centrer chaque carte individuelle par rapport à la page */
	section[style*="background-color: rgb(45, 62, 80)"] .flex.flex-wrap > .w-full.px-4 {
		display: flex !important;
		justify-content: center !important;
	}

	/* Centrer la carte avec sa largeur fixe */
	section[style*="background-color: rgb(45, 62, 80)"] div[style*="width: 344.353px"] {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	/* Bouton - positionner entre droite et centre, toujours en bas */
	section[style*="background-color: rgb(45, 62, 80)"] .flex.items-center.gap-5[style*="margin-left: auto"] {
		margin-left: auto !important;
		margin-right: 25% !important;
		width: auto;
		display: flex !important;
		justify-content: flex-end !important;
	}
	
	/* Réduire la taille du bouton "Schedule a meeting" */
	section[style*="background-color: rgb(45, 62, 80)"] .flex.items-center.gap-5 .btn-jack {
		font-size: clamp(12px, 2.5vw, 16px) !important;
		padding: 10px 20px !important;
	}
}

@media screen and (max-width: 480px) {
	/* Centrer chaque carte individuelle par rapport à la page */
	section[style*="background-color: rgb(45, 62, 80)"] .flex.flex-wrap > .w-full.px-4 {
		display: flex !important;
		justify-content: center !important;
	}

	/* Centrer la carte avec sa largeur fixe */
	section[style*="background-color: rgb(45, 62, 80)"] div[style*="width: 344.353px"] {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	/* Titre "You need strategy" sur très petits écrans */
	section[style*="background-color: rgb(45, 62, 80)"] h2[style*="font-size: 48.83px"] {
		font-size: clamp(24px, 8vw, 48.83px) !important;
		padding-bottom: 0.75rem !important;
	}

	/* Bouton - ajuster position sur très petits écrans, toujours en bas */
	section[style*="background-color: rgb(45, 62, 80)"] .flex.items-center.gap-5[style*="margin-left: auto"] {
		margin-left: auto !important;
		margin-right: 15% !important;
		width: 100% !important;
		display: flex !important;
		justify-content: flex-end !important;
	}
	
	/* Réduire encore plus la taille du bouton "Schedule a meeting" sur très petits écrans */
	section[style*="background-color: rgb(45, 62, 80)"] .flex.items-center.gap-5 .btn-jack {
		font-size: clamp(11px, 3vw, 16px) !important;
		padding: 8px 16px !important;
	}
}

/* Responsive pour tablettes */
@media screen and (min-width: 769px) and (max-width: 1024px) {
	/* Titre "You need strategy" sur tablettes */
	section[style*="background-color: rgb(45, 62, 80)"] h2[style*="font-size: 48.83px"] {
		font-size: clamp(32px, 5vw, 48.83px) !important;
	}
	
	/* Réduire la taille du bouton "Schedule a meeting" sur tablettes */
	section[style*="background-color: rgb(45, 62, 80)"] .flex.items-center.gap-5 .btn-jack {
		font-size: clamp(13px, 2.2vw, 16px) !important;
		padding: 11px 22px !important;
	}
}

/* ============================================
   Responsive pour le titre "Get in touch"
   ============================================ */

@media screen and (max-width: 1024px) {
	.ud-contact-title h2 {
		font-size: clamp(32px, 5vw, 48.83px) !important;
	}
}

@media screen and (max-width: 768px) {
	.ud-contact-title h2 {
		font-size: clamp(24px, 6vw, 48.83px) !important;
	}
}

@media screen and (max-width: 480px) {
	.ud-contact-title h2 {
		font-size: clamp(20px, 7vw, 48.83px) !important;
	}
}

/* ============================================
   Réduction de la taille du formulaire sur mobile
   (Garde la forme, réduit seulement les tailles)
   ============================================ */

@media screen and (max-width: 768px) {
	/* Réduction du padding du formulaire */
	.contact-form {
		padding: 20px 15px !important;
	}

	.btnjack-mobile {
		width: 180px !important;
	}

	/* Réduction de la taille du titre */
	.contact-form h3 {
		font-size: clamp(20px, 5vw, 40px) !important;
		margin-bottom: 1rem !important;
	}

	/* Réduction du gap entre les champs */
	.contact-form .flex.gap-4 {
		gap: 0.5rem !important;
		margin-bottom: 0.75rem !important;
	}

	/* Réduction de la taille des inputs */
	.contact-form input,
	.contact-form textarea {
		padding: 10px 14px !important;
		font-size: 14px !important;
	}

	.contact-form input::placeholder,
	.contact-form textarea::placeholder {
		font-size: 13px !important;
	}

	/* Réduction de la taille des boutons */
	.contact-form .btn-jack {
		font-size: 12px !important;
		padding: 8px 14px !important;
	}

	.contact-form .btn-jack[style*="width: 250px"] {
		width: 180px !important;
		max-width: 180px !important;
		height: 40px !important;
	}

	/* Réduction du gap entre les boutons */
	.contact-form .flex.gap-4:last-child {
		gap: 0.5rem !important;
	}
}

@media screen and (max-width: 480px) {
	/* Encore plus petit sur très petits écrans */
	.contact-form {
		padding: 15px 12px !important;
	}

	.contact-form h3 {
		font-size: clamp(18px, 6vw, 40px) !important;
		margin-bottom: 0.75rem !important;
	}

	.contact-form .flex.gap-4 {
		gap: 0.4rem !important;
		margin-bottom: 0.5rem !important;
	}

	.contact-form input,
	.contact-form textarea {
		padding: 8px 12px !important;
		font-size: 13px !important;
	}

	.contact-form input::placeholder,
	.contact-form textarea::placeholder {
		font-size: 12px !important;
	}

	.contact-form .btn-jack {
		font-size: 11px !important;
		padding: 7px 12px !important;
	}

	.contact-form .btn-jack[style*="width: 250px"] {
		width: 150px !important;
		max-width: 150px !important;
		height: 36px !important;
	}

	.contact-form .flex.gap-4:last-child {
		gap: 0.4rem !important;
	}
}

/* ============================================
   Styles pour la section "Our Services"
   ============================================ */

/* Styles de base pour PC screens (desktop) */
.our-services-title {
	font-size: 48.83px;
	letter-spacing: -0.8545px;
	line-height: 1.2;
	font-weight: 600;
	color: #000;
}

.our-services-subtitle {
	font-size: 25px;
	font-weight: 500;
	letter-spacing: -0.25px;
	line-height: 1.4;
}

/* Responsive pour tablettes */
@media screen and (max-width: 1024px) {
	.our-services-title {
		font-size: clamp(32px, 5vw, 48.83px);
		letter-spacing: -0.8545px;
		line-height: 1.2;
		font-weight: 600;
		color: #000;
	}
	
	.our-services-subtitle {
		font-size: clamp(20px, 3vw, 25px);
		font-weight: 500;
		letter-spacing: -0.25px;
		line-height: 1.4;
	}
}

/* Responsive pour mobile */
@media screen and (max-width: 768px) {
	.our-services-title {
		font-size: 32px;
		letter-spacing: -0.8545px;
		line-height: 1.2;
		font-weight: 600;
		color: #000;
	}
	
	.our-services-subtitle {
		font-size: clamp(18px, 3.5vw, 25px);
		font-weight: 500;
		letter-spacing: -0.25px;
		line-height: 1.4;
	}
}

/* Responsive pour très petits écrans */
@media screen and (max-width: 480px) {
	.our-services-title {
		font-size: 24px;
		letter-spacing: -0.8545px;
		line-height: 1.2;
		font-weight: 600;
		color: #000;
	}
	
	.our-services-subtitle {
		font-size: clamp(16px, 4vw, 25px);
		font-weight: 500;
		letter-spacing: -0.25px;
		line-height: 1.4;
	}
}

/* Masquer l'image X_s sur mobile */
@media screen and (max-width: 768px) {
	.hero-content .X_s {
		display: none !important;
	}
	
	/* Réduire la taille des boutons dans la section hero sur mobile */
	.hero-content .flex.items-center.gap-5 .btn-jack {
		font-size: 12px !important;
	}
	
	.hero-content .btn-jack[style*="width: 250px"] {
		width: 150px !important;
		height: 40px !important;
		font-size: 12px !important;
	}
	
	.hero-content .flex.items-center.gap-5 {
		gap: 0.75rem !important;
	}
}

/* Réduire la taille du logo sur mobile */
@media screen and (max-width: 768px) {
	#logo_new,
	.navbar-logo {
		max-width: 150px !important;
		width: 150px !important;
	}
	
	.header-logo {
		max-width: 100% !important;
		height: auto !important;
	}
	
	.ud-header .max-w-full.w-60 {
		width: 120px !important;
		max-width: 120px !important;
	}
}

/* Désactiver les hover sur mobile et tablette sauf contact_nav */
@media screen and (max-width: 1024px) {
	/* Désactiver hover sur tous les liens de navigation */
	.ud-header nav a:hover,
	.ud-header nav a:focus {
		color: inherit !important;
		background-color: transparent !important;
	}
	
	.ud-header nav li.group:hover a {
		color: inherit !important;
	}
	
	/* Désactiver l'affichage des sous-menus au hover */
	.ud-header .submenu-item.group:hover .submenu {
		display: none !important;
		opacity: 0 !important;
		visibility: hidden !important;
	}
	
	/* Permettre l'affichage au clic sur mobile/tablette */
	.ud-header .submenu-item.group.active .submenu {
		display: block !important;
		opacity: 1 !important;
		visibility: visible !important;
		position: relative !important;
		top: auto !important;
		left: auto !important;
		width: 100% !important;
		max-width: 100% !important;
	}
	
	/* Désactiver hover sur les sous-menus */
	.ud-header .submenu a:hover {
		color: inherit !important;
		background-color: transparent !important;
	}
	
	/* Garder le hover sur contact_nav */
	#contact_nav:hover {
		background-color: #010101 !important;
		color: #ffffff !important;
	}
}

@media (min-width: 800px) {
	.plan-text {
		width: 809px !important;
		transform: translateX(-20%);
	}

	.plan-text2 {
		width: 1001px !important;
		transform: translateX(-20%);
	}
}

