﻿/*--------------- PAGE APROPOS — même design que index -----------------*/

/* ===== HERO (= index_hero) ===== */
#apropos_hero {
	position: relative;
	min-height: 440px;
	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;
}
#apropos_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;
}
#apropos_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;
}
#apropos_hero_content {
	position: relative;
	z-index: 2;
	max-width: 750px;
}
#apropos_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;
}
#apropos_hero_titre span {
	color: #e94560;
}
#apropos_hero_desc {
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: rgba(255,255,255,0.7);
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.8;
	text-align: justify;
}

/* ===== TAGS (= index_section_tag / index_hero_badge) ===== */
.apropos_tag {
	display: inline-block;
	background: rgba(173,22,40,0.1);
	color: #ad1628;
	padding: 6px 18px;
	border-radius: 50px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 12px;
}
#apropos_hero .apropos_tag {
	background: rgba(173,22,40,0.15);
	color: #e94560;
}
.apropos_tag_light {
	display: inline-block;
	background: rgba(233,69,96,0.12);
	color: #e94560;
	padding: 6px 18px;
	border-radius: 50px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 12px;
}

/* ===== SECTION HEADERS ===== */
.apropos_section_header,
.apropos_section_header_dark {
	text-align: center;
	max-width: 600px;
	margin: 0 auto 35px;
}
.apropos_section_titre {
	font-family: century gothic, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #1a1a2e;
	margin: 0;
}
.apropos_section_titre_white {
	font-family: century gothic, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin: 0;
}

/* ===== STATS (= index_stats) ===== */
#apropos_stats {
	background: linear-gradient(135deg, #0f3460, #1a1a2e);
	padding: 40px 15px;
}
#apropos_stats_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.apropos_stat_item {
	padding: 15px 10px;
}
.apropos_stat_number {
	font-family: century gothic, 'Segoe UI', sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #e94560;
	margin-bottom: 4px;
}
.apropos_stat_label {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: rgba(255,255,255,0.6);
}

/* ===== PRÉSENTATION (= fond clair #f8f9fc) ===== */
#apropos_presentation {
	background: #f8f9fc;
	padding: 50px 15px;
	text-align: center;
}
#apropos_presentation_text {
	max-width: 800px;
	margin: 0 auto;
}
#apropos_presentation_text p {
	font-family: verdana, sans-serif;
	font-size: 13px;
	color: #555;
	line-height: 1.9;
	text-align: justify;
	margin: 0 0 16px 0;
}

/* ===== MISSION & VISION (= index_body_services #1a1a2e) ===== */
#apropos_mv {
	background: #1a1a2e;
	padding: 50px 15px 60px;
	text-align: center;
}
#apropos_mv_grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	max-width: 900px;
	margin: 0 auto;
}
.apropos_mv_card {
	background: rgba(255,255,255,0.05);
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 12px;
	padding: 35px 25px;
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.apropos_mv_card:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 35px rgba(0,0,0,0.3);
	background: rgba(255,255,255,0.08);
}
.apropos_mv_card_icon {
	width: 65px;
	height: 65px;
	background: linear-gradient(135deg, #ad1628, #d63851);
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 18px;
}
.apropos_mv_card_icon i {
	font-size: 26px;
	color: white;
}
.apropos_mv_card_titre {
	font-family: century gothic, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 12px;
}
.apropos_mv_card_desc {
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: rgba(255,255,255,0.6);
	line-height: 1.8;
}

/* ===== VALEURS (= index_body_whychoose #f8f9fc) ===== */
#apropos_valeurs {
	background: #f8f9fc;
	padding: 50px 15px 60px;
	text-align: center;
}
#apropos_valeurs_grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 15px;
	max-width: 1100px;
	margin: 0 auto;
}
.apropos_valeur_card {
	background: white;
	padding: 28px 20px;
	border-radius: 12px;
	box-shadow: 0 2px 15px rgba(0,0,0,0.05);
	border: 1px solid #eef0f5;
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.apropos_valeur_card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	border-color: transparent;
}
.apropos_valeur_icon {
	font-size: 36px;
	color: #ad1628;
	margin-bottom: 12px;
}
.apropos_valeur_titre {
	font-family: century gothic, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #1a1a2e;
	margin-bottom: 8px;
}
.apropos_valeur_desc {
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.7;
}

/* ===== CTA ENGAGEMENT (= index_cta) ===== */
#apropos_cta {
	background: linear-gradient(135deg, #ad1628 0%, #8b1120 100%);
	padding: 60px 20px;
	text-align: center;
}
#apropos_cta_content {
	max-width: 650px;
	margin: 0 auto;
}
#apropos_cta_icon {
	font-size: 50px;
	color: rgba(255,255,255,0.25);
	margin-bottom: 15px;
}
#apropos_cta_titre {
	font-family: century gothic, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 15px 0;
}
#apropos_cta_desc {
	font-family: verdana, sans-serif;
	font-size: 13px;
	color: rgba(255,255,255,0.8);
	line-height: 1.8;
	margin: 0 0 10px 0;
}
#apropos_cta_quote {
	font-family: century gothic, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	font-style: italic;
	margin: 0 0 25px 0;
	line-height: 1.6;
}
.apropos_btn_primary {
	display: inline-block;
	background: #fff;
	color: #ad1628;
	padding: 13px 30px;
	border: none;
	border-radius: 6px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s;
}
.apropos_btn_primary:hover {
	background: #f0f0f0;
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.2);
	color: #ad1628;
	text-decoration: none;
}


/* ================================================================ */
/* ===== RESPONSIVE                                           ===== */
/* ================================================================ */

