﻿/* ==================================
   NEOFOOTER - Luxury Design
   ================================== */

.footer-neofooter {
	background: #1A1A1A;
	color: rgba(255, 255, 255, 0.8);
	position: relative;
	overflow: hidden;
}

/* Élément décoratif de fond */
.footer-neofooter::before {
	content: '';
	position: absolute;
	top: 0;
	right: -200px;
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(7, 58, 141, 0.05) 0%, transparent 70%);
	pointer-events: none;
}

/* Section Principale */
.footer-main-neofooter {
	padding: 80px 0 60px 0;
	position: relative;
	z-index: 1;
}

.footer-container-neofooter {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
}

.footer-grid-neofooter {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1.2fr;
	gap: 60px;
	margin-bottom: 60px;
}

/* Colonne Agence */
.footer-agency-neofooter {
	padding-right: 20px;
}

.footer-logo-neofooter {
	margin-bottom: 35px;
}

.footer-logo-neofooter img {
	height: 70px;
	width: auto;
	transition: opacity 0.3s ease;
}

.footer-logo-neofooter:hover img {
	opacity: 0.8;
}

.footer-agency-description-neofooter {
	font-family: 'Lato', 'Arial', sans-serif;
	font-size: 15px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 35px;
}

.footer-contact-item-neofooter {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
	transition: transform 0.3s ease;
}

.footer-contact-item-neofooter:hover {
	transform: translateX(5px);
}

.footer-contact-icon-neofooter {
	width: 40px;
	height: 40px;
	background: rgba(7, 58, 141, 0.1);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 15px;
	transition: all 0.3s ease;
}

.footer-contact-item-neofooter:hover .footer-contact-icon-neofooter {
	background: #073a8d;
}

.footer-contact-icon-neofooter i {
	font-size: 16px;
	color: #073a8d;
	transition: color 0.3s ease;
}

.footer-contact-item-neofooter:hover .footer-contact-icon-neofooter i {
	color: white;
}

.footer-contact-text-neofooter {
	flex: 1;
	padding-top: 4px;
}

.footer-contact-label-neofooter {
	font-family: 'Lato', 'Arial', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #073a8d;
	margin-bottom: 6px;
	font-weight: 600;
}

.footer-contact-value-neofooter {
	font-family: 'Lato', 'Arial', sans-serif;
	font-size: 15px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.9);
}

.footer-contact-value-neofooter a {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-contact-value-neofooter a:hover {
	color: #073a8d;
}

/* Colonnes de Liens */
.footer-links-column-neofooter {
	display: flex;
	flex-direction: column;
}

.footer-column-title-neofooter {
	font-family: 'Playfair Display', 'Georgia', serif;
	font-size: 22px;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 15px;
}

.footer-column-title-neofooter::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 2px;
	background: #073a8d;
}

