﻿/*--------------- PAGE INDEX - PROFESSIONAL REDESIGN -----------------*/

/* ===== HERO SECTION ===== */
#index_hero {
	position: relative;
	min-height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 40px 20px 50px;
	background: linear-gradient(135deg, #1a1a2e 0%, #16213e 40%, #0f3460 100%);
	overflow: hidden;
}
#index_hero::before {
	content: '';
	position: absolute;
	top: -30%;
	right: -15%;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(173,22,40,0.12) 0%, transparent 70%);
	border-radius: 50%;
	pointer-events: none;
}
#index_hero::after {
	content: '';
	position: absolute;
	bottom: -20%;
	left: -10%;
	width: 300px;
	height: 300px;
	background: radial-gradient(circle, rgba(15,52,96,0.2) 0%, transparent 70%);
	border-radius: 50%;
	pointer-events: none;
}
#index_hero_overlay {
	display: none;
}
#index_hero_content {
	position: relative;
	z-index: 2;
	max-width: 750px;
}
#index_hero_badge {
	display: inline-block;
	background: rgba(173,22,40,0.15);
	color: #e94560;
	padding: 8px 20px;
	border-radius: 50px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#index_hero_titre {
	font-family: century gothic, 'Segoe UI', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.3;
	margin: 0 0 18px 0;
	letter-spacing: -0.3px;
}
#index_hero_titre span {
	color: #e94560;
}
#index_hero_desc {
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: rgba(255,255,255,0.7);
	max-width: 550px;
	margin: 0 auto 30px;
	line-height: 1.8;
	text-align: justify;
}
#index_hero_buttons {
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
}
.index_hero_btn_primary {
	display: inline-block;
	background: #ad1628;
	color: #fff;
	padding: 13px 30px;
	border: none;
	border-radius: 6px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.3s;
}
.index_hero_btn_primary:hover {
	background: #8b1120;
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(173,22,40,0.35);
	color: #fff;
	text-decoration: none;
}
.index_hero_btn_outline {
	display: inline-block;
	background: transparent;
	color: #fff;
	padding: 13px 30px;
	border: 2px solid rgba(255,255,255,0.3);
	border-radius: 6px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.3s;
}
.index_hero_btn_outline:hover {
	border-color: #fff;
	background: rgba(255,255,255,0.1);
	color: #fff;
	text-decoration: none;
}

/* ===== VIDEO BANNER ===== */
#index_video_banner {
	position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
#index_video_bg {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	object-fit: cover;
	z-index: 1;
}
#index_video_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(26,26,46,0.88) 0%, rgba(15,52,96,0.82) 100%);
	z-index: 2;
}
#index_video_content {
	position: relative;
	z-index: 3;
	text-align: center;
	max-width: 700px;
	padding: 0 20px;
}
#index_video_tag {
	display: inline-block;
	background: rgba(173,22,40,0.15);
	color: #e94560;
	padding: 6px 18px;
	border-radius: 50px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 18px;
}
#index_video_titre {
	font-family: century gothic, 'Segoe UI', sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.35;
	margin: 0 0 15px 0;
}
#index_video_titre span {
	color: #e94560;
}
#index_video_desc {
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: rgba(255,255,255,0.65);
	line-height: 1.8;
	margin: 0 0 25px 0;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}
.index_video_btn {
	display: inline-block;
	background: transparent;
	color: #fff;
	padding: 12px 28px;
	border: 2px solid rgba(255,255,255,0.3);
	border-radius: 6px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s;
}
.index_video_btn:hover {
	border-color: #e94560;
	background: rgba(233,69,96,0.1);
	color: #e94560;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(233,69,96,0.2);
}
.index_video_btn i {
	margin-left: 8px;
	font-size: 11px;
	transition: transform 0.3s;
}
.index_video_btn:hover i {
	transform: translateX(4px);
}

/* ===== STATS SECTION ===== */
#index_stats {
	background: linear-gradient(135deg, #0f3460, #1a1a2e);
	padding: 40px 15px;
}
#index_stats_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.index_stat_item {
	padding: 15px 10px;
}
.index_stat_number {
	font-family: century gothic, 'Segoe UI', sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #e94560;
	margin-bottom: 4px;
}
.index_stat_label {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: rgba(255,255,255,0.6);
	font-weight: 500;
}

/* ===== SECTION TAGS & SUBTITLES ===== */
.index_section_tag {
	display: inline-block;
	color: #ad1628;
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 8px;
}
.index_section_subtitle {
	font-family: verdana, sans-serif;
	color: #888;
	font-size: 12px;
	margin-top: 8px;
	line-height: 1.6;
}
#index_services_header,
#index_whychoose_header {
	text-align: center;
	max-width: 600px;
	margin: 0 auto 35px;
}