/*--------------------------------------- 320 --------------------------------------*/
@media screen and (min-width: 320px){

body { position: relative; padding: 0; margin: 0; }

#menu_block_3 { display: none; }
#menu_block_3_slider { display: none; }
#menu_block_2_nav_about { border-bottom: solid 2px #ad1628; }

#apropos {
	position: relative;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}
	#apropos_head {
		position: relative;
		width: 100%;
		height: auto;
	}
	#apropos_body {
		position: relative;
		width: 100%;
	}
	#apropos_foot {
		position: relative;
		background: #0d0d0d;
		width: 100%;
	}
	#index_body_fond {
		display: none;
		position: fixed;
		background: black;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		opacity: 0.7;
		z-index: 50;
	}
}

/*--------------------------------------- 480 --------------------------------------*/
@media screen and (min-width: 480px){

	#apropos_hero { min-height: 460px; padding: 50px 25px 60px; }
	#apropos_hero_titre { font-size: 28px; }
	#apropos_hero_desc { font-size: 13px; }

	#apropos_stats_grid { grid-template-columns: repeat(4, 1fr); gap: 15px; }
	.apropos_stat_number { font-size: 24px; }

	#apropos_presentation { padding: 50px 25px; }
	#apropos_presentation_text p { font-size: 13px; }

	#apropos_mv { padding: 50px 25px 60px; }
	#apropos_mv_grid { grid-template-columns: repeat(2, 1fr); }

	#apropos_valeurs_grid { grid-template-columns: repeat(2, 1fr); }
}

/*--------------------------------------- 768 --------------------------------------*/
@media screen and (min-width: 768px){

	#apropos_hero { min-height: 500px; padding: 60px 40px 70px; }
	#apropos_hero_titre { font-size: 34px; }
	#apropos_hero_desc { font-size: 14px; max-width: 650px; }

	#apropos_stats { padding: 50px 30px; }
	.apropos_stat_number { font-size: 32px; }
	.apropos_stat_label { font-size: 12px; }

	#apropos_presentation { padding: 60px 30px; }
	.apropos_section_titre { font-size: 28px; }
	.apropos_section_titre_white { font-size: 28px; }
	#apropos_presentation_text p { font-size: 14px; }

	#apropos_mv { padding: 60px 30px 70px; }
	.apropos_mv_card { padding: 40px 30px; }
	.apropos_mv_card_icon { width: 70px; height: 70px; }
	.apropos_mv_card_icon i { font-size: 28px; }
	.apropos_mv_card_titre { font-size: 18px; }
	.apropos_mv_card_desc { font-size: 13px; }

	#apropos_valeurs { padding: 60px 30px 70px; }
	#apropos_valeurs_grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
	.apropos_valeur_card { padding: 30px 22px; }

	#apropos_cta { padding: 70px 30px; }
	#apropos_cta_titre { font-size: 28px; }
	#apropos_cta_desc { font-size: 14px; }
	.apropos_btn_primary { font-size: 13px; padding: 14px 35px; }
}

/*--------------------------------------- 980 --------------------------------------*/
@media screen and (min-width: 980px){

	#menu_block_3 { display: block; }
	#menu_block_3_slider { display: none; }

	#apropos_hero { min-height: 540px; padding: 80px 50px 90px; }
	#apropos_hero_titre { font-size: 40px; line-height: 1.2; }
	#apropos_hero_desc { font-size: 15px; }

	#apropos_stats { padding: 55px 40px; }
	.apropos_stat_number { font-size: 38px; }
	.apropos_stat_label { font-size: 13px; }

	#apropos_presentation { padding: 70px 40px; }
	.apropos_section_titre { font-size: 30px; }
	.apropos_section_titre_white { font-size: 30px; }
	#apropos_presentation_text p { font-size: 15px; }

	#apropos_mv { padding: 70px 40px 80px; }
	.apropos_mv_card_icon { width: 75px; height: 75px; }
	.apropos_mv_card_icon i { font-size: 30px; }
	.apropos_mv_card_titre { font-size: 20px; }
	.apropos_mv_card_desc { font-size: 14px; }

	#apropos_valeurs { padding: 70px 40px 80px; }
	#apropos_valeurs_grid { grid-template-columns: repeat(5, 1fr); gap: 20px; }
	.apropos_valeur_icon { font-size: 38px; }
	.apropos_valeur_desc { font-size: 12px; }

	#apropos_cta { padding: 80px 40px; }
	#apropos_cta_titre { font-size: 32px; }
	#apropos_cta_icon { font-size: 55px; }
}

/*--------------------------------------- 1136 --------------------------------------*/
@media screen and (min-width: 1136px){

	#apropos_hero_titre { font-size: 44px; }
	#apropos_hero_desc { font-size: 16px; }

	.apropos_stat_number { font-size: 42px; }

	.apropos_section_titre { font-size: 32px; }
	.apropos_section_titre_white { font-size: 32px; }
	#apropos_presentation_text p { font-size: 16px; }

	.apropos_mv_card_icon { width: 80px; height: 80px; }
	.apropos_mv_card_icon i { font-size: 32px; }
	.apropos_mv_card_titre { font-size: 22px; }

	.apropos_valeur_card { padding: 35px 25px; }
	.apropos_valeur_icon { font-size: 40px; }
	.apropos_valeur_titre { font-size: 16px; }
	.apropos_valeur_desc { font-size: 13px; }

	#apropos_cta_titre { font-size: 36px; }
	#apropos_cta_desc { font-size: 15px; }
	#apropos_cta_quote { font-size: 16px; }
	.apropos_btn_primary { font-size: 14px; padding: 15px 40px; }
}

/*--------------------------------------- 1260 --------------------------------------*/
@media screen and (min-width: 1260px){

	#apropos_hero { padding: 90px 60px 100px; }
	#apropos_hero_titre { font-size: 48px; }

	.apropos_mv_card { padding: 45px 35px; }
}