.footer-links-list-neofooter {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-links-list-neofooter li {
	margin-bottom: 15px;
}

.footer-link-neofooter {
	font-family: 'Lato', 'Arial', sans-serif;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	position: relative;
	padding-left: 0;
}

.footer-link-neofooter::before {
	content: '';
	position: absolute;
	left: 0;
	width: 0;
	height: 1px;
	background: #073a8d;
	bottom: -2px;
	transition: width 0.3s ease;
}

.footer-link-neofooter:hover {
	color: #FFFFFF;
	padding-left: 8px;
}

.footer-link-neofooter:hover::before {
	width: 30px;
}

/* FNAIM inline dans colonne 1 */
.footer-partner-inline-neofooter {
	display: inline-block;
	margin-top: 25px;
	padding: 12px 20px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.footer-partner-inline-neofooter:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: #073a8d;
}

.footer-partner-inline-neofooter img {
	max-height: 45px;
	width: auto;
	opacity: 0.7;
	transition: opacity 0.3s ease;
	display: block;
}

.footer-partner-inline-neofooter:hover img {
	opacity: 1;
}

/* Cartes agences en colonne 4 */
.footer-agency-card-neofooter {
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-agency-card-neofooter:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.footer-agency-card-name-neofooter {
	font-family: 'Playfair Display', 'Georgia', serif;
	font-size: 15px;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 10px;
}

.footer-agency-card-info-neofooter {
	font-family: 'Lato', 'Arial', sans-serif;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 7px;
	line-height: 1.5;
}

.footer-agency-card-info-neofooter i {
	color: #073a8d;
	margin-right: 8px;
	width: 14px;
	text-align: center;
}

.footer-agency-card-info-neofooter a {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-agency-card-info-neofooter a:hover {
	color: #ffffff;
}

/* Bouton Extranet */
.footer-extranet-btn-neofooter {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 14px 28px;
	background: transparent;
	border: 2px solid rgba(7, 58, 141, 0.3);
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
	font-family: 'Lato', 'Arial', sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	margin-top: 25px;
}

.footer-extranet-btn-neofooter:hover {
	background: #073a8d;
	border-color: #073a8d;
	color: white;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(7, 58, 141, 0.3);
}

.footer-extranet-btn-neofooter i {
	font-size: 16px;
}

/* Partenaires */
.footer-partners-neofooter {
	margin-top: 35px;
}

.footer-partners-grid-neofooter {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-top: 25px;
}

.footer-partner-link-neofooter {
	background: rgba(255, 255, 255, 0.05);
	padding: 20px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: all 0.4s ease;
	border: 1px solid rgba(255, 255, 255, 0.1);
	min-height: 80px;
}

.footer-partner-link-neofooter:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: #073a8d;
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.footer-partner-link-neofooter img {
	max-height: 50px;
	width: auto;
	max-width: 100%;
	opacity: 0.7;
	transition: all 0.3s ease;
}

.footer-partner-link-neofooter:hover img {
	opacity: 1;
}

/* Séparateur */
.footer-divider-neofooter {
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, rgba(7, 58, 141, 0.3) 50%, transparent 100%);
	margin: 0;
}

/* Bottom Bar */
.footer-bottom-neofooter {
	padding: 30px 0;
	background: rgba(0, 0, 0, 0.2);
}

.footer-bottom-content-neofooter {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.footer-copyright-neofooter {
	font-family: 'Lato', 'Arial', sans-serif;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}

.footer-copyright-neofooter a {
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-copyright-neofooter a:hover {
	color: #073a8d;
}

.footer-powered-neofooter {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: 'Lato', 'Arial', sans-serif;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
}

.footer-powered-neofooter img {
	height: 20px;
	width: auto;
	opacity: 0.7;
	transition: opacity 0.3s ease;
}

.footer-powered-neofooter a:hover img {
	opacity: 1;
}

.footer-separator-neofooter {
	color: rgba(255, 255, 255, 0.3);
	margin: 0 5px;
}

/* ========== Responsive ========== */
@media (max-width: 1200px) {
	.footer-grid-neofooter {
		grid-template-columns: 1.5fr 1fr 1fr;
		gap: 50px;
	}
	
	.footer-partners-neofooter {
		grid-column: 1 / -1;
	}
	
	.footer-partners-grid-neofooter {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 992px) {
	.footer-main-neofooter {
		padding: 60px 0 50px 0;
	}
	
	.footer-grid-neofooter {
		grid-template-columns: 1fr 1fr;
		gap: 40px;
	}
	
	.footer-agency-neofooter {
		grid-column: 1 / -1;
		padding-right: 0;
	}
	
	.footer-partners-grid-neofooter {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.footer-container-neofooter {
		padding: 35px 20px;
	}
	
	.footer-main-neofooter {
		padding: 50px 0 40px 0;
	}
	
	.footer-grid-neofooter {
		grid-template-columns: 1fr;
		gap: 40px;
		margin-bottom: 40px;
	}
	
	.footer-logo-neofooter img {
		height: 60px;
	}
	
	.footer-column-title-neofooter {
		font-size: 20px;
	}
	
	.footer-social-neofooter {
		flex-wrap: wrap;
	}
	
	.footer-partners-grid-neofooter {
		grid-template-columns: 1fr;
	}
	
	.footer-bottom-content-neofooter {
		padding: 0 20px;
		flex-direction: column;
		text-align: center;
		gap: 15px;
	}
	
	.footer-copyright-neofooter {
		flex-direction: column;
		gap: 10px;
	}

	#section_transition_two {
		margin-top: 0;
		margin-bottom: 0;
	}
}

@media (max-width: 576px) {
	.footer-main-neofooter {
		padding: 40px 0 30px 0;
	}
	
	.footer-logo-neofooter img {
		height: 50px;
	}
	
	.footer-contact-item-neofooter {
		margin-bottom: 18px;
	}
	
	.footer-contact-icon-neofooter {
		width: 35px;
		height: 35px;
	}
	
	.footer-social-link-neofooter {
		width: 42px;
		height: 42px;
	}
	
	.footer-extranet-btn-neofooter {
		width: 100%;
		justify-content: center;
	}
	
	.footer-partner-link-neofooter {
		padding: 15px;
		min-height: 70px;
	}
	
	.footer-partner-link-neofooter img {
		max-height: 40px;
	}
}