/* ===== SERVICES SECTION ===== */
#index_body_services {
	position: relative;
	background: #1a1a2e;
	width: 100%;
	padding: 50px 15px 60px;
	text-align: center;
}
#index_body_services_titre_1 {
	font-family: century gothic, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: white;
	margin-bottom: 5px;
}
#index_body_services .index_section_subtitle {
	color: rgba(255,255,255,0.5);
}
#index_body_services_block_1 {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	max-width: 1100px;
	margin: 0 auto;
}
.index_service_card {
	background: rgba(255,255,255,0.05);
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 12px;
	padding: 30px 20px 25px;
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.index_service_card:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 35px rgba(0,0,0,0.3);
	background: rgba(255,255,255,0.08);
}
.index_service_card_icon {
	width: 65px;
	height: 65px;
	background: linear-gradient(135deg, #ad1628, #d63851);
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
}
.index_service_card_icon i {
	font-size: 26px;
	color: white;
}
.index_service_card_titre {
	font-family: century gothic, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
	min-height: auto;
}
.index_service_card_desc {
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: rgba(255,255,255,0.55);
	line-height: 1.7;
	margin-bottom: 18px;
	flex-grow: 1;
}
.index_service_card_lien {
	display: inline-block;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #e94560;
	text-decoration: none;
	padding: 8px 0;
	transition: color 0.3s;
	border-bottom: 1px solid transparent;
	margin-top: auto;
}
.index_service_card_lien:hover {
	color: #fff;
	border-bottom-color: #e94560;
	text-decoration: none;
}
.index_service_card_lien i {
	margin-left: 6px;
	font-size: 10px;
}

/* ===== WHY CHOOSE US ===== */
#index_body_whychoose {
	position: relative;
	background: #f8f9fc;
	width: 100%;
	padding: 50px 15px 60px;
	text-align: center;
}
#index_body_whychoose_titre {
	font-family: century gothic, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #1a1a2e;
	text-align: center;
	margin-bottom: 0;
}
#index_body_whychoose_block {
	display: grid;
	grid-template-columns: 1fr;
	gap: 15px;
	max-width: 1100px;
	margin: 0 auto;
}
.index_body_whychoose_item {
	background: white;
	padding: 28px 20px;
	border-radius: 12px;
	box-shadow: 0 2px 15px rgba(0,0,0,0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border: 1px solid #eef0f5;
}
.index_body_whychoose_item:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	border-color: transparent;
}
.index_body_whychoose_item_icon {
	font-size: 36px;
	color: #ad1628;
	margin-bottom: 12px;
}
.index_body_whychoose_item_titre {
	font-family: century gothic, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #1a1a2e;
	margin-bottom: 8px;
}
.index_body_whychoose_item_desc {
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.7;
}

/* ===== CTA SECTION ===== */
#index_cta {
	background: linear-gradient(135deg, #ad1628 0%, #8b1120 100%);
	padding: 60px 20px;
	text-align: center;
}
#index_cta_content {
	max-width: 550px;
	margin: 0 auto;
}
#index_cta_titre {
	font-family: century gothic, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 12px 0;
}
#index_cta_desc {
	font-family: verdana, sans-serif;
	font-size: 13px;
	color: rgba(255,255,255,0.8);
	margin: 0 0 25px 0;
	line-height: 1.7;
}
#index_cta .index_hero_btn_primary {
	background: #fff;
	color: #ad1628;
}
#index_cta .index_hero_btn_primary:hover {
	background: #f0f0f0;
	box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

/* ===== GLOBAL INDEX LAYOUT ===== */

/*--------------------------------------- 320 --------------------------------------*/
@media screen and (min-width: 320px){
body {
	position: relative;
	padding: 0;
	margin: 0;
}
#index {
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	overflow-x: hidden;
}
#index_head {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
#menu_block_2_nav_home {
	border-bottom: solid #ad1628;
}
#menu_block_3 { display: none; }
#menu_block_3_slider { display: none; }
#index_body {
	position: relative;
	background: #f5f5f5;
	width: 100%;
	z-index: 2;
}
#index_foot {
	position: relative;
	background: #0d0d0d;
	width: 100%;
}
#index_body_fond {
	display: none;
	position: absolute;
	background: black;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0.7;
	z-index: 5;
}
}

/*--------------------------------------- 480 --------------------------------------*/
@media screen and (min-width: 480px){
#index_video_banner { height: 420px; }
#index_video_titre { font-size: 26px; }
#index_video_desc { font-size: 13px; }
#index_hero {
	min-height: 520px;
	padding: 50px 25px 60px;
}
#index_hero_titre {
	font-size: 28px;
}
#index_hero_desc {
	font-size: 13px;
}
#index_stats_grid {
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}
.index_stat_number {
	font-size: 28px;
}
#index_body_services_block_1 {
	grid-template-columns: repeat(2, 1fr);
}
#index_body_whychoose_block {
	grid-template-columns: repeat(2, 1fr);
}
}

/*--------------------------------------- 768 --------------------------------------*/
@media screen and (min-width: 768px){
#index_video_banner { height: 480px; }
#index_video_titre { font-size: 32px; }
#index_video_desc { font-size: 14px; max-width: 580px; }
.index_video_btn { font-size: 13px; padding: 13px 32px; }
#index_hero {
	min-height: 560px;
	padding: 60px 40px 70px;
}
#index_hero_titre {
	font-size: 34px;
}
#index_hero_desc {
	font-size: 14px;
	max-width: 600px;
}
.index_hero_btn_primary,
.index_hero_btn_outline {
	font-size: 13px;
	padding: 14px 35px;
}
#index_stats {
	padding: 50px 30px;
}
.index_stat_number {
	font-size: 36px;
}
.index_stat_label {
	font-size: 12px;
}
#index_body_services {
	padding: 60px 30px 70px;
}
#index_body_services_titre_1 {
	font-size: 28px;
}
.index_section_subtitle {
	font-size: 13px;
}
.index_service_card {
	padding: 35px 25px 25px;
}
.index_service_card_icon {
	width: 70px;
	height: 70px;
}
.index_service_card_icon i {
	font-size: 28px;
}
.index_service_card_titre {
	font-size: 16px;
}
.index_service_card_desc {
	font-size: 12px;
}
#index_body_whychoose {
	padding: 60px 30px 70px;
}
#index_body_whychoose_titre {
	font-size: 28px;
}
#index_body_whychoose_block {
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.index_body_whychoose_item {
	padding: 30px 22px;
}
.index_body_whychoose_item_titre {
	font-size: 15px;
}
.index_body_whychoose_item_desc {
	font-size: 12px;
}
#index_cta {
	padding: 70px 30px;
}
#index_cta_titre {
	font-size: 28px;
}
#index_cta_desc {
	font-size: 14px;
}
}

/*--------------------------------------- 980 --------------------------------------*/
@media screen and (min-width: 980px){
#index_video_banner { height: 520px; }
#index_video_titre { font-size: 38px; }
#index_video_desc { font-size: 15px; }
.index_video_btn { font-size: 13px; padding: 14px 35px; }
#menu_block_3 { display: block; }
#menu_block_3_slider { display: none; }
#index_head {
	height: auto;
}
#index_hero {
	min-height: 600px;
	padding: 80px 50px 90px;
}
#index_hero_titre {
	font-size: 40px;
	line-height: 1.2;
}
#index_hero_desc {
	font-size: 15px;
}
#index_stats {
	padding: 55px 40px;
}
.index_stat_number {
	font-size: 42px;
}
.index_stat_label {
	font-size: 13px;
}
#index_body_services {
	padding: 70px 40px 80px;
}
#index_body_services_block_1 {
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}
.index_service_card_icon {
	width: 75px;
	height: 75px;
}
.index_service_card_icon i {
	font-size: 30px;
}
.index_service_card_titre {
	font-size: 16px;
}
.index_service_card_desc {
	font-size: 13px;
}
#index_body_whychoose {
	padding: 70px 40px 80px;
}
#index_body_whychoose_block {
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}
.index_body_whychoose_item_icon {
	font-size: 38px;
}
.index_body_whychoose_item_desc {
	font-size: 12px;
}
#index_cta {
	padding: 80px 40px;
}
#index_cta_titre {
	font-size: 32px;
}
}

/*--------------------------------------- 1136 --------------------------------------*/
@media screen and (min-width: 1136px){
#index_video_banner { height: 560px; }
#index_video_titre { font-size: 42px; }
#index_video_desc { font-size: 16px; max-width: 620px; }
.index_video_btn { font-size: 14px; padding: 15px 40px; }
#index_hero_titre {
	font-size: 44px;
}
#index_hero_desc {
	font-size: 16px;
}
.index_hero_btn_primary,
.index_hero_btn_outline {
	font-size: 14px;
	padding: 15px 40px;
}
.index_stat_number {
	font-size: 48px;
}
#index_body_services_titre_1 {
	font-size: 30px;
}
.index_service_card_icon {
	width: 80px;
	height: 80px;
}
.index_service_card_icon i {
	font-size: 32px;
}
.index_service_card_titre {
	font-size: 17px;
}
#index_body_whychoose_titre {
	font-size: 30px;
}
.index_body_whychoose_item {
	padding: 35px 25px;
}
.index_body_whychoose_item_icon {
	font-size: 40px;
}
.index_body_whychoose_item_titre {
	font-size: 16px;
}
.index_body_whychoose_item_desc {
	font-size: 13px;
}
#index_cta_titre {
	font-size: 36px;
}
#index_cta_desc {
	font-size: 15px;
}
}

/*--------------------------------------- 1260 --------------------------------------*/
@media screen and (min-width: 1260px){
#index_video_banner { height: 600px; }
#index_video_titre { font-size: 46px; }
#index_hero {
	padding: 90px 60px 100px;
}
#index_hero_titre {
	font-size: 48px;
}
#index_body_services_block_1 {
	gap: 25px;
}
.index_service_card {
	padding: 40px 28px 28px;
}
.index_service_card_icon {
	width: 85px;
	height: 85px;
}
.index_service_card_icon i {
	font-size: 35px;
}
.index_service_card_titre {
	font-size: 18px;
}
}
